Sample Rest API example project on github

2015-01-28 Thread Amol Ghotankar
https://github.com/amolghotankar/struts2-rest-sample -- *With Best Regards,* Amol Ghotankar Technical Lead M: +91 9960 980 419

Adding custom interceptor in struts2 rest project

2015-01-28 Thread Amol Ghotankar
Hi All, I was trying to get more deep in struts2 rest plugin. To better understand things I have created a struts2-rest-sample on github https://github.com/amolghotankar/struts2-rest-sample Issues I see here are 1. If we add a customer interceptor then index action is not getting called. 2. We

Dynamic Attributes with Velocity

2015-01-28 Thread Sean Powell
I have a question about how to set dynamic Attributes of a Struts 2 tag in a Velocity template. I've been trying to do it this way, but Struts is treating my Map as a String. #stextfield("label=TFLable" "name=TFName" "value=TFValue" "id=TFId" "dynamicAttributes=#{'data-ajax':'false'}") Thank y

RE: Dynamic Attributes with Velocity

2015-01-28 Thread Martin Gainty
> From: sean.pow...@legalmatch.com > To: user@struts.apache.org > Subject: Dynamic Attributes with Velocity > Date: Wed, 28 Jan 2015 22:07:13 + > > I have a question about how to set dynamic