Re: Tags in the body of other tags

2005-03-04 Thread Dakota Jack
Yes. This violates one of the few rules for XML. On Fri, 4 Mar 2005 11:03:28 -0500, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote: > In my JSP I want to conditionally make an image and some text into a > hyperlink, depending on conditions. So I've written this code: > > > href="e

RE: Tags in the body of other tags

2005-03-04 Thread Paul Tomsic
How about a "choose" like this: Show Me The Day --- "Slattery, Tim - BLS" <[EMAIL PROTECTED]> wrote: > > From: Joe Germuska [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 4, 2005 11:14 AM > > > Solve like this: > > case > 1 > > case > 2 > > ... > > Hmmm...my

Re: Tags in the body of other tags

2005-03-04 Thread Jeff Beal
I thought about this a bit more, and I think that you can use to help alleviate concerns about duplication: On Fri, 4 Mar 2005 12:13:53 -0500, Jeff Beal <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Of course, that

RE: Tags in the body of other tags

2005-03-04 Thread Slattery, Tim - BLS
> From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: Friday, March 4, 2005 11:14 AM > Solve like this: > case 1 > case 2 > ... Hmmm...my problem is that in some cases I want the link to exist, in other cases I want it to disappear. This seems to always put the link there, but switch the URL.

Re: Tags in the body of other tags

2005-03-04 Thread Jeff Beal
Of course, that duplicates the tag, but that should not be a huge problem. -- Jeff On Fri, 4 Mar 2005 11:03:28 -0500, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote: > In my JSP I want to conditionally make an image and some text into a > hyperlink, depending

Re: Tags in the body of other tags

2005-03-04 Thread Joe Germuska
At 11:03 AM -0500 3/4/05, Slattery, Tim - BLS wrote: In my JSP I want to conditionally make an image and some text into a hyperlink, depending on conditions. So I've written this code: Pay Group 1 I'm getting a syntax error, pointing to the first

RE: Tags in the body of other tags

2005-03-04 Thread Günther Wieser
ttery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 5:03 PM To: Struts User List (struts-user@jakarta.apache.org) Subject: Tags in the body of other tags In my JSP I want to conditionally make an image and some text into a hyperlink, depending on conditions. So I've wr

Tags in the body of other tags

2005-03-04 Thread Slattery, Tim - BLS
In my JSP I want to conditionally make an image and some text into a hyperlink, depending on conditions. So I've written this code: Pay Group 1 I'm getting a syntax error, pointing to the first line. I don't see any syntax problems. Is it imper