Re: Jstl and struts

2007-10-26 Thread Laurie Harper
Zhang, Larry (L.) wrote: This might be an old topic, but should we completely rule out using struts tag and move to jstl tag? JSTL is preferred over Struts1's tags where there is overlap (mostly for the logic: taglib). For Struts 1 and 2, though, there is lots of functinoality in the taglibs

Jstl and struts

2007-10-18 Thread Zhang, Larry (L.)
This might be an old topic, but should we completely rule out using struts tag and move to jstl tag? If not, does struts have a tag that will do anything if the filed is equal (1 or 2 or 3 or 4)? Thanks. - To unsubscribe, e-mail:

Re: Problem with JSTL and Struts tag But Not with

2006-08-25 Thread Laurie Harper
ted tags...i guess does not work.. -Original Message- From: Mississippi John Hurt [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 10:48 AM To: Struts Users Mailing List Subject: Problem with JSTL and Struts tag But Not with Why is it that when I do the below with struts

Re: Problem with JSTL and Struts tag But Not with

2006-08-24 Thread Mississippi John Hurt
Yes, thanks, I tried , with but still couldn't get it to work. Anyway I just used the Map feature of and its working fine. Thanks all. On 8/24/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/24/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote: > Hi thanks for the help. I tried using the

Re: Problem with JSTL and Struts tag But Not with

2006-08-24 Thread Wendy Smoak
On 8/24/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote: Hi thanks for the help. I tried using the pageContext, but it seems for some reason, the render engine is not interpreting the scriptlet ie ( <%= ..%>) Its taking it literally (ie link has <%= chars in it after rendered in html), weir

Re: Problem with JSTL and Struts tag But Not with

2006-08-24 Thread Mississippi John Hurt
--- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 3:41 PM To: Struts Users Mailing List Subject: Re: Problem with JSTL and Struts tag But Not with You are correct. Nesting tags do *not* work. Try this... text -- James Mitchell 678.9

RE: Problem with JSTL and Struts tag But Not with

2006-08-24 Thread Vishal Seth
Yeah or other way..but with usage of scriplet is .. <%=pageContext.getAttribute(key name)%> -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 3:41 PM To: Struts Users Mailing List Subject: Re: Problem with JSTL and Struts tag But No

Re: Problem with JSTL and Struts tag But Not with

2006-08-24 Thread James Mitchell
AIL PROTECTED] Sent: Thursday, August 24, 2006 10:48 AM To: Struts Users Mailing List Subject: Problem with JSTL and Struts tag But Not with Why is it that when I do the below with struts tag I get an error "Unterminated <html:link tag" due to using JSTL ... ">text

RE: Problem with JSTL and Struts tag But Not with

2006-08-23 Thread Vishal Seth
Nested tags...i guess does not work.. -Original Message- From: Mississippi John Hurt [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 10:48 AM To: Struts Users Mailing List Subject: Problem with JSTL and Struts tag But Not with Why is it that when I do the below with struts

Problem with JSTL and Struts tag But Not with

2006-08-23 Thread Mississippi John Hurt
Why is it that when I do the below with struts tag I get an error "Unterminated text ... but when I use a regular HTML tag, its able to handle the JSTL fine? ">text ... Any ideas? I very much want to use the Struts tag and JSTL so I

RE: JSTL and Struts together

2005-05-20 Thread Suresh Khatri
Thank You. found EL jar and tld in contrib folder. Original message >Date: Fri, 20 May 2005 06:23:18 -0700 >From: "Karr, David" <[EMAIL PROTECTED]> >Subject: RE: JSTL and Struts together >To: "Struts Users Mailing List" > >If yo

RE: JSTL and Struts together

2005-05-20 Thread Karr, David
ng: <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/> <%@ taglib uri="/tags/struts-html-el" prefix="html"/> > -Original Message- > From: Suresh Khatri [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 19, 2005 10:16 PM &

Re: JSTL and Struts together

2005-05-20 Thread Hubert Rabago
Suresh, I would recommend you still use "html" as prefix instead of "html-el". This way, when you switch to a web container that supports EL and decide to drop the struts-el.jar, you can just modify your <%@ taglib %> declaration to reconfigure (or, depending on how configure tags, just your web.x

Re: JSTL and Struts together

2005-05-20 Thread David Johnson
you can use the control to accomplish just that I'm doing that in a bunch of places. On 5/20/05, Shey Rab Pawo <[EMAIL PROTECTED]> wrote: > > etc. > > On 5/19/05, Suresh Khatri <[EMAIL PROTECTED]> wrote: > > <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/> > > <%@ taglib uri="/ta

Re: JSTL and Struts together

2005-05-19 Thread Shey Rab Pawo
etc. On 5/19/05, Suresh Khatri <[EMAIL PROTECTED]> wrote: > <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/> > <%@ taglib uri="/tags/struts-html" prefix="html"/> > > > property="name" > value=""/> > > > would display the whole thing. Is there a way of making

JSTL and Struts together

2005-05-19 Thread Suresh Khatri
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/> <%@ taglib uri="/tags/struts-html" prefix="html"/> "/> would display the whole thing. Is there a way of making it evaluate "/> How can this be solved using Struts and JSTL ---

Re: jstl and struts tag problem

2004-12-07 Thread struts lover
alaryLabel" > value="salaryValue"/> > > Niall > > - Original Message - > From: "struts lover" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 07, 2004 3:56 PM > Subject: jstl and struts ta

Re: jstl and struts tag problem

2004-12-07 Thread Niall Pemberton
Try the tag... Niall - Original Message - From: "struts lover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 3:56 PM Subject: jstl and struts tag problem > Hello Everyone, > > I have this problem related to ta

Re: jstl and struts tag problem

2004-12-07 Thread James Mitchell
sday, December 07, 2004 10:56 AM Subject: jstl and struts tag problem Hello Everyone, I have this problem related to tags. I am using to set the ActionForm to some variable, and dont ask why :). And now I want to access a collection on the form for the drop down list. How do I do this? I am doing as

Re: jstl and struts tag problem

2004-12-07 Thread Alexandre Simon
Le mar 07/12/2004 à 16:56, struts lover a écrit : > property="salaryValue" labelProperty="salaryLabel"/> For nested properties, you have to use nested tags. -- SIMON Alexandre - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

jstl and struts tag problem

2004-12-07 Thread struts lover
Hello Everyone, I have this problem related to tags. I am using to set the ActionForm to some variable, and dont ask why :). And now I want to access a collection on the form for the drop down list. How do I do this? I am doing as follows : Now further in my JSP, I am doing this for my drop

Re: JSTL and Struts Tags

2004-08-26 Thread Can Zheng
Hi Bill, Make sure you have activated El evaluation. My suggestion: add "<%@ page isELIgnored="false"%>" on top of your JSP file. This precedes any settings in the web.xml file BTW, this script is OK, at least it works on my machine. On Thu, 26 Aug 2004 17:30:03 -0400, Bill Taylor <[EMAIL PROTE

JSTL and Struts Tags

2004-08-26 Thread Bill Taylor
I haven't been successful with using the tag and using this output value within a Stuts tag. The variable "engineTest" (below) does not seem to output correctly as a boolean value to the tag. However, as a test, I can succesfully use the scriptlet variable "val" which invokes the disable attribu