Neil,
Thanks for responding. Regarding the examples, I continue to consult them as I have over the last couple of years.
First question: Can anyone at Liferay take five minutes and try to replicate what I'm doing? It's simple: create an ICEfaces portlet using the Liferay IDE and paste in additional components like I did above.
Second: Are you saying that ICEfaces will display nothing unless a theme is explicitly mentioned on the page? I didn't think that was the case, but I certainly could be wrong.
Third: I tried adding the xp-portlet.css theme explicitly to the the example page, both as a link element and ice:outputStyle. These elements were copied from an example. In both cases I had to add the directive to the body, because adding it within the h:head element caused " org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted." Neither element changed the output - no graphics for the tabs.
Here's the relevant section from the last attempt (I did also try including the portlet context):
1 <h:head/>
2 <h:body>
3 <ice:outputStyle href="/xmlhttp/css/xp/xp-portlet.css" />
4 <p>
5 #{i18n['Test2-hello-world']}
6 </p>
Any other suggestions? Thanks.
Por favor, faça login para denunciar.