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
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
-
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
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?
4 matches
Mail list logo