If you're asking if there are JSTL tags that can be used instead of the
Struts tags you refer to, then no.  The JSTL does not implement any HTML
component features.  It's perfectly natural to use more than one tag
library in JSP pages, don't try to jam your application into using a
single tag library.  Using the Struts-EL tag library instead of the base
Struts tag library allows you to use the JSTL expression language in the
Struts tag attributes. 

> -----Original Message-----
> From: Caroline Jen [mailto:[EMAIL PROTECTED] 
> Sent: Friday, June 23, 2006 3:46 PM
> To: user@struts.apache.org
> Subject: Mixing Use of Struts Tags and JSTL Tags
> 
> 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>
> 
> 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.
> 
> Thanks for your help.
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection 
> around http://mail.yahoo.com 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to