Re: unique ids for a select boxes

2008-11-18 Thread Steven Woolley
much more elegant. IIRC it instead overwrites your id="" with the unique t:id Steve > > > > - Original Message - > From: "Gabriel Rodriguez" <[EMAIL PROTECTED]> > To: "Tapestry users" > Sent: Monday, 17 November, 2008 6:00:50 PM GMT +02:0

Re: unique ids for a select boxes

2008-11-18 Thread Paul Rayner
-- Paul Rayner ~ 07739143763 ~ [EMAIL PROTECTED] Sent using BlackBerry® -Original Message- From: "Chris Hannam" <[EMAIL PROTECTED]> Date: Mon, 17 Nov 2008 16:29:10 To: Tapestry users Subject: Re: unique ids for a select boxes Thanks for the help, but I still cant see

Re: unique ids for a select boxes

2008-11-17 Thread Peter Stavrinides
p://www.albourne.com/email.html for important additional terms relating to this e-mail. - Original Message - From: "Chris Hannam" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, 17 November, 2008 6:29:10 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subj

Re: unique ids for a select boxes

2008-11-17 Thread Chris Hannam
want it to or not. Anything else is > bad form. > > -Original Message- > From: Chris Hannam [mailto:[EMAIL PROTECTED] > Sent: Monday, November 17, 2008 8:58 AM > To: Tapestry users > Subject: Re: unique ids for a select boxes > > Hi, > Its gets stranger. That

Re: unique ids for a select boxes

2008-11-17 Thread Peter Stavrinides
r, 2008 6:00:50 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: RE: unique ids for a select boxes If I remember correctly, this will happen if you're creating more than one instance of it per page. Any id should be unique and Tapestry will help you achieve this whether you wan

RE: unique ids for a select boxes

2008-11-17 Thread Gabriel Rodriguez
ECTED] Sent: Monday, November 17, 2008 8:58 AM To: Tapestry users Subject: Re: unique ids for a select boxes Hi, Its gets stranger. That works for the first time I visit the page. The select box has the correct name. When I revisit the page the id has changed to : From: Any ideas why? CH On Mon

Re: unique ids for a select boxes

2008-11-17 Thread Chris Hannam
> blankOption="NEVER" value="selectedPlaylist"/> > > -Original Message- > From: Chris Hannam [mailto:[EMAIL PROTECTED] > Sent: Monday, November 17, 2008 8:26 AM > To: Tapestry users > Subject: Re: unique ids for a select boxes > > Yes, it se

RE: unique ids for a select boxes

2008-11-17 Thread Gabriel Rodriguez
Try this: -Original Message- From: Chris Hannam [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 8:26 AM To: Tapestry users Subject: Re: unique ids for a select boxes Yes, it sets a unique id on the name e.g. select:12o34nkasi98 I need to know the id to access the select

Re: unique ids for a select boxes

2008-11-17 Thread Chris Hannam
Yes, it sets a unique id on the name e.g. select:12o34nkasi98 I need to know the id to access the select box. CH On Mon, Nov 17, 2008 at 3:21 PM, Gabriel Rodriguez < [EMAIL PROTECTED]> wrote: > > Have you tried setting the clientId property? > > -Original Message- > From: Chris Hannam [

RE: unique ids for a select boxes

2008-11-17 Thread Gabriel Rodriguez
Have you tried setting the clientId property? -Original Message- From: Chris Hannam [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 8:11 AM To: users@tapestry.apache.org Subject: unique ids for a select boxes Hi, I`m trying to find the id of a select component from the followi