inputDate and ppr problem

2008-07-30 Thread jorge miguel
hi. first of all this the code that i have this is a simple validation "From Date -- ToDate" the second inputDate must be bigger than the submittedDate (first inputDate= field) but less than the actual date. so the problems come in the validateDateTimeRange footerBean.submissionDa

Re: Tomahawk 1.1.6 and myfaces-core-1.2.3 incompatible

2008-07-30 Thread chokdee
Hi Matthias thanks for the reply. Must have been blind. But anyway, which snapshot shall I use? And how can I be safe that this snapshot is working with the actual version of 1.2.3? Thanks Juergen Matthias Wessendorf-4 wrote: > > Hello Juergen, > > On Tue, Jul 29, 2008 at 7:01 PM, chokdee

Re: Tomahawk 1.1.6 and myfaces-core-1.2.3 incompatible

2008-07-30 Thread Matthias Wessendorf
Hello Juergen, On Tue, Jul 29, 2008 at 7:01 PM, chokdee <[EMAIL PROTECTED]> wrote: > > Thanks for your answer. > I have tried to build the tomahawk source, but it fails. I think that is b/c the trunk depends on some snapshots, this was already discussed here in another thread. (I had a similar is

Re: JDeveloper

2008-07-30 Thread Vanni G. Rizzo
Hi guys, first of all thank you for the replies. > You will find that in JDEV_HOME/bin and you deploy from JDEV_HOME/j2ee/home > > The OC4J_ don't share the same ADF or TRINIDAD (and perhaps more) with > JDEV R3 or R4 so until we get an actual release (they're still in Beta) we > have to use

Re: ReRendering of ComponentBindings fails

2008-07-30 Thread Volker Weber
Hi, the getter for a binding component is only invoked if the framework need the component to create the view. In case of rerendering the view is restored and not new created. In case of restoring (and if the binding getter returns null) the setter is invoked. If you want to populate the panelGr

Dojo drag drop in MyFaces

2008-07-30 Thread Janap
Hello all, I am trying to implement simple drag-drop functionality in MyFaces using the Dojo Toolkit. So , I took the basic example from the Book and tried to use it within myFaces : http://dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/drag-and-drop Code for my JSP page

Re: [Trinidad] Scrolling table with partial row fetching?

2008-07-30 Thread Michael Meierhoff
Hi, take a look at http://wiki.apache.org/myfaces/WorkingWithLargeTables. There is a example with a DataPage class which can handle lazy loading fetching objects. Michael Meierhoff Matthias Wessendorf schrieb: On Wed, Jul 30, 2008 at 11:49 AM, Döring Markus <[EMAIL PROTECTED]> wrote: He

Re: [Trinidad] Scrolling table with partial row fetching?

2008-07-30 Thread Matthias Wessendorf
On Wed, Jul 30, 2008 at 11:49 AM, Döring Markus <[EMAIL PROTECTED]> wrote: > Hello, > > it's not a "scrolling" in the common sence, but tr:table supports pagination. scrolling would be a nice enhancement. Feel free to create a jira (and provide a patch ;-) ) But paging is possible, yes. > > Look

AW: [Trinidad] Scrolling table with partial row fetching?

2008-07-30 Thread Döring Markus
Hello, it's not a "scrolling" in the common sence, but tr:table supports pagination. Look at http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_table.html -> Range Navigation you have to implement your own tableModel to get the "lazy loading" stuff to work, but it's not a big deal. To

[ORCHESTRA] How to set ConversationContext timeout

2008-07-30 Thread Ernst Fastl
Hi there! We are using myfaces-orchestra-core 1.1 and have troubles with the default ConversationContext timeout of 30 min. We would like the conversationContexts to timeout with the HTTP Session (meaning a value of -1 right ?) The ConversationScope supports a timeout property for individual conv

[Trinidad] Scrolling table with partial row fetching?

2008-07-30 Thread Florian Reiser
Hello, I have a fairly large table to display (> 1000 shown rows) in a big application (> 100 concurrent users). I would like to show the table loading the individual rows only when shown. Start: Create a cursor at the database and count the rows. Initialise the scrolling display with it.

Re: [trinidad]faces

2008-07-30 Thread Matthias Wessendorf
I'd use inside the "master template" and the "metaContainer" facet to link to custom files like CSS, JS, etc. See here: http://code.google.com/p/facesgoodies/source/browse/trunk/src/main/webapp/WEB-INF/facelets/layout/template.xhtml Greetings, Matthias On Wed, Jul 30, 2008 at 10:27 AM, hns <[E

[trinidad]faces

2008-07-30 Thread hns
hi i am newbie to facelets and try to invoke in my test application i have created template.xhtml in web-inf/layout to use it in my page1.jspx it can not show facelets perfectly error while first time page1 load comes that