OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
Search
Recent Topics
Member Listing
Back to home page
Register
/
Login
ActionListener on calendarfields
Forum Index
->
Development
Author
Message
07/04/2010 11:12:10
Subject:
ActionListener on calendarfields
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();
}
07/04/2010 11:41:14
Subject:
Re:ActionListener on calendarfields
rheinrichs
Power User
Joined: 08/05/2009 10:05:36
Messages: 209
Offline
maybe the attribute "flush" has to be <code>true</code>?
07/04/2010 15:40:41
Subject:
Re:ActionListener on calendarfields
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:
Select a forum
CaptainCasa Enterprise Client
-------------
Development
Deployment
Product
Community
Development - Code Snippets
CaptainCasa Structured Data Manager - CC-SDM
-------------
All Issues
Powered by
JForum 2.1.6
©
JForum Team