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
<%...@page contentType="text/html"%> <%...@page pageEncoding="UTF-8"%> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html" %> http://www.w3.org/TR/html4/loose.dtd";> Login

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
please specify the taglib syntax. newton.dave wrote: > > coolsayan wrote: >> what to change please be specific > > The taglib URIs. > > Dave > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional

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
what to change please be specific coolsayan wrote: > > how to solve??why this not working?? > > > > code in login.jsp > > <%...@page contentType="text/html"%> > <%...@page pageEncoding="UTF-8"%> > > <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean" > %> > <%@ tagli

Re: error validation error

2009-05-28 Thread Paul Benedict
Update your taglib uris. Struts is no longer a jakarta project, unless you're using 1.0 or 1.1 On Thu, May 28, 2009 at 11:19 AM, coolsayan wrote: > > how to solve??why this  not working?? > > > > code in login.jsp > > <%...@page contentType="text/html"%> > <%...@page pageEncoding="UTF-8"%> > > <%