Date « RichFaces « JSF Q&A





1. Richfaces Calendar Minimum and Maximum Dates    stackoverflow.com

My problem is making the RichFaces calendar restricting the dates to be allowed to be chosen by the user. Let's say I want to allow only the dates of this month and ...

2. Validating a wrong date entry in rich faces    stackoverflow.com

In one of our functionality we have some date fields for inline edit where we have enabled manual input. If in rich:calendar component, we manually enter improper date or junk data ...

3. Date Validation in JSF & Richfaces    stackoverflow.com

I m using a rich:calendar to display Date in my application But some how date validation isn't working properly in a particular scenario. i.e it some one enters date as 05/05/2010sfc in ...

4. how to display the date format in rich:calendar?    stackoverflow.com

In rich:calendar i want to display the date format, like by default before the user make any selection i want to display the format 'mm/dd/yyyy' in the textbox

5. JSF rich:dataTable sorting of XMLGregorianCalendar as Timestamp not as String    stackoverflow.com

When you iterate list of 'Items' in JSF datatable and Item objects have 'creationDate' (javax.xml.datatype.XMLGregorianCalendar) is there a way how to set sorting 'as timestamp' ? This piece of code is ...

6. Is there how to validate into rich:calendar if the date selected is before a specific date?    stackoverflow.com

I have this component:

<rich:calendar enableManualInput="true" value="#{home.born}" datePattern="dd/MM/yyyy" />
and i need to validate if the selected date is equal or before actual date at the momment... Is there how to do it only ...

7. Richfaces 4 : how to use rich:calendar to get only the month and date?    stackoverflow.com

Hy what i am doing is to make the rich faces calendar look just like the header of it (months and years), which i did using the code below.the problem ...

8. How does this work? Java Date, Calendar and Richface question    stackoverflow.com

I have noticed that numerous Date methods in Java have been deprecated, but rather most people tell me to use Calender. Here is my problem. I am trying to create a Calendar ...

9. How to send selected date of rich:calendar to my bean?    stackoverflow.com

I am using richfaces calendar in my JSF 1.1 project. If I select a date, I want to send the selected date to my bean. How can I do it? I ...





10. How to Set Focus back to rich:calender component after choosing date?    stackoverflow.com

    In my sample  JSF application i have one  page   that contains  form with 2 <h:inputText> with its id   and one ...

11. rich calendar date formatting    stackoverflow.com

I use rich:calendar with a specific pattern datePattern="dd/MM/yyyy". When I tried to get the string value from the calendar and parse it using SimpleDateFormat ("dd/MM/yyyy") I had some issues and I ...

12. Can't select date in rich:calandar    stackoverflow.com

I use rich:calandar component for select date. Normaly click this component, then calandar popup appear, then select the date. My problem is , Some times i can't click the component, It means ...