Re: [displaytag-user] Display tag and struts2

2008-09-24 Thread wskent
make sure your model class, and the getters and setters are public. umeshawasthi wrote: > > Hi all, > > i am trying to use display tag in my struts2 application i have imported > all the dependecies required for dispay tag > > what i am trying to do is that i have to display the data in the t

Re: [displaytag-user] Struts 2 / DisplayTag example

2008-09-25 Thread wskent
How did you get the checkbox on the same line as the display:column properties. I am getting the checkbox on a line by itself for each row. kenk wrote: > > Everyone, > > I've had a hard time getting DisplayTag and Struts 2 to play nicely > together. I've finally achieved success, and I wanted

Re: [displaytag-user] Struts 2 / DisplayTag example

2008-09-25 Thread wskent
In your Struts 2 action, how are you retrieving which rows were selected from the jsp? Could you please post an example of the applicable action code. wskent wrote: > > How did you get the checkbox on the same line as the display:column > properties. > I am getting the checkbox