In the crud app I am having problem with s:url paramter. url parameters are not being passed. URL in browser shows the parameters.
http://149.10.178.12:8990/crud/crud!input.action?employee.employeeId=1 but But employee or employee.employeeId is null is the action object. After doing lots of research I found it is oc4j problem. I tried following setting in struts.properties file but nothing helps. ### workaround for some app servers that don't handle HttpServletRequest.getParameterMap() ### often used for WebLogic, Orion, and OC4J struts.dispatcher.parametersWorkaround = false to true but this also does not help. Does any body know how this could work in oc4j 10.1.3 environment.