• 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

JSF trinidad -hangs (IE 7)

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi ranchers,

I am using JSF trinidad with tomcat 6.

My browser IE7 hangs when clicking any part of the form after a client side validation happens in jsf.The mouse pointer turns to busy symbol and doesn't allow me to click on any other link on the page unless i go to a different browser or minimize and maximize the current browser but no such problem in firefox..

can some one help me to solve this wierd poroblem

thanks
 
jeff rusty
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone help me?

thanks
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check if the generated HTML/JS output looks right, check for any JS errors. Trackback any HTML/JS errors to the JSF components in question. Find out if that is a bug of the component in question or of your own code. Just do that kind of simple basic debugging things.

I would also try a forum/mailinglist devoted to Trinidad. There is of course one at their own homepage over there at Apache.org.
 
reply
    Bookmark Topic Watch Topic
  • New Topic