DataTable - RadioButton Primefaces?

There is a good example at Primeface's showcase There is an attribute rowSelectListener that can be used like this.

There is a good example at Primeface's showcase. There is an attribute rowSelectListener that can be used like this: rowSelectListener="#{tableBean. OnRowSelect}" and in the backing bean: public void onRowSelect(SelectEvent event) { FacesMessage msg = new FacesMessage("Car Selected", ((Car) event.getObject()).getModel()); FacesContext.

GetCurrentInstance(). AddMessage(null, msg); }.

But when I select the radioButton, and click the move up button the method of the onRowSelect(SelectEvent event) will not be invoked . – Richard Ding May 16 at 7:48 If I not user the radioButton ,and only select one entie row , the nRowSelect(SelectEvent event) will be invoked. – Richard Ding May 16 at 7:50 You can see the case primefaces.Org/showcase/ui/… – Richard Ding May 16 at 7:52 the selectionMode attribute can be used in the 'p:column' – Richard Ding May 16 at 7:58 @yudong Which primefaces version are you on?

I have a documentation here of Primefaces 2.1 and there is no attribute selectionMode for the column. But maybe it works for Primefaces 3.0. – Matt Handy May 16 at 8:05.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions