Re: JSF-DWR Components not adding to viewroot

2007-01-21 Thread Amit Nair
Hi Thanks for your response. I tried but that didn't went well for me. Anyways now i trying out Ajax4JSF. This looks like a good thing. I did a POC in this got the desired result. But now the problem which I am getting is the h:commandLink which are there in the pages are not getting fired.

Re: tableSuggestAjax nightly gives error....

2007-01-21 Thread Gerald Müllan
Hi, ok, i had thought first that you mean the issue where the highlighting of a row doesn`t work when moving down with the cursor. Have a look at the current trunk, it works now again. But i can not reproduce the issue mentioned above. To me it works fine with both IE and firefox. Please test

AW: managed property is not set

2007-01-21 Thread [EMAIL PROTECTED]
Second question I could answer. The property declaration in the bean is required. The problem that the managed property is not set is still not solved. Ursprüngliche Nachricht Von: [EMAIL PROTECTED] Datum: 20.01.2007 15:56 An: users@myfaces.apache.org Betreff: managed property is not

Datatable, findComponent and saveState

2007-01-21 Thread Matt Tyson
I've found a few posts in the ballpark of the issue I'm working on right now, but no solutions. I have a custom component inside a t:datatable. I'm actually just using the datatable to manage multiple instances of my custom component. The custom component is a floatingPane (from dojo) that

where i can download Tomahawk examples source code?

2007-01-21 Thread legolas
Hi Thank you for reading my post. can you please tell me where i can downlaod source code for Tomahawk examples ? binaries are http://people.apache.org/builds/myfaces/nightly/ but i can not find the source codes. -- View this message in context:

can we make PanelNavigation to have scroll?

2007-01-21 Thread legolas
Hi thank you for reading my post. can we make http://www.irian.at/myfaces/panelnavigation_5.jsf to have vertical scroll when it emerge? my problem is that i have a fixed area that i should show some categories and their childs, i want to use this component but problem is that i can not do it

is there any expandable vertical menu in jsf something like....

2007-01-21 Thread legolas
Thank you for reading my post. I am looking for a jsf component to simulate the vertical menu shown in this page. http://tutorials.alsacreations.com/modelesmenus/vd2.htm is there any component in myfaces components set or other free components set that provide such facilities? thanks -- View

Re: Memory leak

2007-01-21 Thread Wayne Fay
Good question... Anyone know a Commons EL substitution? Hopefully something that is still in active development. Wayne On 1/19/07, Mick Knutson [EMAIL PROTECTED] wrote: What can you use instead of commons EL? On 1/19/07, Wayne Fay [EMAIL PROTECTED] wrote: Sounds like a bug for Apache

How to clear all messages (warning, information, exception) put into the message List ?

2007-01-21 Thread Madhav Bhargava
Hi All, How do you clear all the messages that are stored in the messages List in the Faces Context? The problem is that if I define a command button with type=reset then it will not work if there are any messages in the message queue. The invoke application phase gets bypassed. Is there

How to collapse all nodes in tree2?

2007-01-21 Thread Sanjeev
Hi, Can anybody please tell how to use the collapasePath(String[]) to collapse all nodes in a tree2? Thanks in advance. Sanjeev.

How to set the column with in dataTable?

2007-01-21 Thread Chen, Wei
Hi, My codes looks as follow. But it doesn't work. Any Tipps? t:dataTable id=dataError value=#{fileuploadBean.dataFormatErrorEntrySet} var=dataError border=1 t:column width=150 f:facet name=header h:outputText value=#{bundle.table_header_linenNumber} / /f:facet h:outputText

RE: How to set the column with in dataTable?

2007-01-21 Thread Kołoszko Paweł
Try attribute columnClasses of t:dataTable component. Pawel From: Chen, Wei [mailto:[EMAIL PROTECTED] Sent: Monday, January 22, 2007 8:42 AM To: MyFaces Discussion Subject: How to set the column with in dataTable?

AW: How to set the column with in dataTable?

2007-01-21 Thread Chen, Wei
Any example maybe? Von: Kołoszko Paweł [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Januar 2007 08:56 An: MyFaces Discussion Betreff: RE: How to set the column with in dataTable? Try attribute columnClasses of t:dataTable component. Pawel