• 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

h:commandButton action not working

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This problem is only appearing in IE. It is a seam project (version 2.2.2EAP5) with JSF1.2

The button appearing at the bottom of this page



I have a .page.xml file with a navigation rule



The action does not seem to be triggered.
It works fine in Firefox, jsut not in IE.

I tried replaced the action with a bean method that prints a message when it fires. It prints the
message in Firfox but not in IE.

For some reason the action is not firing. Any idea why it would not fire?
 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is just a shot in the dark but have you checked that you have javascript enabled in IE?
 
Tanya Ruttenberg
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IE scripting *is* enabled. I was sure hoping it would be something straightforward like that!

The previous version of my app works just fine. I've been trying to disable pieces of the app until I figure out what is triggering the problem.

So far, no luck.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not know a solution, but I have written a small phase listener, which logs the request parameters to the servers log.



maybe you can see a difference?

greets,
Andi
 
reply
    Bookmark Topic Watch Topic
  • New Topic