calendar 1 « PrimeFaces « JSF Q&A





1. The calendar of primefaces doesn't work    stackoverflow.com

I deploy the showcase of primefaces under glassfish. When I open the page of Calendar. There is something wrong.

alt text

alt text --------------Following is my code, I think there ...

2. Calendar component not rendering    stackoverflow.com

I just started working with primefaces. To display calendar, I created the dateBean with a java.util.date variable and used the following line in the xhtml. But I am only getting the ...

3. Calendar not popping PrimeFaces    stackoverflow.com

I am trying to add the Calendar effect (using Primeface) to my JSF web page. i am using Netbeans 6.9.1 and glassfish 3.1. I installed Primeface to my application as described in ...

4. Primefaces Calendar not rendered    stackoverflow.com

I'm trying to create a primefaces panel from backend. This is what I've written -

Calendar calendar = new Calendar();
String expression = "#{calendarBean.date1}";
boolean _showButtonPanel = true;
calendar.setValue(expression);
calendar.setShowButtonPanel(_showButtonPanel );
Panel.getChildren().add(calendar);
But i'm able to retrieve ...

5. JSF 2.0 + Primefaces 2.x: Bind string to calendar    stackoverflow.com

I have a bean which contains a field of type java.lang.String. This field holds free-form text which can represent a number, string, or date. When the field represents a date, I ...

6. problem with Calendar !!!    forum.primefaces.org

it's my example ( ) for example i enter 12/01/2001 i recieve in the data base another date not 12/01/2001 !!!!

7. calendar value defaulting to previous value    forum.primefaces.org

I have a calendar tag to get a start date from the user. The value of this is retrieved from a session bean (tempSchemeUnit). When I go to the page for ...

8. Calendar component    forum.primefaces.org

15 May 2009, 22:50 by elciok Calendar component First of all, I want to say how great PrimeFaces is. Ive been looking for a JSF solution with Ajax support, but every ...

9. Calendar and Primefaces 1.1 components problem    forum.primefaces.org





10. p:calendar and converter problem    forum.primefaces.org

Hi all, I have a problem about p:calender timestamp format. I cant send p:calendar value to MsSqlServer. And i typed a dateConverter class to adapt my p:calender format. But it didnt ...

11. Calendar Question    forum.primefaces.org

16 May 2011, 11:54 by vjosullivan Calendar Question (Primefaces 2.2) 1) I'd like the calendar to display the chosen date in the format "EEE, dd/MM/yyyy" (e.g. "Fri, 13/05/2011"). When I do ...

12. Combined Calendar Datatable Question    forum.primefaces.org

16 May 2011, 12:35 by vjosullivan Combined Calendar Datatable Question (Primefaces 2.2) I have a web page with datatable, where one of the columns is a date, and two calendar objects ...

14. Ajax on p:calendar in primefaces 2.2.1    forum.primefaces.org

I would like to make ajax call on p:calendar component. When a date is selected from Calendar, it should invoke AJAX call. I was looing at Showcase demo, and it seems ...

15. Combining Calendars and Search on a Datatable    forum.primefaces.org

>> << vjosullivan Posts: 27 Joined: 29 Jan 2010, 12:05 06 Jun 2011, 16:25 by vjosullivan Combining Calendars and Search on a Datatable I have a dataTable that displays Things. The ...

16.  losing hours/minutes when Ajax enabled    forum.primefaces.org

09 Jun 2011, 14:12 by jim@jimtough.com losing hours/minutes when Ajax enabled I am using the control in popup mode with date and time shown and with a child Ajax ...





17. Problem with calendar    forum.primefaces.org

08 Feb 2010, 13:38 by glister Problem with calendar Hey, in my JSF Page i have a calendar component included : Code:

18. p:calendar problem in month    forum.primefaces.org

I put it to enter the month, year, day, hour and minute using P: CALENDAR, but always returns the month in January. using in popup mode. example: i put in inputtext ...

19.  'add 6 years' problem    forum.primefaces.org

>> << jim@jimtough.com Posts: 141 Joined: 03 Jun 2011, 18:06 Location: Canada 08 Jul 2011, 16:54 by jim@jimtough.com 'add 6 years' problem I posted this as a question on Stack ...

20.  some 'pattern' strings not supported issue    forum.primefaces.org

08 Jul 2011, 18:59 by jim@jimtough.com some 'pattern' strings not supported issue I'm using the PrimeFaces 3.0 control to allow the user to view and edit Date objects that ...

21. p:Calendar problem with DateTime Picker    forum.primefaces.org

18 Jul 2011, 13:37 by AndreasJ p:Calendar problem with DateTime Picker The following behaviour can easily be reproduced with ShowCase 3.0: Use the DateTime field in the Time picker example to ...

22. Calendar in DataTable    forum.primefaces.org

Hi, I am getting the below said error while trying to use a p:calendar component inside a Datatable. My Data table is created using a List of Value Objecs. This Value ...

23.  doesn't quite work with MM/yyyy pattern    forum.primefaces.org

When I'm using MM/yyyy in , it would display "2/2010/undefined" when you select today from the pop-up. It does not prevent it from saving or retrieving data correctly, so it's more ...

24. Calendar throws NulPointerException when using converter    forum.primefaces.org

Calendar throws a NullPointerException which appears to smothered with only a SEVERE java.lang.NullPointerException and no stack trace. Even when you are not using the converter it has major troubles. Mysterious 5 ...

25. PF 2.2.1 - calendar and composite Components    forum.primefaces.org

I am having an issue with a composite component when I include the p:calendar component. Is there any reason why I wouldn't be able to do this? Here is the composite ...

26. dateSpinner mode in Calendar    forum.primefaces.org

Hello PrimeFaces team, What do you think can you add spinner buttons to the Calendar to increase / decrease days? I've blogged about it here http://ovaraksin.blogspot.com/2011/08/c ... inner.html I just wanted ...

27. Advances calendar functions    forum.primefaces.org

Hi, Im currently looking for a calendar component, which offers the following features: - Date selection should be limited to specified dates. This does not only include ranges, but also dates ...

28. Calendar does not appear    forum.primefaces.org

Hi, I've done some small applications using MyFaces RichFaces. When attempting to migrate to PrimeFaces, tried to create a simple page using only the code shown in the example of the ...

29. Javascript error on p:calendar after conversion error    forum.primefaces.org

Hi, When I try to input an invalid date value in a calendar component and submit it, conversion fails (which is expected). But when the page returns, the calendar popup won't ...

30. Calendar close onblur    forum.primefaces.org

Does anyone know how to get the Calendar component to close onblur? It's annoying that you are required to select a date (or use the close icon) before it will go ...

31. Calendar problem to select day 16    forum.primefaces.org

25 Oct 2011, 03:27 by kalindii Re: Calendar problem to select day 16 I tried what you said to, but it still doesn't work. The only way that works it is ...

32. Proposal Calendar component with readOnlyInputText="false"    forum.primefaces.org

Now the tag readOnlyInputText is true for default but this has the big disadvantage that after choosing a date is no longer possible to reset the field. Mistake during the input ...

33. Problem with a calendar    forum.primefaces.org

I have a form with 2 , I need to trace their filling. If i push a calendar and select there value function set and get isn't call. It is run ...

34. Islamic calendar    forum.primefaces.org

Hi, I want to personally thank you for this GREAT GREAT product PF 3.0M4. it is possible to devlop other types of calendar like islamic (hijri) calendar in PF components Schedule ...

35. problem with calendar    forum.primefaces.org

I have a form with 2 , I need to trace their filling. How it is possible to trace that value of a calendar the empty??? Code: ...

36. calendar    forum.primefaces.org

37. p:calendar problem with navigator and yearRange    forum.primefaces.org

38. p:calendar inputStyle / inputStyleClass missing    forum.primefaces.org

Hi! I can not find the inputStyle / inputStyleClass property in the p:calendar object. Primefaces version: 3.0.M4. I can't use the property in the xhtml page, and also I can not ...

39. put a calendar into a dialog?    forum.primefaces.org

40. Min/max hour (calendar time) INT    forum.primefaces.org

Hi i dont know why the p:calendar only accepts INT for min/max hour what happend if i want to set min to 11:30 hours? i have to set manually hours and ...

41. Calendar selection goes 1 day in the past    forum.primefaces.org

@Stateless @LocalBean @Named public class DateBean implements Serializable { private Date date; public Date getDate() { ...

42.  component and issue    forum.primefaces.org

01 Dec 2011, 18:18 by sdayam component and issue Hi I am currently facing issue using with primefaces Calendar control My requirement is to invoke a java ...

43. Calendar is not displayed, please help me :-(    forum.primefaces.org

02 Dec 2011, 13:28 by AndreaNobili Calendar is not displayed, please help me :-( Hello, I having some problem displayng a Calendar component in my page. This is my xhtml view: ...

44. Problem with p:calendar timeOnly value    forum.primefaces.org

45.  Improvement suggestion    forum.primefaces.org

Hi, Currently, I am using PrimeFaces v3.0.RC1. For the component, I think it would be nice to have a feature that allows us to disable certain days of week from ...

46. error in calendars JavaScript    forum.primefaces.org

Error: missing } after property list Source file: http://localhost:8084/dol/views/reports.jsf Row: 182, Column: 137 Source: calEnd_widget = new PrimeFaces.widget.Calendar('calEnd','calEnd_container',{language:'de',pages:1,pagedate:'03/2010',maxdate:'17-03-2010'mindate:'17-03-2007',navigator:true,close:true,locale_months:'short',locale_weekdays:'short',start_weekday:1,popup:cal

47. p:calendar doesn't show    forum.primefaces.org

24 Mar 2010, 18:12 by javaNubie p:calendar doesn't show hi, i am new in this board.. i wanna learn this primefaces.. but i have some problem with p:calendar.. it doesn't show.. ...

48. Inline calendar with multiple selection    forum.primefaces.org

30 Mar 2010, 20:16 by gpapp Inline calendar with multiple selection I'm trying to use the p:calendar as a front-end to the business calendar in my application. (Primefaces 2.0.1-SNAPSHOT, JSF 2.0, ...

49. Calendar inside a dialog    forum.primefaces.org

hello cagatay, sorry for the later response , unfortunately i couldnt fix that issue and changed my design so the code no longer exists , yet i can code something like ...

50. p:calendar doesn't work inside dynamic datatable    forum.primefaces.org

p:calendar doent work inside dynamically added rows of p:dataTable here is my code. Code:

51. Enhancement: p:calendar with time values?    forum.primefaces.org

Hi, it is planned to extend the p:calendar to choose also time values, for example 04/30/2010 08:00? It were very nice to use it to plan some events, for example sending ...

52. Supporting non Gregorian calendars with     forum.primefaces.org

Hi Guys, Does anyone know how can one add a non Gregorian calendar support to ? I want to be able to select "Hijri" and "Jalali/Persian" dates using but I ...

53. calendar: mindate pattern?    forum.primefaces.org

28 Apr 2010, 10:50 by rewind87 calendar: mindate pattern? Hi, I am using calendar and mindate. When I use a java.util.Date, it takes the days instead months and vice versa. I ...

54. Russian translation for Calendar    forum.primefaces.org

55. Enabling calendar navigator    forum.primefaces.org

I was trying to enable the year selection in the calendar control, but could not; I understand you need to set the navigator property in YUI to true for achieving that. ...

56. instant ajax selection problem with p:calendar    forum.primefaces.org

28 May 2010, 00:08 by callahan instant ajax selection problem with p:calendar Hi There, When I use the instant ajax selection feature of a p:calendar component that's nested in a p:layout ...

57. Extend calendar    forum.primefaces.org

In my organization I have to custom a calendar that has ability to change to Broadcast and ISo calendar. When I used RichFaces, I could exend their calendar. Since RichFaces is ...

58. Multiple selection Calendar    forum.primefaces.org

Hi guys, I'm trying to put a calendar with multiple selection on my page, using primefaces. In my bean I have an array of date: private Date[] date = new Date[10]; ...

59. Internalization of p:calendar not complete....    forum.primefaces.org

Hi there! Would be great if the locale attribute defines the translation of year/month selection popup... today only english is supported... You can see below: http://www.imagebam.com/image/91b4e283358258 Or.... you could define properties ...

60. p:calendar javascript    forum.primefaces.org

merhaba, p:calendar zerinde javascript kontrolleri uygulamak istiyorum, fakat zm bulamadm. sorunu anlataym, kullanclarn yanl girileri (01/01/10 , 01.01.10 vb) var. bunlar kotrol ve mmknse ...

61.  dynamic creation not working    forum.primefaces.org

I am creating primefaces caledar dynamically inside my htmlpanelgrid using code below. Calendar calComponent=(Calendar)getApplication().createComponent(Calendar.COMPONENT_TYPE); grid.getChildren().add(calComponent); First time it works fine. But when I call onchange event in my combobox present in ...

62. Calendar ajax    forum.primefaces.org

63. p:calendar component does not support russian language    forum.primefaces.org

18 Jun 2010, 09:51 by dm3q3k p:calendar component does not support russian language I would like to add such possibility Whether probably to add it in calendar.js (META-INF/resources/primefaces/calendar/) Code: ...

64. Calendar - Basic different rendering...    forum.primefaces.org

when i want to apply the instructions to use Calendar - Basic component shown in component ShowCase, i obtained different appearance than demo page. is it normal ?

65. calendar enhancements    forum.primefaces.org

25 Jun 2010, 15:22 by ymajoros calendar enhancements Hi, 1. p:calendar doesn't send events to server if selection="multiple". I'd thought there would be a DateSelectEvent for each click. 2. It seems ...

66. problem with p:calendar    forum.primefaces.org

68. Calendar > weekdayFormat    forum.primefaces.org

Is there a way to provide weekdayFormat, startWeekday, etc. not from the locale setting? I think it makes sense. What happens if a locale is not supported? Do you have a ...

69. Inline calendar issue    forum.primefaces.org

Hello, I've noticed also in the calendar demo that after selecting a date and submitting the page, it is not possible to deselect that date. You can choose another one, but ...

70.  appears too low    forum.primefaces.org

you need to provide some more information, what exactly is to low, the calender, the icon, ... PF version, JSF version, web browser(s), app server, ... . Is the showcase example ...

71. problems with calendar:change year language    forum.primefaces.org

Hi everybody. I'm using the spanish calendar and when I try to change the date, for example four years ago, the label for the month and year appears in english, as ...

72. p:calendar issue (was issue 820)    forum.primefaces.org

Hi timotius, I've tried using that dd-MM-yyyy pattern and it worked so marked it as fixed. The issue you've linked does not mention anything about mindate/maxdate combination issue so please create ...

73. Accessing 'yearRange' in new PrimeFaces Calendar    forum.primefaces.org

In the new PrimeFaces calendar (2.1), is there a way to access the yearRange option from the jQuery Datepicker or can the calender be enhanced to expose that property? I'm trying ...

74. Calendar and Data    forum.primefaces.org

Sorry It did not work. If I select the last min value like 2000, the combo box, is filled up again with the correct values, but without doing it, it just ...

75. Calendar and required="true"    forum.primefaces.org

When i use calendar component with mode="popup" and required="false" it works fine. But with mode="popup" and required="true", it doesnt works after require validation. Popup doesn't appears anymore. Some idea

76. immediate="true" ineffective on p:calendar (2.2M1)    forum.primefaces.org

29 Aug 2010, 15:28 by ringerc immediate="true" ineffective on p:calendar (2.2M1) Hi I'm using PrimeFaces 2.2M1 (to avoid an issue with markup handling in dataTable) and I'm finding that calendars don't ...

77. 2.2M1bug? Calendar highlights same day in each month    forum.primefaces.org

I can't reproduce it with the showcase, as it doesn't offer a popup calendar with multiple pages. The issue only seems to affect the popup calendar. I'll put together a quick ...

78. calendar --> how to use "time-pattern"?    forum.primefaces.org

Within my application I need to query a time-frame from the user (start-date/time and end-date/time). Is there a possibility to implement this via the Schedule-component or isn't this component not supporting ...

79. Problem with calendar + required=true    forum.primefaces.org

>> << Serial Posts: 19 Joined: 17 Jun 2010, 03:06 Location: Brazil 31 Aug 2010, 22:01 by Serial Problem with calendar + required=true I don't know for sure if this is ...

80. problem rendering component calendar    forum.primefaces.org

Hello everyone, i have a problem with the calendar component. here my xhtml code : here my bean: @NotNull(message = "End Date ...

81. re render the calendar    forum.primefaces.org

07 Sep 2010, 15:18 by smooth4me re render the calendar Hi, I have a table which am using it for modal dialog. after submitting the values if everything goes fine I ...

82. Calendar default month placement after render    forum.primefaces.org

83. Calendar converter fails [SOLVED]    forum.primefaces.org

84. Primefaces 2.1: calendar does not respect pattern    forum.primefaces.org

Hi, When we use p:calendar with a pattern set explicitly, we see that the pattern is ignored, and that dates are formatted as yyyy-MM-dd instead (i.e. ISO format, but this will ...

85. Calendar in dataTable    forum.primefaces.org

Hi! I`m trying to call p:calendar from a p:dataTable column, and it is`n t working. no errors. it`s just not shown. i`m using primefaces-2.2.RC1-SNAPSHOT

86. mindate in calendar    forum.primefaces.org

Hi, I'm trying to use the calendar for entering date of birth. Does anyone know what is the minimum date that I can set for the mindate parameter? I tried to ...

87. Calendar looks too big    forum.primefaces.org

10 Oct 2010, 05:46 by bandeng Calendar looks too big I just started using JSF 2 and Primefaces 2.2 M1. I tried the calendar first but it looks too big on ...

88. Problems with the accordionPannel and the calendar...    forum.primefaces.org

18 Oct 2010, 15:17 by agustincba Problems with the accordionPannel and the calendar... Hi Guys !. My name is Agustin and I live in Crdoba, Argentina. My problem is the following, ...

89. p:calendar with hour    forum.primefaces.org

90. calendar    forum.primefaces.org

91. Problems with calendar    forum.primefaces.org

92. The calendar doesn't work.    forum.primefaces.org

@ManagedBean(name = "unSubmitConsign") @SessionScoped public class UnSubmitManagedBean { public Date getStartDate() { return startDate; } public ...

93. Calendar Problems    forum.primefaces.org

Issue: Validation can be broken with the following steps. 1) click on Calendar textbox. This activates popup. 2) ...

94. Calendar component with timepicker    forum.primefaces.org

Hi! I have hacked a Calendar Component with optional timepicker. Used this js library: http://trentrichardson.com/examples/timepicker/ Technically it's not a new component. It is just a few minor modifications on the existing ...

95. p:calendar doesn't update other controls    forum.primefaces.org

10 Dec 2010, 00:01 by macros14 p:calendar doesn't update other controls I have the following code.

96. Newbie help: Passing the Calendar selection to a DataTable    forum.primefaces.org

12 Dec 2010, 22:31 by primehthb Newbie help: Passing the Calendar selection to a DataTable Hi, I am a complete newbie in PrimeFaces and JSF, and rather new in EJB. I'm ...

97. New feature: select time in     forum.primefaces.org

It would be nice to be able to select not only a date in but also a time. This is sometimes very useful. Currently I am planning to replace the ...

98. Calendar does not render    forum.primefaces.org

16 Dec 2010, 11:05 by p_h_i_l Re: Calendar does not render I have the same Problem! It only works when i use a default theme. but when i load my own ...

99. p:calendar, onSelectListener value...    forum.primefaces.org

18 Jan 2011, 20:45 by mathewst p:calendar, onSelectListener value... Am I dumb or what, I see problem here mixing stuff apples with oranges, selection with value im having seriousw problems to ...

100. p:calendar and javascript value [SOLVED]    forum.primefaces.org

var test = document.getElementById("form1:statusDate").value;