Re: StreamingAddResource - How to disable log messages

2006-12-12 Thread Mario Ivankovits
Hi Dominik! I don’t know how to disable the log entries: I enhanced StreamingAddResource in this area now, not sure if its the best of all solutions I've done two things: * catch any IOException * catch the IllegalStateException when doing sendError both log messages are routed to a

AW: SplitPane in Webapp

2006-12-12 Thread Strittmatter, Stephan
I will try to do that in the next days. Von: Anil Kommareddi [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Dezember 2006 18:46 An: users@myfaces.apache.org Betreff: RE: SplitPane in Webapp Sounds similar to http://issues.apache.org/jira/browse/MYFACES-453.

For all chartcreator users

2006-12-12 Thread Rogerio Pereira
Hi guys! I'm about starting a work about make jsf-comp chartcreator more customizable, i would like some input from chartcreator users inside myfaces community about design, features and volunteers on coding. -- Yours truly (Atenciosamente), Rogério (_rogerio_) http://faces.eti.br Faça a

RE: StreamingAddResource - How to disable log messages

2006-12-12 Thread Bieringer, Dominik
Hey, Thx for the quick answer and the code modification. I will try it out on my way home today. I've already taken a look at the code modifications and they look promising. Thx, Dominik -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12,

Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
Hello, I have just setup a dataTable with newspaper functionalitry like described in http://www.irian.at/myfaces/newspaperTable.jsp.source However my application gives the error message: org.apache.jasper.JasperException: /workspaceContent.jsp(24,8) Attribute newspaperOrientation invalid for tag

Re: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Paul Spencer
Frank, I suspect you are not running the same version of MyFaces and Tomahawk as www.irian.at. They are running a recent 1.1.5-SNAPSHOT. For more information on building the current snapshot see: http://wiki.apache.org/myfaces/Building_With_Maven Paul Spencer Oellien, F (Frank) wrote:

jsf a good framework for production?

2006-12-12 Thread dandiodati
Trying to decide on jsf as a framework. Could someone help me with some answers to the followign questions: 1.How is JSF performance in production? 2. Is there a way to avoid Repost Dialog on refresh/back button? 3. Any issues with SSL (back button on SSL) 4. Does 2+ Windows with same

RE: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
Hello Paul, I only use tomahawk 1.1.3 without the MyFaces implementation in Tomcat. I thought that tomahawk should also work with Suns reference implementation. Frank -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: Dienstag, 12. Dezember 2006 15:06 To:

Re: Slightly off-topic: Page in Firefox is messed in IE

2006-12-12 Thread Simon Lessard
Probably because Microsoft installs their craptapular browser by default with Windows and most users don't know there's alternatives. It's part of our role to advertise browsers like Firefox and Opera to reduce that 80% ratio imho. If Microsoft was to pay every developer for the time they lost

Re: How are you paging large datasets?

2006-12-12 Thread Jeff Bischoff
Andrew is right, you can do this fairly easily without touching the myfaces/tomahawk codebase. We even have a wiki page [1] on it. :) [1] http://wiki.apache.org/myfaces/ManagingDataScrollerPage Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Andrew Robinson wrote: using datascroller

Re: JSF 1.2 and MyFaces 1.1.4

2006-12-12 Thread Jeff Bischoff
MyFaces is an implementation of the JSF 1.1 spec. So you can't deploy it on Sun's implementation. A myfaces implementation of JSF 1.2 is under development. Or did you mean to ask about the Tomahawk components library? PSI wrote: Hi! Anyone has deployed MyFaces on Sun's JSF 1.2 specs? Is

Re: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Jeff Bischoff
Oellien, F (Frank) wrote: Hello Paul, I only use tomahawk 1.1.3 without the MyFaces implementation in Tomcat. I thought that tomahawk should also work with Suns reference implementation. Well that's still not the 1.1.5 snapshot, right? :) [1] http://people.apache.org/builds/myfaces/nightly/

Re: jsf a good framework for production?

2006-12-12 Thread Simon Lessard
Hello, I cannot answer all of your concerns, but I can for some, see below: On 12/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Trying to decide on jsf as a framework. Could someone help me with some answers to the followign questions: 1.How is JSF performance in production? Define

Re: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Paul Spencer
Frank, Yes, Tomahawk does work with Sun's RI. The attribute newspaperColumns in the t:dataTable was added after Tomahawk 1.1.3. You can build MyFaces and Tomahawk 1.1.5-SNAPSHOT just use Tomahawk 1.1.5-SNAPSHOT with Sun's RI. Paul Spencer Oellien, F (Frank) wrote: Hello Paul, I only use

Re: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Paul Spencer
Jeff, I am not sure when you mean by that's. If you are referring to the Sun's RI, no Apache does not distribute it. Paul Spencer Jeff Bischoff wrote: Oellien, F (Frank) wrote: Hello Paul, I only use tomahawk 1.1.3 without the MyFaces implementation in Tomcat. I thought that tomahawk

Re: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Jeff Bischoff
Paul, I was referring to his statement that he was using Tomahawk 1.1.3, despite being told to try 1.1.5 :) Then I posted the link [1] where the tomahawk 1.1.5 nightly can be downloaded. Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Paul Spencer wrote: Jeff, I am not sure when

RE: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
Hello Paul, I have downloaded the 1.1.5-SNAPSHOT and indeed Netbeans reports no dependency error with the taglib reference. However, when I start the web page I receive another critical error instead: org.apache.jasper.JasperException: Parameter-Fehler: Ein oder mehrere Parameter könnten Null

When is rendered attribute checked?

2006-12-12 Thread Madhav Bhargava
Hi All, Sorry about the last mail - there was no greeting and no subject. Here is the mail content again: I am using tiles along with Myfaces. My layout.jsp contains the following parts definition name=layout.tiles path=/common/layout.jsp put name=header

Re: Tomahawk 1.1.4/1.1.5

2006-12-12 Thread Jeff Bischoff
See [1]. [1] http://people.apache.org/builds/myfaces/nightly/ Bharath Belagodu wrote: Folks, Where can I download the latest tomahawk jar files? 1.1.4/1.1.5? Thanks.

Re: Possible to make a dataTable work like a selectOneRadio?

2006-12-12 Thread Andrew Robinson
Use the jenia4faces SingleRowSelector component. It does what you want out of the box. On 12/11/06, Jon Miller [EMAIL PROTECTED] wrote: Hi all, I have a custom JSF component that I developed that implements a radio button list, but, it displays the labels as multiple columns in a table. It was

Re: Testing JSF applications

2006-12-12 Thread lightbulb432
Thanks for those resources on Selenium, I'm going to look into it. Selenium seems like an alternative for HttpUnit or HtmlUnit, am I right? If so, I'm still confused about whether to test the HTML output in addition to the session beans, or whether testing any one of the two will do. I ask

Re: Tomahawk 1.1.4/1.1.5

2006-12-12 Thread Mike Kienenberger
You might be better off using this link instead. http://people.apache.org/builds/myfaces/tomahawk-1.1.x/ On 12/12/06, Jeff Bischoff [EMAIL PROTECTED] wrote: See [1]. [1] http://people.apache.org/builds/myfaces/nightly/ Bharath Belagodu wrote: Folks, Where can I download the latest tomahawk

Re: Testing JSF applications

2006-12-12 Thread Jeff Bischoff
lightbulb432 wrote: So would somebody using Selenium not test their session beans separately, because their correctness is being indirectly tested by testing the web output? When it breaks, won't you want to know which layer has problems? :)

Re: Tomahawk 1.1.4/1.1.5

2006-12-12 Thread Jeff Bischoff
This is the stable 1.1.4 pre-release-candidate right? Correct me if I'm wrong Mike, but this is not the latest Tomahawk build. :) Well he did ask for 1.1.4/1.1.5 so I think best to present him with both choices right? Latest 1.1.5 nightly build: [1]

Re: When is rendered attribute checked?

2006-12-12 Thread Simon Lessard
Hello, 1. Is the entire tree created before rendered property is checked? - Yes... and no... It will be fully built most of the time on postback and almost never on new rendering... which kind of , but it's how its work as you can find out when checking the Tag code. 2.

Re: When is rendered attribute checked?

2006-12-12 Thread Mike Kienenberger
On 12/12/06, Madhav Bhargava [EMAIL PROTECTED] wrote: 1. Is the entire tree created before rendered property is checked? This question is only relevent during render-response. For any other phase, the tree should exist. For JSF 1.2 or when using Facelets, the entire tree should be

Re: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Mike Kienenberger
Another possiblity is the 1.1.4 Tomahawk candidate release. I'm pretty sure that newspaper support for datatable was added before the 1.1.4 release Parameter-Fehler: Ein oder mehrere Parameter könnten Null sein. Note that alta vista translates this as: Parameter error: One or more

Re: Possible to make a dataTable work like a selectOneRadio?

2006-12-12 Thread Mike Kienenberger
You can also look at the sandbox selectOneRow if you need other t:dataTable functionality (I'm pretty sure that this is a subclass of t:dataTable). http://example.irian.at/example-sandbox-20061212/selectOneRow.jsf On 12/12/06, Andrew Robinson [EMAIL PROTECTED] wrote: Use the jenia4faces

Re: How to handle/display errors during render response

2006-12-12 Thread Mike Kienenberger
Another resource to consider when writing facelets componenthandlers and taghandlers is the facelets wiki. There's a few examples available there. 90% of the time, it's simply a matter of applying a MethodRule since method signatures are the one thing that facelets cannot autodetect :-) On

RE: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
Yep. I have downloaded the 1.1.4 version halh an Hour ago and it works fine. Thank you Frank -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Dienstag, 12. Dezember 2006 17:13 To: MyFaces Discussion Subject: Re: Problem with dataTable and

How do I set fields in an arraylist from the view

2006-12-12 Thread Charbel Abdul-Massih
I have the following problem... In my Backing Bean called editPhone, I have a phones property which contains a list of PhoneNumber objects...The PhoneNumber object has a rawValue property that is the actual phone number, and the property I'm trying to retrieve and set... In my JSF, I have

Re: Testing JSF applications

2006-12-12 Thread Paul Spencer
The short answer to Selenium seems like an alternative for HttpUnit or HtmlUnit is a yes. Without going into a long discussion, I have a Maven project containing all the business logic. That project contains the appropriate tests. The user interface project, using MyFaces in this case, only

Re: How do I set fields in an arraylist from the view

2006-12-12 Thread Mike Kienenberger
On 12/12/06, Charbel Abdul-Massih [EMAIL PROTECTED] wrote: In my Backing Bean called editPhone, I have a phones property which contains a list of PhoneNumber objects…The PhoneNumber object has a rawValue property that is the actual phone number, and the property I'm trying to retrieve and set…

Re: How to handle/display errors during render response

2006-12-12 Thread Martin Grotzke
On Tue, 2006-12-12 at 10:54 -0500, Mike Kienenberger wrote: Another resource to consider when writing facelets componenthandlers and taghandlers is the facelets wiki. There's a few examples available there. Do you mean http://wiki.java.net/bin/view/Projects/FaceletsExamples? These are

Re: How to handle/display errors during render response

2006-12-12 Thread Mike Kienenberger
Actually, I mean this link: http://wiki.java.net/bin/view/Projects/FaceletsTaglibFiles There is java code embedded in the examples for tags that cannot be handled entirely in taglib.xml files. It'd probably be nice if someone created an index into that page's java code examples and added them

Dialog: frame?

2006-12-12 Thread Meyer, Stefan
I use the dialog framework o open a popup. The popup seems to use a frameset. Can i disable this behaviour?

Ajax-enabled dependent combo boxes

2006-12-12 Thread joe estes
Hi all, i was wondering if any knows of a working example for the Ajax-enabled combo box. http://www.irian.at/myfaces-sandbox/ajaxChildComboBox.jsf i found the example on the irian site but there is no source code for the bean. if anyone can point me in the right direction that would be

Re: When is rendered attribute checked?

2006-12-12 Thread Simon Kitching
Mike Kienenberger wrote: On 12/12/06, *Madhav Bhargava* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: 1. Is the entire tree created before rendered property is checked? This question is only relevent during render-response. For any other phase, the tree should exist. For JSF

State saving and custom component

2006-12-12 Thread Matt Tyson
Here's my setup... 1) Request comes in and the component is rendered as normal 2) Next request is a AJAX request. I grab the request in a listener during restoreView, and get the component using its clientId (we're in the afterPhase method). Then I manually call the the encode methods on the

Re: State saving and custom component

2006-12-12 Thread Matt Tyson
I always enjoy answering my own questions moments after posting them. Here's the missing piece I needed for others: context.getApplication().getStateManager().saveSerializedView(context); Regards. Matt Tyson wrote: Here's my setup... 1) Request comes in and the component is rendered as

RE: Tomahawk 1.1.4/1.1.5

2006-12-12 Thread Bharath Belagodu
Appreciate the responses, We are using tomahawk 1.1.3 in our project but there are certain features not available in 1.1.3 but made available in 1.1.4/1.1.5, I'd like to read about how project timelines for 1.1.4 or 1.1.5 before making the decision to move ahead with the latest and greatest

Re: Tomahawk 1.1.4/1.1.5

2006-12-12 Thread Jeff Bischoff
Bharath, This page [1] should be of some help. Specifically, you will want to look at the Tomahawk release plan that it has a link [2] to. Note that you won't find a planned release date in that document, but you can see what issues may be blocking a release. Once there are no blockers, a

Re: Testing JSF applications

2006-12-12 Thread lightbulb432
If I need to test both business logic and presentation logic, is there some kind of framework that integrates both types of testing so that they are not done independently (and therefore tests do not introduce redundant code). An example of what I mean is a session bean method that returns the

Re: Testing JSF applications

2006-12-12 Thread Paul Spencer
Maven has the concept of an attached test[1]. See the following thread [2]. This can be useful when jUnit testing the business logic then testing the session bean with Shale. This will not help with Selenium based test, unless your test generates the Selenium test scripts. I am sure their are

Listernerstart woes [again!]

2006-12-12 Thread Wolf Benz
Hi List... I know, this is by far not the first post about MyFaces and Listenerstart woes, quite the contrary. It's a pitty - it makes people willing to try out MyFaces run away hard from their first steps. What happened? I colleague wanted to try out MyFaces. My advice: follow the advice

MyFaces and the Blackberry?

2006-12-12 Thread Paul Spencer
Any suggestion regarding the use of MyFaces with a Blackberry client? I need to develop a UI to a Blackberry and would like to use MyFaces, but I need some advice/pointer/war stories. Paul Spencer

[Tobago] - Looking for usage examples for progress bar

2006-12-12 Thread John
Can't seem to find them anywhere? Thanks, John

Re: How to handle/display errors during render response

2006-12-12 Thread Martin Grotzke
On Tue, 2006-12-12 at 12:14 -0500, Mike Kienenberger wrote: Actually, I mean this link: http://wiki.java.net/bin/view/Projects/FaceletsTaglibFiles There is java code embedded in the examples for tags that cannot be handled entirely in taglib.xml files. It'd probably be nice if someone

Any ModalDialog Like Custom Component

2006-12-12 Thread Chandru
Hi , Is there any Modal Dialog like Custom Component. Like the one Window.showModalDialog(''); Regards, Chandru.

RE: When is rendered attribute checked?

2006-12-12 Thread Madhav Bhargava
Thanks for all your replies. Yes, binding attribute will surely work and it does in my case as well. But I am still not able to understand why is findComponent not able to find the component. If browsed through the children of the UIViewRoot instance that gets created. Surprisingly the