Re: How can I do this ... ?

2004-11-21 Thread Niall Pemberton
owe" <[EMAIL PROTECTED]> Sent: Monday, November 22, 2004 2:05 AM Subject: Re: How can I do this ... ? > So, in using this solution, must validation of the "generated" > fields be carried out in the validation() method of ActionForm? > > Or is there anyway I can

Re: How can I do this ... ?

2004-11-21 Thread Frank Burns
nks, Frank. - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, November 20, 2004 1:08 PM Subject: Re: How can I do this ... ? I could explain but niall has already documented

Re: How can I do this ... ?

2004-11-20 Thread klute
Sounds like you need to implement a list-backed form. http://forum.java.sun.com/thread.jspa?forumID=33&messageID=1952256&threadID=435161 best, james --- Frank Burns <[EMAIL PROTECTED]> wrote: > Hi, > > Although I have been using Struts for a while now, I > have this new requirement and I don'

Re: How can I do this ... ?

2004-11-20 Thread Hubert Rabago
It sounds like the list contains the same type, several times over. If so, just use indexed properties. http://struts.apache.org/faqs/indexedprops.html http://www.developer.com/java/ejb/article.php/2233591 If I misunderstood your question, ignore my answer. Or you can study them anyway to know

Re: How can I do this ... ?

2004-11-20 Thread Mark Lowe
I could explain but niall has already documented things here. http://wiki.apache.org/struts/StrutsCatalogLazyList I'd go for the hand cranked option. Its one less dependency and lighter than using lazylist. LazyForm looks pretty cool if you like dynabeans, certainly really good for mocking thin

How can I do this ... ?

2004-11-20 Thread Frank Burns
Hi, Although I have been using Struts for a while now, I have this new requirement and I don't know an obvious way to implement it. Can anyone please tell me how I can do this? BACKGROUND: I want to display a list of existing items of a certain type and allow users to edit these and save them.