RE: [shale] still radio group in datatable

2006-02-24 Thread abdurrahman sahin
hi all; i need to set jsf componentss initial values while bean being loaded. according to the shale viewhelper doc. http://struts.apache.org/struts-shale/features-view-controller.html i thought i may do that in prerender() method with help of isPostBack property. whenever i try to set a components

Re: [shale] still radio group in datatable

2006-02-24 Thread Gary VanMatre
> Hi folks, hi Gary, > > Now with this clay.xml my datatable is having a radio column. Wow, took so > long ... > > > The Problem was the value of the radio having a complex type with a toString > method not resolved ... > > Now my html result has entries like: > > > with the problem

[shale] still radio group in datatable

2006-02-24 Thread Timo Schnölzer
Hi folks, hi Gary, Now with this clay.xml my datatable is having a radio column. Wow, took so long ...