[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
ActionListener on calendarfields  XML
Forum Index -> Development
Author Message
pilz



Joined: 15/01/2008 12:37:17
Messages: 3
Offline

Obviously the ActionListener on calendarfields does not work. I get not callback on server side when i change the date. Any idea ?

jsp:
<t:calendarfield id="g_50" actionListener="#{disp.antragGui.doChangeLaufleistung}" enabled="#{disp.vorgang.enabled}" rendered="#{disp.vorgang.main.gebraucht}" value="#{disp.vorgang.main.zulGebDat}" width="50%" />

java:
public void doChangeLaufleistung(ActionEvent evt) {
LOGGER.click("doChangeLaufleistung() ");
m_kalkOption = KalkOptionEnum.LAUFLEISTUNG_CHANGED;
calc();
}
rheinrichs

Power User
[Avatar]

Joined: 08/05/2009 10:05:36
Messages: 209
Offline

maybe the attribute "flush" has to be <code>true</code>?
pilz



Joined: 15/01/2008 12:37:17
Messages: 3
Offline

You are right. Now it works fine ! Thanks rheinrichs !!!
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team