Re: [Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-26 Thread Matthias Wessendorf
Hi javax/servlet/jsp/tagext/JspIdConsumer is part of JSP 2.1 and... you have serlvet 2.4 in place (JavaEE is 2.5) and ... jstl-1.1.0.jar I am sure is "old" as well On 6/27/07, David Steinkopff <[EMAIL PROTECTED]> wrote: hi bernd, commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-col

Re: [Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-26 Thread David Steinkopff
hi bernd, commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-fileupload-1.1.1.jar commons-io-1.2.jar commons-lang-2.1.jar commons-logging-1.0.4.jar el-api-1.0.jar el-ri-1.2.jar jsf-api-1.2.jar jsf-impl-1.2.jar jstl-1.1

Re: [Trinidad] mvn site fail

2007-06-26 Thread Matthias Wessendorf
not sure, why there is a dependency to 1.1-SNAP of Skins, but the one you're looking for is here: http://people.apache.org/repo/m2-snapshot-repository//org/apache/maven/skins/maven-default-skin/1.1-SNAPSHOT/maven-default-skin-1.1-20061114.072151-2.pom On 6/27/07, Zarick Lau <[EMAIL PROTECTED]

Facelets question

2007-06-26 Thread Vladimir Isakovich
Can someone share an idea of avoiding the following repetative code in every .xhtml file. Am I missing some already existing custom tag? http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xmlns:ui="http://java.sun.com/jsf/facelets"; xmlns:my=

Confusion about Tomahawk with Facelets

2007-06-26 Thread Vladimir Isakovich
I can see in *tomahawk.taglib.xml* all components and renderers pointed to or.apache.myfaces package, what is done according to xyzTag classe's methods getComponent() and getRenderer(). I'm confused, why tomahawk Tag classes are NOT pointed to tomahawk components and renderers??? Are those compone

Re: [Trinidad] mvn site fail

2007-06-26 Thread Zarick Lau
Hi Matthias, are you behind a firewall? what is the proxy in your settigs.xml ? No proxy. I've also try to remove maven local repository completely and let it re-download all plugins / dependency. However, it still fail to build, with the same error messages. Should I add some apache speci

Re: [Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-26 Thread Bernd Bohmann
Hello, can you send a list of the content of WEB-INF/lib, please. Regards Bernd David Steinkopff wrote: Hi, actual I test the immigration from JSF 1.1 to JSF 1.2. It seems that make trouble, I tested two tobago views, one with ajax, the other without ajax. The page without ajax rendered,

Re: MyFaces Tobago tc:sheet

2007-06-26 Thread Bernd Bohmann
Hello, can you add a comment to the issue https://issues.apache.org/jira/browse/TOBAGO-84 what you expect from a sheetSelectionListener Regards Bernd Helmut Swaczinna wrote: Hi, I had the same problem and found no solution. There's a jira issue for a sheetSelectionListener for month. Don

Re: TabbedPane does not remember position

2007-06-26 Thread mikebgx
I use client side switching, the one button I have that makes it reset to the first tab has the following: immediate="true" onclick="bCancel=true" hth Mike Andreas Heidrich wrote: > > Hi everybody, > i use a tabbedPane in my application. I contains a page that shows a > t:dataTable. When I sc

Re: Problems migrating from JSF RI 1.1 to MyFaces Core 1.1.5

2007-06-26 Thread Matthias Wessendorf
can you provide some code ? On 6/26/07, Marko Asplund <[EMAIL PROTECTED]> wrote: hi I'm experimenting whether it would be feasible to migrate an application from JSF RI to MyFaces Core. The applications uses Oracle ADF Faces and MyFaces Tomahawk (1.1.6) libraries in addition to standard JSF. Th

Problems migrating from JSF RI 1.1 to MyFaces Core 1.1.5

2007-06-26 Thread Marko Asplund
hi I'm experimenting whether it would be feasible to migrate an application from JSF RI to MyFaces Core. The applications uses Oracle ADF Faces and MyFaces Tomahawk (1.1.6) libraries in addition to standard JSF. The application uses Tomahawk t:tree2 based navigation tree that works correctly with

Re: Modal popup dialogs for form submission in JSF

2007-06-26 Thread Mikael Andersson
You may want to have a look at the modal panel component in the richfaces component library from jboss (these days), works quite well (make sure you read the docs for it though). On 26/06/07, Werner Punz <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] schrieb: > Could anyone recommend the best wa

RE: Trinidad not playing nice with Facelets ui:component?

2007-06-26 Thread Hannum, Daniel
Solved! (by accident) I noticed that there was another old application deployed to the same JBoss instance so I removed it to shorten load times. All of the sudden, my cs:form tags were working again. And then I remembered a bug that bit me months ago: Facelets custom taglibs are cached (by JBoss

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread William Keicher
I'm not sure if that's the best solution to the issue. If you look at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.ChartRenderer you'll see the different code paths you take by playing with the templateSource attribute: protected String getTemplateSource(FacesBean bean) { Objec

RE: Trinidad not playing nice with Facelets ui:component?

2007-06-26 Thread Hannum, Daniel
I'm using Trinidad 1.0.0-incubating, sorry I forgot to mention that. I admit, the page isn't simple :), but lots of other Trinidad tags on my pages are rendered into HTML just fine. The only ones that don't are ones inside Facelets taglibs. If I use af:form in my page directly (instead of my cs:fo

Re: Trinidad not playing nice with Facelets ui:component?

2007-06-26 Thread Adam Winer
What version of Trinidad are you using? Also, have you tried starting with a very simple page and just getting *some* tag in the trinidad namespace to show up? If the tag is just getting passed throug to the HTML, it means the taglib isn't found by Facelets. -- Adam On 6/26/07, Hannum, Daniel

Phase Listener execute only once ???

2007-06-26 Thread bansi
We have Homegrown Authentication System which on successfull authentication returns "EmployeeID" in the form of Request Header Variables. I am using "afterPhase" method of PhaseListener to call "onPageLoad" method of LoginBean by checking the viewId as shown below if (viewId.endsWith("login.xhtm

Trinidad not playing nice with Facelets ui:component?

2007-06-26 Thread Hannum, Daniel
Hi, I am migrating from ADF to Trinidad. My old ADF code used the Facelets taglib feature where I could specify a ui:component and have a snippet of XHTML be substituted in for a custom tag. For example, I had the following snippet in a JSPX file

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
When in doubt, read the domentation... templateSource="chart.svg" Just add that as an attribute and point it to a working svg On 6/26/07, Wesley Hales <[EMAIL PROTECTED]> wrote: I just discovered that this only happens when I use the gradients option... If I uncheck the box, the chart display

TabbedPane does not remember position

2007-06-26 Thread Andreas Heidrich
Hi everybody, i use a tabbedPane in my application. I contains a page that shows a t:dataTable. When I scroll a page in the table, the focus of the tabbedPane switches to the first page og the pane. This also happens when I invoke some functionality that is bound to an command button on another pa

[Trinidad] treeTable colum type - depending on dynamic data returned.

2007-06-26 Thread Darren McEntee
Hi there, I'm looking for a way to implement the following in Trinidad. Using the tr:treeTable component I want to be able to dynamically specify what columns a will be set, if the data returned is a date/time result. For example, I have a treeTable facelet with a columns that return d

Re: MyFaces Tobago tc:sheet

2007-06-26 Thread Helmut Swaczinna
Hi, I had the same problem and found no solution. There's a jira issue for a sheetSelectionListener for month. Don't know when it will be implemented. I helped myself by patching the Tobago javascript code for the sheet (dirty). Regards Helmut - Original Message - From: Turner,

RE: MyFaces Tobago tc:sheet

2007-06-26 Thread Turner, John
You kind of lose something whatever way you do it. You could use a single column but then you lose the columns, but your suggestion means if the user clicks on another column on the row then nothing happens. Perhaps there is a facet I could use? From: Zied

Re: MyFaces Tobago tc:sheet

2007-06-26 Thread Zied Hamdi
Hi John, I use but it's only a cell of a row, the row is selected on click. Regards, 2007/6/26, Turner, John <[EMAIL PROTECTED]>: I have a tc:sheet that displays a read only list of results. I would like to perform a submit when the user clicks on a row within the table. Does anyone have

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
I just discovered that this only happens when I use the gradients option... If I uncheck the box, the chart displays fine. I'm still troubleshooting it On 6/26/07, William Keicher <[EMAIL PROTECTED]> wrote: Unfortunately I never found out what the bug was...I speculated that there was junk left

Re: Tomahawk input calendar exception

2007-06-26 Thread Bodnarasec Cristian Paul
Beside the stack trace the values in the dropdown fields are not populated, even if you select something. They are empty. But the calendar works though. Cristian - Original Message From: Andrew Robinson <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Friday, June 22, 2007 10:56:43 PM

h:outputFormat ignoring escape=false

2007-06-26 Thread Ian.Priest
My h:outputFormat tag is ignoring it's escape="false" attribute. My HTML is below. Can someone sanity check for me please! http://myfaces.apache.org/tomahawk"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:f="http://java.sun.com/jsf/core";>

MyFaces Tobago tc:sheet

2007-06-26 Thread Turner, John
I have a tc:sheet that displays a read only list of results. I would like to perform a submit when the user clicks on a row within the table. Does anyone have an example of this? -- This is a confidential communication and is intended only for the addressee indicated in the message (or duly

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread William Keicher
Unfortunately I never found out what the bug was...I speculated that there was junk leftover in a response buffer coming from the server. It is suspicious though that this problem reproduced in two different environments... In lieu of a better answer, you may want to try downgrading your tomcat

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
Awesome, thanks... So I am on Tomcat 6.0.13 (which is the latest) - Any ideas on what the problem actually was? I don't think I have a choice to go any higher. On 6/26/07, William Keicher <[EMAIL PROTECTED]> wrote: Hi Wesley, I saw the same exact problem when I used an older version of Sun Jav

Re: [Trinidad] Skin of Table header row

2007-06-26 Thread Abhijit Ghosh
Zarick, I have tried to answer some of your questions inline: On 6/26/07, Zarick Lau <[EMAIL PROTECTED]> wrote: Hi lists, I've got a few questions about skinning in Trinidad. Would anyone mind to give me some help? 1. First, I failed to set style for table header. In , I add a "table title"

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread William Keicher
Hi Wesley, I saw the same exact problem when I used an older version of Sun Java Application Server/Glassfish. The problem disappeared when I upgraded the appserver to a more recent version. Hope that helps, Bill On 6/26/07, Wesley Hales <[EMAIL PROTECTED]> wrote: I copied the chart demo cod

[Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
I copied the chart demo code from the trinidad-demo in the Apache subversion repo to my current Seam 1.3 cvs app. Everything works and renders fine, but the charts don't actually show up. All the adf resources and javascript data are showing up correctly on the app server also. So I tried to open

Re: [Tobago] Urgent please Help

2007-06-26 Thread Angel Miralles Arevalo
I had the same problem. My tree shows a lot information so charge time was too large. What I did was set treeHandler(Managed bean that controls tree) in session scope then when you make some operation and the tree is going to be recalculated check if it is in session. If it is then all the logic

Re: jsf e errori inspegabili

2007-06-26 Thread ::SammyRulez::
sorry folks.. wrong mailing list! Il 26/06/07, ::SammyRulez::<[EMAIL PROTECTED]> ha scritto: forse ho cpito cosa intendevano Stefano e altri con il fatto che jsf dave errori inspiegabili o meglio che non si capiva dove stavano gli errori. In pratica myfaces incapsula tutto (cosa buona e giusta

jsf e errori inspegabili

2007-06-26 Thread ::SammyRulez::
forse ho cpito cosa intendevano Stefano e altri con il fatto che jsf dave errori inspiegabili o meglio che non si capiva dove stavano gli errori. In pratica myfaces incapsula tutto (cosa buona e giusta si potrebbe dire) solo che se succede qualche errore viene esposta la ragione fino all'interven

RE: Simple Java Question - How to Overwrite Set

2007-06-26 Thread Fintan Conway
public void setChild(Set childSet) { this.child = childSet; } -Original Message- From: bansi [mailto:[EMAIL PROTECTED] Sent: 26 June 2007 00:27 To: users@myfaces.apache.org Subject: Simple Java Question - How to Overwrite Set After working so much in Java, wondering how do i overwr

[Trinidad] Skin of Table header row

2007-06-26 Thread Zarick Lau
Hi lists, I've got a few questions about skinning in Trinidad. Would anyone mind to give me some help? 1. First, I failed to set style for table header. In , I add a "table title" via I try to define the skin CSS, but there is no af:table::header or so in the skin-selectors document.

Re: [Tobago] Urgent please Help

2007-06-26 Thread yazid
yazid wrote: > > I'm using tree in many page in my application; on any click in any page > all the tree are reloaded, > Is there a solution to avoid this. > -- View this message in context: http://www.nabble.com/-Tobago--Is-it-possible-to-avoid-tree-refresh-tf3967204.html#a11304437 Sent f

Re: Using Unicode Characters on Trinidad

2007-06-26 Thread Mladen Nisevic
Thank you very much for clarifiing that. I found a small error in the way I was generating resource bundles. It all works all. Adam Winer wrote: Unicode characters shouldn't be specified differently. OTOH, we've used Trinidad for internationalized pages for awhile. If I had to guess,

Re: sandbox - tableSuggestAjax, security alert in IE

2007-06-26 Thread binya
I don't use 'ModalDialogRenderer' my version is 1.1.6 snaphot it happens only in IE7 (not in IE6, not in Mozilla) Thanks Andrew Robinson-5 wrote: > > I just looked into the code, and the table ajax suggest renderer has no > IFRAME. > > I did find an IFRAME in InputSuggestRenderer, but it does

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.1

2007-06-26 Thread Matthias Wessendorf
Yes, currently the 1.2.1 plugins are on the vote. Once that vote is done, we start with the release procedure of 1.2.1, which is basically the JSF 1.2-version of 1.0.1. In the first week of July, that should become reality. -Matthias On 6/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: W

Re: [Trinidad] avoiding using Trinidad skins for non-Trinidad components

2007-06-26 Thread Renzo Tomaselli
Thanks, Matthias. But does it mean that I cannot override class OraLink for any h:commandLink when Trinidad is playing around ? -- Renzo Matthias Wessendorf wrote: The CoreRenderKit of Trinidad adds all "standard" JSF components, delivered by HTML_BASIC RenderKit. So for the javax.faces** com

Re: [Trinidad] avoiding using Trinidad skins for non-Trinidad components

2007-06-26 Thread Matthias Wessendorf
The CoreRenderKit of Trinidad adds all "standard" JSF components, delivered by HTML_BASIC RenderKit. So for the javax.faces** component and renderer is used. But, this isn't true for commandButton/commandLink/form // But we render UIForms with our own renderer addRenderer(UIForm.COMPO

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.1

2007-06-26 Thread mike . sauer
Will there then be a 1.2.1 release soon? [EMAIL PROTECTED] wrote on 06/23/2007 11:27:49 AM: > The Apache MyFaces Trinidad team is pleased to announce the release of > Apache MyFaces Trinidad Core 1.0.1. > > Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library. > > Trinidad C

[Trinidad] avoiding using Trinidad skins for non-Trinidad components

2007-06-26 Thread Renzo Tomaselli
Hi, in a mixed environment (Trinidad, Tomahawk, Facelets, Richfaces) I noticed that - even when using non-Trinidad components - we get Trinidad skins being used for classes. For example, in: style="border: 0px" rendered="#{menu.link.iconized}"/> there is no Trinidad component involve

selectItems with clickable labels

2007-06-26 Thread Axel Karst
Hi all, is it possible to have labels of selectItems to be clickable and change the state of the corresponding radio buttons? I use Seam for the selectItems. My code: Thanks in advance

Re: toggleDuration problem in

2007-06-26 Thread Werner Punz
Angel Miralles Arevalo schrieb: > Hi everyone, can anybody tell me how can I elminate toggleDuration in a > modal dialog? In Irian's example you open the modal dialog and it > doesn't expires. Moreover when you close modal dialog it doesn't make > request (server side). > > Thank you very much. >

Re: Modal popup dialogs for form submission in JSF

2007-06-26 Thread Werner Punz
[EMAIL PROTECTED] schrieb: > Could anyone recommend the best way to have modal popup dialogs for form > submission in JSF? I need to popup a dialog that has a form that the > user can fill out and submit and then return to the page from which the > popup dialog was initiated. I need a modal dialo

[Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-26 Thread David Steinkopff
Hi, actual I test the immigration from JSF 1.1 to JSF 1.2. It seems that make trouble, I tested two tobago views, one with ajax, the other without ajax. The page without ajax rendered, the page with ajax make an exception in tomcat. Its that a bug? regards David HTTP Status 500 - --

[Trinidad] tr:spacer shortDesc does nothing

2007-06-26 Thread Francisco Passos
Good morning. I've noticed tr:spacer does not use shortDesc to present the usual tooltip that for instance a tr:outputText does. While it is not a critical feature at all, I believe that would be the intended behaviour and the documentation confirms that idea. Francisco

Re: sandbox - tableSuggestAjax, security alert in IE

2007-06-26 Thread Werner Punz
Andrew Robinson schrieb: > I just looked into the code, and the table ajax suggest renderer has no > IFRAME. > > I did find an IFRAME in InputSuggestRenderer, but it does set the src > property correctly (javascript:false). > > The only other sandbox code that has an IFRAME is ModalDialogRenderer

jscookmenu?

2007-06-26 Thread Bjørn T Johansen
I have a menu that seems to be working as it should, but I have one problem... When choosing from the menu and displaying the same jsp page again, then the menu stays expanded.. But if I move to another jsp page from withing the page the menu displays, then the menu collapses but I want it to sta

RE: DataScroller - current page?

2007-06-26 Thread AMIR-TAHMASSEB Marc
Dear Andrew, thank you for your response. I upgraded to Tomahawk 1.1.6 and now everything goes well... regards Marc Marc Kamran AMIR-TAHMASSEB European Ombudsman Office +33.3.88.1.74.410 - SDM G07047 >-Original Message- >From: Andrew Robinson [mailto:[EMAIL PROTECTED] >Sent: 20 Jun

Re: [Trinidad] mvn site fail

2007-06-26 Thread Matthias Wessendorf
works fine here. are you behind a firewall? what is the proxy in your settigs.xml ? On 6/26/07, Zarick Lau <[EMAIL PROTECTED]> wrote: Hi list, I try to run mvn site both on trunk and 1.0.1 branches but failed with the following error. Do anyone know what's the problem? Embedded error: Failed

[Trinidad] mvn site fail

2007-06-26 Thread Zarick Lau
Hi list, I try to run mvn site both on trunk and 1.0.1 branches but failed with the following error. Do anyone know what's the problem? Embedded error: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata. org.apache.maven