[Trinidad] FrameBorderLayout

2007-09-10 Thread Okan Çetin
Hi all; I'm trying to use frameborder component in trinidad My code is below: f:view tr:document title=Index Page tr:form id=form1 trh:frameBorderLayout id=frameid f:facet name=left trh:frame source=left.jsp

WAP?

2007-08-10 Thread Okan Çetin
Hi; I want my jsf (trinidad) application to run for mobile devices. Application would be call from wap. But i did not have any experience for creating wap pages. Any ideas will be greatful, regards, Okan -- ~ otomatik oluşturuldu: http://ocetin.net/log http://linux.beykent.edu.tr

[Trinidad] Trinidad Richfaces (Possible?)

2007-08-06 Thread Okan Çetin
Hi all; Is it possible that using trinidad with richfaces? I added two jar files to WEB-INF/lib (richfaces-3.0.1.jar and ajax4jsf-1.1.1.jar) and I inserted filter settings into the web.xml that given below : context-param param-nameorg.ajax4jsf.SKIN/param-name param-valueblueSky/param-value

Re: [Trinidad] button + hover

2007-08-02 Thread Okan Çetin
I tried many of posibilities ::hover, :hover, ::button-hover, ::icon-hover etc... On 02/08/07, Cristi Toth [EMAIL PROTECTED] wrote: try ':hover' only one ':', not 2 of them because hover is a CSS pseudo-class it's not a sub-selector On 8/2/07, Okan Çetin [EMAIL PROTECTED] wrote: Hi

Re: [Trinidad] button + hover

2007-08-02 Thread Okan Çetin
Yes, sorry it is my fault. It works in firefox. On 02/08/07, Svilen Ivanov [EMAIL PROTECTED] wrote: BTW, CSS pseudo-class :hover doesn't work in IE6 for all tags (it works just for A). Have you checked it Firefox? Firfox allows :hover on arbitrary tag. Regards, Svi Okan Çetin wrote: I

[Trinidad] Skinning problems

2007-07-31 Thread Okan Çetin
Hi; I am getting problems with css skinning for trinidad. It is easy that doing tab menus with classical css. I want to convert css tab menu skin into trinidad css format. But there is no completely manual. How can I know tabs a hover is equal to af | panelTabbed::tab-link:hover There is a manual

Re: [Trinidad] Skinning problems

2007-07-31 Thread Okan Çetin
that help? ~ Simon On 7/31/07, Okan Çetin [EMAIL PROTECTED] wrote: Hi; I am getting problems with css skinning for trinidad. It is easy that doing tab menus with classical css. I want to convert css tab menu skin into trinidad css format. But there is no completely manual. How can I

[Trinidad] design components with using css files

2007-07-26 Thread Okan Çetin
Hi, I am trying to create styles with using css files. I am trouble with outputText component. This code is working : af | inputText::content { background-image: url(../images/output.PNG); } But same code for outputText is not working : af | outputText::content {