[Struts 1.3] Validation question

2009-01-14 Thread Lorenzo Carnevale
My application user has to insert a monetary value for an invoice. Can I use the v alidator to check the value to be greater than 0, but without specifying a max value?

Re: [OT] EL expressions

2008-12-17 Thread Lorenzo Carnevale
What servlet version is specified in web.xml? Gotcha! You won my gratitude. The problem was that I started a new web application from scratch on my IDE, the J2EE version I chose was 1.5, a version that - I discovered it later - Tomcat 5.5 doesn't support. I changed everything back to version

[OT] EL expressions

2008-12-17 Thread Lorenzo Carnevale
I don't understand why my EL expressions aren't being evaluated. They are printed just like they in the source code ("${param}"). I did put this in my JSP code Working with server: <%= application.getServerInfo() %> Servlet Specification: <%= application.getMajorVersion() %>.<%= application.getM

Re: Login twice

2008-12-16 Thread Lorenzo Carnevale
Put a check in the Login Action : if there is alreay an user logged in, the check should return an error to the user. Hi All, I could logged in twice in the same session. How to block it second time in struts oriented . Please send with solution. Thank you, Seshagiri V seshagi...@ken