• 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

Struts, Prototype & Scriptaculous

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I am developing some new modules to an existing Java Application that uses Struts 1.2.

In the new functionality i added A LOT of effects using scriptaculous. I did my testing in Firefox, because i had already previously tested demos of scriptaculous in IE so i just assumed (T_T) everything was fine.

I tested today in IE Eexplorer 7 and keep getting a lot of errors : 'Object doesn't support this property or method'.

I tried to track down the problem... but i am not very versed in Javascript and the scriptaculuos/prototype libraries.

What i could find out is:

1. I put an HTML page using some scriptaculous function in my application (it's actually a demo that comes in the test dir of scriptaculous).

2. I declare an action that forwards to this page:


3. If i access the page directly there is not problem in IE.

4. If i acces the page with the action (slide.do) IE starts complaining.

Anyone have any idea how could i fix this? =(
Any help would be greatly appreciated.


Have a good day!
 
Don't count your weasels before they've popped. And now for a mulberry bush related 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