Re: tml if statements: unique id components

2012-11-27 Thread Howard Lewis Ship
> > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/tml-if-statements-unique-id-components-tp5718312.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Re: tml if statements: unique id components

2012-11-27 Thread Lance Java
You can also avoid the if component all together using this pattern: http://tapestry.apache.org/switching-cases.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/tml-if-statements-unique-id-components-tp5718312p5718315.html Sent from the Tapestry - User mailing list

Re: tml if statements: unique id components

2012-11-27 Thread Lance Java
Declare your shared content in a ... Then use when you want to include the "foo" block in your logic. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tml-if-statements-unique-id-components-tp5718312p5718314.html Sent from the Tapestry - User mailing list

Re: unique ID

2007-10-10 Thread Nick Westgate
n wrote: Hi, Sorry, this is not Tapestry related, I need to generate a unique ID so that user can confirm their registration by clicking a link like: http://mydomain.com/confirm/1234568798, if I use java.rmi.server.UID, the code does not look good for this job:-5a9a0257:1158cfbcadf:-7fff, any hi

unique ID

2007-10-10 Thread Angelo Chen
Hi, Sorry, this is not Tapestry related, I need to generate a unique ID so that user can confirm their registration by clicking a link like: http://mydomain.com/confirm/1234568798, if I use java.rmi.server.UID, the code does not look good for this job:-5a9a0257:1158cfbcadf:-7fff, any hints to