• 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

Problem in Struts 2.0 AJAX content loading

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I work in a struts 2.0.11 project with EJB3.0. In my JSP pages I used divs and spans to contain struts 2.0 tags like s iv, s:textarea. My problem is ajax content is not loaded from(content jsp) to main jsp if I use tags as follows

main.jsp

<span>
<s iv id="id" listenTopics="retrieveData" href="%{retrieveUrl}" theme="ajax" formId="formId"/>
<span>


content.jsp

<span>
<s:textarea name="names"/>
</span>

I followed the procedure to use built-in dojo ajax support well.But when I use s:textarea inside s iv for ajax requirement I got the s:textarea with blank content.

Anybody please help me to solve the proble.

Best Regards,
Ramesh K
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic