RE: [appfuse-user] Multiple Parameters in DisplayTag Column URL

2007-08-05 Thread Travers Snyman
Thanks Matt, That works !! Travers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: 03 August 2007 06:51 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Multiple Parameters in DisplayTag Column URL Have you tried using

Re: [appfuse-user] Multiple Parameters in DisplayTag Column URL

2007-08-03 Thread Matt Raible
Have you tried using: href="editContactByIp.html?ipUid=${ipUid}" Matt On 8/2/07, Travers Snyman <[EMAIL PROTECTED]> wrote: > > > > > I am using Appfuse 2 m5 basic struts and hibernate. From a list jsp, I need > to pass more than one parameter from the displaytag column. As far as could > find ou

Re: [appfuse-user] Multiple Parameters in DisplayTag Column URL

2007-08-02 Thread fadhli
Hi Travers, I didn't use the display tag property to put multiple parameter. Here's how I'd done it.. ${ contactList.userContact.firstName} Hope this helps. Regards On 8/3/07, Travers Snyman <[EMAIL PROTECTED]> wrote: > > I am using Appfuse 2 m5 basic struts and hibernate.