Re: [shale] Form token giving NPE

2006-05-02 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > >Yup, that was it exactly. The page in question is actually a "confirm >your input before continuing" type of page, so it doesn't have any >actual input components. But, it still uses a bunch of lines like > >Name >[EMAIL PROTECTED] > >The only reas

Re: [shale] Form token giving NPE

2006-05-02 Thread Richard Wallace
Gary VanMatre wrote: Gary VanMatre wrote: From: Richard Wallace <[EMAIL PROTECTED]> I'm trying to use the token component on a form to ensure that a user doesn't submit the form more than once. Whenever I try and submit the form a second time, I get a NPE. I'm using it in Clay, if that m

Re: [shale] Form token giving NPE

2006-05-01 Thread Gary VanMatre
>Gary VanMatre wrote: >>> From: Richard Wallace <[EMAIL PROTECTED]> >>> >>> I'm trying to use the token component on a form to ensure that a user >>> doesn't submit the form more than once. Whenever I try and submit the >>> form a second time, I get a NPE. I'm using it in Clay, if that makes >>

Re: [shale] Form token giving NPE

2006-04-27 Thread Richard Wallace
Gary VanMatre wrote: From: Richard Wallace <[EMAIL PROTECTED]> I'm trying to use the token component on a form to ensure that a user doesn't submit the form more than once. Whenever I try and submit the form a second time, I get a NPE. I'm using it in Clay, if that makes any difference. The c

Re: [shale] Form token giving NPE

2006-04-27 Thread Richard Wallace
Gary VanMatre wrote: From: Richard Wallace <[EMAIL PROTECTED]> I'm trying to use the token component on a form to ensure that a user doesn't submit the form more than once. Whenever I try and submit the form a second time, I get a NPE. I'm using it in Clay, if that makes any difference. The c

Re: [shale] Form token giving NPE

2006-04-24 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > I'm trying to use the token component on a form to ensure that a user > doesn't submit the form more than once. Whenever I try and submit the > form a second time, I get a NPE. I'm using it in Clay, if that makes > any difference. The code is simpl