• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Working with struts in FF3.5

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I had created a web application using struts2 and it works fine in fire fox 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 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?
 
Ranch Hand
Posts: 122
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly is your error ... its kinda hard to help when there are no details
 
Nisha Kala
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its a web application and I found many problems - json types of select box is not working and also datepicker, even links are not working.

 
Nisha Kala
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had included two files
<%@taglib uri="/struts-tags" prefix="s"%>
<%@taglib prefix="sj" uri="/struts-jquery-tags"%>
Only my s: tags are working but not sj: tags
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are not giving us enough information to give you more than a guess. See here.
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do you have included the <sj:head /> tag in your head area?

Johannes
 
You save more money with a clothesline than dozens of light bulb purchases. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic