[Interval, Schedule Component]

2009-09-18 Thread Lakatos-Tóth Pál
Dear all! I would like to modify the Interval of the hour (0:00, 1:00, 2:00) on the left side to a custom interval like 15 or 25 or 30 minutes. Like ( 0:00, 0:30, 1:00 ...) How can i do it? Please help. Thanks, Paul

MyFaces Spring Orchestra Best Practice

2009-09-18 Thread jid1
hello, I am trying to implement the following: Backing bean A is used to render search results Backing bean B is used to render the specific details of one result I am setting both beans to conversation.access and don't want to 'access' them from different components (as it's not supposed to

RE: MyFaces Spring Orchestra Best Practice

2009-09-18 Thread Mario Ivankovits
Hi! You can use two strategies: 1) use conversation.access (as you outlined) with the same conversationName. You can configure the conversationName in your spring config. Just use the same name for aBean and bBean. This makes it easy to pass the selected bean to the second bean, and due to the