Re: Question on ADF Faces

2006-02-19 Thread Onur Tokan
Hi, Is there any title regarding using ADF Faces drop with shale? Regards, Onur On 2/19/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > Yee CN wrote: > > Hi, > > > > Are there any differences between adf-faces-10_1_3_0_4 (the current version > > from Oracle) and the drop in Myfaces? > > Not sure

Re: Question on ADF Faces

2006-02-19 Thread Craig McClanahan
On 2/19/06, Onur Tokan <[EMAIL PROTECTED]> wrote: Hi,Is there any title regarding using ADF Faces drop with shale?If there is anything published about this particular combination, I would consider that to be a failure :-)ADF Faces is about being a comprehensive library of JSF components.  Shale is

Re: Any inside of a very slow page loading of in Weblogic 8.1 sp4?

2006-02-19 Thread Werner Punz
Good question, not too many in here use Weblogic (most people usually either are on a plain Tomcat setup) Which strategies do you use for storing the pagination data, do you use own own datamodel, which basically delivers one page after the other, or do you store everything in a big datastructure

inputCalendar

2006-02-19 Thread sjarlier
Hello !   I got into trouble with inputCalendar since a while. Please could somebody tell me what I am doing wrong here because as soon as I use renderAsPopup=true I have this error message:   javax.portlet.PortletException: org.apache.jasper.JasperException: org.jboss.portlet.JBossRend

Tree2 navigation problem.

2006-02-19 Thread Tekin Biçer
Hello, I've trouble at Tree2 component. I integrated Struts(with Tiles) JSF and started to reimplement project.I want to use Tree2 component at a page (body_list.jsp) which extends template.jsp (defined at tiles). but when i wanted to navigate at tree, it takes me to template.jsp. I looked source

jscookmenu backing-bean action

2006-02-19 Thread Nicklas Karlsson
Hello, I am trying ouy a simple menu like            itemLabel="Sample 1" action="" />        itemLabel="Sample 1" action="" conceptBean.ping}" />      but I am unable to get the menu to fire the ping methods, it just returns to the original page. The menu renderes

Re: Tree2 reset

2006-02-19 Thread Nicklas Karlsson
TreeModel from the Tree2 is quite weird. Try the attached tree model(compatible with the Tree2 tree model). Thanks for the code, I'll give it a try! Now, for  a newbie-question: I understand that the  ExtendedTreeNode should be used instead  of the  BaseTreeNode I have  in my code but how is the Ex

Re: expand tree2

2006-02-19 Thread Sean Schofield
Yes. There is an example that uses a command link to trigger this. With the newer code you should be able to do this programatically as well. Just supply your own tree model explicitly (you can use TreeModelBase if you wish) and then programatically set the state of each node in that model's sta

facelets with MyFAces-1.2.2-SNAPSHOT

2006-02-19 Thread Marco Mistroni
hello all,  i might have missed some threads about MyFaces and facelets...i m struggling with getting facelets-1.0 at work with myfaces-1.2.2i have configured the viewhandler as follows  com.sun.facelets.FaceletViewHandlerobviously, after deploying my application and getting erros, i figured out ht

Re: [tree2] Major Improvement to Tree2

2006-02-19 Thread eve
I just checked in a major improvement to Tree2. Most users won't notice a difference but you will want to test your code to make sure nothing has been broken. The change should be available in the latest nightly build. It will *not* be in the upcoming tomahawk release that is due in the next tw

Question about javascript Listeners

2006-02-19 Thread Claudio Tasso
Hi, I'm looking at Javascript components (such as jsValueSet or jsValueChangeListener) and I'm wandering if they suit my needs. One of the most common use case in my application is the following: there are a selectBooleanCheckbox and an inputText. When the checkbox is selected, the inputText

RE: Question about javascript Listeners

2006-02-19 Thread Frank Felix Debatin
Hi Claudio, this is how it works with ADF - very intuitively, but use with care, we found the feature to be a bit fragile. ... ... Should certainly work the same with checkboxes. Regards Frank Felix

Re: expand tree2

2006-02-19 Thread eve
is it possible to display tree2 initially all expanded? thanks eve i solved the problem:)

Re: expand tree2

2006-02-19 Thread Enrique Medina
Hi,Could you please paste here how you solved it programmatically?Thanks.2006/2/19, eve <[EMAIL PROTECTED]>: >is it possible to display tree2 initially all expanded?>thanks>eve i solved the problem:)

tree2 problem

2006-02-19 Thread eve
I noticed that if i put clientSideToggle=false, in the view i am allowed to click also on the leaves (as to expand them) and if I do that i obviously get an error. I noticed that this happens in myfaces example too. Is there a way to avoid this behavior? Note: i choose server side toggle becau

Tobago: problem using variable user in sheet tag

2006-02-19 Thread Stefan Hedtfeld
Hi, I just came across a problem concerning the variable name in a sheet tag. I want to display a user list, so I called the variable "user" as shown below. This resulted in an exception: 22:04:39,841 ERROR [RendererBase] catched javax.faces.

Re: Tobago: problem using variable user in sheet tag

2006-02-19 Thread Bernd Bohmann
Hello Stefan, this is a undocumented feature with #{user.principal} you get the current principal of the request. But this should not be part of Tobago. Can you add an issue for this. That we don't forget to remove this before a release :-) Regards Bernd Stefan Hedtfeld schrieb: Hi, I jus

Re: Tobago: problem using variable user in sheet tag

2006-02-19 Thread Bernd Bohmann
I will add a task to jira. Bernd Bohmann schrieb: Hello Stefan, this is a undocumented feature with #{user.principal} you get the current principal of the request. But this should not be part of Tobago. Can you add an issue for this. That we don't forget to remove this before a release :-)

Re: inputCalendar

2006-02-19 Thread Bruno Aranda
Can you post some more of the stack trace? Bruno On 2/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Hello ! > > > > I got into trouble with inputCalendar since a while. Please could somebody > tell me what I am doing wrong here because as soon as I use > renderAsPopup=true I have th

SelectBooleanCheckboxAjax

2006-02-19 Thread Simon Steiner
I haven't been able to get selectBooleanCheckboxAjax to work on any nightly builds. Anyone have a fix or a build that works? Nightlies from the last few weeks have broken inputTextAjax is this a known issue? Thanks

Re: tree2 problem

2006-02-19 Thread Sean Schofield
This bug was fixed last night (MYFACES-690.) I don't understand what you mean by you obviously get an error. I could not reproduce this error. Maybe it has to do with the specific nodes and order in which you click them. Even though I wasn't getting an error it was causing the tree to reload wh

Re: [tree2] Major Improvement to Tree2

2006-02-19 Thread Sean Schofield
http://cvs.apache.org/builds/myfaces/nightly/ On 2/19/06, eve <[EMAIL PROTECTED]> wrote: > >I just checked in a major improvement to Tree2. Most users won't > >notice a difference but you will want to test your code to make sure > >nothing has been broken. The change should be available in the l

Re: facelets with MyFAces-1.2.2-SNAPSHOT

2006-02-19 Thread Boris Kovalenko
Marco Mistroni wrote: Hello! And where is the facelets.jar itself? facelets-1.0-bsh.jar is just a very specific and non-important bit of facelets. Also I recomend You to use latest facelets. hello all, i might have missed some threads about MyFaces and facelets... i m struggling with ge

RE: facelets with MyFAces-1.2.2-SNAPSHOT

2006-02-19 Thread David G. Friedman
Marco,   Don't forget to set the appropriate web.xml config-params that facelets requires.  I recommend reading (or printing out) a copy of the Facelets docbook on their site.   Regards, David -Original Message-From: Marco Mistroni [mailto:[EMAIL PROTECTED]Sent: Sunday, February

RE: inputCalendar

2006-02-19 Thread sjarlier
Hi Bruno! Here is the stack trace I have (I am using Alfresco): javax.portlet.PortletException: org.apache.jasper.JasperException: org.jboss.portlet.JBossRenderRequest at org.apache.myfaces.portlet.MyFacesGenericPortlet.handleExceptionFromLifecycl e(MyFacesGenericPortlet.java:254) at org.apache.