I am using nested tags in Struts. Is there a way to use nested tags with request scope ? If you use nested tags with session scope it works (I can pass the value from the JSP to the Action ActionForward class using action) but if I use request scope, it does not work. It gives the following message:
javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1254) at org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:821) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254) ......
Does somebody know if is there a way to use request scope ???