RE: Antwort: Clarrifications on Usage of logic tag library

2005-02-24 Thread Kris Schneider
uest_uri: servlet_name: See the servlet spec for details... > I also tried > But this time it encountered some parsing error. > > How exactly an object instance is passed to a JSTL tag? I'm not very clear on > that. > Let me know where I'm doing wrong. > >

RE: Antwort: Clarrifications on Usage of logic tag library

2005-02-24 Thread Ashutosh Satyam
sh -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 4:51 PM To: Karsten Krieg; Struts Users Mailing List Subject: Re: Antwort: Clarrifications on Usage of logic tag library At 11:40 AM +0100 2/23/05, Karsten Krieg wrote: >Hi! > >It'

Re: Antwort: Clarrifications on Usage of logic tag library

2005-02-23 Thread Joe Germuska
At 11:40 AM +0100 2/23/05, Karsten Krieg wrote: Hi! It's been suggested to not continue using the Struts own tag libraries and instead move on to the JSTL. With them, I'd construct the following for your scenario: while this is a good general suggestion, neither tag library makes it easy to deal w

Antwort: Clarrifications on Usage of logic tag library

2005-02-23 Thread Karsten Krieg
Hi! It's been suggested to not continue using the Struts own tag libraries and instead move on to the JSTL. With them, I'd construct the following for your scenario: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> your content your con