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

