Re: SV: SV: Struts tag-lib

2007-07-24 Thread Laurie Harper
the internet? Then I will need the copy in my WEB-INF, right? Soren, DK -Oprindelig meddelelse- Fra: Paul Benedict [mailto:[EMAIL PROTECTED] På vegne af Paul Benedict Sendt: 24. juli 2007 08:54 Til: Struts Users Mailing List Emne: Re: SV: Struts tag-lib Old servlet containers (2.2 and

SV: SV: Struts tag-lib

2007-07-24 Thread Søren Blidorf
: Struts Users Mailing List Emne: Re: SV: Struts tag-lib Old servlet containers (2.2 and before) did not scan the web module to find TLD files automatically. If you're using an older container, you unfortunately have to put a copy of the TLD in your WEB-INF directory. But this is quite redu

Re: SV: Struts tag-lib

2007-07-23 Thread Paul Benedict
ways seems to work Soren, DK -Oprindelig meddelelse- Fra: Søren Blidorf [mailto:[EMAIL PROTECTED] Sendt: 23. juli 2007 21:42 Til: 'Struts Users Mailing List' Emne: SV: Struts tag-lib I am using struts 1.2.4. http://struts.apache.org/1.2.4/userGuide/configuration.html#dd_c

SV: Struts tag-lib

2007-07-23 Thread Søren Blidorf
iling List' Emne: SV: Struts tag-lib I am using struts 1.2.4. http://struts.apache.org/1.2.4/userGuide/configuration.html#dd_config_taglib When I download struts 1.2.4 from the archive, web.xml in the struts_blank.war is configured like this: /tags/struts-bean /WEB-INF/strut

SV: Struts tag-lib

2007-07-23 Thread Søren Blidorf
. juli 2007 21:22 Til: Struts Users Mailing List Emne: Re: Struts tag-lib On 7/23/07, Søren Blidorf <[EMAIL PROTECTED]> wrote: > I am confused on how to configure tag-libs i web.xml. Unless you're using a really old Servlet container, you don't need to put anything in web.xml.

Re: Struts tag-lib

2007-07-23 Thread Wendy Smoak
On 7/23/07, Søren Blidorf <[EMAIL PROTECTED]> wrote: I am confused on how to configure tag-libs i web.xml. Unless you're using a really old Servlet container, you don't need to put anything in web.xml. (Since Servlet 2.3, the container will scan the jar files in WEB-INF/lib and discover the t

Struts tag-lib

2007-07-23 Thread Søren Blidorf
Hi. I am confused on how to configure tag-libs i web.xml. The guidelines says: "http://struts.apache.org/tags-html"; But the example from the webapps that comes with the download of struts says: "/tags/struts-html" What is correct? Soren, DK

Re: How use AND,OR in logic struts tag lib

2006-04-27 Thread Angel Navarro
Thanks 2006/4/27, Vinit Sharma <[EMAIL PROTECTED]>: > > A very small article on JSTL for quick reference: > > http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html > > > On 4/26/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > > > On 4/26/06, Angel Navarro <[EMAIL PROTECTED]> wrote: > > >

Re: How use AND,OR in logic struts tag lib

2006-04-27 Thread Vinit Sharma
A very small article on JSTL for quick reference: http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html On 4/26/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > On 4/26/06, Angel Navarro <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I need to translate: > > > > if ( a == 'option1' || a ==

Re: How use AND,OR in logic struts tag lib

2006-04-26 Thread Rahul Akolkar
On 4/26/06, Angel Navarro <[EMAIL PROTECTED]> wrote: > Hi, > > I need to translate: > > if ( a == 'option1' || a == 'option2' ) > Use JSTL: ... "and" is also available in EL similarly. -Rahul > to struts code > I don't know how put || or && in > Thanks > >

How use AND,OR in logic struts tag lib

2006-04-26 Thread Angel Navarro
Hi, I need to translate: if ( a == 'option1' || a == 'option2' ) to struts code I don't know how put || or && in

RE: Struts Tag Lib VS JSTL Tag Lib

2004-07-14 Thread Jim Barrows
> -Original Message- > From: PREETAM Balijepalli [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 14, 2004 1:13 PM > To: Struts Users Mailing List > Subject: RE: Struts Tag Lib VS JSTL Tag Lib > > > Have you ever compared JSTL and Struts Tag In performance...

RE: Struts Tag Lib VS JSTL Tag Lib

2004-07-14 Thread PREETAM Balijepalli
Users Mailing List Subject: Re: Struts Tag Lib VS JSTL Tag Lib AFAIK, the Struts tags aren't competing with JSTL tags. I believe the recommended approach is to use JSTL tags when you can, and use the Struts tags when you need functionality not provided by the JSTL tags. In short, if you're

Re: Struts Tag Lib VS JSTL Tag Lib

2004-07-14 Thread Hubert Rabago
r way, use JSTL. Hubert --- PREETAM Balijepalli <[EMAIL PROTECTED]> wrote: > Hi > > > > Has any one ever compared Struts Tag Lib and JSTL Tag Lib and drawn any > comparison. > > > > On Performance, Architecture, Deve

Struts Tag Lib VS JSTL Tag Lib

2004-07-14 Thread PREETAM Balijepalli
Hi Has any one ever compared Struts Tag Lib and JSTL Tag Lib and drawn any comparison. On Performance, Architecture, Developer comfort. Thanks Preetam Attempt May Be Failure Failure In Attempt~No!