Re: [S2] - LabelValueBean in struts2

2009-05-15 Thread Zoran Avtarovski
We use them for the ajax calls, by having a standard structure across all ajax calls it makes life easier. It¹s simple enough to construct your own. You can even grab the source from S1. Z. > > Hi, > > I am converting an app from Struts1 to Struts2. It is using LabelValueBean. > > I would like

Re: [S2] - LabelValueBean in struts2

2009-05-15 Thread Dave Newton
Rama Roshni wrote: I am converting an app from Struts1 to Struts2. It is using LabelValueBean. I would like to know is it available in Struts2 / or any other class or interface instead of LabelValueBean. Not really. It's largely unnecessary, though. Dave -

[S2] - LabelValueBean in struts2

2009-05-15 Thread Rama Roshni
Hi, I am converting an app from Struts1 to Struts2. It is using LabelValueBean. I would like to know is it available in Struts2 / or any other class or interface instead of LabelValueBean. Thankx