Can I pick both? ;-)

I use tags that look exactly like they do in Struts. They are
frequently, but not always, Expresso tags that extend the Struts tags of
the same names but take advantage of Expresso usage. For example there
is an html:text tag in the Expresso-html taglib that is identical to the
Struts version. The only difference is that the Expresso version doesn't
use a form bean it uses the input items that have been added to the
Expresso ControllerResponse. 

In short it allows forms that look just like Struts forms but don't
require form beans. In some places there are no Expresso equivalents for
Struts functionality and I use the Struts code directly, and there are
some Expresso features that aren't present in Struts so you have to use
Expresso tags. In general however I try to stick as close to the Struts
tags as possible, mainly because that's the only way I understand the
code!

regards,

Stephen Owens
Corner Software

-----Original Message-----
From: Francisco Hernandez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 09, 2002 10:22 PM
To: Struts Users Mailing List
Subject: Re: Advice needed on Stuts versus Struts/Expresso


I've been looking at Expresso today, I was wondering for UI creation do
you
guys use struts tags or expresso tags?

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

Reply via email to