| Author |
how to pass values in onclick method of <h:commandLink>
|
ashish kulkarni
Ranch Hand
Joined: Aug 15, 2002
Posts: 130
|
|
Hi
I want to pass some parameters from bean to javascript function in <h:commandLink>, i tried the following
But i get compile time error as
Unterminated <h:commandLink tag
How can i do this?>
|
 |
C Bell
Greenhorn
Joined: Jun 29, 2009
Posts: 5
|
|
Try updating your code to this,
You put another set of double quotes in your javascript onclick method, which would break the tag.
|
 |
 |
|
|
subject: how to pass values in onclick method of <h:commandLink>
|
|
|