Thank You guys for the replies.Appreciate it. Have a good day

Regards
Srini Gade


From: Mark Lowe <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: AW: Struts Tag Library
Date: Wed, 2 Jun 2004 13:04:49 +0200

While I can see that JSTL can be used for model 1 style development, I'd still use JSTL for model 2 with or without struts.

There are lots of useful toys with JSTL that just aren't there in struts, which are needed by the site builder JSTL functions especially, these are used for purely presentation purposes and thus belong in the JSP. Before you'd always need to blur the line between controller and view to do this, or use scriptlets.

My 2 pence (not sure how the exchange rate works) is that you only need html tag lib for forms and tiles. I was strongly against JSTL for a long time, but I was wrong.

Mark

On 2 Jun 2004, at 12:31, Rosenberg, Leon wrote:

<2cents>
If you plan to use model 1 -> use jstl

If you plan to use model 2 -> use struts

</2cents>
:-)
Leon

-----Ursprüngliche Nachricht-----
Von: Andrea M [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 2. Juni 2004 11:55
An: 'Struts Users Mailing List'
Betreff: R: Struts Tag Library

I agree with Rick
Of corse you could use struts tags without Struts framework, but there's
no
point in doing so:
Tags like bean, logic and iterate are almost entirely supplanted by JSTL
The only struts tag that is still useful is <html:> but is designed to
work
together with ActionServlet, so using it outside the framework would
probably be more trouble than it's worth.

So the answer is: yes you can, but it's useless.


-----Messaggio originale----- Da: Rick Reumann [mailto:[EMAIL PROTECTED] Inviato: mercoledě 2 giugno 2004 2.04 A: Struts Users Mailing List Oggetto: Re: Struts Tag Library

Srinivasa Jagannadh Gade wrote:

I've a question with Tag Library.

Can we use only the Struts Tag Library without using Struts Framework as
a whole(Controller ,Action,Form etc).

It does you no good to use the Struts tags without using tags. The ones you need from Struts are used in conjunction with ActionForms, which you wouldn't be using if not using the framework.

Any other tags you 'think' are useful from the Struts tag library you
cold get from using JSTL.

--
Rick

---------------------------------------------------------------------
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]



--------------------------------------------------------------------- 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]


_________________________________________________________________ Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com


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



Reply via email to