Re: populating form fields from request params

2003-10-18 Thread Martin Gainty
- From: "Marc Dugger" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, October 18, 2003 3:21 PM Subject: RE: populating form fields from request params > I thought I could resolve this by specifiying: > > v

RE: populating form fields from request params

2003-10-18 Thread Marc Dugger
--- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 18, 2003 1:25 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: Re: populating form fields from request params > > > check out > http://jakarta.apache.org/struts/userGuide/s

Re: populating form fields from request params

2003-10-18 Thread Martin Gainty
check out http://jakarta.apache.org/struts/userGuide/struts-html.html#options (I wouldnt use collection in this case..I assume we are returning scalar entity) to paraphrase "where collection of values actually selected depends on the presence or absence of the name and property attributes" the na