Re: don't display anything

2012-08-04 Thread Mihir
Hello friend, i have the same error. but i found the solution. there is an error in your ApplicationResources file.check every key and formation of key very well. have you mapped the key name correctly while mapping it to action message in your action ?? Thank You Mihir Parekh

Re: don't display anything

2012-04-16 Thread Javier Moreno
El 14 de abril de 2012 20:37, Oussama Jlassi escribió: > ApplicationResource.properties > error.userName.required = User Name is required.error.password.required = > Password is required. Try to enter each key on a separate line as follows: error.userName.required = User Name is required. err

RE: don't display anything

2012-04-14 Thread Oussama Jlassi
        }  }} > Date: Sat, 14 Apr 2012 17:32:18 -0400 > From: anji...@hotmail.com > To: user@struts.apache.org > Subject: Re: don't display anything > > > I didn't see any error in you code. I ran in my machine it works fine. > You can test just a Login action an

Re: don't display anything

2012-04-14 Thread Anjib
I didn't see any error in you code. I ran in my machine it works fine. You can test just a Login action and debug from there. On 4/14/2012 2:37 PM, Oussama Jlassi wrote: i use struts 1.3 in tomcat 6 every thing work fine but the html error do not display my error messages how to fix it logi