<code to retrieve the errors collection and print stuff about it>

>   Which outputs 
>     ae.size()=1
>     error.mandatory.login.password
>    
>   So, the issue is with the <html:errors/> tag itself

So the errors collection is getting stored in the right place. I think
we have to look at your properties file. Apparently the <html:errors/>
tag is finding *some* properties file, since it doesn't compain about
not being able to find it. Could there be more than one in your WAR
file? Could <html:errors/> be finding one that doesn't define
"error.mandatory.login.password"? Could you have misspelled that string
in the properties file?

I'm shooting in the dark here, I don't have a good idea what could be
wrong.


--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to