Re: Problem using Trinidad

2007-12-03 Thread Matthias Wessendorf
Hi, have you defined the Trinidad-RenderKit inside your faces-cfg ? -M On Dec 3, 2007 9:10 AM, Andreas Grund [EMAIL PROTECTED] wrote: Hi Mailinglist, I want to use the trinidad inputNumberSpinbox within my web app, but my browser does not render it. I got the following waring within my

Problem using Trinidad

2007-12-03 Thread Andreas Grund
Hi Mailinglist, I want to use the trinidad inputNumberSpinbox within my web app, but my browser does not render it. I got the following waring within my serverlog (weblogic 8.1): WARNUNG: Unsupported component-family/renderer-type:

[Trinidad] Trigger onchange on keyup ?

2007-12-03 Thread Michael Borchert
Hi all, I try to have a table populated on the immediately (with a small timeout ) when an input field changes. I've done it this simple way below, it works but is not really what I want. I want the onchange wto trigger if there was no key pressed for xxx ms. As I'm not the javascript crack,

Difference between 1.1.5 and 1.2 in validation errorMessages

2007-12-03 Thread Jochen Zink
Hello, I have a simple h:input field with required validator. h:input id=Name required=true / With myFaces 1.1.5 (running inside tomcat 6), the validation errormessages looks like this You must insert a value in field Name With myfaces 1.2 (running inside geronimo 2.0.1), the validation

trinidad-demo-1.2.3.war runs error

2007-12-03 Thread 王在平
The environments are: (1)Windows2000(or window xp) (2)Tomcat:6.0.14(setup by apache-tomcat-6.0.14.exe) or 5.5.25. (3)Jjdk:1.5.0_114(we also test the program in jdk1.5.0,1.5.0_04,1.5.0_06) When run the program trinidad-demo-1.2.3,we found it worked well in some PCs(windows xp or windows2000),but

AW: Problem using Trinidad

2007-12-03 Thread Andreas Grund
Hi Matthias, that was my fault. Thanks for your help. Best regards, Andreas -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Matthias Wessendorf Gesendet: Mo 03.12.2007 09:35 An: MyFaces Discussion Betreff: Re: Problem using Trinidad Hi, have you defined the

Odp: Difference between 1.1.5 and 1.2 in validation errorMessages

2007-12-03 Thread Pawel . Czerwinski
Hi, As far as I know, the new JSF specification (since 1.2.0) tells that all inputs fields may have an additional parameter called label, that accepts both - static and el expressions. (i.e. h:inputText id=fieldName label=#{msg.fieldName} /) And due to this enhacement validation messages

Re: Problem creating custom component: IndexOutOfBoundsException

2007-12-03 Thread Jeroen Verhagen
Hi Matthias, On Dec 3, 2007 8:08 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: can you file an issue ticket for this? Ok, I will... My hope was, that it was fixed during working on 1.21 ;-) Is this a known bug? Is there a workaround for it? -- regards, Jeroen

requestParameterMap entries are not preserved while in portlet environment

2007-12-03 Thread Angel Todorov
Hi all, I am trying to setup myfaces in a Portal environment. We use WebSphere, but i have also tried with JBoss. I know that myfaces includes its own MyFacesGenericPortlet (implementation of the JSR 301 portlet bridge). It doesn't work as expected though - when I query the externalContext's

Re: Help on Tomahawk Extensions Filter

2007-12-03 Thread Nitin Deshmukh
You need to have the page encoding as UTF-8. --- Carlos Adolfo Ortiz Quiros [EMAIL PROTECTED] wrote: Hi you all Is there a way to not let the Tomahawk Extension filter not encode the whole page. That is If I have a page like this html meta script function a()

Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
Hi you all Is there a way to not let the Tomahawk Extension filter not encode the whole page. That is If I have a page like this html meta script function a() { alert(alerta mañana); } /script ... /html Notice the word mañana, which has extended ascii

Re: Help on Tomahawk Extensions Filter

2007-12-03 Thread David Delbecq
Use streamingAddRessource, that way the tomahawk extension filter won't try to parse and fix your html while adding the ressources of tomahawk components. But this requires you to use the t:document , t:head and t:body tags! En l'instant précis du 03/12/07 14:41, Carlos Adolfo Ortiz Quiros

RE: Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
Thanks, Perhaps you are not understanding my point. I want the ñ character to appear as is in the resulting HTML page when viewed with view page source. And I need to use the extensions filter but not changing special characters in the filter... Have you sometime figured what happens to a

RE: Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
Thanks, but how is this done! This implies a recompile of the filter class. Can you tell me what to do? -Mensaje original- De: David Delbecq [mailto:[EMAIL PROTECTED] Enviado el: Monday, December 03, 2007 8:49 AM Para: MyFaces Discussion Asunto: Re: Help on Tomahawk Extensions Filter

Re: Help on Tomahawk Extensions Filter

2007-12-03 Thread Christopher Cudennec
http://wiki.apache.org/myfaces/Performance Carlos Adolfo Ortiz Quiros schrieb: Thanks, but how is this done! This implies a recompile of the filter class. Can you tell me what to do? -Mensaje original- De: David Delbecq [mailto:[EMAIL PROTECTED] Enviado el: Monday, December 03, 2007

RE: Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
Thanks to you all, this was exactly what I was looking for! -Mensaje original- De: Christopher Cudennec [mailto:[EMAIL PROTECTED] Enviado el: Monday, December 03, 2007 9:06 AM Para: MyFaces Discussion Asunto: Re: Help on Tomahawk Extensions Filter

Re: text height in an inputText field

2007-12-03 Thread Cagatay Civici
style attribute and with font-size? On Dec 3, 2007 3:36 PM, Wolfgang [EMAIL PROTECTED] wrote: Hi, is there a possibilitiy to define the height of the text in an inputText field? Cheers Wolfgang

Re: text height in an inputText field

2007-12-03 Thread Wolfgang
Ah thanks a lot..! style attribute and with font-size? On Dec 3, 2007 3:36 PM, Wolfgang [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, is there a possibilitiy to define the height of the text in an inputText field? Cheers Wolfgang

text height in an inputText field

2007-12-03 Thread Wolfgang
Hi, is there a possibilitiy to define the height of the text in an inputText field? Cheers Wolfgang

t:tree2 and h:inputText

2007-12-03 Thread Wolfgang
Hi, does anyone know why the value of an h:inputText is not shown in a t:tree2 component? I put the inputText outside of the tree and there it works fine... t:tree2 id=treeGoSlim value=#{functionalPageTree.modelBase} var=node showRootNode=false

Re: [Trinidad] Trigger onchange on keyup ?

2007-12-03 Thread Matthias Wessendorf
Hi, I am not 100% sure, I got you, but you want to trigger an event (onchange), when there was no onchange, but onclick (for instance) ? See: http://www.howtocreate.co.uk/tutorials/javascript/domevents Manually firing events That allows you to do things like: html body onload=init(); script

Re: t:tree2 and h:inputText

2007-12-03 Thread Christopher Cudennec
What else do you see? Can you be sure that facade expandNode is rendered? Wolfgang schrieb: Hi, does anyone know why the value of an h:inputText is not shown in a t:tree2 component? I put the inputText outside of the tree and there it works fine... t:tree2 id=treeGoSlim

Re: t:tree2 and h:inputText

2007-12-03 Thread Wolfgang
Hi, yes I am sure! Everything is rendered fine besides the value text. I tried t:inputField and h:inputField but both same effect What else do you see? Can you be sure that facade expandNode is rendered? Wolfgang schrieb: Hi, does anyone know why the value of an h:inputText is not shown

Re: [Trinidad] valueChangeListener called too often?

2007-12-03 Thread Jessica Johnson
Hi Gerhard, The bean is request scoped. I removed the autoSubmit in the list boxes, and when I submit the form with a button, I am seeing aChanged and bChanged both being called. I'm not sure if this was the test you were looking for... Let me know if there is other information I can provide.

Re: Struts-Faces

2007-12-03 Thread Matthias Wessendorf
just add a note: Don't use it :-) On Dec 3, 2007 6:46 PM, Kito D. Mann [EMAIL PROTECTED] wrote: Hey, thanks for all the comments. I'll be removing that section from my course. ~~~ Kito D. Mann - Author, JavaServer Faces in

RE: Struts-Faces

2007-12-03 Thread Kito D. Mann
Hey, thanks for all the comments. I'll be removing that section from my course. ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com - JSF/Java EE consulting, training, and mentoring http://www.JSFCentral.com -

Re: [Trinidad] valueChangeListener called too often?

2007-12-03 Thread Gerhard Petracek
hello jessica, i presumed that... if there is no other problem - the solution is to choose a longer scope. just for testing purpose: try to use the session-scope. if my suggestion is the final solution, i'll explain it in detail. regards, gerhard 2007/12/3, Jessica Johnson [EMAIL PROTECTED]:

Re: [Trinidad] PPR does not show validation error message

2007-12-03 Thread Walter Mourão
Sorry, the expected message isn't not found, it is field name is required. Is there anybody here using subforms with validation and PPR ? 2007/11/30, Walter Mourão [EMAIL PROTECTED]: Hi folks, I have a facelets/trinidad page with one form, two subforms and client side validation=false.

RE: Problems with IE6

2007-12-03 Thread carsten.manshusen
Hello Bernd, today we got the following detailed information from our firewall team (in german, SPA-Tool is our app): Das SPA-Tool Problem wurde durch die Definition einer Ausnahme-Regel für die IPS-Signatur HTTP_Post_Script behoben. Diese Signatur erkennt JavaScript Code in einem HTTP

Re: [Trinidad] valueChangeListener called too often?

2007-12-03 Thread Jessica Johnson
Hi Gerhard, Thanks for the tip. Everything works once the bean is changed to session scope. Which now that I think about it, it makes sense that there would be a call to each of the events while using request scope, since the bean constructor is called each time the form is submitted,

Re: [Trinidad] valueChangeListener called too often?

2007-12-03 Thread Gerhard Petracek
hello jessica, you are welcome! ok - so i omit a detailed explanation. just an additional suggestion: you can use an extended request scope solution, which lasts longer than the request scope and is shorter than the session scope. (it isn't necessary to use the session scope - this scope lasts

selectBooleanCheckbox: how to invoke valueChangeListener event

2007-12-03 Thread keerthi matta
Hi All, A datatable contains list of rows. One of the column in the datatable is selectBooleanCheckBox. I have another selectBooleanCheckBox(Which should perform as a Select All) component outside of the datatable. When the user clicks on Select All selectBooleanCheckBox, all the rows in the

Re: Problem creating custom component: IndexOutOfBoundsException

2007-12-03 Thread Jeroen Verhagen
This is the issue: https://issues.apache.org/jira/browse/MYFACES-1783 regards, Jeroen On Dec 3, 2007 12:18 PM, Jeroen Verhagen [EMAIL PROTECTED] wrote: Hi Matthias, On Dec 3, 2007 8:08 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: can you file an issue ticket for this? Ok, I

Re: Problem creating custom component: IndexOutOfBoundsException

2007-12-03 Thread Matthias Wessendorf
thx On Dec 3, 2007 9:56 PM, Jeroen Verhagen [EMAIL PROTECTED] wrote: This is the issue: https://issues.apache.org/jira/browse/MYFACES-1783 regards, Jeroen On Dec 3, 2007 12:18 PM, Jeroen Verhagen [EMAIL PROTECTED] wrote: Hi Matthias, On Dec 3, 2007 8:08 AM, Matthias Wessendorf

Re: t:tree2 and h:inputText

2007-12-03 Thread Christopher Cudennec
Hi Wolfgang, you're indeed right, I get the same problem when trying your example. You could use an outputText as a workaround to display the values. I tried to figure out the source of the problem and saw that during rendering the page the value binding of the specific inputText is null

Re: Trinidad Ajax

2007-12-03 Thread Matthias Wessendorf
Hi, Just as a side-note; I just ran across this link (see [1]). Looks like Google (at least for Gmail) is also paying the most attention to IE7 and FF2. I wouldn't wonder fix they skip FF2, once FF3 is available longer than 3 month. -Matthias [1]

Identifying which tab is disclosed in a disclosure listener

2007-12-03 Thread Richard Yee
Hi, Is there a way to determine which tab is being disclosed/undisclosed in a disclosure listener for a showDetailItem that is in a showOneTab? I am dynamically creating tabs based on the members of a family (ie. Father, Mother, Child1, Child2, etc.) The text and shortDesc attributes of the