JIRA time outs

2006-02-25 Thread Dennis Byrne
I am having trouble getting JIRA to work . http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600 Mostly getting timeouts about 50% of the time - a lot of 408s and one 409. On one occasion the browser rendered a page full of high ASCI characters. I also noticed sometimes when

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-25 Thread Bernd Bohmann
Hi Volker, I would prefer an actionListener and a SortActionEvent instead of a sortActionListener. I don't like the x XYZActionListener. Can you change it? Regards Bernd [EMAIL PROTECTED] schrieb: Author: weber Date: Fri Feb 24 15:37:31 2006 New Revision: 380866 URL:

Re: StartupServletContextListener in tomhawk-sandbox-examples web.xml but not in examples-simple web.xml

2006-02-25 Thread Matthias Wessendorf
Lets remove from sandbox to be consistent. +1 But I added the listener to your archetype, because of I added the Jetty6 plugin for mvn. So calling jetty:run will start the container and deploy the sample app, without getting that error message ;-) -Matthias On 2/24/06, Mike Kienenberger

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-25 Thread Volker Weber
Hi Bernd, the sheet was already using a actionListener methodBinding to do the sort. The (mainly) only thing i did was to enable defining the methodBinding to use in the sheetTag. Hmmm, when i started to write this mail, i thought it where mutch more complicated to change this to queue a

Re: svn commit: r380693 [9/9] - in /myfaces: core/branches/1_1_2/assembly/ core/branches/1_1_2/impl/ core/branches/1_1_2/impl/src/main/java/org/apache/myfaces/application/ core/branches/1_1_2/impl/src

2006-02-25 Thread Martin Marinschek
;) I think Manfred is working on a branch, so you shouldn't be in danger while dancing. regards, Martin On 2/25/06, Dennis Byrne [EMAIL PROTECTED] wrote: DJ Manfred, Are you done remixing commons, or should we postpone commits until the end of the weekend? Dennis Byrne -Original

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-25 Thread Bernd Bohmann
I think so, but now I go to a Kohlfahrt. We can discuss this tommorrow :-) Volker Weber schrieb: Hi Bernd, the sheet was already using a actionListener methodBinding to do the sort. The (mainly) only thing i did was to enable defining the methodBinding to use in the sheetTag. Hmmm, when i

Re: [jira] Created: (TOMAHAWK-156) DataList doesn't validate or update model in 1.1.2 nightlies

2006-02-25 Thread Martin Marinschek
Jira seems to be down - so I'm adding this comment to the list. I just committed what Dennis was doing for processDecodes with processUpdates and processValidators as well. @Mike Y: Does that fix your problem? @Mike K: you tried with the sandbox, can you try with my proposed fix as well?

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-25 Thread Martin Marinschek
What's Kohlfahrt? just being curious ;) regards, Martin On 2/25/06, Bernd Bohmann [EMAIL PROTECTED] wrote: I think so, but now I go to a Kohlfahrt. We can discuss this tommorrow :-) Volker Weber schrieb: Hi Bernd, the sheet was already using a actionListener methodBinding to do the

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-25 Thread Volker Weber
Martin Marinschek wrote: What's Kohlfahrt? Whoow, i found a english description: http://www.armin-grewe.com/holiday/kohlfahrt/kohlfahrt.htm Regards, Volker just being curious ;) regards, Martin On 2/25/06, Bernd Bohmann [EMAIL PROTECTED] wrote: I think so, but now I go to a

validation in model classes with PropertyVetoException

2006-02-25 Thread Jurgen Lust
Hi, I have never really felt good about the validation framework of JSF (and Struts for that matter). The problem is that you are forced to put validation logic into your view layer, which in the case of JSF means polluting your jsp with validator tags. This becomes especially problematic

Error in INPUTCALANDER in DefaultAddResource

2006-02-25 Thread Aloke Das
Hi, I used "inputCalendar" of myfaces for a calendar popup, and I used also the property serverSideTabSwitch=true to the panelTabbedPane for navigative different pannels by executing tabChangeListener, but it generate error when I click on the 'Calandar' button. It says following way:

Re: JIRA time outs

2006-02-25 Thread Jeff Turner
On Sat, Feb 25, 2006 at 08:38:02AM +, Dennis Byrne wrote: I am having trouble getting JIRA to work . http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600 Mostly getting timeouts about 50% of the time - a lot of 408s and one 409. On one occasion the browser rendered a page

Re: Error in INPUTCALANDER in DefaultAddResource

2006-02-25 Thread Mario Ivankovits
Hi! It says following way: org.apache.myfaces.renderkit.html.util.DefaultAddResource serveResource SEVERE: Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null ClientAbortException: java.net.SocketException: Connection reset by peer: socket

[jira] Resolved: (TOMAHAWK-62) Impossible to hide footer in dataTable

2006-02-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-62?page=all ] Mario Ivankovits resolved TOMAHAWK-62: -- Resolution: Fixed now if all facet within the header (or footer) have rendered=false (also throug binding) the header (or footer) wont be

[jira] Closed: (TOMAHAWK-62) Impossible to hide footer in dataTable

2006-02-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-62?page=all ] Mario Ivankovits closed TOMAHAWK-62: Impossible to hide footer in dataTable -- Key: TOMAHAWK-62 URL:

Re: validation in model classes with PropertyVetoException

2006-02-25 Thread Adam Winer
I think the complaint about the validation framework of JSF is only half right. It's bad that validation rules are specified in the view, and especially bad that they're specified in the actual JSP. However, it's absolutely correct that validation *happens* in the view. For example, how are

[jira] Created: (MYFACES-1155) UIViewRoot.getRenderKitId() does not return null

2006-02-25 Thread Dennis Byrne (JIRA)
UIViewRoot.getRenderKitId() does not return null Key: MYFACES-1155 URL: http://issues.apache.org/jira/browse/MYFACES-1155 Project: MyFaces Core Type: Bug Components: JSR-127 Versions: 1.1.0, 1.1.1

Re: validation in model classes with PropertyVetoException

2006-02-25 Thread Jurgen Lust
h:inputText value=#{myBean.foo}/ ... and then have: /** * @greaterThan 5 * @lessThan 15 */ public int getFoo() { ... } This seems the right way to go; PropertyVetoExceptions, not so much. That would indeed be the ideal way, but we are clearly not there yet. There is

Patch available in JIRA

2006-02-25 Thread Dennis Byrne
Without logging in to JIRA, I was able to the change the status of MYFACES-1149 to Patch Available . https://issues.apache.org/jira/browse/MYFACES-1149?page=all I did this accidently a few days ago - I seem to remember clicking on a Provide Patch link . Now, even though I am logged in, I

Re: new InputSuggestAjax: so buggy or still under construction?

2006-02-25 Thread Werner Punz
Both are as we speak still a little bit under construction, the reason why we moved to dojo is, that prototype is problematic regarding namespace hijacking. The table select is a totally new development so things like that can happen, as for the input suggest please file a bug on this one

[jira] Resolved: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

2006-02-25 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=all ] Volker Weber resolved TOMAHAWK-152: --- Resolution: Fixed patch applied t:selectOneRadio and t:radio should do the same when check the selected item

[jira] Closed: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

2006-02-25 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=all ] Volker Weber closed TOMAHAWK-152: - t:selectOneRadio and t:radio should do the same when check the selected item

[jira] Commented: (MYFACES-1154) PortletExternalContextImpl#encodeNamespace postfixes the namespace instead of prefixes it

2006-02-25 Thread Henrik Bentel (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1154?page=comments#action_12367791 ] Henrik Bentel commented on MYFACES-1154: hi Last fall I submitted a patch that appends the portlet namespace instead of prepend it. Reason was that Myfaces would

purpose of StylesheetRendererTest

2006-02-25 Thread Dennis Byrne
This class has two test methods and neither asserts anything . Any reason to keep this ? Dennis Byrne

Pro JSF and Ajax: it's good

2006-02-25 Thread chemeia
My copy of Pro JSF and Ajax showed up on Friday, and I sat down to read it this weekend. I had put it on preorder, based only on the credibility built up by reading the author's posts on JSF. Below is the review I posted on Amazon. I believe that this book will be on the bookshelf of anyone