This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes AJAXTags: Problem regarding Setting request attributes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "AJAXTags: Problem regarding Setting request attributes " Watch "AJAXTags: Problem regarding Setting request attributes " New topic
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.
------------------
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: AJAXTags: Problem regarding Setting request attributes
 
Similar Threads
AJAXTags: Problem with setting request attributes
AJAX Framework
AJAX with Struts 1.3
Struts with AjaxTag and DisplayTag
Struts2 + AjaxTags JSTL not working