Re: MyFaces el functions like 'rich:clientId'

2008-09-16 Thread Stefano Panero
Thanks, Is there an API the helps to find component in componet tree, respecting name container of course? I've found it in JSF 1.2, but not in 1.1. And we need the latter. Stefano. 2008/9/16 Cagatay Civici <[EMAIL PROTECTED]>: > A solution would be that in your facelets method, you pass the s

RE: Duplicate ID error in using myfaces and facelets

2008-09-16 Thread Goda, Sunil
Hello Kamesh garu, Entandi JSF himsichadam modalupettinda ? Im also user in this group :) Regards, Sunil G Ext:123 -Original Message- From: dearkamesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 2:05 AM To: users@myfaces.apache.org Subject: Re: Duplicate ID error in u

Chinese characters used as path name does not work

2008-09-16 Thread Henry Chang
Hi, I have problems on having Chinese characters path names when using MyFaces Trinidad. For example, consider the following code: where the pathname contains Chinese characters. The image cannot be displayed on the webpage. I have tried many possible solutions, including the followi

Re: Duplicate ID error in using myfaces and facelets

2008-09-16 Thread Andrew Robinson
Does it happen only on post-back? Do you have any bound components? If so, have you made sure they are all request scope? -Andrew On Tue, Sep 16, 2008 at 2:35 PM, dearkamesh <[EMAIL PROTECTED]> wrote: > > Yes, > i have replaced the c:if with , but still it > comes. > Also i'm surprised that that

Re: Duplicate ID error in using myfaces and facelets

2008-09-16 Thread dearkamesh
Yes, i have replaced the c:if with , but still it comes. Also i'm surprised that that id it says as duplicated "j_id401" is not at all there in the view source. Not sure where this has come from.. Please let me know if anyone has any idea about this problem. Andrew Robinson-5 wrote: > > Does

Re: Duplicate ID error in using myfaces and facelets

2008-09-16 Thread Andrew Robinson
Does it still happen if you remove the c:if? On Tue, Sep 16, 2008 at 1:31 PM, dearkamesh <[EMAIL PROTECTED]> wrote: > > Hi, > i'm using myfaces 1.2.3, tomahawk 1.1.6 and facelets 1.1.14 > > Getting the following error while using selectBooleanCheckbox under > t:dataTable as below. > This happens w

Duplicate ID error in using myfaces and facelets

2008-09-16 Thread dearkamesh
Hi, i'm using myfaces 1.2.3, tomahawk 1.1.6 and facelets 1.1.14 Getting the following error while using selectBooleanCheckbox under t:dataTable as below. This happens when i submit the form with clicking the checkbox and submit the form. Please let me know if any solution. Thanks

Re: MyFaces el functions like 'rich:clientId'

2008-09-16 Thread Cagatay Civici
A solution would be that in your facelets method, you pass the server side id of the component, then find it in the component tree, once you have the component instance use UIComponent.getClientId(facescontext) to reach the client id. On Tue, Sep 16, 2008 at 8:24 PM, Stefano Panero <[EMAIL PROTECT

MyFaces el functions like 'rich:clientId'

2008-09-16 Thread Stefano Panero
Hi, with Myfaces/Tomahawk how can I do something like richfaces rich:clientId el function? This function resolve the clientId of a componet passing the id, respecting name containers: For example: The outputText valu should be: "workform:inputText" How can I implementig a fun

Re: [ANNOUNCE] Release of Tomahawk 1.1.7

2008-09-16 Thread Gertjan van Oosten
As quoted from Simon Kitching <[EMAIL PROTECTED]>: > Gertjan van Oosten schrieb: > >In trying to build 1.1.7 myself, I noticed that > > > > http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_7/site/pom.xml > > > >still refers to tomahawk-project-1.1.7-SNAPSHOT > > > Hmm..a side-effect of

Re: [ANNOUNCE] Release of Tomahawk 1.1.7

2008-09-16 Thread Simon Kitching
Gertjan van Oosten schrieb: As quoted from Simon Kitching <[EMAIL PROTECTED]>: If you do want to use the sandbox jar, you should deploy a copy into your own maven repo. In trying to build 1.1.7 myself, I noticed that http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_7/site/p

Re: [ANNOUNCE] Release of Tomahawk 1.1.7

2008-09-16 Thread Gertjan van Oosten
As quoted from Simon Kitching <[EMAIL PROTECTED]>: > If you do want to use the sandbox > jar, you should deploy a copy into your own maven repo. In trying to build 1.1.7 myself, I noticed that http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_7/site/pom.xml still refers to tomahawk-pr