problem with ActionForm object

2002-07-23 Thread Thomas Praschl
Hi, I have a simple form on my jsp page. In my ActionForm class I validate whether a checkbox was clicked or not. If the checkbox was not clicked an error is returned and displayed on the same jsp-page. This works fine but: Some (not all!) of the properties which were given by the user are not

Re: problem with ActionForm object

2002-07-23 Thread Thomas Praschl
This is the select box tag on the jsp page: html:select property=ewrStaaten html:options property=ewrStaatenValue labelProperty=ewrStaatenLabel/ /html:select These are the getter and setter methods in the ActionForm class: public String getEwrStaaten() { return (ewrStaaten); }