Re: Problems to fill a DropDownListbox on a DynaValidatorActionForm

2006-09-04 Thread Tom Bednarz
Richard, Many thanks for your feedback. This means I have to store the data twice. I tried that but now I get another error: 2006-09-04 09:45:17,339 ERROR [http-8080-1] [/mtweb].[jsp] (ApplicationDispatcher.java:704) - Servlet.service() for servlet jsp threw exception javax.servlet.jsp.J

Re: Problems to fill a DropDownListbox on a DynaValidatorActionForm

2006-09-03 Thread Richard Yee
Tom, Try this for your tag instead: This will work if your have an attribute called "expenseTypes" in some scope (ie. session, request). The options tag collection attribute expects the name of the collection, not the collection itself. -Richard Tom Bednarz wrote: I try to fill a DropDow

Problems to fill a DropDownListbox on a DynaValidatorActionForm

2006-09-03 Thread Tom Bednarz
I try to fill a DropDownListbox on a DynaValidatorActionForm and get the following exception: 2006-09-03 18:20:45,007 ERROR [http-8080-1] [/mtweb].[jsp] (ApplicationDispatcher.java:704) - Servlet.service() for servlet jsp threw exception javax.servlet.jsp.JspException: Cannot find bean und