Re: How to use one subview more than once in one page

2008-01-08 Thread Mario Ivankovits
Hi! % String beanName = request.getParameter(beanName); % tc:panel f:facet name=layout tc:gridLayout rows=fixed columns=1*;1*;1*/ /f:facet tc:out id=out value='%= #{ + beanName + .value} %'/ tc:in id=in value='%= #{ + beanName + .value2} %'/ Woho would never have

Re: How to use one subview more than once in one page

2008-01-08 Thread Helmut Swaczinna
even with component bindings... Regards Helmut - Original Message - From: Mario Ivankovits [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, January 08, 2008 11:26 AM Subject: Re: How to use one subview more than once in one page Hi! % String beanName

Re: How to use one subview more than once in one page

2008-01-08 Thread Volker Weber
Hi, we are using a similar code in our project in the subview.jsp: tc:out id=out value=#{${beanName}.value}/ tc:in id=in value=#{${beanName}.value2}/ tc:button id=button label=${beanName} action=#{${beanName}.subviewAction}/ The tomahawk aliasBean stuff did not work in tobago if you

Re: How to use one subview more than once in one page

2008-01-08 Thread Helmut Swaczinna
and back ${beanName} is empty. Regards Helmut - Original Message - From: Volker Weber [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, January 08, 2008 12:36 PM Subject: Re: How to use one subview more than once in one page Hi, we are using a similar

Re: How to use one subview more than once in one page

2008-01-08 Thread Volker Weber
I navigate to another page and back ${beanName} is empty. Regards Helmut - Original Message - From: Volker Weber [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, January 08, 2008 12:36 PM Subject: Re: How to use one subview more than once in one