Re: [Webwork-devel] <ui:select>
Brought to you by:
baldree,
rickardoberg
|
From: Matt B. <ma...@sm...> - 2001-12-20 03:10:39
|
Obviously size is easy and I think it should be added. IMHO multiple is more complicated. Right now the Action setter for the select would be called multiple times for each selected item when the form is submitted. This is fine if you are building the list via the setter but to display the appropriate selected items on the load would be the problem. Right now "value" is used to set the SELECTED item and it assumes only one item. I'll let Rickard chime in on this but this seems like a 1.1 feature. -Matt ----- Original Message ----- From: "Mike Cannon-Brookes" <mi...@at...> To: "Webwork-Devel" <web...@li...> Sent: Wednesday, December 19, 2001 8:19 PM Subject: [Webwork-devel] <ui:select> > Missing attributes size and multiple? > > -mike > > -- > Cheers, > Mike > > -- > Mike Cannon-Brookes :: mi...@at... > > Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World > > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > > |