[T4] Modifying RadioGroup

2008-02-05 Thread Andrew Ingram
et this error: "Property 'rewinding' of [RadioGroup Instance] may only be accessed while the component is rendering." Does anyone have any idea how I can solve this problem? I had expected it to be something quite easy to do and it's already taken fa

Re: [T4] Modifying RadioGroup

2008-02-05 Thread Andrew Ingram
Hi Dario, That only works if there's only one RadioGroup, the problem is that the first RadioGroup needs to refer only to the first column of Radios in the table, whilst the second needs to refer only to the second column. Since Radios have to be inside RadioGroups and RadioGroups can't be ne

T4: Alternatives to Servlet Sessions?

2008-07-11 Thread Andrew Ingram
Dear Tapestry Mailing List, How are you today? I am wonder if there's a straightforward way of getting tapestry to use an alternative session approach to Servlet Sessions, ie file system or database. One option would be to completely bypass Tapestry's session mechanisms but this would probabl

Tapestry 3 and Valid XHTML Forms

2007-05-29 Thread Andrew Ingram
them to validate as xhtml 2) When using ImageSubmit the returned input has a border attribute which is invalid, I'm not sure how to remove this. 3) Another problem is that the generated javascript for validation has a language attribute which is again invalid. Any ideas

Re: Tapestry 3 and Valid XHTML Forms (generated Script tag)

2007-05-30 Thread Andrew Ingram
Thanks Jonathan, I'm down to just one tapestry-generated validation error now. I'm still getting the language attribute on script tags (example below), i've looked through the tapestry source and the scripting stuff seems a bit complicated, even if I tell the component to not use client side

Re: Form names in T4.1

2007-05-31 Thread Andrew Ingram
Hi Brian, I'm not sure if this is the reasoning behind the change, but when using a strict doctype the form tag isn't allowed a name attribute and id is used instead. In tapestry 3 I had to rewrite the form component to use id rather than name. Rewriting the form component to use name instea