Re: [S2] Mixing Struts2 ajax functions with actionErrors and actionMessages

2007-02-13 Thread kedgecomb
;>> >>>> >>>> >>>> >>>> >>>> >>>> The problem is that these tags are never populated while using the AJAX >>>> feature. Neither errors nor messages are displayed at any tim

Re: [S2] Mixing Struts2 ajax functions with actionErrors and actionMessages

2007-02-13 Thread Musachy Barroso
That should be it. Just to make sure it is not related to the errors or the messages, replace the with some fixed text, and see if that text is showing up. musachy kedgecomb wrote: I am using a single taglib directive: <%@ taglib prefix="s" uri="/struts-tags" %> Is there something

Re: [S2] Mixing Struts2 ajax functions with actionErrors and actionMessages

2007-02-13 Thread kedgecomb
either errors nor messages are displayed at any time. If I >> use >> the same url that the s:div tag uses, and key it into the browser >> address, >> the row is added or deleted and the message displays correctly, (using >> the >> exact same jsp). When I use an ajax link: >> >> >> >> >> > name=

Re: Mixing Struts2 ajax functions with actionErrors and actionMessages

2007-02-13 Thread Musachy Barroso
The ajax request is handled just like any other request (its asynchronous nature is only related to the client). So whatever the action outputs, it will be sent to the client and inserted inside the div. Use Firebug to see what is the return of the ajax call, plus make sure the jsp fragment has

Mixing Struts2 ajax functions with actionErrors and actionMessages

2007-02-13 Thread kedgecomb
ew this message in context: http://www.nabble.com/Mixing-Struts2-ajax-functions-with-actionErrors-and-actionMessages-tf3222408.html#a8950048 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: