| Author |
AJAXTags: Problem regarding Setting request attributes
|
Devesh Chanchlani
Greenhorn
Joined: Sep 04, 2007
Posts: 19
|
|
Hi I am using the AJAXTags in my Struts Application. I have used the AJAXTags and have found no problem until this one. I am using ajax:tabPanel and I need to send a Collection DTO to the responding resource for AJAX which is a JSP. I have tried using request.setAttribute() for the purpose, inside the Action class for the responding JSP, but the JSP doesnot recognize any attribute set by the Action. Even the responding JSP does not recognize the attributes from the container JSP(which is fine as per AJAX). I do not want to use the Session Object or any additions to the ActionForm for this purpose. Please suggest any workarounds. ------------------ Thanks, Devesh Chanchlani. ------------------
|
 |
 |
|
|
subject: AJAXTags: Problem regarding Setting request attributes
|
|
|