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
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
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
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
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
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
6 matches
Mail list logo