On 11/18/2010 02:29 PM, ami999 wrote:
i'm having list of string and want to create a drop down with that. is it possible to do this with beaneditform.
Look into the Select component. It can take a comma-separated String listing the values for each drop down row. It's pretty simple, I use it all the time. There is also the MultipleSelect component in case you want to handle the user selecting more than one option from the drop down menu.
I'd recommend checking out the components included in the Tapestry Core in the Javadocs for Tapestry. Most of them are self-describing in their names and then you can usually look up information about them beyond that once you know the name of the component.
-Rich --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org