That would be SOOO cool if you got that going. There is still the nested datatable bug that needs to be ironed out. I'm hoping to get a few free days at work that I can use to really dig in to the datatable. Its the last standard component that I don't know inside and out.
On Wed, 12 Jan 2005 23:34:18 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > I updated the forceId attribute for HtmlInputText so now it works > inside of <h:dataTable>, etc. The JIRA entry contains the new patch > (forceId.patch). > > If you have <h:inputText id=foo forceId="true"/> inside of a > <h:column> you will now get something like ... > > <input id=foo[0] .../> > <input id=foo[1] .../> > <input id=foo[2] .../> > ... > > I haven't tried an example where I submit the values yet but there > shouldn't be any problem because the same clientId will be used on the > decode (although I will test it at some point.) > > I will also continue to test more complicated scenarios with naming > containers (like tables within tables.) Also, we should probably > update the forceId example on the web page to show one with tables as > well. > > sean > -- -Heath Borders-Wing [EMAIL PROTECTED]
