I did not find import org.primefaces.event.ScheduleDateSelectEvent; import org.primefaces.event.ScheduleEntrySelectEvent; import org.primefaces.model.ScheduleEvent; import org.primefaces.model.ScheduleEventImpl; import org.primefaces.model.ScheduleModel; in primefaces-1.0.0.RC.jar scheduler will not support in primefaces-1.0.0? thanks |
01 May 2011, 16:07 by domgom p:schedule firstDay bug As you can see in the labs showcase for 3.0.M1 ( http://www.primefaces.org/showcase-labs ... Locale.jsf ) with that script: Code: PrimeFaces.locales['tr'] ... |
3. p:schedule forum.primefaces.orghi, how can i use p:schedule.? I know that it will be released in a week. But i can use snapshot.jar. Please could you give me link which i can downlload. ... |
Hi all we are planning to use schedule for a projec but we are not able to do the next things: 1 - we need to change the color of the ... |
public class Horario implements ScheduleEvent, Serializable{ private static final long serialVersionUID = 1L; @Id private String id; ... |
Hi We have just stumbled across PrimeFaces - awesome! The Schedule component looks fantastic. We recently found FullCalendar (http://arshaw.com/fullcalendar/) and have been working on integrating this into a JBOSS/Seam environment. But ... |
Hi, Is there way to add a mouse over tool tip to a p:schedule event? I bought the primefaces user guide but I can't find anything there. Rob |
|
Hi, I want to implement an update (for example updating a detail panel) after a selected entry in the Schedule has been made. (Instead of activating the ) Is there a ... |
06 Feb 2010, 21:06 by fiorenzino use p:schedule I want use the new component p:schedule, like in the showcase. This is the error, using primefaces-1.0.0-SNAPSHOT.jar : Code: java.text.ParseException: Unparseable ... |
24 Jun 2011, 20:26 by smitha.madhavamurthy Navigating to different page on DateSelectEvent in Schedule Primefaces 3.0M1 on GlassFish v3 ,Mojarra 2.0.3 - NetBeans 6.9.1 I am not clear on how to ... |
29 Jun 2011, 10:19 by Eldastoker 24 hour system for schedule component Hello, i need to work with the schedule component of PrimeFaces 3.01 and i got the problem, that i ... |
12. forum.primefaces.orgHi When i am trying use the tag the netbeans support isnt showing me the tag support, even checked in the given jars v1.0 and v2.0 the "Scheduler" tag class ... |
Hi, is it possible to get rid of the am/pm times for the day-view in scheduler and instead showing the times in 24h? I'm wondering, I couldn't find such a property ... |
|
>> << modisco Posts: 2 Joined: 16 Jul 2011, 16:27 16 Jul 2011, 16:37 by modisco Schedule events not firing I am using primefaces 2.2.1 with Glassfish 3.0.1. I am trying ... |
>> << AndrewS Posts: 7 Joined: 04 May 2011, 20:42 25 Jul 2011, 20:26 by AndrewS Some Scheduling Questions As a preface, I'm relatively new to Java, but have many years ... |
09 Aug 2011, 18:16 by wagnergsantos Problem with scheduler Hello, I'm trying to use p:schedule but I'm having a problem. When I click on event my listener is fired, p:ajaxStatus works ... |
11 Aug 2011, 15:00 by awk_reg Editable schedule - problem with hours Hi there My problem is about basic schedule functionality which is adding events. I'd like to set start hour ... |
13 Aug 2011, 13:20 by ccastro333 Schedule skinning Hi all, I would like to customize the look&feel of schedule widget. How can I change style of the schedule? Because now it's ... |
I have created a Schedule, using my own classes as shown down: 1. public class QScheduleModel extends LazyScheduleModel 2. public class QScheduleEvent implements ScheduleEvent All is brought up by Spring, so ... |
hello friends, I'm using PrimeFaces-2.2.1 and . For the agenda week, it is possible to change the pattern of hours (eg 6pm to 18:00)? And for the agenda week and day, ... |
26 Aug 2011, 10:23 by cecchisandrone p:schedule not working on IE Hi all, We have an application based on PrimeFaces 1.1, RichFaces 3.3.3, Facelets 1.1.11 and MyFaces 1.2.9. We use massively ... |
08 Sep 2011, 17:02 by SamAntonis Editable schedule bug PrimeFaces 3.0.M3/JSF 2.0.3 Hi, I have a problem with the editable schedule, i think it's a small bug but I'm not sure. ... |
p:schedule has dateSelectListener wich is a method with one param: DateSelectEvent selectEvent I can't distinguish if user clicked on all day row or on 00:00 hour. Both times selectEvent.getDate() returns "2011-09-15 ... |
>> << hop2croft Posts: 1 Joined: 16 Sep 2011, 13:49 16 Sep 2011, 14:06 by hop2croft Problems trying to render scheduler component Hi guys!!, I'm trying to develop a simple web ... |
i am using schedule in tabView and it is in third tab. when i click on third tab the schedule is displaying half of schedule. means it is only displaying today, ... |
Hello Cagatay, I am trying to build prime faces and improve the schedule component. There is a strange "Schedule" class in ScheduleRenderer which is not imported and I am not sure ... |
|
I really don't know if this has been reported/requested yet but it seems p:schedule won't handle time variations whenever an eventResize occurs (the time of my backing-bean date doesn't get altered ... |
PrimeFaces Forum View topic - p:schedule is causing my page to blink Skip to content . Advanced search FAQ Register Login PrimeFaces Forum Board index Community ... |
Hi, I would like to use the scheduler component but it seems it cannot support n-days selection as the jQuery fullCalendar does. Am I miss something? Is it possible to use ... |
|
HI i just upgraded from 3.0.M3 to 3.0.M4 , and i noticed the p:schedule stopped working ... i had it in one of my tabs of " |
|
Hello I'm working with the p:schedule component. When moving an event, i want to check if the move is allowed (for example, i can only move an event in the range ... |
Hi, Im implementing the editable schedule on my webapp. I have used this source code http://code.google.com/p/primefaces/source/browse/examples/trunk/prime-showcase/src/main/java/org/primefaces/examples/view/ScheduleController.java?r=2880 The xhtml part is the one that Primefaces site provides. The problem is when I ... |
why it will be updated every time ? If i set dynamic = true , wont it be updated only upon its tab click? and any way , why i don't ... |
01 Dec 2011, 16:58 by grungero Adding two events in the same day on p:schedule Hi everyone First of all congrats for PrimeFaces, it's been very helpful. I'm kind of new ... |
>> << erdodi Posts: 5 Joined: 05 Dec 2011, 21:01 05 Dec 2011, 22:05 by erdodi Schedule can't add new events Hi, i have som big problems to implement the primefaces ... |
14 Mar 2010, 19:41 by bluesturbo Schedule Enhancements Hello folks, The schedule component is very useful and popular Primefaces component. So, the following is compiled from the Issue Tracker and forum ... |
14 Dec 2011, 16:45 by donvidela Schedule Problem Hi everybody, i have a problem with Schedule, when i will add a Event for example en the date 14/12/2011 the Schedule put ... |
Hi everybody, i have a cuestiom about Schedule. Schedule Event are draggable, in the Schedule component, do can i create in a panel a list of things and drop any element ... |
try { String dateAsString = params.get(selectedDateParam); SimpleDateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss z"); schedule.queueEvent(new ScheduleDateSelectEvent(component, format.parse(dateAsString))); ... |
Schedule is based on jquery fullcalendar plugin, which we are very happy with. Issues related to schedule will be fixed and for enhancements, hopefully yes if we can finish the tasks ... |
So... i cant do it run at IE 7 or 8... When i click in some day, nothin happen... can someone help me? (when i do the same thing at firefox, ... |
I was testing the Show Cases Examples, Schedule tag looks really good. When I create a event which is not an all day event, it always creates the event one day ... |
05 May 2010, 20:03 by ufasoli Schedule Functionality Hi, I've found your amazing framework not long ago , and I've been playing with some of the components which I think are ... |
public void onDateSelect(DateSelectEvent selectEvent) { Date ref = new Date(selectEvent.getDate().getTime()+HOURS*MINUTES*SECONDS*MILISECONDS); event ... |
Hi, When an event (schedule component) has a double-quote in it, schedule stops working. At least, I have this with a lazy-loading schedule component. Is this a known issue ? Yannick ... |
>> << ufasoli Posts: 42 Joined: 05 May 2010, 19:55 19 May 2010, 11:37 by ufasoli Error While Rendering Schedule Hi, i'm running into some trouble while rendering a schedule. here ... |
Hi All, Can anyone help us? The schedule objects doesn't appear at IE X (6, 7, 8...). Please look at the following images: Firefox: The same execution at IE: Whats wrong ... |
>> << Bexx Posts: 18 Joined: 10 May 2010, 15:48 Location: Saarbrcken 25 May 2010, 11:03 by Bexx [schedule] implementation problems Hi there, i'm finding myself in a little trouble implementing ... |
>> << fancho Posts: 5 Joined: 03 Feb 2010, 23:49 02 Jun 2010, 18:49 by fancho how I can set the schedule component ????? Hi, I would like to know how ... |
>> << ccamr Posts: 3 Joined: 03 Jun 2010, 17:49 03 Jun 2010, 18:00 by ccamr p:schedule not showing Events Hi i'm trying to integrate the p:schedule in my project and ... |
07 Jun 2010, 16:31 by urbanq Schedule - titleFormat, columnFormat, timeFormat, axisFormat Hi, I need to change formatting of time column in agendaDay view. I have 6.00am, 7am, 8am... 1pm but ... |
>> << becchius Posts: 2 Joined: 11 Jun 2010, 17:03 11 Jun 2010, 17:46 by becchius schedule does not fire eventSelect event Hi to all. I'm trying primefaces 1.0.2 in my ... |
|
17 Jun 2010, 12:54 by balorian Skinning the schedule component Hi, I'm new to PrimeFaces (switching from IceFaces for JSF 2 support) and have never used the ThemeRoller before, and I'm ... |
Good day comunity, I have a problem, When You click on month view ie 03.06.2010 Then in event dialog You Have 06/02/2010 (In show case and in my code). I do ... |
Hi, is it possible to select an event on the schedule e.g. for a DetailDialog without setting editable to true? The problem with editable true is that clicking on a date ... |
01 Jul 2010, 19:03 by srgmoraes Error Schedule Component use DefaultScheduleModel My Code: Code: public class ScheduleController { private ScheduleModel eventModel; ... |
Hello it is possible to skin events in schedule separately? For example if i have various categories of events - important, normal etc... -important event is red, normal blue... thanks |
hello friends, I'm using primefaces-2.1.RC1-SNAPSHOT and . For the agenda week, it is possible to change the pattern of hours (eg 6pm to 18:00)? And for the agenda week and day, ... |
>> << marciodemendonca Posts: 3 Joined: 22 Jul 2010, 02:54 22 Jul 2010, 17:30 by marciodemendonca Scheduler dateSelectListener problem Hi to all. I am having a problem using the primefaces schedule ... |
I want to provide a Norwegian locale translation to the p:schedule component. I have written the code and wanted to share it in this forum post, but there seems to be ... |
What is the difference between onDateChange and onDateSelectUpdate? Neither p:ajax or f:ajax is supported by Schedule as it is a complex component to have simple client behaviors like click. |
Hi all, Does anyone know how can one add a non Gregorian calendar support to ? don't know where to start the customization and what exact classes and scripts are affected ... |
>> << lwolpert Posts: 1 Joined: 18 Aug 2010, 04:19 18 Aug 2010, 04:26 by lwolpert p:schedule events do not appear I am trying to get the p:schedule working in an ... |
18 Aug 2010, 08:59 by gokceng questions about p:schedule features Hi, I want to thank you for Primefaces, it seems to be very useful and as I get to use it, ... |
Hi all i want to customize schedule component so that it can support persian calendar i have customized fullcalendar.js file and i want to extend schedule component so that it use ... |
02 Sep 2010, 14:03 by Dsleeper p:schedule not working on IE8 I have a implementation of the p:schedule component. It is up and running 100% in these browsers: Firefox Chrome Opera ... |
Hi, When i add an event to my schedule, if it's not all day then it shows some alphanumeric string (which is time, i guess) at the beginning of the event ... |
17 Sep 2010, 18:28 by tefron p:schedule doesn't work properlly I tested the p:schedule component, it does show on the page but look very messy and doesn't function. I get the ... |
>> << _walker_ Posts: 2 Joined: 27 May 2010, 10:45 19 Sep 2010, 15:31 by _walker_ p:schedule - can't select event I have following code Code: ... |
Hi all: I need that when I click on any event of schedule component this will make to show a p:dialog. I'm making some configuration test using the ScheduleController that you ... |
Hi, i had translated the Schedule(Calendar) to the Czech language and i am curious, if there is any way i can upload the file so the translation would be in next ... |
|
Hello, i would like to know, if there is some way, how to determine the view of the shcedule in code. The problem is, that if the shedule is in month ... |
14 Oct 2010, 10:53 by urkelman HTML in schedule Hi all, I implemented the p:schedule in my applications. Everything works but I need some extra stuff. I use the schedule for ... |
Hello, i have a problem when i add a event into my schedule. When i click on schedule a dialog opens et the user can choose the begin and the end ... |
Hello Cagatay, We need to prevent single events to be draggable/resizable. I mean, you have "editable" flag, but it's a global flag for the entire schedule. We need the same flag ... |
I'm wondering about the current state of primefaces 2.2, it seems to be far behind schedule. Cagatay Civici announced in his blog that next release would be hopefully at first week ... |
|
31 Oct 2010, 20:42 by chris.selwyn Binding a Schedule I am moving an application that I built some time ago with ICEFaces over to Primefaces because I like the look of ... |
Hi, I don't understand very well the dateSelectListener. In DateSelectEvent, I can get date as a java.lang.Date. From my experiment, this date is the date of the day clicked by the ... |
|
Hi all and sorry for my bad english. In full calendar version 1.4.7 there is a parameter droppable wich allows to drop external elements to calendar but primefaces Schedule uses fullcalendar ... |
I'm using the tag Schedule and I having problems with this. In the page of examples of primefaces, in the editable schedule when I select a day, always the hour it's ... |
29 Nov 2010, 23:58 by smuehlst Schedule component in Primefaces 2.2 RC2 Hi, I tried the Schedule component of Primefaces 2.2 RC2, and I have some questions: 1) I noticed that ... |
Code: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package test; import javax.faces.bean.ManagedBean; import javax.faces.component.html.HtmlPanelGrid; import org.primefaces.component.schedule.Schedule; /** ... |
I am very much impressed with primefaces latest release primefaces-2.2.RC2. I like to use |
20 Dec 2010, 18:26 by vermadinesh P:schedule is not rendring or displaying I m using p:schedule for scheduling holidays. In a new application its working fine but in my project framework ... |
Hi, As always great job with PF. I noticed inconsistent behavior using p:schedule. Move event and resize event is handled differently. The ScheduleEntryMoveEvent.getScheduleEvent() contains the new dates, where the ScheduleEntryResizeEvent.getScheduleEvent() contains ... |
|
Hi, I'm using p:schedule to show my tasks (each ScheduleEvent is a task). Task's statuses include DELAY, ONTIME which represented by event's background color, RED and GREEN, respectively. When I move ... |
Hello, I want to know if is possible to use a link on each event in the schedule component that take me to an page that show me the full info ... |
|
Hello, it seems to be a problem with the display of events on the schedule component.. if i add an event to schedule , the event is not display.. We have ... |
Hi, PrimeFaces is a great component library. I use it in most of my applications. But, as said in another post, there is a bug (important, to me) in schedule component. ... |
Hi, I found a "bug"/"feature" on the p:scedule render. Well when you select a time it uses the following code: schedule.queueEvent(new DateSelectEvent(component, new Date(Long.valueOf(dateAsString)))); My problem is that it gives me ... |