struts2 json
刚用Struts2,望见谅!ff调试404
Struts.xml:
ajax:
ff调试:
<struts>
<!-- 默认的视图主题 -->
<constant name="struts.i18n.encoding" value="UTF-8"></constant>
<constant name="struts.ui.theme" value="simple" />
<constant name="struts.objectFactory" value="spring" />
<constant name="struts.enable.DynamicMethodInvocation" value="false" />
<constant name="struts.objectFactory" value="org.apache.struts2.spring.StrutsSpringObjectFactory" />
<!-- 添加各个action映射文件 -->
<include file="struts/photo.xml"/>
</struts>
哪里出问题了.....
------解决方案--------------------你可以把报的错多贴一点么,什么都看不到...
------解决方案--------------------没进action肯定是url拼的不对么,你把alert(url)看看是不是你要的那个请求.
还有basePath改成request.getContextPath()再试试
------解决方案--------------------ff里应该会有错误信息的。。。
------解决方案--------------------改成request.getContextPath()+"/next/nextPhoto.action?userPhotoIndex=1"
request.getContextPath()后面是不带"/"的哎
------解决方案--------------------是不是少了jar包。 。。。
你前台请求的时候好像少了。。
type:"GET",
dataType:"json"吧。。数据类型有没有指定是json的?
------解决方案--------------------还有就是json的包是否存在
------解决方案--------------------jsonplubin.jar有吗》?