Hi, Arun, refer this,
http://argutech.blogspot.in/2013/11/angularjs-how-to-connect-angularjs-with.html i hope its helpful to you. On Mon, Apr 7, 2014 at 9:59 PM, Arun S.P <[email protected]> wrote: > Hi All, > > What is the best way to post the data in AngularJS? > > I'm using AngularJS with Struts1.2, First I tried to get the > data from the server to display it in .jsp it was executed successfully. > > Now I'm trying to post the data to the server. I'm facing > couple of issues. > > I tried to see the data in FireBug console where i find the > data has been serialized as an object. I don't understand to view this data > organized. > > When I tried with single parameter I'm able to take the data in > Java server side (using request.getParameter("") method). > > However when i tried to get the bunch of data I couldn't. In > the server side I'm using Java JSON api to fetch the data but i couldn't. > > I also post query the query in StackExchange with more detailed > explanations before 2 days and still awaiting for the response. Here the > link below. > > > http://stackoverflow.com/questions/22881922/how-to-get-the-data-in-struts-from-angularjs-post > > Could somebody help me on this issues and very urgent. > > Kindly let me know in case of any further clarifications. > > Regards, > > Arun.S.P > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
