Re: EL question

2009-05-13 Thread Dale Newfield
mitch gorman wrote: the issue is, see that "/default" in those image source paths? that's the context path. Since you're stuck with JSTL, I think you're looking for: ${pageContext.request.contextPath} -Dale - To unsubscribe,

EL question

2009-05-13 Thread mitch gorman
this isn't specifically a struts question, but perhaps it may help someone else (besides, hopefully, me) to ask it here. i've read Chris Pratt's posts of 5/11 on the "Access to ValueStack from JSPs" thread... i'm just hoping the answer isn't to manually do the interpretation, as he stated

Struts-el question

2004-12-07 Thread Vinicius Caldeira Carvalho
Hi there I'm using struts-el to solve some of my indexed problems. Inb my action I have a collection of beans, assume this beans have a property of parentBean which has a name: bean.getParent().getName() would retreive what I want. on my jsp I have: Now here lies my question. The label is th

Re: EL question

2004-08-10 Thread Erik Weber
=tdContent defines in css - Original Message - From: "Erik Weber" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, August 10, 2004 12:48 PM Subject: EL question I have a logic:iterate tag that is creating HTML table rows. I w

Re: EL question

2004-08-09 Thread Hari Saptoadi
- From: "Erik Weber" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, August 10, 2004 12:48 PM Subject: EL question > I have a logic:iterate tag that is creating HTML table rows. > > I want to set a bgcolor variabl

EL question

2004-08-09 Thread Erik Weber
I have a logic:iterate tag that is creating HTML table rows. I want to set a bgcolor variable to use for each row. If the row is even numbered, I want to use color A. If the row is odd numbered, I want to use color B. What tags should I use? What EL operation should I use to determine if the cu

Re: OT jstl/el question

2004-07-29 Thread Craig McClanahan
On Thu, 29 Jul 2004 09:49:51 -0500, Hookom, Jacob <[EMAIL PROTECTED]> wrote: > If I'm developing tags for JSP 2.0, then I don't have to explicitly call the > ExpressionEvaluator on an attribute within the tag since I will be receiving > the result of the expression evaluation? That's correct, as

RE: OT jstl/el question

2004-07-29 Thread Hookom, Jacob
July 28, 2004 5:32 PM > To: Struts Users Mailing List > Subject: Re: OT jstl/el question > > On Wed, 28 Jul 2004 15:36:08 -0600, Nathan Maves <[EMAIL PROTECTED]> > wrote: > > I am using the EcpressionEvaluationManager class of jstl in my own > > custom tag. > >

Re: OT jstl/el question

2004-07-28 Thread Nathan Maves
Worked perfect and I love the new SimpleTagSupport! Not sure why I did not send this email out this morning! At first I thought JSP 2.0 was more of a hindrance but I now see the light :) Thanks for the help Craig. On Jul 28, 2004, at 4:31 PM, Craig McClanahan wrote: On Wed, 28 Jul 2004 15:36:08 -

Re: OT jstl/el question

2004-07-28 Thread Craig McClanahan
On Wed, 28 Jul 2004 15:36:08 -0600, Nathan Maves <[EMAIL PROTECTED]> wrote: > I am using the EcpressionEvaluationManager class of jstl in my own > custom tag. > > This used to work but now things are a bit weird. > > What I need it to be able to pass an Object (i.e. Date) to my custom > tag. I t

OT jstl/el question

2004-07-28 Thread Nathan Maves
I am using the EcpressionEvaluationManager class of jstl in my own custom tag. This used to work but now things are a bit weird. What I need it to be able to pass an Object (i.e. Date) to my custom tag. I think since I have enabled JSP 2.0 is now evals the var into a String before it is sent t

RE: newbie html-el question

2004-03-29 Thread Bender, James
: Friday, March 26, 2004 3:29 PM To: Struts Users Mailing List Subject: RE: newbie html-el question > From: Bender, James [mailto:[EMAIL PROTECTED] > The user can click > Search Attributes | Search Components | Search Templates > I've provided html:link's l