NoClassDefFoundError when using myfaces in my webapp

2007-12-07 Thread ying lcs
Hi, I am trying to use myfaces in my web application. i have added all the libraries in the 'lib' of the myfaces distribution. But I am still getting the following error: Can you please tell me what am i missing? Thank you. java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

How can I change the rendered output of panelPage?

2007-12-07 Thread Mike Crawford
I'm prototyping the use of Trinidad as a way to replicate pages within our application which currently use recent best-practice conventions for XHTML and css, including wrapper divs, css background images and absolute positioning to give us maximum flexibility on moving divs representing various c

Multiple managed beans per JSP (View)

2007-12-07 Thread Martin Ahrer
I'm trying to do a simple query by example page. It is a single page let's name it querybyexample.jsp. It is backed by 2 beans form (handling editing a selected object) and query (handling the database query). It contains a form for entering and submitting the query parameters which has a rendere

Re: [Trinidad] PPR does not show validation error message

2007-12-07 Thread Andrew Robinson
https://issues.apache.org/jira/browse/TRINIDAD-663 There is no built in way. I plan on bringing this back up some day. You can use my branch to see components that will let you do this -Andrew On Dec 6, 2007 9:03 AM, Walter Mourão <[EMAIL PROTECTED]> wrote: > Hi folks, > I have a facelets/trini

Re: [Trinidad] Removing footer

2007-12-07 Thread Jeanne Waldman
Jesper Pedersen wrote: Hi. Currently I have the following in my generated HTML file: and I'm using the and tags Two questions: 1) Shouldn't the be a ? As I don't want the on my page... I could change the ContentFooterRenderer class in my loc

Re: Treeview

2007-12-07 Thread Gerhard Petracek
hello daniel, similar thoughts at the same time :) (http://www.nabble.com/Re%3A-AW%3A-Treeview-p14216403.html) regards, gerhard 2007/12/7, Daniel Niklas <[EMAIL PROTECTED]>: > > > Hi Peter, > > trinidad has a nice, easy to use, tree component. But there isn't a > split-pane component in trinid

Re: AW: Treeview

2007-12-07 Thread Gerhard Petracek
hello, apart from using plain trinidad you are free to combine e.g. dojo with jsf technologies. matthias talked about that: http://www.nabble.com/-Trinidad--Use-Dojo-with-Trinidad-tf4880858.html#a13968204 you are trying to implement something like the following dojo-demo: http://dojotoolkit.org/

Re: Treeview

2007-12-07 Thread Daniel Niklas
Hi Peter, trinidad has a nice, easy to use, tree component. But there isn't a split-pane component in trinididad that you can resize. You can do this very easy with the dojotoolkit [1]. Have a look at the dijit widges, especialyl the Splitcontainer [2]. The integretion of dojo with trinidad is qu

Re: AW: Treeview

2007-12-07 Thread Scott O'Bryan
With Trinidad you can build something similar to this using one page and AJAX. Scott Peter Dahm wrote: Hi gerhard, not yet. Peter Von: Gerhard Petracek [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. Dezember 2007 17:03 An: MyFaces Discussion Betr

Re: Treeview

2007-12-07 Thread Gerhard Petracek
hello peter, are you using trinidad? regards, gerhard 2007/12/7, Peter Dahm <[EMAIL PROTECTED]>: > > Hi, > > I'm looking for a jsf component to display a tree in comfortable way. > > It should work like the tree in windows explorer. I do have the need to > resize the split area from the tree o

AW: Treeview

2007-12-07 Thread Peter Dahm
Hi gerhard, not yet. Peter Von: Gerhard Petracek [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. Dezember 2007 17:03 An: MyFaces Discussion Betreff: Re: Treeview hello peter, are you using trinidad? regards, gerhard 2007/12/7, Peter Dahm <[EMAIL PR

Treeview

2007-12-07 Thread Peter Dahm
Hi, I'm looking for a jsf component to display a tree in comfortable way. It should work like the tree in windows explorer. I do have the need to resize the split area from the tree on the left side and the content area on the right sight. The only solution I have in mind is to build this behavi

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-07 Thread Martin Haimberger
Hi, the recommandation from leonardo worked... thx @ all! Regards, Martin Haimberger On Dec 6, 2007 7:00 PM, Rafa Pérez <[EMAIL PROTECTED]> wrote: > Hi all, > > I had a similar problem with a custom renderer for panelBox and > SelectManyListbox and discovered that the render kit that was being

[Trinidad] Removing footer

2007-12-07 Thread Jesper Pedersen
Hi. Currently I have the following in my generated HTML file: and I'm using the and tags Two questions: 1) Shouldn't the be a ? As I don't want the on my page... I could change the ContentFooterRenderer class in my local copy, but... 2) How do

Re: Tobago date/time tags in popups

2007-12-07 Thread Volker Weber
Hi Piotr, tx:date should be no problem in popups. tx:date is just a tx:in with attached calendar popup, so if tx:in works tx:date did also. I don't understand what you mean to date/time tags in menu, you can't have tc:in in menu. but you should be able to open a popup with a tc:calendar from a m

[Trinidad] treeTable and disclosedRowKeys

2007-12-07 Thread Rottstock, Sven
Hi, i have a strange behaviour with the treeTable and the disclosedRowKeys. In detail i want to expand specific nodes programaticaly and this should be the initial state of the treeTable. This works fine for the first render time. Now the trouble: In the action facet i have a commandLink that shou

[Trinidad] PPR does not show validation error message

2007-12-07 Thread Walter Mourão
Hi folks, I have a facelets/trinidad page with one form, two subforms and client side validation=false. Without the PPR everything works fine, with the PPR the " is required." message below the tr:inputText does not appear. The other PPR manipulations are ok (components showing/hiding, for example)

Tobago date/time tags in popups

2007-12-07 Thread Malakis
Hi. I wanted to ask how can I use Tobago tags tc:date and time in popups. In demo is an example which presents tx:date in popup and value is remembered properly in popup. But it isn't assigned to any JavaBean so it can not be used in other parts of application. I tested saving tx:date values f