RE: Struts2 and Ajax pb

2006-12-07 Thread walidito
Ok ok, I begin to see what is the exact pb : I my action mapping I've putted : /JSPs/Error.jsp /JSPs/Menu.jsp so it must create an ugly loop... By the way, what should I put it this action mapping ? nothing ? thank you. walidito wrote: > > Thank you ! > Actually I had a

RE: Struts2 and Ajax pb

2006-12-07 Thread walidito
Thank you ! Actually I had a mapping, but this mapping was wrong. now I' m facing a new pb, my "div" zone is continuously showing an error message (the error messages adds at the end of the page, and doesn't replace the previous one, which make it a real mess...) this is the message : widget ID c

Re: Struts2 and Ajax pb

2006-12-07 Thread Musachy Barroso
First try putting the full url for your action on your browser , and make sure you are getting the expected page, just to get any ajax problem out of the way. After you get that working, try the div, which should work. regards musachy walidito wrote: Hi, I hava followed one of the "showcase"

RE: Struts2 and Ajax pb

2006-12-07 Thread Dave Newton
walidito [mailto:[EMAIL PROTECTED] > href="/dashboard/actions/AjaxTest.action" Do you have a mapping to that action? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT