Re: tomahawk tabbed pane problem

2007-04-24 Thread Gerald Müllan
Hi, there is the tabContentStyleClass attribute of panelTabbedPane component. Try to set a corresponding width style in the stylesheet. This should affect all tab-bodies. Alternatively, you can try to play around with putting a div or table element around the content and set their width.

RE: tomahawk tabbed pane problem

2007-04-24 Thread Nanabolu, Bhvaharan
Discussion Subject: Re: tomahawk tabbed pane problem Hi, there is the tabContentStyleClass attribute of panelTabbedPane component. Try to set a corresponding width style in the stylesheet. This should affect all tab-bodies. Alternatively, you can try to play around with putting a div or table

Re: Tomahawk Tabbed Pane Question

2006-10-05 Thread janw
have you tried the onclick attribute? t:panelTab label=Tab1 onclick=alert('Hi!') ... -- View this message in context: http://www.nabble.com/Tomahawk-Tabbed-Pane-Question-tf2388439.html#a6659030 Sent from the MyFaces - Users mailing list archive at Nabble.com.

RE: Tomahawk Tabbed Pane Question

2006-10-05 Thread Mark Babcock
Nothing happens when I try the test outlined below. No Javascript errors.. NOTHING. Just selects the tab. -Original Message- From: janw [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 9:58 AM To: users@myfaces.apache.org Subject: Re: Tomahawk Tabbed Pane Question have you

RE: Tomahawk Tabbed Pane

2006-06-13 Thread James Richards
[and Facelets!] ran into. Thanks, James -Original Message- From: Gopalakrishnan, Jaya [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 5:39 PM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane I have tried to use myfaces-api.jar and myfaces-impl.jar along with Tomahawk 1.1.2. However, I

RE: Tomahawk Tabbed Pane

2006-06-13 Thread James Richards
To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane Various ancient versions of MyFaces can be found at the original SourceForge website: http://sourceforge.net/projects/myfaces That said, are you sure that upgrading the commons el didn't work? I absolutely ran into this problem during

Re: Tomahawk Tabbed Pane

2006-06-12 Thread Bruno Aranda
You are missing the dependency servlet-api.jar (version 2.3)... Bruno On 6/12/06, Gopalakrishnan, Jaya [EMAIL PROTECTED] wrote: I am trying to use the Tomahawk tabbed pane along with JSF components. Is this possible? I am getting the following errror: [6/12/06 14:41:33:696 CDT] 7c976402

RE: Tomahawk Tabbed Pane

2006-06-12 Thread James Richards
, 2006 3:04 PM To: MyFaces Discussion Subject: Re: Tomahawk Tabbed Pane You are missing the dependency servlet-api.jar (version 2.3)... Bruno On 6/12/06, Gopalakrishnan, Jaya [EMAIL PROTECTED] wrote: I am trying to use the Tomahawk tabbed pane along with JSF components. Is this possible? I

RE: Tomahawk Tabbed Pane

2006-06-12 Thread James Richards
By newer, I mean try a snapshot if the released versions aren't working... -Original Message- From: James Richards [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 4:59 PM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane I had to upgrade to a later build of EL to work

RE: Tomahawk Tabbed Pane

2006-06-12 Thread Gopalakrishnan, Jaya
Are you talking about the jstl-el.jar file? -Original Message- From: James Richards [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 4:00 PM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane I had to upgrade to a later build of EL to work with Tomahawk 1.1.2 or higher

Re: Tomahawk Tabbed Pane

2006-06-12 Thread Bruno Aranda
: By newer, I mean try a snapshot if the released versions aren't working... -Original Message- From: James Richards [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 4:59 PM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane I had to upgrade to a later build of EL to work with Tomahawk

RE: Tomahawk Tabbed Pane

2006-06-12 Thread James Richards
tried upgrading to 1.1.2. Hope that helps, James -Original Message- From: Gopalakrishnan, Jaya [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 5:06 PM To: MyFaces Discussion Subject: RE: Tomahawk Tabbed Pane Are you talking about the jstl-el.jar file? -Original Message- From

RE: Tomahawk Tabbed Pane

2006-06-12 Thread James Richards
is using... -Original Message- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 5:08 PM To: MyFaces Discussion Subject: Re: Tomahawk Tabbed Pane Tomahawk now depends on commons-el 1.0. I don't see why a higher version is needed (the examples and everything works

Re: Tomahawk Tabbed Pane

2006-06-12 Thread Bruno Aranda
Message- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Mon 6/12/2006 5:08 PM To: MyFaces Discussion Subject: Re: Tomahawk Tabbed Pane Tomahawk now depends on commons-el 1.0. I don't see why a higher version is needed (the examples and everything works). The exception in Jaya's mail is thrown

RE: Tomahawk Tabbed Pane

2006-06-12 Thread Gopalakrishnan, Jaya
Discussion Subject: RE: Tomahawk Tabbed Pane I actually confirmed the problem on some mailing list entries. I'm not sure if the exception was the same so perhaps a red herring. My particular project was using MyFaces with Tomahawk, if that makes a difference. As a test, you can dowload facelets

RE: Tomahawk Tabbed Pane

2006-06-12 Thread Gopalakrishnan, Jaya
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Monday, June 12, 2006 4:52 PM To: MyFaces Discussion Subject: Re: Tomahawk Tabbed Pane I can't see, why the jsf component can't be used w/ JSF. See [1] for a working example. -Matthias [1] http://irian.at/myfaces

Re: Tomahawk Tabbed Pane

2006-06-12 Thread Matthias Wessendorf
To: MyFaces Discussion Subject: Re: Tomahawk Tabbed Pane I can't see, why the jsf component can't be used w/ JSF. See [1] for a working example. -Matthias [1] http://irian.at/myfaces/tabbedPane.jsf On 6/12/06, Gopalakrishnan, Jaya [EMAIL PROTECTED] wrote: No, this doesn't solve the problem. Any