When trying to use ajax using struts2's inbuild functionality in that theme="ajax" doesn't not work inside the content which is rendered using ajax?
Means i want to use theme="ajax" inside the content with is rendered using ajax. for e.g. i have two fiels main.jsp and include.jsp in main.jsp <div id="include"></div> <s:a theme="ajax" target="include" href="#">Include</s:a> in this when i will cleak on Include it includes the file include.jsp inside the include div. but if the include.jsp contains <s:a theme="ajax" target="include" href="#">Include</s:a> then it doesn't work as an ajax. any solution for that? Thanks in Advance -- View this message in context: http://www.nabble.com/Problem-with-Ajax-and-Struts2-tf4764291s2369.html#a13625881 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
