Re: examples webapp & test cases webapp

2005-03-04 Thread Martin Marinschek
+1 to both! regards, Martin On Fri, 4 Mar 2005 17:47:38 -0600, Heath Borders <[EMAIL PROTECTED]> wrote: > +1 to that, too. Sorry, didn't mean to neglect you ;-) > > On Fri, 4 Mar 2005 17:57:19 -0500, Sean Schofield > <[EMAIL PROTECTED]> wrote: > > And what are your thoughts about my proposal?

Tree2 - Specify image path

2005-03-04 Thread Heinz Drews
Is it possible to configure the path used for the treenode images? Currently the path is relative to the component but this does not allow to externalize the images to different servers. Heinz

Re: examples webapp & test cases webapp

2005-03-04 Thread Heath Borders
+1 to that, too. Sorry, didn't mean to neglect you ;-) On Fri, 4 Mar 2005 17:57:19 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > And what are your thoughts about my proposal? > > sean > > On Fri, 4 Mar 2005 16:40:51 -0600, Heath Borders > <[EMAIL PROTECTED]> wrote: > > +1 to sylvain's id

Re: examples webapp & test cases webapp

2005-03-04 Thread Sean Schofield
And what are your thoughts about my proposal? sean On Fri, 4 Mar 2005 16:40:51 -0600, Heath Borders <[EMAIL PROTECTED]> wrote: > +1 to sylvain's idea. > > > On Fri, 4 Mar 2005 16:50:36 -0500, Sean Schofield > <[EMAIL PROTECTED]> wrote: > > Good idea about a tests-webapp. +1 > > > > As for ex

Re: examples webapp & test cases webapp

2005-03-04 Thread Heath Borders
+1 to sylvain's idea. On Fri, 4 Mar 2005 16:50:36 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > Good idea about a tests-webapp. +1 > > As for examples-webapp. I was thinking about refactoring that over > the weekend if I get time. For now the plan would be to just have a > simple page wit

Re: examples webapp & test cases webapp

2005-03-04 Thread Sean Schofield
Good idea about a tests-webapp. +1 As for examples-webapp. I was thinking about refactoring that over the weekend if I get time. For now the plan would be to just have a simple page with links to each example. I'll break each of the examples out of the tab panel for now. Also, we should come u

examples webapp & test cases webapp

2005-03-04 Thread Sylvain Vieujot
There was a discussion a few days ago about making the examples webapp more simple, to have only lean examples. I think this is indeed something that needs to be done. But as the examples webapp was also used for some test cases, I suggest we could do another webapp : tests-webapp that includes

Re: Nightly Builds

2005-03-04 Thread Sean Schofield
A today so hopefully this will be the last time I have to ask someone for checkin ;-) Anyways my bootstrap file will do a checkout from CVS. Create the appropriate build directory with the current date (ex. nightly/20050304) and then run the "nightly" target on the actual myfaces buildfile that

[jira] Updated: (MYFACES-118) inputCalendar RenderAsPopup fails: Duplicate ID

2005-03-04 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-118?page=history ] Norbert Csík updated MYFACES-118: - Attachment: go.jspx This is my JSF page which fails to render. > inputCalendar RenderAsPopup fails: Duplicate ID > -

[jira] Created: (MYFACES-118) inputCalendar RenderAsPopup fails: Duplicate ID

2005-03-04 Thread JIRA
inputCalendar RenderAsPopup fails: Duplicate ID --- Key: MYFACES-118 URL: http://issues.apache.org/jira/browse/MYFACES-118 Project: MyFaces Type: Bug Versions: 1.0.8 beta Environment: Windows 2003, OC4J (10.1.3.0.0

Re: [Fwd: Re: AliasBean]

2005-03-04 Thread Sylvain Vieujot
Ok, I got it now. I'll dig into the example to find out why. Thanks. On Fri, 2005-03-04 at 15:35 +0100, Martin Marinschek wrote: You understood me wrongly, you don't need to brutalize the example. Step by Step: - put in your changes again. - go to "master/detail" - click on "edit all c

Re: [Fwd: Re: AliasBean]

2005-03-04 Thread Martin Marinschek
For a solution to your tabbed panel problem, we would need to have the following: - the submitted value of all the components on all panels need to be saved, regardless if they are rendered or not. - a tab change must always set the isValid of the component to false, and such prevent writing the

Re: [Fwd: Re: AliasBean]

2005-03-04 Thread Martin Marinschek
You understood me wrongly, you don't need to brutalize the example. Step by Step: - put in your changes again. - go to "master/detail" - click on "edit all countries" (this is a subview, you go away from the master/details example) - click on "add a country" - nothing happens... - click on "de

Re: Configuration

2005-03-04 Thread Heath Borders
We're actually using the elements of the element to provide application-wide property defaults for components at runtime. That way, you can just write , but the HtmlPanelGrid that is returned has its columns attribute set to 1. This way, you don't explicitly have to define the columns attribute

Re: Missing dependencies

2005-03-04 Thread Sean Schofield
Hmm. I don't know how it missed that. I supect when I first setup JBuilder to run I guess I just dumped everything in the lib directory only into the classpath (like I normally do) and never saw the optional directory. So I just copied those two jars into my lib directory where they've been ever

Re: [Fwd: Re: AliasBean]

2005-03-04 Thread Sylvain Vieujot
I just checked again, and tried to "brutalize" the Master/Details example, but I can't find any sporadic behavior. Could you give me a step by step example ? Also, the code you removed was just me disabling an optimization that in some cases forced the state to not be saved. The optimization m

MyFaces and Portlet

2005-03-04 Thread Derek Shen
I am working on a project to integrate JSF and Portlet. The first step is to create JSF based portlet. Did some research and there are different approaches to achieve it. One approach is to provide JSF bridge. Basically, to create a JSFPortlet and use it as a bridge to the FacesServlet. Sun, exopl

Re: Configuration

2005-03-04 Thread Martin Marinschek
Why is it in the Spec than (in the last section included in the Spec)? Do I need to take out what I have put into the configuration so far? And then is it just me who wants to initialize a converter with some values in faces-config? e.g., the dateTime converter with a pattern? regards, Martin

Re: AliasBean

2005-03-04 Thread Martin Marinschek
Sorry, this was meant to be the answer to your first mail. regards, martin On Fri, 4 Mar 2005 09:37:11 +0100, Martin Marinschek <[EMAIL PROTECTED]> wrote: > But this is not in the Spec, right? > > regards, > > Martin > > > On Fri, 04 Mar 2005 00:16:05 -0400, Sylvain Vieujot <[EMAIL PROTECTE

Re: AliasBean

2005-03-04 Thread Martin Marinschek
But this is not in the Spec, right? regards, Martin On Fri, 04 Mar 2005 00:16:05 -0400, Sylvain Vieujot <[EMAIL PROTECTED]> wrote: > Hello Martin, > > My understanding is that values should indeed be written to the backing > bean, but only after a command/action. > If the submit is just th

Re: [Fwd: Re: AliasBean]

2005-03-04 Thread Martin Marinschek
The problem is that the "add country" and the "delete country" link do work only sporadic any more... regards, Martin On Fri, 04 Mar 2005 00:24:46 -0400, Sylvain Vieujot <[EMAIL PROTECTED]> wrote: > Martin, > > I just checked the "old" version - that is before your last commits of > today,