1. Setting date from selectInputDate to object stackoverflow.comI have a date controller which does various things. Once a calendar date is set, I want to pass the value from the date controller to another bean. The problem I ... |
2. |
3. selectInputDate: date conversion error handling icefaces.org |
4. selectInputDate returning wrong date icefaces.org |
5. Having problems with Dates icefaces.orgI don't mean I'm having relationship issues, but I have started getting problems displaying Dates. Not 100% but I cant help thinking its because we're now in british summer time. For example, in my DB I have a field call it myDate, which is mapped to a java.util.date with the @Temporal(javax.persistence.TemporalType.DATE) annotation. In the DB (Mysql) this value is set to ... |
6. Date Dispalying issue. icefaces.org |
7. Ice with Joda Date Time libraries icefaces.org |
8. select input date issues with 1.8 icefaces.org |
9. select input date issues with 1.8 icefaces.orgWe are seeing a number of selectinputdate issues with 1.8. I've opened jria's for both of these. ice-4401 if you enter a date vs. selecting a date and tab off the date field, focus does not return to the component, in 1.70 focus would go to the calendar image. There were some changes in element.js , described in ice-4401 that seem ... |
10. Retrieves one day less than the Actual Date icefaces.orgHi, I had an issue in retrieving the date. I am using |
11. selectInputDate problem - one day before date icefaces.orgthe calendar component is showing one day less than the backing bean property has set. I've traced the backing bean value and don't know why it's happening. The operation i've done is to send the date from a facelet page with a f:param. The page with the calendar receives the parameter in the backing bean correctly, and the getter method for ... |
12. selectInputDate date format problem with dynamic locale switching icefaces.orgUser needs ability to switch locale dynamically on a screen that has selectInputDate components. We keep locale variable in a session been to which we value-bind the locale drop-down. We use the locale in |
13. selectInputDate - how to set the default Date as Sysdate icefaces.org |
14. reset date to original date in datechange listener icefaces.orgI am working on resetting a chosen value from calendar popup in selectInputDate component to its original value. Iam not able to do so by using the following code. Date oldDate=event.getOldValue(); Date newDate=event.getNewValue(); if(isInValidDate(newDate)){ currentRecord.setDate(newDate); } currentRecord is the record under consideration. The date is not being reset. Thanks for your time. Any clues wud be appreciated. Sai |
15. Incorrect Date display calander componet when setting date icefaces.orghi , my problem is when i set value for date component it display as incorrect date .I'm getting date from db using query . for ex: '07/07/2009' then i format it : DateFormat formatter = new SimpleDateFormat("dd/MM/yyyy"); Date today = formatter.parse( BirthDate); birthdatePicker.setvalue(today); when i go to page it display date as '06/07/2009' but before setting date i print it ... |
16. Release date for 1.8.2 icefaces.org |
17. Custom Date Converter icefaces.org |
18. Disabeling dates in calendar component icefaces.org |
19. selectinputdate disable future date icefaces.org |
20. selectInputDate storing select date minus 1 icefaces.orgI am using Icefaces 1.8.1 and when I am selecting a date using selectInputDate tag popup window then it is storing selected date -1 day into backing bean date property. the date property i am using java.util.Date type. example If I select the date 10/23/2009 , but In the backing bean date property showing 10/22/2009. could you some one help me ... |
21. How do I allow user to only select date by popup and disable inputText? icefaces.orgI ended up just accepting having a textbox next to the calendar popup icon. There are ways it can be done, but it's more trouble to me than it's worth. Plus, many people told me that they don't like those calendar popups and get frustrated when they can't enter the date manually, so I'm just making sure I have good validation ... |
22. Date feild not set through backing bean icefaces.org |
23. ice:selectInputDate invalid date icefaces.org |
24. Text in input date (HEEEEELP PLIZZ!!) icefaces.org |
25. Disabling calendar future dates selection icefaces.org |
26. disable the selection of the past date in the icefaces calendar (selectInputDate) component icefaces.orgThe component itself does not support this. You can always try to hack it with javascript... but I wouldn't try that. It might be easier to build a calendar component in the first place. Maybe the best way yet is to let the user enter the date and validate it on commit. Cheers |
27. Inputselect Date icefaces.org[b]HI frens, Im having an issue with the tag::< ice:inputselectDate>.. ISSUE is:: Am retrieving date (dd-mm-yyyy-HH:mm:ss)from database .... but while am displaying that date in UI screen , its get changed... ie HH(hour) changes to (HH+5:30hrs).. for example:::: in managed bean --> dbDate=02-01-2010 16:49 while displaying this date in xhtml file;;; |
28. Issue with ice:selectInputDate when entering an invalid date format icefaces.orgHi, I am expected to enter a Date in the Date component that I use in my application.I am using ice:selectInputDate in my jspx and the page is residing in a tab. When I try to enter an invalid date format, the page hangs and I am not able to navigate anywhere in the tab or outside of the tab. So ... |
29. ice:selectInputDate - Incorrect Date Showing icefaces.orgHi All, I seem to be experiencing a problem with the ice:selectInputDate. The problem is only occuring on the server that uses the Central European Timezone. (GMT +1) On my local machine the timezone is GMT + 2 and if I check the date on the server it is correct. The problem is: When I select 2 March 2010, and set ... |
31. ICEfaces EE 1.8.2.GA_P02 planned date? icefaces.org |
32. Calendar date selection icefaces.org |
33. selectInputDate is changing date format in the bean icefaces.orgI have the following selectInputDate defined in .jspx file: |
34. selectInputDate is changing date format int the bean icefaces.org |
35. future date validator icefaces.org |
37. Dependent date fields icefaces.orgHello, I'm a newbie with ICEFaces, and I would like how I can update one field value that depends on the value of another field in the same form. For example. I have two "ice:selectInputDate" in the same form. The second date must be greater than the first one. So I would like that when user changes the value of the ... |
38. Server-Time/Date with AJAX-Poll icefaces.org |
39. SelectInputDate popup auto closing after date selection icefaces.orgI used very straightforward SlectInputDate: ----- |
40. selectInputDate date formatting icefaces.org |
41. SelectInputDate: disable some dates icefaces.org |
42. Date Masking icefaces.org |
43. selectInputDate lenient date processing icefaces.org |
44. ice:selectInputDate showing wrong date icefaces.org |
45. sliding date pickedr icefaces.org |
46. How to make selectInputDate accept only date from Calendar? icefaces.org |
47. selectInputDate problems - wrong date! icefaces.orgI am using IceFACES 1.7. I have a selectInputDate In my bean, when the date is set, I do a date.toString(), and the value is always the day before what is selected. For example, if I set my date to March 1st, 2008 the value I print out is Fri Feb 29 19:00:00 EST 2008 Any idea why? |
48. SelectInputDate with custom date formats icefaces.orgWe are using a custom date type; MyDateType. This type is convertable to and from java.util.Date, but has no hierarchical relation with it. Our backing bean properties to set/get the date look like: public MyDatetype getDate(); public void setDate(MyDateType myDateType); Even though I can configure a converter wit SelectInputDate, it seems that this converter is only used for formatting the internal ... |
49. Date validator icefaces.org |
50. selectInputDate decrease the date set from the bean icefaces.orgHi everybody, i have in my project an edit page. one of the fields to edit is a date. i used selectInputDate to allow user changing date value. My probleme is that the date is always decreased by one day. when i have 10/10/2005 for exampele i get 09/10/2005. what's the probleme pleasze ? |