hi all
folowing standard button:
<h:commandButton value="change"
action="#{terminalsBean.changeMode}"/>
works fine in template.
but tomahawk button in the same place:
<t:commandButton value="change"
action="#{terminalsBean.changeMode}"/>
causes error:
/pages/config/terminals/terminalsConfig.xhtml: Property
'changeMode' not
found on type
com.konnektor.web.jsf.managedbeans.backingbeans.config.termi
nals.TerminalsBean
seems that facelets 'thinks' that changeMode is property -
but ofcourse
it is a method
what am i doing wrong?
----------------------------------------------------
Wojna z terrorem wkracza w decydującą fazę:
Robert Redford, Meryl Streep i Tom Cruise w filmie
UKRYTA STRATEGIA - w kinach od 9 listopada!
http://klik.wp.pl/?adr=http%
3A%2F%2Fcorto.www.wp.pl%2Fas%2Fstrategia.html&sid=90
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe facelets.dev.java.net
For additional commands, e-mail: users-help facelets.dev.java.net
|