Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSF
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JSF
inputCalendar and commandButton
Joe Jose
Ranch Hand
Posts: 125
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I am using t:inputCalendar in my form. But if I use , the command button doesn't work. Can anyone tell me why is it happening ?
Here is code :
jsp
:
<t:inputCalendar id="calendar" value="#{CreateQuoteBean.dateReqRecieved}" renderAsPopup="true" /> <h:commandButton id="saveNew" action="#{CreateQuoteBean.saveNew}" value="Save" styleClass="focusButton" />
bean:
public String saveNew() { Logger.getLog().debug("saving data **********"); return "saveNew"; }
When I press the button the message inside the saveNew method doesn't get printed. Please share your thoughts....
Thanks,
Joe.
Joe Jose
Ranch Hand
Posts: 125
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I got it . The calendar value type should be Date.
Thanks,
Joe.
We noticed he had no friends. So we gave him this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to generate calender
error message
Need Help for t:inputCalendar
JSF- tomahawk calander problem
pls help in t:calander i need it badly pls help
More...