Re: varying form element types using struts

2004-08-10 Thread Ruth, Brice
Victor Grazi wrote: I am creating a Struts form with some dynamically populated drop down lists. There is a general requirement that any drop down that contains just a single element should display as free html text instead of as a drop down. Is there any way to specify this type of variation u

varying form element types using struts

2004-08-08 Thread Victor Grazi
I am creating a Struts form with some dynamically populated drop down lists. There is a general requirement that any drop down that contains just a single element should display as free html text instead of as a drop down. Is there any way to specify this type of variation using struts? Regar