Hello again,
 
my second problem while porting an existing T5.3 app to T5.5 is the following:
 
I tend to use the 'linkSubmit' component quite often to enable menu like 
structures:
 
FILE: Menu.tml
<t:form t:id="menuForm">
    <t:linkSubmit t:id="sdUserImport" class="button"><img 
src="images/tick.png"/>SdUser Import</t:linkSubmit> <br/>
:
:
</t:form>
 
FILE: Menu.java
 
    @InjectPage
    private SdUserImport sdUserImport;
 
    SdUserImport onSelectedFromsdUserImport() {
        return sdUserImport;
    }
 
This used to work perfectly in T5.3. In T5.5, however, the respective event 
handler does not get called anymore after pressing the button.
 
Any explanations on this one?
 
Regards,
Lothar
 

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

Reply via email to