You might try creating a struts.properties file in src/main/resources and adding the following property:
### workaround for some app servers that don't handle HttpServletRequest.getParameterMap() ### often used for WebLogic, Orion, and OC4J struts.dispatcher.parametersWorkaround = true From: http://struts.apache.org/2.0.11/docs/strutsproperties.html. Hope this helps, Matt On 1/8/08, VJ22 <[EMAIL PROTECTED]> wrote: > > Hi, > > Our application which has got APPFUSE 2.0 (Struts 2.0.5) as the base has to > be deployed on a Oracle Application server platform (specific version 10g > R3)..So we got an HTTP server which routes requests to the OC4J server which > processes them > > I am facing a peculiar problem with this...Whenever I POST data from any > screens either via forms or via URL re-writing (i.e > http://localhost:8888/test.action?id=11001) , the value of the > parameters(i.e. "id") is always null....I can see that the entire > interceptor stack is invoked, but I am at a loss as to how this is > happening... > > Could some one please shed some light on this ? Would be much appreciated > and thanks in advance... > > P.S This works fine if I deploy it on a standalone OC4J container without > the HTTP server > > Thanks...Vijay > -- > View this message in context: > http://www.nabble.com/Appfuse-2.0--%3E-Oracle-App-server-problem-tp14688341s2369p14688341.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
