You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mamallan Uthaman (JIRA)" <de...@myfaces.apache.org> on 2009/08/08 02:42:14 UTC

[jira] Commented: (TRINIDAD-1548) Issue with Skinning in MyFaces Trinidad

    [ https://issues.apache.org/jira/browse/TRINIDAD-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740794#action_12740794 ] 

Mamallan Uthaman commented on TRINIDAD-1548:
--------------------------------------------

Since you have associated your new skin family, 'default', with the pda renderer, you can access the CSS file only thru mobile browsers.  I guess you are trying to apply this skin for your desktop browser. Hence, Trinidad generates the warning message as it couldn't find the association between 'default' skin family and desktop render.  Please create a new skin family for desktop renderkit.

> Issue with Skinning in MyFaces Trinidad
> ---------------------------------------
>
>                 Key: TRINIDAD-1548
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1548
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>         Environment: Tomcat 6.x on windows XP, Latest Snapshot release of Trinidad 1.2.12 and JSF 1.2, Netbeans 6.7.1, JDK 1.5
>            Reporter: sachin walia
>
> I am facing this strange problem where Trinidad is not able to recognize my custom CSS skin. 
> I've created trinidad-skins.xml and trinidad-config.xml. Both are as below:
> trinidad-skins.xml
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <skins xmlns="http://myfaces.apache.org/trinidad/skin">
> 	<skin>
> 		<id>mobile.default</id>
> 		<family>default</family>
> 		<render-kit-id>org.apache.myfaces.trinidad.pda</render-kit-id>
> 		<style-sheet-name>css/pop.css</style-sheet-name>
> 	</skin>
> </skins>
> trinidad-config.xml
> <?xml version="1.0" encoding="utf-8"?>
> <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
> 	<skin-family>default</skin-family>
> 	<debug-output>true</debug-output>
> 	<client-validation-disabled>true</client-validation-disabled>
> </trinidad-config>
> the css file is rightfully located in css/pop.css. I also tried using URL as /css/pop.css but I am getting following error in any case.
> WARNING: Can't find a skin that matches family default and renderkit org.apache.myfaces.trinidad.desktop, so we will use the simple skin
> Any idea. FYI I don't have any oracle adf components in my WEB-INF/lib. Following are the jar files I have in my WEB-INF/lib
> commons-beanutils-1.8.0.jar
> commons-collections-3.2.jar
> commons-digester-2.0.jar
> commons-lang-2.3.jar
> commons-logging-1.1.jar
> jsf-api.jar
> jsf-impl.jar
> jstl.jar
> standard.jar
> trinidad-api-1.2.12-SNAPSHOT.jar
> trinidad-impl-1.2.12-SNAPSHOT.jar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.