RE: dynamic links in struts....

2001-06-18 Thread Jon.Ridgway
Hi, Have a look at this snip provided by Ted Husted a couple of days ago. Note the use of the html:link tag. 'Here's a reference snippet from a working page. The bean result has accessors for donor, sortName, email, and website, where donor is a unique key. Here the key is also used as the link

RE: dynamic links in struts....

2001-06-18 Thread Torsten Terp
be dynamic too, how do I accomplish this?? ^torsten -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 11:06 AM To: [EMAIL PROTECTED] Subject: RE: dynamic links in struts Hi, Have a look at this snip provided by Ted Husted a couple of days

RE: dynamic links in struts....

2001-06-18 Thread Jon.Ridgway
'/ html:link page=/donor/Select.do paramName=row paramId=key paramProperty=donor bean:message key=%=key%/ /html:link Jon. -Original Message- From: Torsten Terp [mailto:[EMAIL PROTECTED]] Sent: 18 June 2001 10:47 To: [EMAIL PROTECTED] Subject: RE: dynamic links in struts ahh of course

RE: dynamic links in struts....

2001-06-18 Thread Torsten Terp
: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 12:09 PM To: [EMAIL PROTECTED] Subject: RE: dynamic links in struts Hi, If I understand the question correctly, then you would have to put your dynamic message key into a scripting variable and use a scriplet

RE: dynamic links in struts....

2001-06-18 Thread Niall Pemberton
]] Sent: 18 June 2001 11:19 To: [EMAIL PROTECTED] Subject: RE: dynamic links in struts Hi, You did understand me correctly, infact the code below was exactly what i wanted to avoid :-) I just thought that there were some other way of doing it that i might have overlooked (it has happend