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

2007-02-13 Thread kedgecomb
I replaced the tags with plain text and it displays when I call the url directly and asynchronously. Musachy Barroso-2 wrote: > > 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. >

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
I am using a single taglib directive: <%@ taglib prefix="s" uri="/struts-tags" %> Is there something else I need? Also, I get the messages correctly if I call the url directly, (not using an async call). I will try the Firebug suggestion. Musachy Barroso-2 wrote: > > The ajax requ