Application Resources application.properties

2004-07-08 Thread j h
How can I get access to the Application Resources (application.properties) in the java code? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

application configuration

2004-07-08 Thread j h
If there are specific properties that need to be configured on deployment, where should these be put? you could put these in the application.properties file and read these in from an Action class every time they are needed: MessageResources mr = getResources(request); String config = mr.getMessag

form focus and validation

2004-07-08 Thread j h
If form validation fails and the user is returned to the original form, how can you focus on the elements that failed validation? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: application configuration

2004-07-08 Thread j h
Please can you give some example code for this - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

form focus and validation

2004-07-12 Thread j h
After validating a form, how can you get the form to focus on elements with valdation errors? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

url rewriting

2004-07-20 Thread j h
Is there a way to disable the jsessionid from being appended to the url when a form is submitted? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

form focus

2004-07-20 Thread j h
Can someone explain how the focus of a form can be set to one of the elements that failed validation when the form is re-displayed - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]