Tomahawk panelTabbedPane bgcolor

2008-02-27 Thread Drinkwater, GJ (Glen)
Hi I have the panelTabbedPane working fine with serverSideTabSwitch=false, but when I switch to server sided, serverSideTabSwitch=true the bgcolor attribute is then ignored. Can anyone help with this problem, it looks like it does this with the tomahawk examples too. Glen

Re: Tomahawk panelTabbedPane bgcolor

2008-02-27 Thread Gerald Müllan
Hi, best is you specify the styleClasses on your own. To change the backgroundColor of the tabbedPane body itself, type tabContentStyleClass=panelTabbedPane whereas the class .panelTabbedPane gets the backgroundColor. If you want to change the backgroundColor of the tab, just write

[Trinidad] Something like InputSuggest

2008-02-27 Thread Mirco Attocchi
Hi all, someone know how I can build someting like a tr:SelectOneChoiche but with dynamic filtering of list based on user's input text? In Myfaces Sandbox there are InputSuggets ... I think they arent't usable with Trinidat? Thanks Mirco Attocchi

Re: [Trinidad] Something like InputSuggest

2008-02-27 Thread Gerald Müllan
Hi, why not? Give it a try! But apart from this, just pushing in sandbox jar because of one component is litte bit overkill.. cheers, Gerald On Wed, Feb 27, 2008 at 10:32 AM, Mirco Attocchi [EMAIL PROTECTED] wrote: Hi all, someone know how I can build someting like a tr:SelectOneChoiche but

Return a real Uri and not where it came from

2008-02-27 Thread Vladi Rocha
Hi users of myfaces. I am developing a Filter that handle security issues. One of them is the access of a protected page. I am using Myfaces 1.1 and my problem is, when I try to obtain the uri, always return to me the page where it came from and not where it is. For example, suppose: (1) In

Re: [Trinidad] Something like InputSuggest

2008-02-27 Thread Walter Mourão
Hi Mirco, I've built a Facelets component with autocomplete functionality and I'm planning to release a test version in a few days. I opted to build it using only Facelets/Trinidad because of the skin support. I will notify this mailing list as soon I think it is ready to be shown. On Wed, Feb

Doubt about ADF Faces Trinidad

2008-02-27 Thread Aaron Santiago Dulce
Greetings to everyone, We are starting to develop our web applications with ADF Faces, but we want to know if the apache 2.0 license apply to ADF Faces or we need to switch to Trinidad. Also, if we are working with JDeveloper, if as simply as changing the lib's to the Trinidad. Thanks a

FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread Bruno Aranda
Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a weeks ago, but today I was trying to start it again and on initialization this exception happens: 2008-02-27

Re: Return a real Uri and not where it came from

2008-02-27 Thread [EMAIL PROTECTED]
Vladi Rocha schrieb: Hi users of myfaces. I am developing a Filter that handle security issues. One of them is the access of a protected page. I am using Myfaces 1.1 and my problem is, when I try to obtain the uri, always return to me the page where it came from and not where it is. For

Re: Doubt about ADF Faces Trinidad

2008-02-27 Thread Matthias Wessendorf
Trinidad is the Apache 2.0 licensed stuff. ADF Faces is licensed by Oracle. in jdev 10g there are some issues, when you are trying to use Trinidad with things like ADFm. in jdev 11g trinidad will be used for ADF Faces 10g migrations, so next to ADF Faces Rich Client, Trinidad is supported in

Re: Doubt about ADF Faces Trinidad

2008-02-27 Thread Frank Nimphius
In addition .. using Trinidad without ADF works in JDeveloper 10g as well. If you use your own model binding then accessing ADF BC also becomes possible Frank Matthias Wessendorf wrote: Trinidad is the Apache 2.0 licensed stuff. ADF Faces is licensed by Oracle. in jdev 10g there are

s:roundedDiv not fully rendered in IE6 and IE7

2008-02-27 Thread myfaces
Hello: I have a seam/facelets based xhtml page with the following on it. s:roundedDiv id=banner color=#{e:getWebHexToColor ( '#66' )} style=text-align: center; h:outputText value=Hello World! / /s:roundedDiv The e:getWebHexToColor is a reference to a facelets function that

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] schrieb: Bruno Aranda schrieb: 2008-02-27 13:23:38,365 [btpool0-1] DEBUG (OrchestraFacesContextFactory$1,129) - Running release 2008-02-27 13:23:38,368 [btpool0-1] DEBUG (JsfFrameworkAdapter,69) - Ending request 2008-02-27 13:23:38.260::WARN: Error for

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread [EMAIL PROTECTED]
Hi Bruno, Bruno Aranda schrieb: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a weeks ago, but today I was trying to start it again and on initialization this

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread Sochor Zdeněk
Hi, comments inline [EMAIL PROTECTED] napsal(a): Hi Bruno, Bruno Aranda schrieb: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a weeks ago, but today I was

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread Matthias Wessendorf
bruno, have you tried 1.2.3 of Trinidad ? I see the method in question being added in 1.2.4 -M On Wed, Feb 27, 2008 at 2:28 PM, Bruno Aranda [EMAIL PROTECTED] wrote: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT

Re: Doubt about ADF Faces Trinidad

2008-02-27 Thread Frank Nimphius
No, ADF Faces doesn't force you to licence OracleAs. The opposite is true. If you have an OracleAs licence then there is no ADF Faces licence fee to pay Frank Simon Lessard wrote: Hello Aaron Another addition. If you use ADF Faces, I think Oracle license forces you to use OracleAS so

Re: Doubt about ADF Faces Trinidad

2008-02-27 Thread Simon Lessard
Ah, I see the subtlety, but it still mean that you have to pay for ADF Faces if you don't use it within OracleAS right? On Wed, Feb 27, 2008 at 9:36 AM, Frank Nimphius [EMAIL PROTECTED] wrote: No, ADF Faces doesn't force you to licence OracleAs. The opposite is true. If you have an OracleAs

MyFaces, Facelets + t:aliasBbean

2008-02-27 Thread Sertic Mirko, Bedag
[EMAIL PROTECTED] I've got a question regarding MyFaces, Facelets and t:aliasBean. It seems that the t:aliasBean duplicates its content when it is rerendered due to validation errors. How can I solve this problem? Thanks a lot Mirko

Re: Doubt about ADF Faces Trinidad

2008-02-27 Thread Frank Nimphius
Simon, yes. This is true - we can't beat the "free" in Trinidad ;-) Frank Simon Lessard wrote: Ah, I see the subtlety, but it still mean that you have to pay for ADF Faces if you don't use it within OracleAS right? On Wed, Feb 27, 2008 at 9:36 AM, Frank Nimphius [EMAIL PROTECTED]

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread [EMAIL PROTECTED]
Sochor Zdeněk schrieb: Hi, comments inline [EMAIL PROTECTED] napsal(a): Hi Bruno, Bruno Aranda schrieb: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-02-27 Thread Andrew Robinson
it renders in different browsers: http://example.irian.at/example-sandbox-20080227/roundedDiv.jsf It looks like it is having problems at the moment though, I will have to look into it sometime. It was working and I haven't made changes, so I am not sure what is going on off the top of my head

Problems with page navigation

2008-02-27 Thread dancantong
Hi! I'm new to JSF and I'm experiencing problems with page navigation. I'm developing a web application with MyFaces and ICEFaces. I have a page with an ICEFaces table. On the table there is an output link that point to an action that returns a navigation view name. When I click on it, it goes

Checkbox and required=true

2008-02-27 Thread Michael Heß
Hi List, now that I have spent several hours trying to figure it out on my own, I'm giving this list a try. What I want to do is rather basic: I want to have a mandatory checkbox in my view. So if the user wants to continue working with the application he must first tick the box. So what I came

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-02-27 Thread myfaces
it to look right. To render an IE6 and IE7 Quirks friendly component use layout=table. IE just has too many bugs with CSS to render the DIVs correctly. Play around with the demo to see how it renders in different browsers: http://example.irian.at/example-sandbox-20080227/roundedDiv.jsf It looks like

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-02-27 Thread Andrew Robinson
component use layout=table. IE just has too many bugs with CSS to render the DIVs correctly. Play around with the demo to see how it renders in different browsers: http://example.irian.at/example-sandbox-20080227/roundedDiv.jsf It looks like it is having problems at the moment though, I

Re: [Tobago] renderedPartially doesn't work in treeNodeCommand

2008-02-27 Thread yazid
Hi Raj, Could you please tell me how did you do that Thanks in advance. Raj .G. Narasimhan wrote: Oh...ok... Actually, I was doing doBody defined in my main tag and trying to expand it in another pageNow, I rewrote the code, and made the body inline on the same page.It worked..!

Re: [Tobago] renderedPartially doesn't work in treeNodeCommand

2008-02-27 Thread Raj .G. Narasimhan
Sure...Yazid! Earlier I had this code, at the detail : In the treeNodeCommand facet, action method was returning a value (pointing to the jsp page, to be shown on the right side detail-panel). But, as Helmut said, to render the page partially, action should return 'null'. f:facet

t:outputLabel renderer class

2008-02-27 Thread Stefano Panero
Hi, I can't find the class which render outputLabel tomahawk component. I need to extend it to use the escape attribute as well as in outputText component. Anybody could help me? Which configuration/faces-config file do I have to look at? Thanks. Stefano.

RE: Doubt about ADF Faces Trinidad

2008-02-27 Thread Mark Millman
We've been developing in ADF Faces since EA11 (sometime in 2005 I think) and have three production systems using it. We've ported one of them to Trinidad and it cured no end of annoying bugs. Trinidad isn't just a Free version of ADF Faces, it is a major improvement. I see no reason to

Question about using Jsp include directive and trinidad panel component

2008-02-27 Thread pdt_p
Hi.. I have a question about Jsp include tag and trinidad panel component. I try to add this code in one of my jsp page: tr:panelBox inlineStyle=display:none h:panelGrid border=1 jsp:include page= / /h:panelGrid /tr:panelBox Somehow directory listing is displayed in my page

Re: t:outputLabel renderer class

2008-02-27 Thread pdt_p
Hi Stefano, I thought tomahawk outputText already have escape attribute. please refer to this tomahawk tag reference: http://myfaces.apache.org/tomahawk/tagreference.html#t:outputText Regards, pdt Stefano Panero wrote: Hi, I can't find the class which render outputLabel tomahawk

Re: Problems with page navigation

2008-02-27 Thread Ted Goddard
Are the CSS links in the HEAD section of the document? During non-redirect navigation, ICEfaces 1.6 replaces only the body of the document. (ICEfaces 1.7 performs a full page refresh if the HEAD changes; there is no way to reliably update the HEAD from JavaScript in current browsers.) You may

Re: Question about using Jsp include directive and trinidad panel component

2008-02-27 Thread Scott O'Bryan
Configure you web server to not allow directory browsing OR you can hide the panelBox using the visible attribute... Scott pdt_p wrote: Hi.. I have a question about Jsp include tag and trinidad panel component. I try to add this code in one of my jsp page: tr:panelBox

Re: Problems with page navigation

2008-02-27 Thread Scott O'Bryan
Hey Ted, I've actually had good luck using javascript to copy things into the head. It just needs to be done before the page has finished loading. I assume that's where the issue lies since icefaces has already loaded the page and is doing an XMLHttpRequest. Scott Ted Goddard wrote: Are

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-02-27 Thread myfaces
. To render an IE6 and IE7 Quirks friendly component use layout=table. IE just has too many bugs with CSS to render the DIVs correctly. Play around with the demo to see how it renders in different browsers: http://example.irian.at/example-sandbox- 20080227/roundedDiv.jsf It looks like

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-02-27 Thread Andrew Robinson
What are the future plans/roadmap for this component? I wanted rounded corners and wanted something that would not require sitting in front of gimp all the time. When I wrote it I was using tomahawk more, but now I am almost exclusively on Trinidad. So I debate moving this over and leveraging

Fwd: Trinidad + jsf tags problem

2008-02-27 Thread Jeremy Girard
Hi all, I've got a strange behaviour using trinidad and jsp tags. I've got a peace of code like this : tr:iterator value=#{listImages} var=imageDayList rows=0 h:panelGrid columns=3 tr:iterator value=#{imageDayList} var=imageEntry rows=0 h:panelGroup some

Broken Link on myfaces homepage/compatibility matrix moved

2008-02-27 Thread Martin Höller
Hi all! It seems the myfaces compatibility matrix has been moved from http://myfaces.apache.org/compatibility.html to http://wiki.apache.org/myfaces/CompatibilityMatrix However, on the myfaces homepage there is still a link (under Usefull Documentation) that points to the old and now empty