How to make the LazyList Serializable?

2002-10-28 Thread William Wan
I found the nested tag with LazyList is very useful for implementing nested structure form submission. I would like to know is there any simple method to make the LazyList Serializable so that I can store the form object into session? Thanks William

RE: How to get data back from ActionForm to HTML form

2002-10-08 Thread William Wan
You have to add request.setAttribute("personnelForm ", fForm); in the action so that the form will be stored in the request for population in jsp. Otherwsie the tForm will only be available within your action scope only. -Original Message- From: Rohra, Prakash N. ,,DMDC/BEAU [mailto:[EMA

How can use use nested tag to populate form data with variable element size?

2002-09-01 Thread William Wan
I have been using the nested tag for a moment and it is great for displaying nested information but I got a problem when submitting information using the tag. When I submitting the form with nested tag, it always comes out with null pointer exception during populating values to the bean if I do no