RE: dynamic links in struts....

2001-06-18 Thread Niall Pemberton
ED]] > 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

RE: dynamic links in struts....

2001-06-18 Thread Torsten Terp
; From: 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 in

RE: dynamic links in struts....

2001-06-18 Thread Jon.Ridgway
Terp [mailto:[EMAIL PROTECTED]] Sent: 18 June 2001 10:47 To: [EMAIL PROTECTED] Subject: RE: dynamic links in struts ahh of course thats how to play it thank you!!! Another problem now occurs. If I need to use the bean:message in name of the link, i.e., and this key value should be dy

RE: dynamic links in struts....

2001-06-18 Thread Torsten Terp
[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 ago. Note > the use of the html:link tag. > > 'Here&#x

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

dynamic links in struts....

2001-06-18 Thread Torsten Terp
Hi, Im trying to make a table which design is based on the page the user is currently visiting. I.e., in jsp it could look like this: <% String[] menuText = {"Customer", "Manufactures", "Machines" }; String[] menuLink = {"index", "ManufacturePage", "MachinePage" }; %> <% for (int i = 0 ; i