Re: hi.

2005-06-08 Thread Csík Norbert
On 6/8/05, Mariano Petrakovsky <[EMAIL PROTECTED]> wrote: > This mailing list is working? Yes, of course ;) -- Norbert Csík

Re: Create a component

2005-06-08 Thread Werner Punz
John Fallows wrote: On your point about aggregation - it is fair comment to say that JSF needs to go further to simplify the definition of aggregated component sets (and renderkits). This is why most people who write components simply do not specify a custom renderkit-id, and are automatically

Re: Create a component

2005-06-08 Thread Werner Punz
Yes you basically missed something, this seems to be the entire intention if the JSF api, to provide a core foundation. The mechanism you describe, is one of the few aspects of the component API of JSF, I really like, it is called component pack. Usually once you have a component pack, you just

Re: Create a component

2005-06-08 Thread John Fallows
Brian, ADF Faces is a set of extensions to the Faces standard and does not provide an implementation of the Faces runtime. ADF Faces can be used with any compatible implementation of the Faces specification, including the Sun RI, and MyFaces. There is a known bug in MyFaces that makes an assumpt

MyFaces presenation at JavaOne

2005-06-08 Thread Jonas Jacobi
Sorry for the confusing title ([OT] ApacheCon Europe). It should have been JavaOne 2005, San Francisco :-[ Also, remember that there is another talk including MyFaces - TS-3374 How to Build Killer Portlets Using JavaServer(tm) Faces Technology by Stan Silvert Thanks - Jonas Jonas Jacobi wr

Re: [OT] ApacheCon Europe

2005-06-08 Thread Jonas Jacobi
Hi All, For those of you that are interested in meeting some of the MyFaces developers in person here is your chance. Martin, Thomas, and Manfred are going to deliver a presentation at JavaOne in the Oracle Guru Lounge on Wednesday June 29th, at 2 PM. Title: Apache MyFaces - Open Source JavaS

Re: Create a component

2005-06-08 Thread Brian Abbott
This reminds me of something I was thinking about this morning. I will start by saying at the outset that I am very new to JSF and have not yet wrapped myself entirely around all aspects of the technology. However, with what I am familiar with to date, I think JSF represents generally a good step f

Re: Submitting Japanese characters in MyFaces??

2005-06-08 Thread Bryan Dickey
I figured it out. Using did the trick for MyFaces. I'm not sure why the default enctype="application/x-www-form-urlencoded" works using the RI. Bryan >>> [EMAIL PROTECTED] 06/08/05 11:23AM >>> I hope I'm just missing something here. I'm not able to submit Japanese text and store the value in

Re: Getting MyFaces Components to Work under WSAD or RAD

2005-06-08 Thread gvanmatre
One of the IBM redbooks covers this.  It's a pretty good JSF reference in general.  You have to create a custom eclipse plugin but it outlines the steps.    WebSphere Studio 5.1.2 JavaServer Faces and Service Data Objects SG24-6361-00   Chapter 14: Studio support for custom components   Gary   --

Re: Create a component

2005-06-08 Thread Werner Punz
Mariano Petrakovsky wrote: I won't create a component like selectManyShuttle of ADF Component. Is posible in short time? Depends on how good you are at the api, have you created components already. If not give yourself a few days to learn the componet api and to try yourself on a few test comp

Create a component

2005-06-08 Thread Mariano Petrakovsky
I won't create a component like selectManyShuttle of ADF Component. Is posible in short time? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax:

RE: License of ADF Faces

2005-06-08 Thread Mariano Petrakovsky
I'm undestand... thanxs. -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065. Headquarters: 1604 Spring Hill Road, Suite 160 V

Re: License of ADF Faces

2005-06-08 Thread Bruno Aranda
There was a thread about ADF license some time ago. AFAIK it won't be free, as Jonas points out in a mail in this thread: http://www.mail-archive.com/users@myfaces.apache.org/msg03524.html Regards, Bruno 2005/6/8, Mariano Petrakovsky <[EMAIL PROTECTED]>: > The licence is free? > > -- > Mariano

Re: MyFaces with ADF

2005-06-08 Thread Bruno Aranda
The bug is still there (see issue MYFACES-152 - http://issues.apache.org/jira/browse/MYFACES-152) and a satisfactory solution has not been found till now... Bruno 2005/6/8, Mariano Petrakovsky <[EMAIL PROTECTED]>: > I'm read all about ResponseWritter... but is dated around 1st of April... > maybe

License of ADF Faces

2005-06-08 Thread Mariano Petrakovsky
The licence is free? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065. Headquarters: 1604 Spring Hill Road, Suite 160 Vienna

Use an ADF component into Myfaces impl

2005-06-08 Thread Mariano Petrakovsky
Can use one ADF component into my project? (without use the ADF render kit) -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065.

Myfaces with ADF

2005-06-08 Thread Mariano Petrakovsky
I have a Frameset. A frame is a header with a flash component A frame left is a tree (x:tree2) and center is a body. Using tiles, I'm change the body putting my jsp inside. It's work fine. But... I'm need a selectManyShuttle componen

Re: MyFaces with ADF

2005-06-08 Thread Mariano Petrakovsky
I'm read all about ResponseWritter... but is dated around 1st of April... maybe the bug is fixed today. About my versions... Myfaces 1.0.9 I'm try using ADF faces EA15 and EA16... with the version 15 the error is not generate the javascript, like getScrolling. with the version 16 the error is othe

Getting MyFaces Components to Work under WSAD or RAD

2005-06-08 Thread CONNER, BRENDAN \(SBCSI\)
Does anyone happen to have a step-by-step procedure to get the component examples loaded and working (preferably with source code included) under WSAD 5.1.2 or RAD/RSA 6.0? - Brendan

Getting Components to Work under WSAD or RAD

2005-06-08 Thread CONNER, BRENDAN \(SBCSI\)
Does anyone happen to have a step-by-step procedure to get the component examples loaded and working (preferably with source code included) under WSAD 5.1.2 or RAD/RSA 6.0? - Brendan

RE: Myfaces with ADF

2005-06-08 Thread CONNER, BRENDAN \(SBCSI\)
-Original Message- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 1:46 PM To: MyFaces Discussion Subject: Re: Myfaces with ADF Well, at the moment the answer is no :-( This is a known issue related with the ResponseWriter. For more info see this thread: ht

Re: Myfaces with ADF

2005-06-08 Thread JONAS . JACOBI
Hi Mariano, Could you please be more specific about what version of MyFaces and ADF Faces you are using, and also if you have a small test scenario. This would allow us a chance to reproduce and pin point the issue. Jonas ADF Faces Team --- Begin Message --- I have a trouble using this combinat

Re: Myfaces with ADF

2005-06-08 Thread Jonas Jacobi
Hi Mariano, Could you please be more specific about what version of MyFaces and ADF Faces you are using, and also if you have a small test scenario. This would allow us a chance to reproduce and pin point the issue. Jonas ADF Faces Team Mariano Petrakovsky wrote: I have a trouble using th

Re: Myfaces with ADF

2005-06-08 Thread Bruno Aranda
Well, at the moment the answer is no :-( This is a known issue related with the ResponseWriter. For more info see this thread: http://www.mail-archive.com/dev@myfaces.apache.org/msg01182.html Regards, Bruno 2005/6/8, Mariano Petrakovsky <[EMAIL PROTECTED]>: > I have a trouble using this combina

Myfaces with ADF

2005-06-08 Thread Mariano Petrakovsky
I have a trouble using this combination. Javascript generated by Myfaces Render is broken... ya... ADF use your own RenderKit... then... Integration dont' work? I can use the original Renderkit, for render only a few of components of ADF? -- Mariano G. Petrakovsky Programmer · Software Factory AX

hi.

2005-06-08 Thread Mariano Petrakovsky
This mailing list is working? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065. Headquarters: 1604 Spring Hill Road, Suite 16

Submitting Japanese characters in MyFaces??

2005-06-08 Thread Bryan Dickey
I hope I'm just missing something here. I'm not able to submit Japanese text and store the value in a managed bean with MyFaces. I'm using a simple encoding filter for all my pages to set charset to UTF-8. I then load the following jsp: <%@ page language="java" %> <%@ taglib uri="http://java.s

Dynamic Menus with JSCookMenu

2005-06-08 Thread Klug, Boris
Hi! we use the great jscookmenu component. Most of the menus are static but one menu should contain one or more items, depending on the current page displayed. How can this be achived? Any samples? Thanks for your help -- Boris Klug, Germany

MyFaces Examples 1.0.9

2005-06-08 Thread Klug, Boris
Hi! I downloaded the binary samples, the file is named myfaces-1.0.9-app.zip . myfaces-examples.jar deployed in Tomcat it gives me the version "1.0.7 beta" - and only 11 samples of components. Where can I downlaod the examples from 1.0.9 as a war? Thanks -- Boris Klug, Germany

Re: initialize a mangaged bean in application scope at applicationstartup

2005-06-08 Thread Jan Bols
I think he means to subclass just a ServletContextListener like in http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContextListener.html Greetings Jan On Wed, 08 Jun 2005 14:47:09 +0200, Claudio Tamietto <[EMAIL PROTECTED]> wrote: if i undestand your answer i have to subclass th

Re: initialize a mangaged bean in application scope at applicationstartup

2005-06-08 Thread Claudio Tamietto
thank you for the answer and for the sample. - Original Message - From: "steve rock" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Wednesday, June 08, 2005 3:01 PM Subject: Re: initialize a mangaged bean in application scope at applicationstartup Actually you can have multiple ap

what to return in getAsString

2005-06-08 Thread Jan Bols
I'm using a custom converter for objects stored in selectItem objects of a selectOneList component. What do I return in the getAsString method when nothing is selected? Do I return null or do I return an empty string ""? Greetings Jan Bols

Cannot restore component state, what to do in this case?

2005-06-08 Thread Ricardo R. Ramírez Valenzuela
I have a weird scenario I've been unable to solve, I wonder if you have any ideas. All the beans are request, I'm trying to avoid session beans for now 1) I have page1Customers, with a list of customers: customer1 [edit] customer 2 [edit] 2) when I click on "edit" I get the "page2Products

Check Box ValueChangeListener not invoked when used with DataTable

2005-06-08 Thread techie techie
I have customized standard JSF dataTable renderer to add checkbox for each row displayed.I have something like below in my code:-HtmlSelectBooleanCheckbox selectAllCheckBox = new HtmlSelectBooleanCheckbox();selectAllCheckBox.setId("header");selectAllCheckBox.

Command Button action not invoked when used with JSF Dropdown component

2005-06-08 Thread techie techie
I have custom component panel which renders a set of button and a drop down dynamically.If I remove drop down from component then button actions work fine.. but with dropdown action method binding doesn't work or say action is not invokedHas HtmlSelectOneMenu got to do anything with HtmlCommand

Re: initialize a mangaged bean in application scope at applicationstartup

2005-06-08 Thread steve rock
Actually you can have multiple application startup listeners, each doing it's own thing. You don't need to override StartupServletContextListener. Just make a new one and implement the functionality that you need. For example I have 2 application scope listeners, and one session scope listener. In

Re: initialize a mangaged bean in application scope at applicationstartup

2005-06-08 Thread Claudio Tamietto
if i undestand your answer i have to subclass the class org.apache.myfaces.webapp.StartupServletContextListener and override contextInitialized. Correct ? - Original Message - From: Pierpaolo Follia To: MyFaces Discussion Sent: Tuesday, June 07, 2005 11:00 AM Subje

Re: Render items of selectOneRadio in multiple columns

2005-06-08 Thread Jan Bols
This was solved by putting the selectManyCheckbox inside a facet tag inside the column tag of the dataList. Greetings Jan On Tue, 31 May 2005 14:36:42 +0200, Jan Bols <[EMAIL PROTECTED]> wrote: Thanks Bruno and Martin for the tip. I tried to implement this but got the following error: jav

Re: checkbox> looses state when inside data Table

2005-06-08 Thread Jan Bols
Never mind. I found the problem: I had to put the selectManyCheckbox tag inside a facet tag. So instead of ... I had to do ...

Re: checkbox can not be selected inside datatable and datascroller

2005-06-08 Thread Rogério Saulo
I$B!-(Bm facing the same problem, I have open an issue in JIRA and trying to better investigate the problem. (B (BLook at  http://issues.apache.org/jira/browse/MYFACES-273 (B (BRogerioOn 6/8/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: (BWell,as to my knowledge - nobody is working on exa

Re: regularExpressionValidator

2005-06-08 Thread alex
Just because I cannot. My jsp looks like this: The inputform is built generic via component binding as you see. I never know, how many inputfields I would have and which validator has to be bound to it. This all comes out of an xml-file. That's why. Richard Featherstone wrote: Alex,

Re: regularExpressionValidator

2005-06-08 Thread Richard Featherstone
Alex, Not sure if this is any help but why not add the validation in your jsp like: Cheers, Ric On Wednesday 08 Jun 2005 10:18, alex wrote: > Hi, > > I'm trying to use the regularExpressionValidator as follows: > > In the faces-config.xml I set it up under a custom ID (here myID). >

regularExpressionValidator

2005-06-08 Thread alex
Hi, I'm trying to use the regularExpressionValidator as follows: In the faces-config.xml I set it up under a custom ID (here myID). myID org.apache.myfaces.custom.regexprvalidator.RegExprValidator pattern java.lang.String aaa

Calendar component

2005-06-08 Thread Richard Featherstone
Hi, Is it possible to stop the calendar from firing a value changed event when you change the month?  Any help much appreciated. Cheers, Ric.