Re: RE: Adding Json to existing action

2009-10-28 Thread Michael Varlik
s Mailing List > Betreff: Re: RE: Adding Json to existing action > can you show us your action mapping and the relevant parts of your code? > > musachy > > On Tue, Oct 27, 2009 at 8:50 AM, Michael Varlik wrote: > > I just noticed a mistake I made. When adding the paramet

Re: RE: Adding Json to existing action

2009-10-28 Thread Michael Varlik
" but it only returns "success". Original-Nachricht > Datum: Tue, 27 Oct 2009 12:56:51 -0700 (PDT) > Von: Struts Two > An: Struts Users Mailing List > Betreff: Re: RE: Adding Json to existing action > What I meant was either to use Json Pl

Re: RE: Adding Json to existing action

2009-10-27 Thread Musachy Barroso
did wrong. Any hints are appreciated. > > Cheers, > Markus > > Original-Nachricht >> Datum: Tue, 27 Oct 2009 16:09:25 +0100 >> Von: "Michael Varlik" >> An: "Struts Users Mailing List" , >> user@struts.apache.org >&g

Re: RE: Adding Json to existing action

2009-10-27 Thread Struts Two
hints are appreciated. > > Cheers, > Markus > > Original-Nachricht > > Datum: Tue, 27 Oct 2009 16:09:25 +0100 > > Von: "Michael Varlik" > > An: "Struts Users Mailing List" , > user@struts.apache.org > > Betreff: Re:

Re: RE: Adding Json to existing action

2009-10-27 Thread Michael Varlik
t; An: "Struts Users Mailing List" , > user@struts.apache.org > Betreff: Re: RE: Adding Json to existing action > Thanks for that hint. I have extended my mapping by adding " name=root>jsonData" to my action mapping's result tag. Now I don't > get any &g

Re: RE: Adding Json to existing action

2009-10-27 Thread Michael Varlik
Thanks for that hint. I have extended my mapping by adding "jsonData" to my action mapping's result tag. Now I don't get any Exception and the server log looks just fine. However, the value returned by the action is just "null". Do you have any idea what could be wrong here? Cheers, Markus