RE: Update to forceId

2005-01-13 Thread Matthias Wessendorf
FYI: http://tinyurl.com/5kh9m last entry is about "forceId" of MyFaces :-) Regards, Matthias > -Original Message- > From: Heath Borders [mailto:[EMAIL PROTECTED] > Sent: Friday, January 14, 2005 5:21 AM > To: Sean Schofield; MyFaces Discussion > Subject: Re: Update to forceId > > > O

Re: JSF - Robust? Scaleable? Ready for prime time?

2005-01-13 Thread Craig McClanahan
> On Fri, 14 Jan 2005 00:58:22 -0500, Adib Saikali <[EMAIL PROTECTED]> wrote: > I too am trying to making a decision about using JSF or not in a production > project. I building an web app that is modular with rich user interactions > and I want to run the app as an application server provider mode

RE: JSF - Robust? Scaleable? Ready for prime time?

2005-01-13 Thread Adib Saikali
I too am trying to making a decision about using JSF or not in a production project. I building an web app that is modular with rich user interactions and I want to run the app as an application server provider model. I highly attracted to the component nature of JSF and the fact that JSF ships wit

Re: JSF - Robust? Scaleable? Ready for prime time?

2005-01-13 Thread Aaron Bartell
As you can see, there's no such thing as a general answer to your question. The only true benchmark for your application is running your application :-). Thats the answer I was expecting, but you did give me some good meat to go off of. The screens I would be building for this Order Entry app

Re: JSF - Robust? Scaleable? Ready for prime time?

2005-01-13 Thread Craig McClanahan
Before trying to evaluate JSF as a potential technology solution for your requirements, I would first try to figure out if the webapp paradigm (no matter what implementation technology you choose) is appropriate to the task. For order entry environments that are primarily form fill-in (with little

Re: JSF - Robust? Scaleable? Ready for prime time?

2005-01-13 Thread Heath Borders
We're going to be performance testing MyFaces pretty soon (JSF in general isn't fair to evaluate because there are lots of different implementations out there), and I'll let people know how it performs. For the most part, we haven't had any problems, but we haven't been hitting the servers with nu

Re: Update to forceId

2005-01-13 Thread Heath Borders
Ok. There goes that theory on serialization then. I guess you're right. This type of thing can really only be implemented in the renderer to be guaranteed to work. On Thu, 13 Jan 2005 23:10:23 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > > Well, I would think that since its all just seri

Re: Update to forceId

2005-01-13 Thread Sean Schofield
> Well, I would think that since its all just serialized in the session, > that when it was de-serialized, it would still all have the same > memory address. This might not actually be the case, but I would > think that it might be. Well we can't really count on it being serialized in the session

JSF - Robust? Scaleable? Ready for prime time?

2005-01-13 Thread Aaron Bartell
Hi all, I am curious to know the different scenarios people have implemented JSF and how intense the applications were. The reason I am asking is I am wondering if JSF could survive the replacement of a 5250 Order Entry application written in RPG on an iSeries. This particular application has

Re: Update to forceId

2005-01-13 Thread Heath Borders
Well, I would think that since its all just serialized in the session, that when it was de-serialized, it would still all have the same memory address. This might not actually be the case, but I would think that it might be. Have you actually given it a try? On Thu, 13 Jan 2005 22:36:51 -0500,

RE: dynamic navigation and subview rendered=#{myBean.show}

2005-01-13 Thread Ray Clark
I'm new to JSF but I do have a question for you. In your method you are setting pageViewBean.setShowResourcesView(true); and pageViewBean.setShowConfigView(false); but you are never setting showResourcesView to false and showConfigView to true. When you tab from one to the other shouldn't you be

Re: selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Francesco Consumi
Scrive "Korhonen, Kalle" <[EMAIL PROTECTED]>: > I'm porting an intranet app from 1.0.7 to 1.0.8. > I've got a problem with SelectOneMenu. Here is the code: > > > > "arrOre" is an arrayList of SelectItems, filled by a function with I've noticed that the selectOneMenu works well if the

RE: dynamic navigation and subview rendered=#{myBean.show}

2005-01-13 Thread Lorinda Swick
Wow!  This took nearly two days to arrive from my yahoo account…   Anyway, if you have advice, I’ll take it. Otherwise, ignore this post.   -Lorinda From: Lorinda Swick [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 7:30 PM To: myfaces-user@incubator.apache.org Subj

Re: [website] update

2005-01-13 Thread BaTien Duong
Great Matthias: I will inform you our site in the next few weeks. It is good to have live links to the sites powered by myfaces. BaTien DBGROUPS Matthias Wessendorf wrote: >Hi, > >I just updated the MyFaces website. > >look here: >http://incubator.apache.org/myfaces/ > >it now includes *live s

Providing component design-time meta data

2005-01-13 Thread Jonas Jacobi
Hi All, I have had an email exchange with Matthias about JSF, MyFaces and ADF Faces and what level of design time support faces component authors would, or could, expect from tools vendors such as (in my case) Oracle's JDeveloper. A couple of months back we (the Oracle ADF Faces team) posted a

Re: JscookMenu in tiles and form

2005-01-13 Thread BaTien Duong
BaTien Duong wrote: > Hello: > > I copy from myfaces-examples and try on a simple menu > created from commandLink that I know it works. JscookMenu renders as > expected and i make sure that there is no error when the page is > loaded. A mouse over the menu indicates correct action outcome. >

dynamic navigation and subview rendered=#{myBean.show}

2005-01-13 Thread Lorinda Swick
Hi,I am having a problem with dynamic navigation. I may be ahead of myself in my approach -- a lot of this is new for me. Maybe someone can help me. In a nutshell - the issue is I can't figure out where to instantiate and update a bean property such that my JSF page renders one and only subview wi

Re: Question regarding panelTabbedPane and subview

2005-01-13 Thread BaTien Duong
The solution is deleverable now. You can look at http://myportal.myb2cb2b.com It is done with Jsf + Tiles. In the next couple of days, we will upload: 1) a tree for business directory. 2) a calendar for scheduled events. 3) a demonstration that any requested information from a compan

MyFaces 1.0.8 and calendar component

2005-01-13 Thread Matt Raible
I tried upgrading Equinox to use MyFaces 1.0.8 and found that my calendar component no longer works. I looked at the myfaces-example and finally figured out I needed to add the extensionsFilter and associated mappings to my web.xml to get it to work again. Is this documented anywhere? The se

Re: Two suggestions

2005-01-13 Thread Sean Schofield
Right so we're all in favor of javadoc. What are other peoples thoughts on the mailing list and whether or not the users need to be registered. On Thu, 13 Jan 2005 21:54:48 +0100, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > I thought #1 had to do with javadoc. > > :-) > > Manfred poin

Re: selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Heath Borders
Yeah, I agree with you there. I don't know if this behavior is to spec or not. On Thu, 13 Jan 2005 13:02:39 -0800, Korhonen, Kalle <[EMAIL PROTECTED]> wrote: > Ok, that's the difference then.. In many cases we use a simple value > binding in the parent object itself, i.e.: > > >

RE: selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Korhonen, Kalle
Ok, that's the difference then.. In many cases we use a simple value binding in the parent object itself, i.e.: Which doesn't work (doesn't display the initial value), but updates the back end when you choose a value. Makes some sense why it doesn't work.. But I think it should

RE: Two suggestions

2005-01-13 Thread Matthias Wessendorf
> I thought #1 had to do with javadoc. :-) Manfred pointed out two things: 1. JavaDoc 2. Jira Jira issue had two proposes (#1 and #2) --> #1 was mailing Jira stuff to our dev list :-) Regards, Matthias > On Thu, 13 Jan 2005 14:39:58 -0500, Sean Schofield > <[EMAIL PROTECTED]> wrote: > > >

RE: HtmlSelectOneRadio does not validate the required case (MYFACES-72)

2005-01-13 Thread Matthias Wessendorf
> I really don't understand why they say to exit processing if > getSubmittedValue() returns null. yes! in forums from sun, there were lot's of questions regarding this. (I am not more reading it daily...) > Do you know where I could post this question where spec > people (or someone else more k

Re: selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Heath Borders
Its been working for us since 1.0.6. We use a proprietary Object, but we've also done it with Booleans. We always bind to a single tag with a List of SelectItem objects. Those objects contain our values. We do this no matter what type we are using. On Thu, 13 Jan 2005 12:17:51 -0800, Korhonen

RE: selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Korhonen, Kalle
Ok, you got me interested.. What data types and components are you using, can you give me a simple example? I'm sure that for us, selectOneRadio with either Integer, int, Boolean or boolean value types don't initialize correctly with the selected value. I'm using almost the latest codebase. I wonde

Re: Two suggestions

2005-01-13 Thread Heath Borders
I thought #1 had to do with javadoc. On Thu, 13 Jan 2005 14:39:58 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > > I thought that #2 was just saying that new bugs should be > > automatically reported to the dev list so to facilitate easy > > discussion. > > No that is #1. > > > -Heath Borde

Re: HtmlSelectOneRadio does not validate the required case (MYFACES-72)

2005-01-13 Thread Heath Borders
Well, the problem with setting one of the radio buttons to checked if the value doesn't match any of the SelectItem values is that it goes agains the TLD spec. So, one of the two would need to change. I really don't understand why they say to exit processing if getSubmittedValue() returns null.

Re: HtmlSelectOneRadio does not validate the required case (MYFACES-72)

2005-01-13 Thread Heath Borders
There is no way. From the API: "Retrieve the submitted value with getSubmittedValue(). If this returns null, exit without further processing. (This indicates that no value was submitted for this component.) " This means that if our UIInput's (which HtmlSelectOneRadio is) are to perform according

Re: selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Heath Borders
I've not noticed any problems and we're using SelectItems with non-String values all over the place. On Thu, 13 Jan 2005 14:14:39 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > Sounds similar to MYFACES-72 (in Jira). > > > On Thu, 13 Jan 2005 09:43:18 -0800, Korhonen, Kalle <[EMAIL PROTECTE

Re: HtmlSelectOneRadio does not validate the required case (MYFACES-72)

2005-01-13 Thread Sean Schofield
> Since we only process decodes on UIForms that were submitted (through > the use of a hidden input), if the UISelectOne doesn't have a value, > we can set its value to a blank String, which would then trip the > required validator. I think the correct behavior would be to leave as null. If you c

Re: selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Sean Schofield
Sounds similar to MYFACES-72 (in Jira). On Thu, 13 Jan 2005 09:43:18 -0800, Korhonen, Kalle <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Francesco Consumi [mailto:[EMAIL PROTECTED] > > Subject: 1.0.8: first try, first problem: update > > Scrive Francesco Consumi <[EMAIL PRO

selectItem support for other types of value than String (was: RE: 1.0.8: first try, first problem: update)

2005-01-13 Thread Korhonen, Kalle
> -Original Message- > From: Francesco Consumi [mailto:[EMAIL PROTECTED] > Subject: 1.0.8: first try, first problem: update > Scrive Francesco Consumi <[EMAIL PROTECTED]>: > > I'm porting an intranet app from 1.0.7 to 1.0.8. > > I've got a problem with SelectOneMenu. Here is the code: > >

FW: Providing component design-time meta data

2005-01-13 Thread Matthias Wessendorf
Hi all, attached is an e-mail from Jonas Jacobi (Oracle) He mailed this e-mail to our lists, but something was wrong (yes he is subscribed). However, here it is! Thanks, Matthias -Original Message- From: Jonas Jacobi [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 5:08 PM T

RE: error running Sun's cardemo sample

2005-01-13 Thread Matthias Wessendorf
Ok, you have to take *all* files from myfaces-examples/WEB-INF/lib to cardemo/WEB-INF/lib and you should use this web.xml: http://incubator.apache.org/myfaces/docs/cardemoweb.html also remove work-directory in tomcat $tomcat_home/work/catalina/localhost there is a folder called democar and

Re: error running Sun's cardemo sample

2005-01-13 Thread Marc Lustig
Hi Matthias I replaced cos.jar with commons-fileupload-1.0.har however I still get same error message. The app won't even start up. Ok, I took all the stuff from jsf-1.0.01/samples/cardemo and put it into Sun's cardemo app, overwriting some files such as web.xml. result: java.lang.IllegalStateE

RE: error running Sun's cardemo sample

2005-01-13 Thread Matthias Wessendorf
Hi Marc, that's really not funny *g* (sorry for the bad German word-game...) we don't use COS.jar long time ago... now commons-fileupload is used... I will look at the page, and correct it.. Thanks! > -Original Message- > From: Marc Lustig [mailto:[EMAIL PROTECTED] > Sent: Thursday, J

error running Sun's cardemo sample

2005-01-13 Thread Marc Lustig
Hi, I followed instructions located at http://incubator.apache.org/myfaces/docs/risamples.html My cos.jar is named cos-05Nov2002.jar I get error message 404 The requested resource (/cardemo/chooseLocale.faces) is not available. Any idea what's wrong? My tomcat is 5.0.28 Regards Marc

Re: Explain how to use selectOneMenu with Hibernate

2005-01-13 Thread Bill Dudney
Hi Mark, No problem being confused, its a natural state for me :-) First off I'd ask, does the action in your user bean look up the Contractor based on the id that comes from the pull down? here is what I'm thinking (this method should be in your backing bean); public Collection getContractors(

1.0.8: first try, first problem: update

2005-01-13 Thread Francesco Consumi
Scrive Francesco Consumi <[EMAIL PROTECTED]>: Hi, I'm porting an intranet app from 1.0.7 to 1.0.8. I've got a problem with SelectOneMenu. Here is the code: "arrOre" is an arrayList of SelectItems, filled by a function with I've noticed that the selectOneMenu works well if the underly

1.0.8: first try, first problem

2005-01-13 Thread Francesco Consumi
Hi, I'm porting an intranet app from 1.0.7 to 1.0.8. I've got a problem with SelectOneMenu. Here is the code: "arrOre" is an arrayList of SelectItems, filled by a function with values picked from a table. The first is ever a empty value, in order to let user to left it empty. "ID_ORA

RE: Plans to include at least parts of MyFaces into JSF?

2005-01-13 Thread Matthias Wessendorf
Sure! and also another member of MyFaces team is in expert group of JSP 2.1. (Bill Dudney) Both teams work together, as the website of JCP says... :-) So I guess MyFaces' issues and solutions will be addressed in EG's disscussions. Regards, Matthias > -Original Message- > From: Martin

Re: Plans to include at least parts of MyFaces into JSF?

2005-01-13 Thread Martin Marinschek
I just want to add that one of the two founders of the MyFaces project - Manfred to be more precise - is a member of the JSF expert group. And I believe he will be bringing up the major issues we all have had in using and developing MyFaces there as well... regards, Martin On Wed, 12 Jan 2005 1

x:Tree is it possible to rebuild tree and restore node open

2005-01-13 Thread Adrien FOURES
Hello, I use x:tree in the 1.0.7 myfaces implementation. I want to know, if is it possible to remove a node ( so with his child ), rebuild it, insert it into the tree, refresh the model (structured changed) , and ... re-open all node of tree which are open after update. Because, my tree is buildi