Paul

we will need to see web.xml
struts.xml
struts-default.xml

need to determine which action class '/login' is maps to

then we'll need to see your java action class as well

thanks,
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à 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: <html:errors/> error validation error
> 
> 
> <%...@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" %>
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>    "http://www.w3.org/TR/html4/loose.dtd";>
> <html>
>     <head>
>         <link rel="stylesheet" type="text/css" href="menu.css">
>         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
>         <title>Login</title>
>     </head>
>     <body>
>         <jsp:include page="head.jsp"/>
>         <div id="login">
>  <h1>Login Form</h1>
>     <html:form action="/login">
>         <table  border="0" cellpadding="10px" cellspacing="10px" 
> width="400px">
> 
>             <tbody>
>                 <tr>
>                     <td> register.jsp Register to login </td>
>                 </tr>
>                 <tr>
>                     <td>Enter Your user name:</td>
>                     <td><html:text property="name" /></td>
>                 </tr>
>                 <tr>
>                     <td>Enter Your Password:</td>
>                     <td><html:password property="password" /></td>
>                 </tr>
>                 <tr>
>                     
>                     <td><html:submit value="Login" /></td>
>                     <td><html:reset value="" /></td>
>                     <td> forgetpass.jsp Forget Password </td>
>                 </tr>
>             </tbody>
>         </table>
> 
>  <html:errors property="error.name.required" />
> 
>     
>     </html:form>
>     
>     </div>
>     
>     </body>
> </html>
> 
> 
> no error out put still it is configured...what to do?
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Paul Benedict-2 wrote:
> > 
> > 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
> > 
> > 
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/%3Chtml%3Aerrors-%3E-error-validation-error-tp23765113p23796476.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

_________________________________________________________________
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009

Reply via email to