RE: Problem mixing c:forEach and Trinidad tr:table and tr:column

2007-09-18 Thread Kuhn, Harald
Hi to all, are there any ideas regarding this issue? Best regards Harald Kuhn Lufthansa AirPlus Servicekarten GmbH · Hans-Böckler-Straße 7 · 63263 Neu-Isenburg · Germany · Geschäftsführer: Patrick W. Diemer (Vorsitz), Lutz Logemann · Vorsitzender des Aufsichtsrates: Stephan Gemkow · H

Re: [Trinidad] clearing 'inputFile' after PPR request

2007-09-18 Thread Zarick Lau
Sorry for the noise above. It seems that Trinidad has built-in features to overcome the HTML limitations on the file upload. With one notes: the inputFile should be included in partial triggers. With that, a tr:commandLink trigger PPR, and the inputFile element will reset to 'empty value' after th

Re: [Trinidad] maven-faces-plugin tag-handler custom for one component?

2007-09-18 Thread Adam Winer
On 9/18/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: > It doesn't appear that GenerateFaceletsTaglibsMojo supports facelet > component handlers (tag handler) specific to a component. I would > propose support for a new tag. > > Proposed changes: > > 1) Add new property "tagHandler" to > org.apach

tree2 - style for a node's children area

2007-09-18 Thread Dave
Hi, I am using tomahawk tree2. Is there a way to specify CSS style for a node's children area? For example, put a border around all the children of a node. Node A -- | child node 1 | | child node 2 | | child node 3 | |___

[Trinidad] Menu component

2007-09-18 Thread Kito D. Mann
Are there any plans to add a Menu component to the Trinidad core (as specified in [1]) soon? I'm basically talking about something similar to what Tomahawk currently has. [1] http://issues.apache.org/jira/browse/TRINIDAD-414 ~~

Bug: Shuttle Component Short Description Attribute

2007-09-18 Thread Gregg Leichtman
I have found and fixed what appears to be a bug in the shuttle component JavaScript code. This bug might affect other components as well. Any component that uses the TrShuttleProxy._moveItems and the TrShuttleProxy._moveAllItems functions would be affected. The problem is that the title attribute

NullPointerException after Session expiration - MYFACES-1075

2007-09-18 Thread fischman_98
To All: Can I get a little more description on this fix...what happens now if a page is refreshed, button or link clicked (requiring navigation), etc. and the session has expired? What takes place to prohibit an exception and what happens on the client side? Thanks for the new release. -- View

t:messages

2007-09-18 Thread Murtuza
I am using t:messages for displaying error messages, having difficulty in formatting the messages..hope someone can help.. my code look like this === so the message getting displayed in summury section Validation Error "email": Value is required. instead of

Re: [Trinidad] Available Maven2 maven-jdev-plugin for JDeveloper10.1.3.1.0

2007-09-18 Thread hkadejo
An example to use plugin in my project please…… Adam Winer wrote: > > On 6/28/07, JGeek <[EMAIL PROTECTED]> wrote: > >> I have been using Trinidad's plugin maven-jdev-plugin for >> JDeveloper10.1.3.0.x versions. >> >> Recently I installed JDeveloper10.1.3.1.0 . But the latest Trinidad's >> pl

Re: [Trinidad] Double-Rendering-Problem

2007-09-18 Thread Zarick Lau
Judged by the log, you are using sjsas or glassfish, which have jsf-ri 1.2 bundled. you can try to remove myfaces-*.jar from the webapp. Cheers, Zarick On 9/18/07, Björn Thalheim <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get Trinidad running, so I used trinidad-blank and adapted > the w

Re: Custom UIViewRoot

2007-09-18 Thread Manfred K.
Thanx again! In your custom view handler, I would try overriding the renderView method while delegating to the original for the other methods. In the renderView, pipe the response writer to a local buffer and use the external context to dispatch to the viewId (JSP page) [1]. Under JSF 1.1 you

unsubscribe me!

2007-09-18 Thread Wojtek Kusch

How the dataScroller works

2007-09-18 Thread inalasuresh
Hi Folks, I am new to Jsf / Myfaces. Can Any one tell me how the dataScroller works. I am Using DataScroller but I don't know how dataScroller works. what is the internal functionality how it works. So plz Kindly response my request. -- View this message in context: http://www.nabble.co

unsubscribe me!

2007-09-18 Thread Rodrigo Olmo
-Original Message- From: Gargi Iyer [mailto:[EMAIL PROTECTED] Sent: martes, 18 de septiembre de 2007 17:32 To: MyFaces Discussion Subject: unsubscribe me! Gargi 850-414-5852 CONFIDENTIALITY NOTICE: This message and any attachments are for the sole use of the intended recipient(s)

[Trinidad] maven-faces-plugin tag-handler custom for one component?

2007-09-18 Thread Andrew Robinson
It doesn't appear that GenerateFaceletsTaglibsMojo supports facelet component handlers (tag handler) specific to a component. I would propose support for a new tag. Proposed changes: 1) Add new property "tagHandler" to org.apache.myfaces.trinidadbuild.plugin.faces.parse.ComponentBean 2) New tag

Re: unsubscribe me!

2007-09-18 Thread Matthias Wessendorf
you have to do that on your own. send an email to [EMAIL PROTECTED] On 9/18/07, Gargi Iyer <[EMAIL PROTECTED]> wrote: > > > > > > Gargi > 850-414-5852 > CONFIDENTIALITY NOTICE: This message and any attachments are for the sole > use of the intended recipient(s) and may contain confidential and >

unsubscribe me!

2007-09-18 Thread Gargi Iyer
Gargi 850-414-5852 CONFIDENTIALITY NOTICE: This message and any attachments are for the sole use of the intended recipient(s) and may contain confidential and privileged information that is exempt from public disclosure. Any unauthorized review, use, disclosure, or distribution is prohibited

Re: F5 Keycode is not available in javascript

2007-09-18 Thread Mike Kienenberger
Back when I was working on this, I came up with a custom component that could trigger either a javascript or JSF action for each function key (actually, any key): Here's some of the code from the renderer: writer.write("\n"); writer.startElement("script", component); write

Re: F5 Keycode is not available in javascript

2007-09-18 Thread Andrew Robinson
If it works at all, I'm sure that keyup will definitely not work. Try onkeydown. I know I can capture F1 in the key down in FF and the FF help will not open On 9/18/07, Chetan Bob <[EMAIL PROTECTED]> wrote: > > Hi > >

Re: Custom UIViewRoot

2007-09-18 Thread Gary VanMatre
>From: "Manfred K." <[EMAIL PROTECTED]> > > > Hi Gary, > > thank you very much for your great answer. I already tried to access the > rendered HTML content in a custom ViewHandler. In a similar way as the > ClayViewHandler does it and the "recursiveRender" method was exactly what I > was loo

[Trinidad] Preselection in a table

2007-09-18 Thread Tobias Kilian
Hi NG! I want to have a preselection in my tr:table with rowSelection="multiple" . So I tried selectedRowKeys="#{tableInstance.selectedRowKeys}" and putting something in the array before the table gets rendered. But it seems, the attribute selectedRowKeys is meant for reading out wich items t

Re: Selecting in a table via Java-Code

2007-09-18 Thread Tobias Kilian
Sorry for posting here...I didnt knew that hitting reply does just that ;-) Hi NG! I want to have a preselection in my tr:table with rowSelection="multiple" . So I tried selectedRowKeys="#{tableInstance.selectedRowKeys}" and putting something in the array before the table gets rendered. But i

Re: Does MyFaces 1.2 require JSP 2.1?

2007-09-18 Thread Piotr
Sory everyone for spam. I had to many jars in libs and didn't noticed that... Piotr wrote: > > I've upgraded MyFaces to 1.2 version, facelets to 1.1.12 ver and try to > run my app on the Tomcat 6.0.14. > During startup I receive following error msg: > SEVERE: Exception sending context initializ

[Trinidad] Double-Rendering-Problem

2007-09-18 Thread Björn Thalheim
Hi, I'm trying to get Trinidad running, so I used trinidad-blank and adapted the web.xml and faces-config.xml a little bit as well as the directory hierarchy. When I do not put org.apache.myfaces.trinidad.core into the faces-config.xml

Re: Custom UIViewRoot

2007-09-18 Thread Manfred K.
Hi Gary, thank you very much for your great answer. I already tried to access the rendered HTML content in a custom ViewHandler. In a similar way as the ClayViewHandler does it and the "recursiveRender" method was exactly what I was looking for. Unfortunately there is still one problem remaining:

Re: Does MyFaces 1.2 require JSP 2.1?

2007-09-18 Thread Jeroen Benckhuijsen
Pior, Both facelets and Tomcat itself come with an implementation of EL. Remove the el-api and el-impl jars from your web-app. Regards, Jeroen On Tue, 2007-09-18 at 01:02 -0700, Piotr wrote: > I've upgraded MyFaces to 1.2 version, facelets to 1.1.12 ver and try to run > my app on the Tomcat 6.0

[sandbox] using selectManyPicklist (clicked button)

2007-09-18 Thread NABA
Hi.. I use MyFaces, Tomahawk and Sandbox together. It works fine. My question: How can know in my managedBean the clicked button (add or remove button) from the selectManyPiclist. I can use the valuChangeListener. And I don't know what should I read to get the clicked button.. thanks for help..

Problem with t:panelNavigation2: backing bean's method is not called after back-button

2007-09-18 Thread thomas.buehler
Dear MyFaces experts I have a problem with the t:panelNavigation2 component. In the jsp-page I inserted the component as follows: The actual navigationItems are created in the method "getMenu()" of the session scope backing bean "navigationService

MyFaces 1.2.0 Impl Javadoc?

2007-09-18 Thread Ognjen Blagojevic
Hi all, Where can I find MyFaces 1.2.0 Impl Javadocs? It seems that the one listed on the site[1] is for 1.1.6. I just wanted to check what happened to ValueBindingImpl from package org.apache.myfaces.el. It existed in 1.1.6, but it doesn't exists in 1.2.0. Regards, Ognjen [1] http://myfa

Selecting in a table via Java-Code

2007-09-18 Thread Tobias Kilian
Hi NG! I want to have a preselection in my tr:table with rowSelection="multiple" . So I tried selectedRowKeys="#{tableInstance.selectedRowKeys}" and putting something in the array before the table gets rendered. But it seems, the attribute selectedRowKeys is meant for reading out wich items t

Re: Trinidad validateLength

2007-09-18 Thread Matthias Wessendorf
Hi, IMO that shouldn't happen, can you file an issue: https://issues.apache.org/jira/browse/TRINIDAD -Matthias On 9/18/07, pdt_p <[EMAIL PROTECTED]> wrote: > > Hi... > > I just wonder about tr:validateLength. > I have a table with 2 columns. 1 column for label and the other column > containing t

AW: Input & ValueChangeListener

2007-09-18 Thread Schröder , Mario
Hi Matthias, I used the facet, and it worked. But I already posted that it was successful;) Regards, Mario -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Wessendorf Gesendet: Dienstag, 18. September 2007 11:10 An: MyFaces Discussion Be

Re: autosubmit with selectOneChoice

2007-09-18 Thread Martin Hinterndorfer
Hi Abhi! I'm just stupid. Thank you for your info. At first I wanted to post back, that this still does not work. Until I found the main reason: I wrote "autosubmit" and not "autoSubmit" :-) thanx 2007/9/17, Abhi <[EMAIL PROTECTED]>: > > The reason is you have to write some action event on the s

[Trinidad] Is it legitimate to modify the component tree during a PPR request cycle?

2007-09-18 Thread Zarick Lau
Dear users and developers, Is it legitimate to modify the component tree during a PPR request cycle? This looks trivial, but I failed to get it work, am I missed anything? The following code are executed during valueChangeListener. CoreInputText text = new CoreInputText(); text.se

Re: Input & ValueChangeListener

2007-09-18 Thread Matthias Wessendorf
Hi Mario, autoSubmit is from Trinidad, not Togabo. As Volker points out, you have to use the mentioned facet. -Matthias On 9/18/07, Schröder, Mario <[EMAIL PROTECTED]> wrote: > > > > > Hi Pedro, > > > > thanks fort he tip. Butt he tag ‚autoSubmit' does not exists in the TLD > (http://myfaces.apa

AW: Input & ValueChangeListener

2007-09-18 Thread Schröder , Mario
Hi Volker, your answer was the solution. Thanks a lot!!! Regards, Mario -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Volker Weber Gesendet: Dienstag, 18. September 2007 10:50 An: MyFaces Discussion Betreff: Re: Input & ValueChangeListener Hi

Re: Input & ValueChangeListener

2007-09-18 Thread Matthias Wessendorf
I think, that tc:page is fine. -Matthias On 9/18/07, Zied Hamdi <[EMAIL PROTECTED]> wrote: > Hi Mario, > > You didn't declare a form (tc:form), is it intentional? > > Regards, > Zied > > > 2007/9/18, Schröder, Mario <[EMAIL PROTECTED]>: > > > > > > > > > > Hi Pedro, > > > > > > > > thanks fort he

Re: Input & ValueChangeListener

2007-09-18 Thread Zied Hamdi
Hi Mario, You didn't declare a form (tc:form), is it intentional? Regards, Zied 2007/9/18, Schröder, Mario <[EMAIL PROTECTED]>: > > Hi Pedro, > > > > thanks fort he tip. Butt he tag ‚autoSubmit' does not exists in the TLD ( > http://myfaces.apache.org/tobago/tobago-core/tlddoc-1.0.11/tc/in.htm

Re: Input & ValueChangeListener

2007-09-18 Thread Volker Weber
Hi Mario, the listener should invoked if you change the value AND submit the page. If you want the page to be auto submitted on valueChange you must add a change facet to the input: Regards, Volker 2007/9/18, Schröder, Mario <[EMAIL PROTECTED]>: > > > > > Hi, > > > > I'm havi

AW: Input & ValueChangeListener

2007-09-18 Thread Schröder , Mario
Hi Pedro, thanks fort he tip. Butt he tag 'autoSubmit' does not exists in the TLD (http://myfaces.apache.org/tobago/tobago-core/tlddoc-1.0.11/tc/in.html). Or do you mean to declare it somewhere else? Mario Von: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: Input & ValueChangeListener

2007-09-18 Thread Pedro Calcao
Hi Mario, Not sure if that can be the problem, but don't you need to set autoSubmit="true" in your input component so that the event gets fired? Hope it helps :) Pedro On 9/18/07, Schröder, Mario <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm having a problem with a valuechangelistener attache

columnClasses styles are ignored

2007-09-18 Thread iamlei
I tried setting my style classes in the attribute columnClasses of t:dataTable like this: But the first style (columnUnlock) is the only style applied all throughout my table... I have defined both columnUnlock and columnLock in my css file. What seems to be the problem? I am using tomahawk

Re: [Trinidad] maven-faces-plugin tag-lib generation not working

2007-09-18 Thread Matthias Wessendorf
I am checking the deployment "issue" now, wasn't possible in the past. You can request an account here: http://vmbuild.apache.org/ I pinged Brett ([EMAIL PROTECTED]) directly for getting an "admin" account. But, I think that our infra@ team is also able to make you an admin ([EMAIL PROTECTED])

Re: Does MyFaces 1.2 require JSP 2.1?

2007-09-18 Thread Piotr
I've upgraded MyFaces to 1.2 version, facelets to 1.1.12 ver and try to run my app on the Tomcat 6.0.14. During startup I receive following error msg: SEVERE: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener java.lang

[Trinidad] ValueChangeEvent problem after trinidad 1.0.2

2007-09-18 Thread Esef Gelir
Hi , I have a web Project on Eclipse 3.3 which uses trinidad 1.0.0 and jsf(no problem) After I replace the trinidad 1.0.0 jars with trinidad 1.0.2, Working code for a inputText with valueChangeListener , started to give a message and not update the related field. "org.apache.myfaces.

RE: [Trinidad] treeTable dynamic rowSelection

2007-09-18 Thread Andrew Richards
Thanks Abhishek, that seems a viable solution. I'm told what I'm wanting to-do was possible with ADF so I thought it still may be possible with Trinidad however I will try and implement your suggestion. Many thanks, Andy From: Abhi [mailto:[EMAIL PROTECTED] Sent

Input & ValueChangeListener

2007-09-18 Thread Schröder , Mario
Hi, I'm having a problem with a valuechangelistener attached to an input field in Tobago. The method in the Bean is never been called. Strange enough, with Sun's JSF reference implementation and just one input field the listener works fine. But as soon as I add another input field nothing

Re: [Trinidad] clearing 'inputFile' after PPR request

2007-09-18 Thread Zarick Lau
Okay, it is not a problem with Trinidad, file upload control in HTML doesn't allow JavaScript to alter the "value" for security reason. Hence, Trinidad have nothing to do with it. On 9/17/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > Dear Users and Developers, > > I've used tr:inputFile with PPR wit

Re: F5 Keycode is not available in javascript

2007-09-18 Thread Chris Pratt
You might want to check out http://www.gklein.org/tests/js/disablekey.html, but trying to take over one of the Browser's primary responsibilities (like refreshing a page) isn't really a great idea. User's already have an expectation of what that key will do for them, and submitting a form isn't it