
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Operating System: other
Platform: Other
Operating System: other
Platform: Other
|
|
|
A couple one line patches to work with tomcat 5.5
1)Changed the assumed action "tour/" in the struts-config of the example1
application to use an "include" on the the static document "tour.htm". The
forward wants the target to be a jsp resource.
2)Change the signature of the call to get the ModuleConfig to use the
ServletContext, another overload. This is in the JavasrciptValidatorTag.
This was raising a null pointer exception when not dispatched thru the request
processor first.
|
|
Description
|
A couple one line patches to work with tomcat 5.5
1)Changed the assumed action "tour/" in the struts-config of the example1
application to use an "include" on the the static document "tour.htm". The
forward wants the target to be a jsp resource.
2)Change the signature of the call to get the ModuleConfig to use the
ServletContext, another overload. This is in the JavasrciptValidatorTag.
This was raising a null pointer exception when not dispatched thru the request
processor first. |
Show » |
|
patch