• 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

Java script is not populated on webpage.

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure if it is a JSF problem. Maybe I missconfigured something wrong on JBOSS - but anyway ..

an onchange=submit statement that is part of a JSF selectOneMenu tag doesn't appear at HTML source.

JSF/JSP:


HTML source:


Where is the onchange statement? Why java scirpt is not rendered to the webpage? Does anyone have a clue?

Thanks,
Daniel
 
Daniel Winz
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Problem solved. I removed a second jsf-api.jar from "jboss-5.1.0.GA/common" folder - I copied and forgot it there.

The only one that must exist is the one at "jboss-5.1.0.GA/server/default/deploy/jbossweb.sar".
 
If you're gonna buy things, buy this thing and I get a fat kickback:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic