Re: [Stripes-users] Error on Validation Annotation

2008-08-10 Thread Gregg Bolinger
The key here is that after you deploy your app, however that may be, the resource file must exist in the classpath, typically WEB-INF/classes. So whatever you need to do to your setup to make that happen. Gregg Akbar Ibrahim wrote: > We don't have the details of how you are deploying your app,

Re: [Stripes-users] Error on Validation Annotation

2008-08-10 Thread Akbar Ibrahim
We don't have the details of how you are deploying your app, so it's difficult to suggest solutions. Can you try - undeploying the application from your server - stopping your server - deleting any temporary folders created (such as under the work directory in Tomcat) - re-building and deploying y

Re: [Stripes-users] Error on Validation Annotation

2008-08-10 Thread Stripes-payal
Tried placing in java source folder,same problem exists. Also i deleted property file from system,for the check...what error it shows, Still it showed me the same error rather then saying file not exists... I dont know from where its reading the property file. Akbar Ibrahim wrote: > > Eclipse

Re: [Stripes-users] Error on Validation Annotation

2008-08-10 Thread Akbar Ibrahim
Eclipse may be deleting the file when it cleans and builds the project. Can you try placing it in the root java source folder. On Sun, Aug 10, 2008 at 4:49 PM, Stripes-payal <[EMAIL PROTECTED]> wrote: > > I tried putting the file to WEB-INF /classes still the same problem exist > Any way to res

Re: [Stripes-users] Error on Validation Annotation

2008-08-10 Thread Stripes-payal
I tried putting the file to WEB-INF /classes still the same problem exist Any way to resolve this...It get the property file but its not able to read the values. levi_h wrote: > > Ah! What happens when you move it to WEB-INF/classes? > > On Fri, Aug 8, 2008 at 10:55 PM, Stripes-payal <[EMAIL P

Re: [Stripes-users] Error on Validation Annotation

2008-08-08 Thread Levi Hoogenberg
Ah! What happens when you move it to WEB-INF/classes? On Fri, Aug 8, 2008 at 10:55 PM, Stripes-payal <[EMAIL PROTECTED]> wrote: > > Yes ,I checked property file it has the key and value both... > I am using eclipse and keeps the property file in WEB_INF lib > > > > levi_h wrote: > > > > Well, doe

Re: [Stripes-users] Error on Validation Annotation

2008-08-08 Thread Stripes-payal
Yes ,I checked property file it has the key and value both... I am using eclipse and keeps the property file in WEB_INF lib levi_h wrote: > > Well, does StripesResources.properties contain the key? > > On Fri, Aug 8, 2008 at 7:22 PM, Stripes-payal <[EMAIL PROTECTED]> wrote: > >> >> I added t

Re: [Stripes-users] Error on Validation Annotation

2008-08-08 Thread Levi Hoogenberg
Well, does StripesResources.properties contain the key? On Fri, Aug 8, 2008 at 7:22 PM, Stripes-payal <[EMAIL PROTECTED]> wrote: > > I added the annotaion validation in bean class > say: > @Validate(required=true) >private String username; > but when i try executing my jsp,with username as a

[Stripes-users] Error on Validation Annotation

2008-08-08 Thread Stripes-payal
I added the annotaion validation in bean class say: @Validate(required=true) private String username; but when i try executing my jsp,with username as a blank field, it gives me this exception,rather then showing the page back with error. org.apache.jasper.JasperException: Could not fi