jsf - IceFaces selectInputDate value changes after -



jsf - IceFaces selectInputDate value changes after -

well have ice:selectinputdate value of component not same in backing bean. have select 2 different dates update variable value of backing bean.

what missing?

cheers !

update

what want populate table after getting info db date filter ! please advise !

cheers

you should post code improve idea. using valuechangelistener , partialsubmit? if so, if set variable in listener same in bean select inputdate. can populate table listener example:

public void datelistener(valuechangeevent evt){ yourdate = (date) evt.getnewvalue(); //get info table }

jsf icefaces selectinputdate

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -