> Dear all, > I have a multibox that I am using within a table. The individual check box > is supposed to signify the selection of a row in the table. The table is > populated by a collection. Plus the form bean that holds the collection is > on the request. > > I have overrridden the validate method of the form bean to ensure that at > least one checkbox is selected. If not and ActionError is created. > > The problem is that I now get a collection not found excpetion when the > jsp is envoked. I solved this by making the form bean a session form bean, > but is this the only way? If so, does anyone have any suggestions as to > how to manage the formbeans on the session and are they serializable??? > > Many thanks, Rob.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

