Re: error validation error

2009-05-31 Thread Dave Newton
coolsayan wrote: From the docs: "Name of the property for which error messages should be displayed. If not specified, all error messages (regardless of property) are displayed." You don't have a property named "error.name.required"--that sounds like the name of a message resource to me.

RE: error validation error

2009-05-30 Thread Martin Gainty
s à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sat, 30 May 2009 12:10:12 -0700 > From: coolsayan.2...@gmail.com > To: user@struts.apache.org > Subject: Re: error validation error > > > <%...@page contentType="

Re: error validation error

2009-05-30 Thread coolsayan
- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/%3Chtml%3Aerrors-%3E-error-validation-error-tp23765113p23796476.html Sent from the Struts - User mailin

Re: error validation error

2009-05-30 Thread Dave Newton
Martin Gainty wrote: please view this comprehensive explanation of dojo mapped functions by Ted http://struts.apache.org/2.1.6/docs/developing-ajax-widgets.html Wrong thread. Dave - To unsubscribe, e-mail: user-unsubscr...@st

Re: error validation error

2009-05-30 Thread Paul Benedict
http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: error validation error

2009-05-30 Thread Martin Gainty
esponsabilité pour le contenu fourni. > Date: Sat, 30 May 2009 01:47:39 -0700 > From: coolsayan.2...@gmail.com > To: user@struts.apache.org > Subject: Re: error validation error > > > please specify the taglib syntax. > > newton.dave wrote: > > > >

Re: error validation error

2009-05-30 Thread coolsayan
truts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/%3Chtml%3Aerrors-%3E-error-validation-error-tp23765113p23791499.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: error validation error

2009-05-29 Thread Dave Newton
coolsayan wrote: what to change please be specific The taglib URIs. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: error validation error

2009-05-29 Thread coolsayan
t; > return mapping.findForward(FAILURE); > } > > HttpSession mySession=request.getSession(true); > mySession.setMaxInactiveInterval(30); > return mapping.findForward(SUCCESS); > } > } > > > > > Error > &g

Re: error validation error

2009-05-28 Thread Paul Benedict
on mySession=request.getSession(true); >         mySession.setMaxInactiveInterval(30); >        return mapping.findForward(SUCCESS); >    } > } > > > > > Error > > HTTP Status 500 - > >

error validation error

2009-05-28 Thread coolsayan
Exception: PWC1244: Servlet execution threw an exception root cause java.lang.NoSuchMethodError: org.apache.struts.config.ForwardConfig.getContextRelative()Z note The full stack traces of the exception and its root causes are available in the Sun GlassFish Enterprise Server v2.1 logs. --