Re: Bug in JSFAttr.java

2005-11-08 Thread Mike Kienenberger
It looks like there may be a couple of facelet-impacting issues here. Take a look at this issue, where I've tried to describe both of them. http://issues.apache.org/jira/browse/MYFACES-760#action_12357043 On 11/2/05, Martin Marinschek [EMAIL PROTECTED] wrote: Wait a minute - Martin posted that

Re: Bug in JSFAttr.java

2005-11-02 Thread Martin Marinschek
Wait a minute - Martin posted that he had a solution to this problem, right? regards, Martin On 11/1/05, Luiz Augusto Ruiz [EMAIL PROTECTED] wrote: I have the same problem, attribute showRootNode doesn't work with Facelets. Luiz Augusto Ruiz Sergipe - Brasil 2005/10/25, Martin Mavrov

Re: Bug in JSFAttr.java

2005-11-01 Thread Luiz Augusto Ruiz
I have the same problem, attribute showRootNode doesn't work with Facelets. Luiz Augusto Ruiz Sergipe - Brasil2005/10/25, Martin Mavrov [EMAIL PROTECTED]: Hi,I think I found a bug in org.apache.myfaces.renderkit.JFSAttr class. Thefollowing constants don't look right:public static final String

Follow-up: Bug in JSFAttr.java

2005-10-26 Thread Martin Mavrov
Hi, It turned out to be caused by a facelets lack of support for the Tree2 component. Sorry for the spam. Thanks and keep up the GREAT work! :) -- Best regards, Martin Mavrov

Bug in JSFAttr.java

2005-10-26 Thread Martin Mavrov
Hi, I think I found a bug in org.apache.myfaces.renderkit.JFSAttr class. The following constants don't look right: public static final String SHOW_NAV= org.apache.myfaces.tree2.SHOW_NAV; public static final String SHOW_LINES =