Custom Tag Issue
Posted
by
user1304570
on Stack Overflow
See other posts from Stack Overflow
or by user1304570
Published on 2012-03-31T05:23:54Z
Indexed on
2012/03/31
5:29 UTC
Read the original article
Hit count: 166
jsf
|custom-component
I got a problem in making custom tag in jsf2.0 for authentication.Actually I made a sample it get run successfully But When i am merging it with my project Its component class get skipped out.But When I remove Follwing entry from web.xml
<context-param> <param-name> org.jboss.jbossfaces.JSF_CONFIG_NAME </param-name> <param-value>MyFaces-2.0</param-value> </context-param>
It get run success fully .But It show a red line text in every page of my project i.e One or more resources have the target of 'head', but no 'head' component has been defined within the view.**
© Stack Overflow or respective owner