Re: [Trinidad] Aaaaaargg - validateDoubleRange broken on JSF RI 1.2

2007-09-26 Thread Matthias Wessendorf
Nope, I try to look at it... -M On 9/25/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Hi Matthias, any news on this? I am getting the same error on Trinidad 1.0.2 when client side validation is disabled. Matthias Wessendorf wrote: thx for the file, I'll check tomorrow (German time)

Re: [Trinidad] inputText: autocomplete=off ?!

2007-09-26 Thread Matthias Wessendorf
Do you mind to file an enhancement request ? On 9/26/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Is there any reason that Trinidad's inputText tag does not support an autocomplete attribute to disable completion in the browser? That should be very easy to implement as it should only be

JSCookMenu Help inline style

2007-09-26 Thread Dave
Hi, I like to use my own theme, for example ThemeFoo, h:form t:jscookMenu layout=hbr theme=ThemeFoo t:navigationMenuItems value=#{bean.menuItems} / /t:jscookMenu /h:form I included the CSS for the theme inline in the page. style .ThemeFooMain { ..}

Error while serving resource?

2007-09-26 Thread Bjørn T Johansen
I often get these in my log..: 26.09.2007 08:53:20,863 - Error while serving resource: navmenu.jscookmenu.HtmlJSCookMenuRenderer/JSCookMenu.js, message : null ClientAbortException: java.net.SocketException: Broken pipe at

selectBooleanCheckbox problem with IE

2007-09-26 Thread inalasuresh
Hi Folks, I have following situation. I am facing the problem with selectBooleanCheckbox. The situation that was i have a textbox / commandbutton and selectBooleanCheckbox. the logic was when i am searching for any searchterm with in the category that should display the same category page. The

Re: General JSF Question regarding duplicate component ID

2007-09-26 Thread Volker Weber
Hi, you MUST assign a unique id to all components created by your application code, e.g.: all componets which are not created by the framework via jsf tags. And (according to my experience) you should not use createUniqueId() of UIViewRoot. Regards, Volker 2007/9/25, CD [EMAIL

Re: Exadel with Trinidad?

2007-09-26 Thread distillingweb
Thanks a lot for all the comments and I still have to take a look on the JSR 276 and also in the proposals that Kito has mentioned being one of them sent by himself. Very interesting it has been addressing seriously now. I am afraid you are out of luck. In the past I have gotten under the

Re: [Trinidad] inputText: autocomplete=off ?!

2007-09-26 Thread Stephen Friedrich
Do you mind to file an enhancement request ? Thanks for the answer. I'll try and create a patch and submit it with a jira issue. On 9/26/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Is there any reason that Trinidad's inputText tag does not support an autocomplete attribute to disable

[Trinidad] InstantiationException: PanelPartialRootRenderer

2007-09-26 Thread tartaruga
Hi, I'm trying to upgrade to Trinidad 1.0.2. Currently I'm using Trinidad 1.0.1 with - Seam 1.2.1.GA - Facelets (the .jar delivered with Seam) - MyFaces 1.1.5 - Ajax4Jsf 1.1.1 - Richfaces 3.0.1 - JBoss 4.0.5 When upgrading to Trinidad 1.0.2 I get the exception below. I just exchanged the

Re: [a4j] Rerender h:inputText and a4j:commandButton - GOT IT!

2007-09-26 Thread NABA
And what was the problem?? And how did you resolve it?? [EMAIL PROTECTED] schrieb: Original Message Subject: [a4j] Rerender h:inputText and a4j:commandButton] From:[EMAIL PROTECTED] Date:Tue, September 25, 2007 8:01 pm To:

Re: [Trinidad] Aaaaaargg - validateDoubleRange broken on JSF RI 1.2

2007-09-26 Thread Matthias Wessendorf
Ok. I sent an email to the RI mailing list, I am sure Ryan / Roger will answer my email soon ! Greetings, Matthias On 9/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Nope, I try to look at it... -M On 9/25/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Hi Matthias, any news on

Re: MyFaces on Glassfish

2007-09-26 Thread Björn Thalheim
Hi, Hendrik Beck schrieb: What I could find out (if I understood it right) is, that Glassfish bundles the JSF Sun-RI with Glassfish and prefers that impl over the one bundled with the web app (which would be MyFaces in my case). Uhm. Are there any people out there doing that (I assumed, there

JSF perf test with JMeter, possible?

2007-09-26 Thread Bryan Sevilla
I would like to know if it's possible to do performance test using JMeter with the JSF, specifically, myfaces? Does anybody had already successfully implemented performance test for those two? I was thinking that I will not be able to execute jmeter concurrently because of the nature of the jsf,

Re: Re: [a4j] Rerender h:inputText and a4j:commandButton - GOT IT!

2007-09-26 Thread Wolfgang
Hi NABA, the problem how I already described below was that some JSF components, in my case the h:inputText and the a4j:commandButton, won't be rerendered. I solve it by surrounding the table with the a4j:outputPanel ajaxRendered=true component. greets, Wolfgang And what was the problem??

Re: JSF perf test with JMeter, possible?

2007-09-26 Thread Volker Weber
Hi Bryan, yes it is possible, i'm currently doing this with a tobago app. My app uses server-side state saving, i think this ViewState Extractor from the wiki is for client-side state saving, so i have two different extractors: RegexExtractor guiclass=RegexExtractorGui

[Trinidad] panelaccordion / facelet ui:repeat

2007-09-26 Thread Christian Klocker
hi, the following usage of panelaccordion/faclets does not work ... nothing gets drawn inside panelaccordion. how can this be fixed or is there a work around for similar use-cases? tr:panelAccordion ui:repeat value=#{elementGroups} var=row tr:showDetailItem text=#{row.key}

[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.3)

2007-09-26 Thread Matthias Wessendorf
Hi, The Apache MyFaces community is pleased to announce its 1.2.3 release of the Apache MyFaces Trinidad Maven2 plugins. The version 1.2.3 is a unified version of both, the 1.0.x plugins and 1.2.x plugins development-line. The unified plugins will be used for both CORE development line (1.0.x

[Tobago] TabGroup transition possible?

2007-09-26 Thread Michał 'Gandalf' Stawicki
hi, is it possible to get a transition effect upon switching tabs in tabgroup? I'm using server-side switching. regards, michal

[Trinidad] PPR between two tr:tables not updating selection

2007-09-26 Thread Edward Steel
Hello list, I have a page with two tr:tables in. The first contains checkboxes and the second radio buttons (i.e. rowSelection=single and multiple respectively). Since the first represents queues, and the second users assigned to those queues, changing selected queue should change the selected

A question about filter in web.xml

2007-09-26 Thread Thomas Chang
Hi all, I've create a web application with myfaces and it runs well till now. But after I fill an own filter in the web.xml, I can't see the GUI anymore. The page is just a blank page. Why? The filter I filled into the web.xml looks as follow: ** ... filter

RE: A question about filter in web.xml

2007-09-26 Thread Bryan Sevilla
Seems like it interrupts execution of filter chain? Try adding adding chain.doFilter(request, response) on doFilter() method -Original Message- From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 6:44 PM To: users@myfaces.apache.org Subject: A question about

RE: A question about filter in web.xml

2007-09-26 Thread Thomas Fischer
Did you call chain.doFilter(request, response) in your doFilter method ? The filter must explicitly tell the filter chain to proceed, otherwise it does just nothing and returns without rendering anything. regards, Thomas Thomas Chang [EMAIL PROTECTED] schrieb am 26.09.2007

RE: JSF perf test with JMeter, possible?

2007-09-26 Thread Bryan Sevilla
Hi Volker, I'm quite new to jmeter, where should I attach the RegexExtractor? Under threadGroup? I've tried putting the extractor on the threadgroup where my samplers reside, and set the javax.faces.ViewState params with ${jsf_viewid} but it doesn't work? Did I miss something? I wanna know the

RE: Exadel with Trinidad?

2007-09-26 Thread mike . sauer
I tried working with Trinidad and Ajax4Jsf (and facelets and JSF 1.2 RI) and ran into problems with form refreshes. See topic: [Trinidad] Problems working with Ajax4JSF I tried getting this resolved on the JBoss Ajax4Jsf forum but did not have any luck. Thai Dang Vu [EMAIL PROTECTED] wrote on

RE: A question about filter in web.xml

2007-09-26 Thread Thomas Chang
Thanks, you are right. Bryan Sevilla [EMAIL PROTECTED] schrieb: v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Clean Clean DocumentEmail

[Trinidad] tr:inputText rendering no label inside of TreeTable column

2007-09-26 Thread Maik77
Hi, I want to use the the tr:inputText inside a column of my treeTable, but the label is not rendered. Shouldn't that be possible??? Example: tr:form tr:treeTable ... tr:column f:facet /f:facet tr:inputText label=The label that I want to see value=xxx/

RE: A question about filter in web.xml

2007-09-26 Thread Thomas Chang
Thanks, you are right. I forgot to call chain.doFilter(). Thomas Fischer [EMAIL PROTECTED] schrieb: Did you call chain.doFilter(request, response) in your doFilter method ? The filter must explicitly tell the filter chain to proceed, otherwise it does just nothing and returns without

Re: [Trinidad] tr:inputText rendering no label inside of TreeTable column

2007-09-26 Thread Matthias Wessendorf
Hi, Inside a table these widgets are in simple=true mode and don't render a visible label. The label value is rendered as hidden label. See on runtime (editable table): http://example.irian.at/trinidad-demo-20070926/faces/components/table.jspx see the source code: http://example.irian.at

[core] adding validator method bugs ?

2007-09-26 Thread Thomas Fischer
Hi all, In an application using myfaces 1.2.0, a custom validation method is added by the validator attribute. E.g. h:inputSecret id=loginPass value=#{loginController.password} validator =#{loginController.validate}/ For testing purposes, the validator method always fails: public void

Re: [Trinidad] tr:inputText rendering no label inside of TreeTable column

2007-09-26 Thread Maik77
of inputText and other components. Maik Matthias Wessendorf-4 wrote: Hi, Inside a table these widgets are in simple=true mode and don't render a visible label. The label value is rendered as hidden label. See on runtime (editable table): http://example.irian.at/trinidad-demo-20070926

[Trinidad] js errors while processing PPR response

2007-09-26 Thread Renzo Tomaselli
Hi, I'm getting js errors while processing PPR responses. The involved refresh succeeds anyway on FF, while on IE 5 the browser gets frozen. Error is: ["Error ", TypeError: nodes[0] has no properties message=nodes[0] has no properties, " delivering XML request status changed to ",

[TRINIDAD] Building a dynamic tr:panelTabbed

2007-09-26 Thread Danny Robinson
Posting on behalf of a collegue: I need an example of how to build a PanelTabbed component with a dynamic number of ShowDetailItem(s) using the API's. Any examples you may have on how to do this in a managed bean would be greatly appreciated. His attempts to do this using iteration style tags

[tobago] JSTL problem

2007-09-26 Thread Zied Hamdi
Hi, I'm under JSF 1.2 (RI), Facelets 1.12 and a Tobago nightly 1.0.12 of yesterday, I'm trying to use JSTL 1.1 but even the simplest example fails: c:if test=false tc:out value=test/tc:out /c:if prints test anyway. Even more strange : when calling

Re: [tobago] JSTL problem

2007-09-26 Thread Zied Hamdi
Hi again, Sorry for spamming, I forgot to say it's possible to do wihout JSTL playing with the rendered attribute or using tc:sheet or tc:forEach. The question is: is tobago still not compatible with JSTL under JSF 1.2? Regards, Zied 2007/9/26, Zied Hamdi [EMAIL PROTECTED]: Hi, I'm under

Errors and Messages

2007-09-26 Thread daniel ccss
Hi all, I need to use a different style for showing messages and errors. For my messages I use this in my bean FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(message)); And this in the JSP h:messages styleClass=messages/ How can display errors in this way using a different

[Trinidad] tr:inputDate vs. servlet mapping

2007-09-26 Thread Björn Thalheim
Hi, I'd like to use just a plain tr:inputDate binding=#{backend.variable} / in a form. Unfortunately, the popup-Window which opens when clicking at the calendar icon of the inputDate-tag returns me: HTTP Status 404 - ´ typeStatus report message

Re: [tobago] JSTL problem

2007-09-26 Thread Volker Weber
Hi Zied, i have no experience with facelets, but afaik jstl is a jsp taglib and not facelets compatible. i never tested tobago with 1.2 maybe bernd knows more. Regards, Volker 2007/9/26, Zied Hamdi [EMAIL PROTECTED]: Hi again, Sorry for spamming, I forgot to say it's possible to do

Re: [Trinidad] tr:inputDate vs. servlet mapping

2007-09-26 Thread Matthias Wessendorf
Björn, not 100% sure, but I think it works with myfaces 1.1.x the issue is only present in the 1.2.x line of myfaces, at least here i noticed the issue. AFAIK it was present in an older RI (1.2.x) as well On 9/26/07, Björn Thalheim [EMAIL PROTECTED] wrote: Hi, I'd like to use just a plain

Re: [tobago] JSTL problem

2007-09-26 Thread Zied Hamdi
Hi Volker, JSTL can be used in facelets: I found that in an article http://www.ibm.com/developerworks/java/library/j-facelets/ In the article, the snippet c:if test=${empty label} c:set var=label value=${fieldName} / /c:if comes very handy. The rendered attribute can't do the work anymore

Re: [Trinidad] tr:inputText rendering no label inside of TreeTable column

2007-09-26 Thread Matthias Wessendorf
://example.irian.at/trinidad-demo-20070926/faces/components/table.jspx see the source code: http://example.irian.at/trinidad-demo-20070926/faces/components/table.jspx.source -M On 9/26/07, Maik77 [EMAIL PROTECTED] wrote: Hi, I want to use the the tr:inputText inside a column of my

javax.faces.application.ViewExpiredException after moving to myfaces from sun's jsf

2007-09-26 Thread Xin Du
Hi All, I am having a strange problem after moving my application from sun's jsf to myfaces. Everything was OK with Sun's jsf. However, I am starting to get ViewExpiredException after moving to myfaces. The problem seems due to the following line in one of my customerzied components: Object

RE: Exadel with Trinidad?

2007-09-26 Thread Kito D. Mann
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 7:16 AM To: MyFaces Discussion Subject: RE: Exadel with Trinidad? I tried working with Trinidad and Ajax4Jsf (and facelets and JSF 1.2 RI) and ran into problems with form refreshes. See topic:

RE: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.3)

2007-09-26 Thread Kito D. Mann
Congrats! FYI, there's note of this on the MyFaces main page, and the Plugins link (http://myfaces.apache.org/trinidad/plugins/index.html) is still dead... ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com -

RE: Errors and Messages

2007-09-26 Thread Kito D. Mann
From: daniel ccss [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 10:26 AM To: MyFaces Discussion Subject: Errors and Messages Hi all, I need to use a different style for showing messages and errors. For my messages I use this in my bean

Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.3)

2007-09-26 Thread Matthias Wessendorf
yeah, true. we need to fix that. Please note, that Andrew (or Adam) started a wiki page on the maven-faces-plugin. -M On 9/26/07, Kito D. Mann [EMAIL PROTECTED] wrote: Congrats! FYI, there's note of this on the MyFaces main page, and the Plugins link

jsf and SAP Portal

2007-09-26 Thread Peter Dahm
Hi, I'm looking for some documentation how to integrate a myfaces application into a sap portal. Does someone have experience in doing this or an may be some link where I can find a migration path or something like this ??? Thanks Peter

Re: Errors and Messages

2007-09-26 Thread daniel ccss
Thanks, but how can I have two h:messages one for errors and one for messages?? On 9/26/07, Kito D. Mann [EMAIL PROTECTED] wrote: *From:* daniel ccss [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, September 26, 2007 10:26 AM *To:* MyFaces Discussion *Subject:* Errors and Messages Hi

Re: jsf and SAP Portal

2007-09-26 Thread Scott O'Bryan
Peter, is SAP's portal a standard JSR-168 portal? If so then you should be able to use the bridge that works best with the renderkit you are looking to use. If not, you may be on your own. Scott Peter Dahm wrote: Hi, I'm looking for some documentation how to integrate a myfaces

Re: General JSF Question regarding duplicate component ID

2007-09-26 Thread CD
Thanks for replying Volker. I do use the JSF tags to create said components (which is why I am confused as to why this occurs). Any other thoughts? On 9/26/07, Volker Weber [EMAIL PROTECTED] wrote: Hi, you MUST assign a unique id to all components created by your application code, e.g.:

Re: [Trinidad] tr:inputText rendering no label inside of TreeTable column

2007-09-26 Thread Maik77
components. Maik Matthias Wessendorf-4 wrote: Hi, Inside a table these widgets are in simple=true mode and don't render a visible label. The label value is rendered as hidden label. See on runtime (editable table): http://example.irian.at/trinidad-demo-20070926/faces

WIKI on Trinidad maven-faces-plugin

2007-09-26 Thread Andrew Robinson
Okay, I'm all WIKI'd out for a while. I just posted a new article on the MyFaces WIKI that is a getting started guide for using the Trinidad 1.2.3 version of the maven-faces-plugin with JSF 1.1 and Facelets 1.1. Tiny URL: http://tinyurl.com/yonhyv Enjoy, -Andrew

Re: [Trinidad] Aaaaaargg - validateDoubleRange broken on JSF RI 1.2

2007-09-26 Thread Matthias Wessendorf
Hello Stephen, based on my mail, Ryan created this ticket: https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=641 and fixed it for the next RI release. Not that they released the last release yesterday... -matthias On 9/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Ok. I sent

Re: [Trinidad] Aaaaaargg - validateDoubleRange broken on JSF RI 1.2

2007-09-26 Thread Stephen Friedrich
Thanks a lot!!! I switched to MyFaces to get rid of this bug, but probably I have to switch back to JSF RI before going live with my app, because server-side state-saving is broken in MyFaces, and I am forbidden to use hidden fields. Uh, oh, I just realized that the fix is in 1.2 version only,

Re: WIKI on Trinidad maven-faces-plugin

2007-09-26 Thread Grant Smith
Wow, That is an awesome document. Thank you very much Andrew ! On 9/26/07, Andrew Robinson [EMAIL PROTECTED] wrote: Okay, I'm all WIKI'd out for a while. I just posted a new article on the MyFaces WIKI that is a getting started guide for using the Trinidad 1.2.3 version of the

Re: inputcalendar with gzip filter

2007-09-26 Thread Piotr
Hi Wolf, yes I got inputCalendar up and running without the gzip filter on top and right now also with gzip stuff. By the way the previous error was caused by mess in my web.xml sorry for that everyone. As for more detail on how it is working with my app in no gzip filter option, web.xml: ?xml

RE: WIKI on Trinidad maven-faces-plugin

2007-09-26 Thread Kito D. Mann
Thanks, Andrew. This is very helpful. ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com - JSF/Java EE consulting, training, and mentoring http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info

error page not working in MF 1.2?

2007-09-26 Thread Piotr
Hi users, I have upgraded recently MF to 1.2 version and I'm facing strange situation where in case of error with 500 code instead of my custom error page Tomcat displays its own. I have been trying to use the org.apache.myfaces.ERROR_HANDLING (true false) but it doesn't influence the behavior

Re: [Trinidad] Aaaaaargg - validateDoubleRange broken on JSF RI 1.2

2007-09-26 Thread Matthias Wessendorf
On 9/26/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Thanks a lot!!! I switched to MyFaces to get rid of this bug, but probably I have to switch back to JSF RI before going live with my app, because server-side state-saving is broken is there an issue for it already ? in MyFaces, and I