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