Re: AJAX in Struts

2007-09-10 Thread ANIMESH SAXENA
sage in context: > http://www.nabble.com/AJAX-in-Struts-tf4420598.html#a12608944 > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Animesh Saxena http://inlovewithlinux.blogspot.com http://ihateaspdotnet.blogspot.com

Struts2 with AJAX

2007-09-08 Thread animesh saxena
Hi, I am using a very basic AJAX code snippet with struts. No it's not dojo. req = new XMLHttpRequest(); var url='http://localhost:8084/StrutsAjax/example/SearchAJAX.action'; req.open("POST",url,true); req.onreadystatechange=searchResults; req.send(null); in searchResults() function I

Re: switch action - doubt

2007-08-13 Thread ANIMESH SAXENA
t 400 (Bad Request) > Error > message. > > The mapping for forwardToTrainingDB.do is present in the struts-config xml > file of test2 module. > > Please help me how to resolve this problem. > > Thanks > -- Animesh Saxena http://inlovewithlinux.blogspot.com

Re: building struts 2.0.6 from source

2007-06-15 Thread animesh saxena
can you paste the exact error message? On Fri, 2007-06-15 at 09:29 +0200, Adrian Ost wrote: > Hi all, > > I downloaded struts 2.0.6-src, did an ANT build and replaced the > resulting "struts2-core.jar" with my recent jar "struts2-core-2.0.6". > Didn't make any changes in the source nor my webapp

Re: Struts2 Not Executing Actions

2007-06-14 Thread ANIMESH SAXENA
d my problem or similar issue? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Animesh Saxena Software Architect http://inlovewithlinux.blogspot.com http://ihateaspdotnet.blogspot.com

Re: [S2] target without AJAX

2007-06-12 Thread ANIMESH SAXENA
t; but no targets appear in the HTML. Please help. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Animesh Saxena Software Architect http://inlovewithlinux.blogspot.com http://ihateaspdotnet.blogspot.com