Re: jsessionid

2006-01-14 Thread Pieter Pareit
Rafael, This is standard in a Java web application. This is used to set a cookie, to activate the session. Next time the user clicks on a page the session cookie is send in the header so the server know which session belong to that user. Pieter On 1/14/06, Martin Gainty <[EMAIL PROTECTED]>

Re: Please give me an example

2006-01-13 Thread Pieter Pareit
+ On 1/13/06, Sony Thomas <[EMAIL PROTECTED]> wrote: > > Hi all, > > Can anyone give me an example of how to use > ; suppose I want to display my messages inside two > horizontal lines how to configure that in my properties file. Can anyone > give me some code examples > > thanks

A very helpfull utility class!! Feel free to use...

2006-01-13 Thread Pieter Pareit
iption().length() > 250) ErrorUtil.addError("description",new ActionMessage(" service.error.description.tolong",250)); } //throw errors if any if(!ErrorUtil.isEmpty()){ throw new ValidationException(); } } Good luck!! Pieter Pareit