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

2007-02-13 Thread kedgecomb
s showing up. > > musachy > > kedgecomb wrote: >> 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 &

Re: [S2] problem working with the Spring plugin with Struts 2.0.3+

2007-02-13 Thread kedgecomb
That solved it. Dave Newton-4 wrote: > > Run the included retrotranslator on the plugin jar. > > --- kedgecomb <[EMAIL PROTECTED]> wrote: > >> >> I found the struts2-spring-plugin.jar in the >> showcase war but it only works >> for SDK 1.5 >&

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

2007-02-13 Thread kedgecomb
lus make > sure the jsp fragment has all the required taglib directives. > > regards > musachy > > kedgecomb wrote: >> I have been using the actionErrors and actionMessage features of Struts2 >> for >> some time and they have worked well for providing user fee

Mixing Struts2 ajax functions with actionErrors and actionMessages

2007-02-13 Thread kedgecomb
I have been using the actionErrors and actionMessage features of Struts2 for some time and they have worked well for providing user feedback, (e.g.; "Business Center deleted successfully", "User already exists with this ID", etc.). I add the error or the message in the action class like so:

Re: [S2] problem working with the Spring plugin with Struts 2.0.3+

2007-02-13 Thread kedgecomb
I found the struts2-spring-plugin.jar in the showcase war but it only works for SDK 1.5 We're using SDK 1.4 and the 1.4 versions of the Struts2 api and core jars and they have worked well for us. Anyone know where to find a 1.4 version of the plugin? Takekazu Omi wrote: > > Now I had sam