Looking at the source code, not the generated one also showed up, that forceId for the dataTable Tag is not used:

        <t:dataTable value="#{forceIdBean.choices}" var="choice">
            <h:column>
                <t:inputText id="widget" value="#{choice}"                      
 
                        forceId="true" forceIdIndex="true"/>
            </h:column>
        </t:dataTable>

Theres no forceId on dataTable - and no id - in that example, but put an id there and forceId, is what i want and what does not work here - does it work for you?

kind regards

Torsten Krah schrieb:
Look at the source code there - same problem there.
forceIdIndex works - but forceId on the dataTable not - take a look.

kind regards

Torsten

Matthias Wessendorf schrieb:
Torsten-

there is an example on [1] where dataTable is shown with
forceId/forceIdIndex and without. You might check that?

-Matthias

[1] http://irian.at/myfaces/forceId.jsf

On 7/5/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
Using forceId="true" with a extended dataTable still gives me the
generated one - the id is not forced.
t:panelGroup with forceId works.

According to the docs it should work with all t: components, bug or got
anyone forceId working with a t:dataTable?

kind regards

Torsten

-- Press every key to continue. --








Reply via email to