Re: Problem with Shale Token

2006-11-10 Thread Adrian Mitev
Yes you`re right. If I want to show the escape button when only when token validation fails i can check for token message in PhaseListener before render response phase. On 11/9/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 11/9/06, Adrian Mitev [EMAIL PROTECTED] wrote: This was posted in

Re: Problem with Shale Token

2006-11-09 Thread Adrian Mitev
This was posted in the bug tracker [1]: Craig McClanahan [08/Nov/06 10:38 PM] * It is trivially simple for an application to provide an escape hatch when the user screws up ... create a Cancel button with immediate=true, and this action will get processed *before* Process Validations phase,

Re: Problem with Shale Token

2006-11-09 Thread Craig McClanahan
On 11/9/06, Adrian Mitev [EMAIL PROTECTED] wrote: This was posted in the bug tracker [1]: Craig McClanahan [08/Nov/06 10:38 PM] * It is trivially simple for an application to provide an escape hatch when the user screws up ... create a Cancel button with immediate=true, and this action

RE: Problem with Shale Token

2006-11-07 Thread brettconnor
PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem with Shale Token Ok its working. I did not know until now - that it have to be the last component - i put it everytime in the front, now it works - the documentation should maybe tell

RE: Problem with Shale Token

2006-11-07 Thread Torsten Krah
should mention this also though. Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem with Shale Token Ok its working. I did not know until now - that it have

RE: Problem with Shale Token

2006-11-07 Thread Torsten Krah
if (context.getMaximumSeverity() != null) { . I think that maybe the wiki should mention this also though. Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem

RE: Problem with Shale Token

2006-11-07 Thread hermod.opstvedt
Hi I second that (Should still be on a wiki page too) Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 12:35 PM To: user@shale.apache.org Subject: RE: Problem with Shale Token This would be sufficient but i would like to see

Re: Problem with Shale Token

2006-11-07 Thread Adrian Mitev
Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 12:35 PM To: user@shale.apache.org Subject: RE: Problem with Shale Token This would be sufficient but i would like to see it in the tlddoc too. Torsten Am Dienstag, den 07.11.2006, 06:29 -0500 schrieb

Re: Problem with Shale Token

2006-11-07 Thread Craig McClanahan
:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem with Shale Token Ok its working. I did not know until now - that it have to be the last component - i put it everytime in the front, now it works - the documentation should maybe tell

Re: Problem with Shale Token

2006-11-07 Thread Rahul Akolkar
On 11/7/06, Torsten Krah [EMAIL PROTECTED] wrote: This would be sufficient but i would like to see it in the tlddoc too. snip/ Took a stab (site should be updated shortly): http://svn.apache.org/viewvc?view=revrevision=472288 Please feel free to suggest further improvements to the brief

Re: Problem with Shale Token

2006-11-06 Thread Torsten Krah
Token is broken for myfaces greater than 1.1.1. Look there: http://issues.apache.org/struts/browse/SHALE-287 Torsten Am Montag, den 06.11.2006, 13:52 +0200 schrieb Adrian Mitev: Hi all! I have problem using s:token. I have form with input fields and required=true. When i leave the field

Re: Problem with Shale Token

2006-11-06 Thread Craig McClanahan
On 11/6/06, Torsten Krah [EMAIL PROTECTED] wrote: Token is broken for myfaces greater than 1.1.1. Look there: http://issues.apache.org/struts/browse/SHALE-287 Torsten Am Montag, den 06.11.2006, 13:52 +0200 schrieb Adrian Mitev: Hi all! I have problem using s:token. I have form with input