Help adding second style sheet (media="print") to project
I am trying to add a second style sheet to a project:
For example:
This one is already there
<ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
Trying to add this one:
<ui:link binding="#{Page1.link2}" id="link2" url="/resources/print.css" media="print"/>
I get the following error: in three places
Exception Details: org.apache.jasper.JasperException
Error getting property 'link2' from bean of type summaries.Page1
Possible Source of Error:
Class Name: org.apache.jasper.servlet.JspServletWrapper
File Name: JspServletWrapper.java
Method Name: service
Line Number: 384
Thanks

