On 6/23/06, Caroline Jen <[EMAIL PROTECTED]> wrote:
Are there JSTL equivalents to 1. <html-el:form ...> or <html:form ...> 2. <html-el:checkbox ...> or <html:checkbox ...> 3. <html-el:hidden ... > or <html:hidden>http://mail.google.com/mail/ I am able to display a table using all JSTL tags. Now, I have add additional features to the table. I am unaware of the JSTL equivalents of the aforementioned Struts tags.
The Struts EL tags are intended to be mixed with JSTL 1.0. As noted on the following page, all of the HTML tags were implemented in Struts EL, because they have no JSTL equivalents. http://struts.apache.org/struts-action/struts-el/ -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]