extending the html:select tag

2004-08-11 Thread Wiebe de Jong
I am having trouble extending the struts html:select tag, and I hope somebody can help me. Naill's example at http://www.niallp.pwp.blueyonder.co.uk/#errortag shows how to extend the text tag. I used it to extend the password tag with no problem. However, when I use the same method to e

Html:select tag

2004-05-20 Thread PADALA, SANDHYA (SBCSI)
I have to display a drop down on my JSP using html select tag. Since I am using struts , I am using tag. I have a Form Bean FooForm in request scope. This form bean has array of custom defined Action objects. My Action object is a bean with ActionID and ActionName as the attributes. I require Ac