On 09.12.2009 11:24, sandeepraj singh wrote:
> Its because, when you do not assign t:id to a submit button, it assigns
> name="submit"
> which has a conflict with any other submit in your page(even through java
> Script)
>
> i got it working with t:id="My Submit"  then even on Change works.
>   
Huh :( I never thought about putting t: prefix on id.

- t:id="my submit" - works
- id="my submit" does not work

Does this mean that theoretically a single component can have two id-s?
One tapestry id, and another non-tapestry one?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to