开发者

Working with struts in FF3.5

I had created a web application using struts2 and it works fine in firefox 3.6 but not in 3.5

Library files used:

Struts 2 core - commons-io-1.3.2.jar  
Struts 2 core - commons-logging-1.1.jar  
Struts 2 core - commons-fileupload-1.2.1.jar  
Struts 2 core - freemarker-2.3.13.jar  
Struts 2 core - sturts2-core-2.1.6.jar  
Struts 2 core - ognl-2.6.11.jar  
Struts 2 core - xwork-2.1.2.jar  
Struts 2 core - log4j-1.2.9.jar  
xwork-core-2.1.6.jar  
struts2-jquery-plugin-2.3.0.jar  
struts2-json-plugin-2.1.8.1.jar

Server used - Glassfish V3

Also I had used jquery javascript library开发者_C百科 v1.4.2

Can anyone please help me to find why its not working and what should i do to make it work in FF3.5?

I had included two files:

<%@taglib uri="/struts-tags" prefix="s"%><br>
<%@taglib prefix="sj" uri="/struts-jquery-tags"%><br>   

Only my s: tags are working but not sj: tags


Just a wild stab in the dark, but all the Struts examples I've seen have the attributes for the taglibs in a different order (uri ahead of prefix):

<%@taglib uri="/struts-jquery-tags" prefix="sj" %>

Maybe it expects to parse the attributes in a specific order? It would help if you'd posted some of the logs / output from your web container.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜