Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AJAXTags: Problem regarding Setting request attributes

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
------------------
 
He got surgery to replace his foot with a pig. He said it was because of this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic