I'm found this problem since in 5.1.0.5 (stable), in 5.0.0.18 LinkSubmit work
properly.

Linksubmit inside a form didn't fire events while no required property is
defined inside the form:

if you add

        @Property
        @Validate("required")
        private String somefield;

in java and

<input t:type="TextField" t:id="somefield"/>

in tml

your LinkSubmit began event capture

This is a huge limitation for the developers, particularly if you want to
filter a object (entity) view this behavior doesn't help much.

The issue https://issues.apache.org/jira/browse/TAP5-389 describe somthing
similar, but not in this tapestry version (5.1.0.5) and is closed in the
meantime.

-- 
View this message in context: 
http://n2.nabble.com/Component-LinkSubmit-doesn%27t-work-tp2879193p2879193.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to