Solved for inputText - don't ask for the cause, all my fault.
But for t:dataTable the forceId is still not working, look at:

http://issues.apache.org/jira/browse/TOMAHAWK-542

kind regards

Am Mittwoch, den 02.08.2006, 09:20 -0700 schrieb Matthias Wessendorf:
> Mmm,
> 
> looking at the nbuild; it works
> 
> http://example.irian.at/example-simple-20060802/forceId.jsf
> 
> Which version are you using? I can't remember any bugs regarding the forceId.
> Another solution would be using Trinidad <tr:form/>; this isn't a
> naming container.
> 
> Or JSF 1.2 (prependId)
> 
> -Matthias
> 
> On 8/2/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > Question:
> >
> > If i use forceId on an inputText and on an outputText, i get different
> > results.
> >
> > <h:form id="form1">
> > <t:inputText forceId="true" id="input1" value=""/>
> > <t:outputText forceId="true" id="output1" value="output"/>
> > </h:form>
> >
> > result is:
> >
> > id for input gets:  form1:input1
> > id foroutput gets: output1
> >
> > Should the inputText id be the same like given, without the form1 - or
> > is this right behaviour?
> >
> > kind regards
> >
> >
> 
> 

Reply via email to