You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Struts Newsgroup (@Basebeans.com)" <st...@basebeans.com> on 2002/07/16 14:25:02 UTC

Using Struts Taglibs?

Subject: Using Struts Taglibs?
From: "Xero" <wa...@canada.com>
 ===
Is there a lot of overhead in using Struts Taglibs?  What would be in using
it versus traditional code. example using the Struts HTMLTagLibs vs plain
HTML?



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Using Struts Taglibs?

Posted by Andrew Hill <an...@gridnode.com>.
Among other things the struts taglibs know how to pull values from your
actionForm and your actionErrors (and other beans) so that you can display
these easily.
You can do the same with scriptlets embedded among the html parts of your
jsp but of course its usually more work and a lot harder for us humans to
read and maintain.

-----Original Message-----
From: Struts Newsgroup [mailto:@Basebeans.comstruts@basebeans.com]
Sent: Tuesday, July 16, 2002 20:25
To: struts-user@jakarta.apache.org
Subject: Using Struts Taglibs?


Subject: Using Struts Taglibs?
From: "Xero" <wa...@canada.com>
 ===
Is there a lot of overhead in using Struts Taglibs?  What would be in using
it versus traditional code. example using the Struts HTMLTagLibs vs plain
HTML?



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>