Hi, I am currently trying to build some Wicket based Portlets. The sample portlet provided works great. Now I'm trying to convert the sample TabbedPanel application found in wicket.example.compref into a PortletApplication.
So far the tabbed page mechanism is working in my portlet, however, I can not see how to pick up the style sheets effects on the tabs within the portlet. The html template page for the TabbedPanel WebApplication includes the following markup: <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> As it is not permitted to include <head> information in the html template page for a portlet I can not see how I can associate style.css with my portlet html template page. Can anyone explain how to apply stylesheets to Wicket portlets? Thank you for your help, David ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
