>
>
>
> --
> 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.
>
>
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
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
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
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