Re: casting a request attribute into Object
temp temp wrote: So my question is how to cast an object retrieved from request attribute into its Original form ? http://struts.apache.org/userGuide/struts-bean.html#define Set the type? Dave - To unsubscribe, e-mail:
casting a request attribute into Object
I have a jsp (Parent Jsp) in which I use jsp:include to include other jsp (child Jsp) . In the Parent Jsp I retrieve an Object from the formbean and set it in request scope. <%=ramQuestionsDocument%>