forceId and t:data_Table

2006-07-05 Thread Torsten Krah
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

Re: forceId and t:data_Table

2006-07-05 Thread Matthias Wessendorf
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

Re: forceId and t:data_Table

2006-07-05 Thread Torsten Krah
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?

Re: forceId and t:data_Table

2006-07-05 Thread Torsten Krah
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}