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
-- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

