Re: multi page form, html:select multiple select and editing!

2005-07-24 Thread GnomeKing
On 24/07/05, Laurie Harper [EMAIL PROTECTED] wrote: You need to follow the same guidelines for selects as for checkboxes: ensure you reset the underlying form bean property each time. http://struts.apache.org/userGuide/struts-html.html#select I knew about the reset method; but the problem

multi page form, html:select multiple select and editing!

2005-07-23 Thread GnomeKing
Hi guys, I've got a problem I've been trying to get around for a while and I'm hoping someone here can give me some pointers! I have to use a multi page form for a particular bean, and one of the latter pages has an html:select control which allows multiple selections. It also has a checkbox.

Re: Beans throwing exceptions

2005-07-06 Thread GnomeKing
On 02/07/05, GnomeKing [EMAIL PROTECTED] wrote: I have a bean which occasionally throws an exception My exception is caught in TagUtils.java:962 (struts-1.2.7), saved (967) and then a completely new JspException thrown (968). This exception is then caught on line 894, and saved

Beans throwing exceptions

2005-07-02 Thread GnomeKing
I have a bean which occasionally throws an exception This exception is caught in TagUtils.java:962 (struts-1.2.7), saved (967) and then a completely new JspException thrown (968). I'm assuming this is what is happening, but I don't have a stack trace to indicate it - but that is the only