Re: Tree2 - link problem

2006-11-17 Thread Matthias Wessendorf
PROTECTED] Auftrag von Matthias Wessendorf Gesendet: Donnerstag, 16. November 2006 13:46 An: MyFaces Discussion Betreff: Re: Tree2 - link problem On 11/16/06, Schweighardt, Nicole [EMAIL PROTECTED] wrote: Hi, yes, it works standalone. ok, that is good. now let's move to the next step

Re: Tree2 - link problem

2006-11-17 Thread Matthias Wessendorf
. November 2006 13:46 An: MyFaces Discussion Betreff: Re: Tree2 - link problem On 11/16/06, Schweighardt, Nicole [EMAIL PROTECTED] wrote: Hi, yes, it works standalone. ok, that is good. now let's move to the next step. can you nest something less complex inside

Tree2 - link problem

2006-11-16 Thread Schweighardt, Nicole
Hello, I have got a problem with the tree2 and links. I have a tree and some nodes are links. If someone clicks on the link I want to call a method in bean. But it does not work. Here is the code: tree.jsp f:subview id=mytree h:form id=treeform t:tree2 id=tree value=#{treeBean.treeData}

Re: Tree2 - link problem

2006-11-16 Thread Matthias Wessendorf
Nicole, you are using formform//form nested forms are invalid html. since your tree2 is already wrapped by a form, remove the *wrapper* from the tree2-link. HTH, Matthias (MyFaces should tell you that, at least it is configurable) (RI is silent there ;)) On 11/16/06, Schweighardt, Nicole

Re: Tree2 - link problem

2006-11-16 Thread Matthias Wessendorf
context-param description Validate managed beans, navigation rules and ensure that forms are not nested. /description param-nameorg.apache.myfaces.VALIDATE/param-name param-valuetrue/param-value /context-param On

AW: Tree2 - link problem

2006-11-16 Thread Schweighardt, Nicole
/h:form ... Any Idea? Thank you very much, Nicki -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Matthias Wessendorf Gesendet: Donnerstag, 16. November 2006 12:27 An: MyFaces Discussion Betreff: Re: Tree2 - link problem

Re: Tree2 - link problem

2006-11-16 Thread Matthias Wessendorf
Matthias Wessendorf Gesendet: Donnerstag, 16. November 2006 12:27 An: MyFaces Discussion Betreff: Re: Tree2 - link problem context-param description Validate managed beans, navigation rules and ensure that forms are not nested

AW: Tree2 - link problem

2006-11-16 Thread Schweighardt, Nicole
] [mailto:[EMAIL PROTECTED] Auftrag von Matthias Wessendorf Gesendet: Donnerstag, 16. November 2006 13:14 An: MyFaces Discussion Betreff: Re: Tree2 - link problem do you get js error instead (use firebug for checking that) -M On 11/16/06, Schweighardt, Nicole [EMAIL PROTECTED] wrote: Hi Matthias

Re: Tree2 - link problem

2006-11-16 Thread Matthias Wessendorf
Discussion Betreff: Re: Tree2 - link problem do you get js error instead (use firebug for checking that) -M On 11/16/06, Schweighardt, Nicole [EMAIL PROTECTED] wrote: Hi Matthias, thanks, that´s right, but unfortunately it wasn´t the reason. That is the whole jsp, which includes

AW: Tree2 - link problem

2006-11-16 Thread Schweighardt, Nicole
. November 2006 13:30 An: MyFaces Discussion Betreff: Re: Tree2 - link problem puh! that is hard to debug from here. Can you try to get the tree standalone running? to avoid *confusion* with JS erros by tabbedPane ? -M On 11/16/06, Schweighardt, Nicole [EMAIL PROTECTED] wrote: Hi, yes

Re: Tree2 - link problem

2006-11-16 Thread Matthias Wessendorf
into the tabbedPane-Tag? That is very important for my application. Thank you. Nicki -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Matthias Wessendorf Gesendet: Donnerstag, 16. November 2006 13:30 An: MyFaces Discussion Betreff: Re: Tree2 - link problem puh

AW: Tree2 - link problem

2006-11-16 Thread Schweighardt, Nicole
/ /h:commandLink ... Nicki -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Matthias Wessendorf Gesendet: Donnerstag, 16. November 2006 13:46 An: MyFaces Discussion Betreff: Re: Tree2 - link problem On 11/16/06, Schweighardt, Nicole [EMAIL

Re: Tree2 - link problem

2006-11-16 Thread Matthias Wessendorf
PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Matthias Wessendorf Gesendet: Donnerstag, 16. November 2006 13:46 An: MyFaces Discussion Betreff: Re: Tree2 - link problem On 11/16/06, Schweighardt, Nicole [EMAIL PROTECTED] wrote: Hi, yes, it works standalone. ok, that is good. now let's move