Why MVC instead of PAC?

2005-02-18 Thread Reza B'Far \(Voice Genesis\)
Hi Folks: I have a general question for the architects and authors of MyFaces. Before I state my question though, let it be known that I'm EXTREMELY appreciative of the hard-work you folks are putting into cultivating MyFaces. JSF is definitely an improvement over existing stuff... Why is it

Re: passing parameters in request

2005-02-18 Thread Heath Borders
If this document object is large, saving it in the session, or back to temporary database tables might be your best option. We're doing a lot of similar things to this right now with our apps. We create an object on the first page, and then make modifications (usually adding relationships and

Re: release method not called in MyFaces Tags

2005-02-18 Thread Matthias Wessendorf
Ok Heath, I just looked at this hierarchy: http://incubator.apache.org/myfaces/javadoc/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.html only javax.faces.webapp.UIComponentTag contains a release() So I'll add to *each* Tag clazz I see a method like: public void release(){

RE: inputFileUpload - accept multiple file formats

2005-02-18 Thread mfaine
On Fri, 18 Feb 2005 09:28:17 -0500, Srikanth Madarapu [EMAIL PROTECTED] wrote : have you added this enctype=multipart/form-data to your form ? Also there is a filter that need to be setup, if you have not already done so filter filter-namemultipartFilter/filter-name

tiles+internationalization

2005-02-18 Thread Gabor Beres
Hi I have a problem about how to internationalize a myfaces webapp, using the JspTilesViewHandlerImpl. Using this nice tool, i have only one f:view and it is located in my template page. (inserting header, body, footer etc...) It never get explicitly called, so i'm a little bit

Re: release method not called in MyFaces Tags

2005-02-18 Thread Heath Borders
I was just looking in the share packages. On Fri, 18 Feb 2005 15:38:45 +0100, Matthias Wessendorf [EMAIL PROTECTED] wrote: Ok Heath, I just looked at this hierarchy: http://incubator.apache.org/myfaces/javadoc/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.html only

Fwd: Why MVC instead of PAC?

2005-02-18 Thread Martin Marinschek
No problem, have not taken your suggestion as critical, I just wanted to mention that we are not the community here to change the way things are rolling in JSF. Apart from that: I believe that in the bigger picture, JSF is no pure MVC implementation, and that you can even find traces of PAC in it

Re: List Archive Unavailable

2005-02-18 Thread Sean Schofield
I use http://www.mail-archive.com. Maybe that can tide you over in the meantime ... sean On Mon, 14 Feb 2005 11:47:15 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: FYI - I have been trying to access the list archives for several weeks now, and keep getting the same error when I click

Re: whats wrong with combobox

2005-02-18 Thread Slawek
finally (after 3 strong polish beers;) i have resolved that thing: types! someone changed String to int... private int selected - that was the #^$%^$@ bug the value printed by its getter to console was good but html was wrong if changed to: private String selected - then combo remebers its

RE: dataTable question

2005-02-18 Thread Doug Ly
Oh... I see. In that case, the dataTable model still cannot be used to propagate the changes back to the database. What I am doing right now is having a bean/class to store the values of each column of the dataTable. I also have an attribute called dirty to see if any of the values has changed.

Re: Conversion Error w/Date Custom Control

2005-02-18 Thread Rob Williams
Thanks Sean I unraveled this mess and it's working fine. I also verified that a very nasty bug in the RI works fine in MyFaces, so I'm very happy right now. :) On Feb 12, 2005, at 1:57 PM, Sean Schofield wrote: What page(s) is this example on? I will try to verify the error. sean On Fri, 11