RE: logic:equal and EdHill Display taglib

2003-01-20 Thread Raible, Matt
Use a decorator: http://edhill.its.uiowa.edu/display-examples-0.8/example-imp-objects.jsp It's worked great for me. HTH, Matt > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 10:01 AM > To: [EMAIL PROTECTED] >

RE: logic:equal and EdHill Display taglib

2003-01-20 Thread Robert Taylor
Thanks Jerome. I just didn't dig deep enough. I should have seen this. robert > -Original Message- > From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 12:17 PM > To: Struts Users Mailing List > Subject: RE: logic:equal and EdHill Dis

RE: logic:equal and EdHill Display taglib

2003-01-20 Thread Jerome Jacobsen
amples-0.8/example-imp-objects.jsp -Jerome > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 12:01 PM > To: [EMAIL PROTECTED] > Subject: logic:equal and EdHill Display taglib > > > Greetings, > > I'm curr

logic:equal and EdHill Display taglib

2003-01-20 Thread Robert Taylor
Greetings, I'm currently using EdHills Display taglib to iterate over some search results and render them in a table. I would also like to hyper link the contents of a column if certain conditions apply. In short, I'm looking for a way to expose the iterator element so that I can use the . Lookin

Re: Re: Problem with logic:equal and bean:define

2002-04-11 Thread stephen.chambers
e you using 1.0.2 or 1.1 b1? Stephen From: Pawel Rzepa <[EMAIL PROTECTED]> Date: 2002/04/11 Thu AM 02:38:45 CDT To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Problem with logic:equal and bean:define Hi Step

Re: Problem with logic:equal and bean:define

2002-04-11 Thread Pawel Rzepa
Hi Stephen, If you are interested in why it is happening look at the .java file that is created by jsp compiler. I've spent some time doing it but eventually I had given up because there were too many lines of code to analyze. Nevertheless I'm sure there is an important reason :-). Despite I don

Problem with logic:equal and bean:define

2002-04-06 Thread stephen.chambers
All, When I use the bean:define tag inside a logic:equal, why doesn't the scriptinh variable created stay in scope outside of the logic tags? What am I doing wrong? Code snippet below: Once outside of the logic tags, even out.print(myvar); results in null. Thanks, Steve -- To u

Problem with logic:equal and bean:define

2002-04-06 Thread res0s9j4
All, When I use the bean:define tag inside a logic:equal, why doesn't the scriptinh variable created stay in scope outside of the logic tags? What am I doing wrong? Code snippet below: Once outside of the logic tags, even out.print(myvar); results in null. Thanks, Steve -- To unsubscr

Problem with logic:equal and logic:notEqual tags both evaluating to true

2002-03-22 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi I have the following code I am logic:equal I am logic:notEqual For some reason it is printing out both "I am logic:notEqual" and "I am logic:equal" Am I missing the point about the "logic:equal" and "logic:notEqu

RE: logic:equal and dynamic value

2001-09-20 Thread Matt Raible
ound the overall > expression, like this: > > property="workSchedule$WorkScheduleEid" > value='<%=request.getParameter("wsId")%>'> > > -- > Martin Cooper > > > ----- Original Message - > From: "Matt Raible" <[EMAIL PRO

RE: logic:equal and dynamic value

2001-09-20 Thread Sean Gollschewsky
ingle quotes around the overall expression, like this: -- Martin Cooper - Original Message - From: "Matt Raible" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 2:28 PM Subject: logic:equal and dynamic value > I am trying to com

Re: logic:equal and dynamic value

2001-09-19 Thread martin . cooper
IL PROTECTED]> Sent: Wednesday, September 19, 2001 2:28 PM Subject: logic:equal and dynamic value > I am trying to compare a value in my bean with a value from the request, using > the following > > property="workSchedule$WorkScheduleEid" > value="<%=request.getParame

logic:equal and dynamic value

2001-09-19 Thread Matt Raible
I am trying to compare a value in my bean with a value from the request, using the following "> However, I am getting the following error: 2001-09-19 03:31:07 - error-the file '\WEB-INF\pages\resourceWorkProfileManage.jsp' generated the following parse exception: org.apache.jasper.compiler.Pars

RE: logic:equal and nesting

2001-03-15 Thread Kyle Robinson
Thanks. I went with option number two. It's more correct for what I want to do. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 10:28 To: '[EMAIL PROTECTED]' Subject: Re: logic:equal and nesting On Thu, 15

Re: logic:equal and nesting

2001-03-15 Thread John Raley
I run into this kind of thing a lot. It's a constant reminder that the tag syntax is not a substitute for the control structures we're used to in programming languages... It's ugly, but I would probably handle this with scripting vars: <% String theAction = null; %> <% theAction="contractorSearc

Re: logic:equal and nesting

2001-03-15 Thread Maya Muchnik
Do you need or not to have a statement ? Kyle Robinson wrote:  Here's a piece of code that I want to do.  However it gives a nested tag error as the closing tag ends up inside the . I basically want the form to do different actions based on the property "title".  Anyone know of a better way of

Re: logic:equal and nesting

2001-03-15 Thread Craig R. McClanahan
On Thu, 15 Mar 2001, Kyle Robinson wrote: > Here's a piece of code that I want to do. However it gives a nested tag > error as the closing tag ends up inside the . I > basically want the form to do different actions based on the property > "title". Anyone know of a better way of doing the sa

logic:equal and nesting

2001-03-15 Thread Kyle Robinson
Here's a piece of code that I want to do.  However it gives a nested tag error as the closing tag ends up inside the . I basically want the form to do different actions based on the property "title".  Anyone know of a better way of doing the same thing?       scope="request" value=