Struts2 json plugin problem with jpa entity

2011-03-31 Thread Massimo Ugues
Hallo all. I have a strange issue described here: http://stackoverflow.com/questions/5497037/struts-json-plugin-problem-serializing-jpa-entity <http://stackoverflow.com/questions/5497037/struts-json-plugin-problem-serializing-jpa-entity>Any idea? Kind regards Massimo -- Massimo Ugue

Re: Struts2 json plugin problem with jpa entity

2011-03-31 Thread Massimo Ugues
e properties have the right getter. Beneficiario is a JPA entity, User not. Any ideas? Kind regards Massimo On Thu, Mar 31, 2011 at 3:57 PM, Dave Newton wrote: > Perhaps posting the question here would be of value. > > Dave > > On Thu, Mar 31, 2011 at 9:34 AM, Massimo Ugues

Re: Struts2 json plugin problem with jpa entity

2011-03-31 Thread Massimo Ugues
action class source > 2. the action definition. > > Which S2 version are we talking about? > Are there any errors in log ? > > > On 31 March 2011 16:26, Massimo Ugues wrote: > > Here the post: > > > > Hallo all. I have a problem with the struts-json-plugin. >

Re: Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Massimo Ugues
On Apr 7, 2011 5:48 AM, "Ganesh" wrote: > > > I am using Struts 1.0.2. > > > > Good lord why? > > > > > Legacy code, I'll wager. If he were building something brand-new, it would > be a no-brainer to use Struts 2. > > -Brian >