Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread Christopher Cudennec
You should try a tool like ProxySniffer or a plugin for FF or IE to see why your page performance is that bad. We had some problems in our project concerning included css and js-files. You should be able to see who's responsible. Cheers, Christopher Martin Marinschek schrieb: Are you using

Re: [Trinidad] tr:panelPopup and PPR

2008-01-31 Thread Renzo Tomaselli
Oops, that's the reason (we should call it Partial Page Replacing :-) ). Wrapping the popup by a bound tr:panelGroupLayout is all I need to succeed. Then I use it as a target for addPartialTarget. Many thanks, -- Renzo Andrew Robinson wrote: I don't think PPR and JSTL tags can be mixed.

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread David Delbecq
Using ctrl-I on firefox , in the medias tab you will get an idea what is loaded by pages. If you see tons of javascript, css and picture, that might be the source of your problem. Note that we had a similar problem here once, JSF was slow to render (same time for IE / firefox), we discovered

R: JBoss Portal and encodeNamespace

2008-01-31 Thread Luca Castelluzzo
Hi Scott, I'm afraid JBoss Portal complies with the JSR 168. This is an excerpt from page 53 of JSR168-spec: The getNamespace method must return a valid identifier as defined in the 3.8 Identifier Section of the Java Language Specification Second Edition. This leads to page 20 of the

Re: tr:convertNumber

2008-01-31 Thread Wolf Benz
Indeed. The error I got related to a Null-value, which gave me the NumberConversionError (instead of a NPE - which is why I first thought Longs were not supported) Thanks Mathias, -Wolf On Jan 30, 2008 11:36 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: should work; it works like the

Re: tr:convertNumber

2008-01-31 Thread Matthias Wessendorf
so? still an open issue here? or, solved ? On Jan 31, 2008 11:25 AM, Wolf Benz [EMAIL PROTECTED] wrote: Indeed. The error I got related to a Null-value, which gave me the NumberConversionError (instead of a NPE - which is why I first thought Longs were not supported) Thanks Mathias, -Wolf

Re: (Trinidad) Session Expiry in dialog window

2008-01-31 Thread Walter Mourão
Use lightweight dialogs, adding: context-param param-nameorg.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS /param-name param-valuetrue/param-value /context-param to the web.xml file. 2008/1/31, sandeep gururaj [EMAIL PROTECTED]: Hello All, Is there any way I

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread caped crusader
Thanks for the suggestions everyone. Our pages are very simple, very few images, very little javascript, and we're not using any extra javascript libraries. There is nothing obviously different in the server logs in terms of the files being fetched. I'm going to try the suggestions here and see

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread David Delbecq
Random guess: could it be your IE7 clients are configured to use a not so performant proxy ? Using complex forms with IE7 here, no special troubles En l'instant précis du 31/01/08 13:42, caped crusader s'exprimait en ces termes: Thanks for the suggestions everyone. Our pages are very simple,

Re: tr:convertNumber

2008-01-31 Thread Wolf Benz
I didn't post a JIRA issue - wanted to hear some others first. For me, it's working now! So, it's closed for me! :-) -Wolf On Jan 31, 2008 11:46 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: so? still an open issue here? or, solved ? On Jan 31, 2008 11:25 AM, Wolf Benz [EMAIL PROTECTED]

Re: tr:convertNumber

2008-01-31 Thread Matthias Wessendorf
cool, wasn't clear to me by your last post. -M On Jan 31, 2008 2:17 PM, Wolf Benz [EMAIL PROTECTED] wrote: I didn't post a JIRA issue - wanted to hear some others first. For me, it's working now! So, it's closed for me! :-) -Wolf On Jan 31, 2008 11:46 AM, Matthias Wessendorf [EMAIL

Re: R: JBoss Portal and encodeNamespace

2008-01-31 Thread Scott O'Bryan
I'm currently traveling right now and don't have access to the spec. The guideline below in ONE of the guidelines but not the only guideline. I know I've seen further guidelines in the spec on this and even posted a message about it here about a year ago concerning another portal. The

Re: R: JBoss Portal and encodeNamespace

2008-01-31 Thread Scott O'Bryan
Ok, I got it. I'm mainly telling you this so that you can defend your opinion to the JBoss guys. Many Portal developers, I have found, like to use the excuse that the spec DOESN'T say I can't do something. Fortunately there is a lot of implied behavior. So this should help you file a bug with

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread Andrew Robinson
Have you tried changing your IE cache settings to never check for updates instead of automatically or every time? Worth a try as a test to see if it has an effect. On Jan 31, 2008 5:42 AM, caped crusader [EMAIL PROTECTED] wrote: Thanks for the suggestions everyone. Our pages are very simple,

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread caped crusader
Hmm, except that when I'm testing here I'm seeing the same problems- I can access the same remote URL with both IE and FF and see these long lags in IE. Testing locally, the response time is identical and very fast for both browsers. On Thu, Jan 31, 2008 at 1:08 PM, David Delbecq [EMAIL

Tooltip on t:selectItems

2008-01-31 Thread Stefano Panero
Hi, Is there a way to add a tooltip using t:selectItems component? I need something rendered like: option value=xxx name=tooltip Thanks, Stefano.

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread caped crusader
Good idea. Tried it but it had no effect. On Thu, Jan 31, 2008 at 4:24 PM, Andrew Robinson [EMAIL PROTECTED] wrote: Have you tried changing your IE cache settings to never check for updates instead of automatically or every time? Worth a try as a test to see if it has an effect. On Jan

Re: R: JBoss Portal and encodeNamespace

2008-01-31 Thread Michael Freedman
Yes, JBoss likely complies with the spec in that the TCK tests are too loose. I will forward this to the JSR 286 spec lead for comment/potential improvement in the 286 spec -- but as Scott points out the use of getNameSpace is clear -- it is to be used for prefixing ids/names in markup

[tomahawk] oamSubmitForm causes parse error

2008-01-31 Thread Michael Heinen
I am using myFaces in combination with ajax4jsf (or richfaces) and tried to use the Nekko Parser (or Neko?) in the richfaces filter to achieve better performance. Some tomahawk javascript code makes now trouble: The parser says: error[18:11:35,796]: Parse Error: XML Parsing Error: A name was

Where to get latest snapshots?

2008-01-31 Thread Val Blant
Hi. Could someone please point me to where I can get the latest snapshots of MyFaces? Specifically, I am interested in 1.2.3-SNAPSHOT, created yesterday I believe. Thanks -- View this message in context: http://www.nabble.com/Where-to-get-latest-snapshots--tp15211662p15211662.html Sent from

RE: MyFaces 1.1 not working on Websphere 5.1.1.15 with Classloader set to PARENT_LAST

2008-01-31 Thread Damon Weyant
I've had MyFaces application running on WAS v5.1.x before (we're currently running them in WAS v6.1.x), I know one thing we did was set the WAR classloader policy from Module to Application so maybe that might do the trick for you as well. Hope this helps... - Damon -Original

RE: jsf validation in diffrent life phases

2008-01-31 Thread Yaron Spektor
Thanks Stan, I will give it a try Yaron -Original Message- From: Stan Carney [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 4:18 PM To: MyFaces Discussion Subject: Re: jsf validation in diffrent life phases We do something similar but with messages. On the application side

Re: Where to get latest snapshots?

2008-01-31 Thread simon
On Thu, 2008-01-31 at 10:25 -0800, Val Blant wrote: Hi. Could someone please point me to where I can get the latest snapshots of MyFaces? Specifically, I am interested in 1.2.3-SNAPSHOT, created yesterday I believe.

Re: Where to get latest snapshots?

2008-01-31 Thread Leonardo Uribe
Hi I have checked the address and the snapshots are not here. regards Leonardo Uribe

Re: Where to get latest snapshots?

2008-01-31 Thread Leonardo Uribe
not all snapshot, but 1.2.3-SNAPSHOT

RE: MyFaces 1.1 not working on Websphere 5.1.1.15 with Classloader set to PARENT_LAST

2008-01-31 Thread mchandir
Thanks for your suggestion. I tried it but still not working. Whatz annoying is when i hit the url i get a blank page and there is no error in the log files. while i turned on the trace i see that the request is getting processed and i also see the response is dispatched properly to

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread simon
Are you testing with the full hostname each time, or with localhost:port for your local tests? If the latter, then you are not testing david's suggestion at all. Even when using the hostname, you might not be testing david's suggestion. Only when testing from the same source network to the same

Re: JSF pages rendering 4 times more slowly in IE7 than Firefox

2008-01-31 Thread David Delbecq
Sniff both transactions, compare, find correct solution and post it here, am really curious to know where this comes from? caped crusader a écrit : Good idea. Tried it but it had no effect. On Thu, Jan 31, 2008 at 4:24 PM, Andrew Robinson [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

Re: R: JBoss Portal and encodeNamespace

2008-01-31 Thread Michael Freedman
FYI ... I contacted the JBoss rep in JSR 301 and he indicates this is a known problem which will be fixed soon: You are correct:http://jira.jboss.com/jira/browse/JBPORTAL-1875. And this should be fixed in the upcoming 2.6.4 release (Feb 11) -Mike- Michael Freedman wrote: Yes, JBoss

Re: jsf validation in diffrent life phases

2008-01-31 Thread Richard Yee
Which library are you using? MyFaces, Trinidad, etc.? The trinidad components display error messages without much effort. You don't need a message tag for each input. You can just do as Stan said and get a FacesContext and call the addMessage method with your FacesMessage. I believe you can set

Can I use MyFaces Tomahawk 1.1.6 with MyFaces Core 1.1.5?

2008-01-31 Thread merkas
Hello, can I use MyFaces Tomahawk 1.1.6 with MyFaces Core 1.1.5? Because in the in the http://wiki.apache.org/myfaces/CompatibilityMatrix compatibility matrix ther is no entry. Regards, merkas -- View this message in context:

Re: Where to get latest snapshots?

2008-01-31 Thread simon
On Thu, 2008-01-31 at 14:41 -0500, Leonardo Uribe wrote: Hi I have checked the address and the snapshots are not here. That's because continuum, our build server, is down and has been down since before trunk moved from being 1.2.1-SNAPSHOT to 1.2.3-SNAPSHOT (yes, 1.2.2-SNAPSHOT was skipped).

JSF/Trinidad Work in Burbank, CA

2008-01-31 Thread stop-n-go
We're looking for a strong JSF/Trinidad or Oracle ADF developer to augment our team that is building an rich-client product data management application. The project is based in Burbank, CA and we would prefer local candidates, but telecommuting is a possibility to be discussed. The position is a

Re: Where to get latest snapshots?

2008-01-31 Thread Val Blant
Simon Kitching-4 wrote: Frankly, though, I would recommend to people to use the 1.2.2 release. AFAIK, absolutely nothing of interest has gone into trunk since the release went out... Actually, this did: https://issues.apache.org/jira/browse/MYFACES-1812. Although I already wrote my own

Re: Where to get latest snapshots?

2008-01-31 Thread david delbecq
simon a écrit : On Thu, 2008-01-31 at 14:15 -0800, Val Blant wrote: Simon Kitching-4 wrote: Frankly, though, I would recommend to people to use the 1.2.2 release. AFAIK, absolutely nothing of interest has gone into trunk since the release went out... Actually, this did:

[Trinidad] Is there a way to have a custom JavaScript function be called when a validation error occurs?

2008-01-31 Thread Richard Yee
Everyone, I am showing a Loading message when the user submits a form in my MyFaces/Trinidad application by having an onclick handler set the 'display' style to be 'inline' for my a tr:outputText tag. This works fine unless there is a validation error on the page for a required field. In this

Re: Where to get latest snapshots?

2008-01-31 Thread simon
On Thu, 2008-01-31 at 14:15 -0800, Val Blant wrote: Simon Kitching-4 wrote: Frankly, though, I would recommend to people to use the 1.2.2 release. AFAIK, absolutely nothing of interest has gone into trunk since the release went out... Actually, this did:

Re: [tomahawk] oamSubmitForm causes parse error

2008-01-31 Thread Martin Marinschek
No ideas, no patches. Is it the which is not liked by the parser? regards, Martin On Thu, Jan 31, 2008 at 6:33 PM, Michael Heinen [EMAIL PROTECTED] wrote: I am using myFaces in combination with ajax4jsf (or richfaces) and tried to use the Nekko Parser (or Neko?) in the richfaces filter to

Re: Can I use MyFaces Tomahawk 1.1.6 with MyFaces Core 1.1.5?

2008-01-31 Thread Martin Marinschek
Yes, it should work. regards, Martin On Thu, Jan 31, 2008 at 10:41 PM, merkas [EMAIL PROTECTED] wrote: Hello, can I use MyFaces Tomahawk 1.1.6 with MyFaces Core 1.1.5? Because in the in the http://wiki.apache.org/myfaces/CompatibilityMatrix compatibility matrix ther is no entry.

Re: Checking Event Queue inside Value Change Listener

2008-01-31 Thread Martin Marinschek
Hi Mihajlo, you would need to override the UIViewRoot component and its method queueEvent - in this method, you could keep a list of events, and then check if there is more to come in your value-change-listener. There is no public API to do this in the standard UIViewRoot, so no chance otherwise.

RE: (Trinidad) Session Expiry in dialog window

2008-01-31 Thread sandeep gururaj
Thanks very much Walter. This solved my problem. I have to now find a way out to disable the user from clicking on any other options on a different frame on the screen. ~Sandeep From: Walter Mourão [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31,

submitOnEvent callback

2008-01-31 Thread Dave
for s:submitOnEvent, in my case, whether to submit depends on a bean variable. So I need a rendered property. h:selectOneMenu s:submitOnEvent for=aButton event=change rendered=#{bean.submitOnChange} / /h:selectOneMenu h:commandButton id=aButton .../ But the

Re: submitOnEvent callback

2008-01-31 Thread Dave
callback=#{bean.callbackFunction} The bean method is not called. Dave [EMAIL PROTECTED] wrote:for s:submitOnEvent, in my case, whether to submit depends on a bean variable. So I need a rendered property. h:selectOneMenu s:submitOnEvent for=aButton event=change

regarding width attribute of t:column tag (tomhalk)

2008-01-31 Thread Prashant
Dear All, We are using myfaces 1.1.5 and tomhalk 1.1.6 for development. I am using datatable to display repetetive data. My requirement was to display repetetive panels (and not simple list). So I am using panelGrid inside dataTable. Code is something like this... t:dataTable

Re: Where to get latest snapshots?

2008-01-31 Thread simon
On Thu, 2008-01-31 at 23:41 +0100, david delbecq wrote: simon a écrit : On Thu, 2008-01-31 at 14:15 -0800, Val Blant wrote: Simon Kitching-4 wrote: Frankly, though, I would recommend to people to use the 1.2.2 release. AFAIK, absolutely nothing of interest has gone into trunk

expanding/adding tree2 child node

2008-01-31 Thread sudheerp
Hello Friends, I am new to myfaces tree2 component. I am trying to implement the an example given at http://www.jroller.com/plainoldweblog/entry/use_tomahawk_tree2_and_ajax4jsf I am not able to expand the child node in the given example or any nodes added to child is not displayed.

Re: submitOnEvent callback

2008-01-31 Thread Mario Ivankovits
Hi! callback=#{bean.callbackFunction} The callback should point to a javascript function name instead of a bean method. callback is meant to be executed on the client. This javascript method then should allow you to return true/false, on false the click should not happen. Ciao, Mario

How to use https together with http

2008-01-31 Thread Dave
For jsf page (myfaces), some data need to go through SSL such as bank information. For better performance, other pages(or forms) can use http. h:form ... /h:form h:form ... /h:form if a form may contain personal data, it should be summitted using https. Also we need to let