Re: [Trinidad] tr:table skinning

2008-03-03 Thread Cristi Toth
This is currently not supported by Trinidad skinning. But it would imply some client side programming also, like "onSelect add some class to tr, ...". If you really need it, I might help you in writing a custom renderer (it's not such a big deal). regards, On Tue, Mar 4, 2008 at 5:31 AM, Ravindra

[Trinidad] tr:table skinning

2008-03-03 Thread Ravindra Adireddy
Hi all Is it possible to highlight selected row in tr:table using table skinning, row can be selected by checkbox(rowASelection="multiple" ) or radio button (rowSelection="single"). Thanks ravi

RE: [OT] 'nother JSF library

2008-03-03 Thread Kito D. Mann
Andrew, Backbase has been around for years ;-). You should check out the JSFCentral Component Directory [1] more often... [1] http://www.jsfcentral.com/products/components/ ~~~ Kito D. Mann - Author, JavaServer Faces in Action http:

[Trinidad] subform defaultCommand

2008-03-03 Thread Mathias Walter
Hi, does it make sense to have a defaultCommand attribute on a tr:subform? For the subforms, I'm using PPR only. -- Kind regards, Mathias

RE: Horizontal Navigation menu

2008-03-03 Thread Vinaya Tirikkovalluru
Hi, If I have the for menu.jsp everything works fine individually. But I cannot include this in my welcome page When I have the ids are messed up and does not take the css Any ideas please... Thanks Vinaya From: Vinaya Tirikkovalluru Sent: Mon

[OT] 'nother JSF library

2008-03-03 Thread Andrew Robinson
While reading my email in gmail, an adsense link came up for a JSF AJAX library: http://forms.backbase.com/go/backbase/jsf_landing I hadn't ever heard about it. Thought other people may be interested to find out what our "competition" is like. -Andrew

Re: Why is the styleClass Property always overridden?

2008-03-03 Thread Simon Lessard
Wow... really not my day... there's no such attribute... only contentStyle... I always create it when I make custom components... oh well... JIRA ticket time... On Mon, Mar 3, 2008 at 1:56 PM, Simon Lessard <[EMAIL PROTECTED]> wrote: > Oups, I misread something. You need to use the contentStyleCl

Re: Why is the styleClass Property always overridden?

2008-03-03 Thread Simon Lessard
Oups, I misread something. You need to use the contentStyleClass attribute to affect the input's style class, the styleClass attribute applies the class on the input container. On Mon, Mar 3, 2008 at 1:53 PM, Simon Lessard <[EMAIL PROTECTED]> wrote: > Hello Thomas, > > why don't you simply use ?

Re: Why is the styleClass Property always overridden?

2008-03-03 Thread Simon Lessard
Hello Thomas, why don't you simply use ? If the class changes at runtime you can use or programatically: CoreInputText input; public CoreInputText getInput() { return input; } public void setInput(CoreInputText input) { this.input = input; this.input.setStyleClass("myClass"); } Regar

Why is the styleClass Property always overridden?

2008-03-03 Thread thomas.asel
Hi everybody, Im stuck with a problem and may need a little help to get through. Basically all I want to do is to add the name of a CSS-class programmatically to the styleClass attribute so that somithing like this is rendered in HTML: The 'myClass' should be added to the class inserted by the s

Re: New Apache MyFaces Sandbox component (CAPTCHA)

2008-03-03 Thread Matthias Wessendorf
Hi, On Mon, Mar 3, 2008 at 6:18 PM, Hazem Saleh <[EMAIL PROTECTED]> wrote: > Hi Guy, > I finished developing the Apache MyFaces Sandbox CAPTCHA > component. > Here is the jira issue link: > https://issues.apache.org/jira/browse/TOMAHAWK-1207 >I hope it can

New Apache MyFaces Sandbox component (CAPTCHA)

2008-03-03 Thread Hazem Saleh
Hi Guy, I finished developing the Apache MyFaces Sandbox CAPTCHA component. Here is the jira issue link: https://issues.apache.org/jira/browse/TOMAHAWK-1207 I hope it can be useful to all the community. Thanks all. -- Hazem Ahmed Saleh Ahmed http:/

Re: Problem

2008-03-03 Thread Andrew Robinson
You definitely don't want to put a tree in a checkbox, you want to put the checkbox in the tree: On Mon, Mar 3, 2008 at 2:39 AM, mikeatx <[EMAIL PROTECTED]> wrote: > > Hi, > I'm facing a problem: > I have a of the tree. > So I've tried the folowing code, but it don't work, even

Horizontal Navigation menu

2008-03-03 Thread Vinaya Tirikkovalluru
Hi, I need to include the horizontal navigation menu in all my jsps. I have the topMenu.jsp working. The index.jsp doesn't work when I include the topMenu.jsp, though. Any help on this is appreciated. Thanks Vinaya This electronic message is intended only for the use of the ind

myFaces 1.2 - Converter Problem

2008-03-03 Thread MPF
Hi! I use Tomcat 6 myFaces 1.2.2 tomahawk 1.1.6 I tried do create a Converter for following model: public class PlanningPoint { private String country; private String location; private String street; private String postCode; private String houseNumber;

[Trinidad] Calendar with Tobago style... Possible?

2008-03-03 Thread Henry Eduardo Iguaro
Hi, just want to comment that the org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS parameter is really nice, but the modal appearance of Tobago dialogs (dark background that blinks on user actions) looks better from the user point of view I know Tobago is a very different thing, but is there

Re: Doubt about ADF Faces & Trinidad

2008-03-03 Thread Frank Nimphius
Stephen, some comments to your concerns, especially in regards to the new JSF component library Oracle builds * it took forever to negotiate the legals of the first adf faces drop, then it took another   eternity until Trinidad 1.0 and again it took a series of minor releases until Trinidad

Problem

2008-03-03 Thread mikeatx
Hi, I'm facing a problem: I have a Thanks in advance for your comments -- View this message in context: http://www.nabble.com/Problem-%3Ctr%3Atree-with-%3Ctr%3Aselectmanycheckbox-tp15799916p15799916.html Sent from the MyFaces - Users mailing list archive at

AW: MyFaces, Facelets + t:aliasBbean

2008-03-03 Thread Sertic Mirko, Bedag
Hi Martin Thank you for your answer. Yes, thats true, the Facelets ui:include in combination with the ui:param would be anything we need. Unfortunatly, facelets doesn't use the Application.createValueBinding() to create the value bindings, it creates its own LegacyValueBinding(Deprecated Stuff),