Re: angularjs and struts action result

2013-02-20 Thread Christian Grobmeier
On Thu, Feb 21, 2013 at 8:03 AM, Lukasz Lenart wrote: > 2013/2/20 Frans Thamura : >> anyone working with struts2 action result (#name etc) and integrate >> with angularjs > > AngularJS expects JSON via REST so everything is already supported by Struts2 I did that recently with my own app and it w

Re: angularjs and struts action result

2013-02-20 Thread Lukasz Lenart
2013/2/20 Frans Thamura : > anyone working with struts2 action result (#name etc) and integrate > with angularjs AngularJS expects JSON via REST so everything is already supported by Struts2 Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Re: Struts application

2013-02-20 Thread Brajesh Patel
thanks for quick reply I am navigating if found any difficulty come back ;) On Wed, Feb 20, 2013 at 11:22 PM, Miguel Almeida wrote: > Or, if you already use Maven, use the Maven archetypes available at > http://struts.apache.org/ > > > Miguel Almeida > > On Wed, 2013-02-20 at 22:31 +0530, Umes

angularjs and struts action result

2013-02-20 Thread Frans Thamura
hi all anyone working with struts2 action result (#name etc) and integrate with angularjs F - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Date Validation not validating 01/01/2ee0 date in struts 1.2

2013-02-20 Thread Ashish
Hi I am trying to add date validation in validation.xml file, i have it setup as below, it validates properly data entry like 0A/01/2012 or 01/A2/2012 but it makes date 01/01/2ee3 to be a valid date which is clearly not, what am i missing dateFormat MM/dd/ datePattern${dateFormat}

Re: Struts application

2013-02-20 Thread Miguel Almeida
Or, if you already use Maven, use the Maven archetypes available at http://struts.apache.org/ Miguel Almeida On Wed, 2013-02-20 at 22:31 +0530, Umesh Awasthi wrote: > download sample application from S2 official download section and you will > be able to see how things are being configured and

Re: Struts application

2013-02-20 Thread Umesh Awasthi
download sample application from S2 official download section and you will be able to see how things are being configured and how things are working. This is a good place to start and get overview of the structure On Wed, Feb 20, 2013 at 10:27 PM, Brajesh Patel wrote: > Hi all, > > I am looking

Private setter method breaking application in Tomcat7

2013-02-20 Thread Miguel Almeida
Following a chat with Lukasz on IRC, I post a weird behaviour I got this morning. Example: - QueryAction class with a int selectedParent property - url on a webpage pointing to: QueryqueryConversation.action?selectedParent=2 - an action mapping - Application packaged in .war and deployed in two c