| Author |
Probem in javascript in a JSF when implementing tiles in it
|
Radhe Krishna
Greenhorn
Joined: May 22, 2008
Posts: 2
|
|
Hi, I am working on RSA 6.0 I am writnig a jsp using jsf components. Also i am handling some hide and show functionality of drop down components through javascript. The jsp is running fine with all the javascript but when i imlpemented the tiles concept in th jsf, the same files started throwing javascript error. It says that 'option' is null or not an object. "listCoverType" is returning null PLease refer the Snippet : [ Edited to use code tags - Paul Sturrock ] [ May 23, 2008: Message edited by: Paul Sturrock ]
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
Chances are good that the tiling is altering the ID of the generated control. This is where browser tools like the Firefox DOM explorer can be useful. Or, if you prefer, "show page source".
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Radhe Krishna
Greenhorn
Joined: May 22, 2008
Posts: 2
|
|
|
Thanks a lot.. I view the source of the page and yes the id was a different one. So i wrote in the newly generated id and it worked. Thanks again
|
 |
 |
|
|
subject: Probem in javascript in a JSF when implementing tiles in it
|
|
|