Hi,

I'd like to be able to dynamically create forms based on the properties of the class as defined by the PropertyDescriptors. What I'd like to do is to have a mapping between the data type of the property and the input type used for the form.

e.g. for Strings a <html:text> for boolean / Boolean a <html:select> with <option value="true"> <option value="false">, for Date use some form of calendar.

Has anyone tried anything like this? I'd like to be able to define my own tag which performed the mapping and then delegated to the appropriate struts tag once the tag class had been selected.

thanks
Nathan


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to