Re: Struts2 REST plugin problems

2011-07-02 Thread Aelbery Lee
Hi, all. I'm currently using struts 2.2.3. I want to mix normal action with restful action in the same web app. I searched and found here. In my struts.mxl: /WEB-INF/conten

Re: Any examples struts1.x using json jquery ?

2011-07-02 Thread Dave Newton
A. Lotfi wrote: > Where can I find an example of struts1.x using jquery and json ? What specifically are you trying to do? The use of jQuery/JSON is framework-neutral, any jQuery tutorial should be trivially adaptable to S1. Dave -

Any examples struts1.x using json jquery ?

2011-07-02 Thread A. Lotfi
Hi, Where can I find an example of struts1.x using jquery and json ? if you know other examples for struts2.x using json and jquery please post them I will appreciate your help. thanks

About StrutsTypeConverter

2011-07-02 Thread Vincent Lin
Hi! I have a questsion about StrutsTypeConverter. It has 2 methods to be implemented: public Object convertFromString(Map context, String[] values, Class toClass) and public String convertToString(Map context, Object o) . Why the second parameter in convertFromString String[] instead of String?