> To: Struts Users Mailing List
> Subject: RE: Struts2 Rest Mapper Taking Over Non Rest Json Result
>
> to control navigation why not map it? className="org.healthsmart.NonRestfulAction"> name="id">{1}...
> GET: /grid/method="index"
ubject: RE: Struts2 Rest Mapper Taking Over Non Rest Json Result
to control navigation why not map it?{1}
...
GET: /grid/method="index"when you reference /grid/ struts will call
org.healthsmart.NonRestfulAction index method
https://struts.apache.org/docs/restfulactionmapper.html
to control navigation why not map it?{1}
...
GET: /grid/method="index"when you reference /grid/
struts will call org.healthsmart.NonRestfulAction index method
https://struts.apache.org/docs/restfulactionmapper.html
or use DMI
/WEB-INF/content/hello.jsp
3 matches
Mail list logo