| Author |
Why h:outputScript attribute "name" is required
|
Bupjae Lee
Ranch Hand
Joined: May 14, 2007
Posts: 107
|
|
I wrote following JSF Facelet code:
But, NetBeans 7.0.1 says that "The required attribute name is missing" at line 2.
When I open this page with my browser, the inline script is worked correctly.
My question is, although my code works correctly, why my IDE complains?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14561
|
|
|
I don't know, but I'm not sure that you can safely use the "$" jQuery notation in JSF due to potential conflicts with the EL processor. It's safer to use the "jQuery" form, instead.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Why h:outputScript attribute "name" is required
|
|
|