Re: s:token usability question

2007-11-05 Thread Nacho Estrada Lachós
Hi Costa, did you create your own token? I'm interested in know the implementations details. Could you share any code with the people in the list? Thanks in advance, On 7/6/07, Costa Basil [EMAIL PROTECTED] wrote: Hi, Lionel: Thank you for your reply. I think I am going to create my own

Re: s:token usability question

2007-07-06 Thread Costa Basil
Hi, Lionel: Thank you for your reply. I think I am going to create my own token tag and I will extend the shale Token class to remove the attribute if the token validation passes in order to force the token to generate a new value when it gets rendered. This way I don't have to remember to

Re: s:token usability question

2007-07-05 Thread Lionel Port
Its a problem whenever your form submits don't result in a different view being display. I had a similar problem. It is a hack but its the only way I've foundl. All my backing beans inherit from an common abstract class so I just added a utility method that gets called whenever an action