Tom Munson

Greenhorn
+ Follow
since Jul 08, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Tom Munson

This happened to me trying to download an Excel document. Check out Microsoft knowledge base article #316431. I'm not sure if it applies to non-Office documents or not. I had to bypass my non-caching statements in the JSP in order to make it work under SSL.
http://support.microsoft.com/default.aspx?scid=kb;en-us;316431
21 years ago
I posted this in the Struts Framework area, but it's pretty WSAD-specific, so I thought I'd re-post it here:
I have just upgraded from WSAD 4 to WSAD 5. The code uses Struts 1.0.2 and works great on WAS 4. In WSAD 5, I get many warnings in struts-config.xml saying "Form Bean xxx does not exist" and any JSP's with forms give me errors saying "Target does not exist, /xxx.do". Still, everything runs fine. My guess is that the Struts validator, which is new to WSAD 5, thinks I'm running Struts 1.1.
Has anyone else seen (and hopefully resolved) these warnings?
Thanks!
21 years ago
I have just upgraded from WSAD 4 to WSAD 5. The code uses Struts 1.0.2 and works great on WAS 4. In WSAD 5, I get many warnings in struts-config.xml saying "Form Bean xxx does not exist" and any JSP's with forms give me errors saying "Target does not exist, /xxx.do". Still, everything runs fine. My guess is that the Struts validator, which is new to WSAD 5, thinks I'm running Struts 1.1.
Has anyone else seen (and hopefully resolved) these warnings?
Thanks!
*** I have moved this to the IBM/WebSphere area since it's pretty WSAD-specific. If you have an idea please go there: https://coderanch.com/forums/f-46/Websphere
[ July 08, 2003: Message edited by: Tom Munson ]
21 years ago