Re: Oracle ADF JSF

2005-07-19 Thread Jozef Hribik
Hi Aleksei, Wake up, stop dreaming and open your eyes. 1. Everything from Oracle is priced like 5k per CPU; they have pulled our legs in last 10 months. 2. Oracle will never extend MyFaces component palette; they just test their components with MyFaces runtime. 3. ADF Faces are still not

Re: Oracle ADF JSF

2005-07-19 Thread Martin Marinschek
Well, let's see what the future brings. In the meantime, let's keep enjoying that there is a thing like Open Source! regards, Martin On 7/19/05, Jozef Hribik [EMAIL PROTECTED] wrote: Hi Aleksei, Wake up, stop dreaming and open your eyes. 1. Everything from Oracle is priced like 5k per

Best Practice redirecting?

2005-07-19 Thread Johannes Hiemer
Hi folks, I searched around for a few minutes now, regarding redirection after successfull form submit for example, and I found a few ways to do it. What I am wondering was, which way I should use in which situation and which ways is the best practice way. Perhaps this is a easy question for

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Aleksei Valikov
Hi. Instead, IMHO, the expression language should encourage you to manipulate server side model data with model tier techniques ... it was designed to serve as a *binding* between the tiers, rather than as a general purpose computational technology. If we had wanted that, we would likely have

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Werner Punz
Aleksei Valikov wrote: Hi. Instead, IMHO, the expression language should encourage you to manipulate server side model data with model tier techniques ... it was designed to serve as a *binding* between the tiers, rather than as a general purpose computational technology. If we had wanted

Re: Oracle ADF JSF

2005-07-19 Thread Werner Punz
Jozef Hribik wrote: Hi Aleksei, Wake up, stop dreaming and open your eyes. 1. Everything from Oracle is priced like 5k per CPU; they have pulled our legs in last 10 months. Oracle is expensive, yes but they have their market and make no secret about it. There are many szenarios, where I

Re: Oracle ADF JSF

2005-07-19 Thread Jozef Hribik
Yes, I am a big critic to Oracle ADF Faces. I have waste my time with EA-10, EA-13 and EA-15. My posts are WARNINGs to all people new to ADF-Faces. Werner Punz wrote: Jozef Hribik wrote: Hi Aleksei, Wake up, stop dreaming and open your eyes. 1. Everything from Oracle is priced like 5k per

RE: Oracle ADF JSF

2005-07-19 Thread Jesse Alexander (KBSA 21)
-Original Message- 2. Oracle will never extend MyFaces component palette; they just test their components with MyFaces runtime. -/Original Message- Check the messages in this mailing lists history very carefully. Particularily I mean the second message of Jonas Jacobi:

Datamodel refresh

2005-07-19 Thread Maxence Dewil
Hello all, Iam quite new to Myfaces, so be indulgent if my question looks stupid ;-). I have a JSF page with a simple session-scope backing bean which holds an ArrayList of objects to show in a table. The user can add/remove items to that list. There is also a selectOneMenu that

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Aleksei Valikov
Hi. Well, probably I'm missing something. Here's a simple example. I have a documentDao with the possibility to load document and give back the document list. I want to display a table, where rows correspond to the documents returned by the dao. In every row, I'd like to have a Load button

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Werner Punz
Aleksei Valikov wrote: I don't think that simple EL helps the simplicity of application. I agree with you, I stumbled upon several cases in my last few apps where I cursed the EL for what it was, and spent hours to program workarounds for simple things like you mentioned. I think the force

ajax request

2005-07-19 Thread Maksimenko Alexander
Hi! I have to make ajax request which affect to many components in the page. For example,lets consider mail web application. It has list of messages (data table) and tree of folders(tree). When user clicks on message which is unread after ajax request we should 1) change style of the

RE: Datamodel refresh

2005-07-19 Thread Broekelmann, Mathias
Title: Nachricht The implementation of the datatable in 1.0.9 contains some bugs which we are going to resolve for the next release. The datatable implementationisrefactored in the current svn repository. I´ve just fixed some issues on the new implementation and commited it to the

Welcome James!

2005-07-19 Thread Manfred Geiler
Ladies and Gentlemen, Please welcome our new MyFaces committer James Mitchell (jmitchell)! James, glad to have you on board and looking forward to working together. Kind regards, Manfred Geiler

RE: Welcome James!

2005-07-19 Thread Broekelmann, Mathias
Congratulations. -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 12:23 PM To: dev@myfaces.apache.org; users@myfaces.apache.org Subject: Welcome James! Ladies and Gentlemen, Please welcome our new MyFaces committer James Mitchell

Re: Welcome James!

2005-07-19 Thread Matthias Wessendorf
fine to have you on board James! Greetings from ApacheCon (Portlet Session ;)) On 7/19/05, Broekelmann, Mathias [EMAIL PROTECTED] wrote: Congratulations. -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 12:23 PM To:

RE: Datamodel refresh

2005-07-19 Thread Maxence Dewil
Title: Nachricht Excellent! Thx. Max. De: Broekelmann, Mathias [mailto:[EMAIL PROTECTED] Envoyé: mardi 19 juillet 2005 12:28 À: MyFaces Discussion Objet: RE: Datamodel refresh The implementation of the datatable in 1.0.9 contains some bugs which we are going to

Re: HtmlDateRenderer method visiblity

2005-07-19 Thread Bruno Aranda
Csaba, why don't you modify the current HtmlDateRenderer and enable it to use the current locale? It would be a nice feature to have in myfaces... Regards, Bruno 2005/7/19, Sebestyén Csaba [EMAIL PROTECTED]: Hi! I try to extend the inputDalendar to set the order of day, month

RE: CommandButton and selectOneRadio

2005-07-19 Thread Srikanth Madarapu
I don't see a command button in this code ! -Original Message- From: Balaji Saranathan [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 5:07 PM To: 'MyFaces Discussion' Subject: RE: CommandButton and selectOneRadio This is the form code. h:form id=logviewForm

having problem with inputSecret tag

2005-07-19 Thread Rashmi Kumari
Hi, I have a user form having password field(using h:inputSecret tag) and a list box(using h:selectOneMenu). whenever I change value of the list box, password entered in the text field disappears and user has to renter the password. Similarly if I retrieve user's data from the database, all

RE: having problem with inputSecret tag

2005-07-19 Thread Srikanth Madarapu
I have seen similar behavior on most of the registration pages, I think that is the desired behavior of the password field. -Original Message- From: Rashmi Kumari [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 9:22 AM To: MyFaces Discussion Subject: having problem with

[ANN] BOF XI Struts JSF London / 7:00PM / Kettners

2005-07-19 Thread Pilgrim, Peter
JUST A REMINDER The Eleventh Struts/JSF London Networking BOF is taking place on Tuesday 19 July 2005 at 19:00 or afterwards at Kettners Restaurant in SOHO, West End, London. 29 Romilly Street, London, W1D 5HP Telephone: 0871 223 8103 Nearest Tube: Leicester Square [3 minutes] (or Picadilly

[TEST] Testing 1 2 3 4

2005-07-19 Thread Pilgrim, Peter
Testing 1 2 3 4 -- Peter P == Please access the attached hyperlink for an important electronic communications disclaimer: http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

Re: Oracle ADF JSF

2005-07-19 Thread Jonas Jacobi
Hi All, Thanks Jesse! As mentioned earlier in this thread Oracle is a big company and, no secret, moves slowly. Jozef, I'm very sorry that you feel that way about ADF Faces. It would be very interesting to know specific details about what is not working and what issues you have been

Re: Oracle ADF JSF

2005-07-19 Thread Jozef Hribik
Hi Jonas, Ok, my flashback on EA-15: The customer wanted to see some demo-screens of the proposed JSF solution. The boss said, take a best-looking JSF-components and make the demo in 1 day. ADF-Faces was the choice. We were able to code some simple data-list with paging and search function,

delete a message from FacesContext messages list

2005-07-19 Thread Alin Dosoniu
Hello, Is there a possibility to access the list of messages from FacesContext and to remove an item from it? I had a look at the sources and did not see one. I have a page with an inputTextcontrol and it has a validator. The scenario that I wish to implement is like this: - user goes on

Re: delete a message from FacesContext messages list

2005-07-19 Thread Bruno Aranda
I don't know if I understand you correctly. But, could be useful to you to use the 'immediate' attribute in your button? Bruno 2005/7/19, Alin Dosoniu [EMAIL PROTECTED]: Hello, Is there a possibility to access the list of messages from FacesContext and to remove an item from it? I had

Re: delete a message from FacesContext messages list

2005-07-19 Thread Alin Dosoniu
Yes, it works! I forgot about immediate :( .. Thank you, Alin. I don't know if I understand you correctly. But, could be useful to you to use the 'immediate' attribute in your button? Bruno 2005/7/19, Alin Dosoniu [EMAIL PROTECTED]: Hello, Is there a possibility to access the list of

Action for input components

2005-07-19 Thread Srikanth Madarapu
Hi I am thinking of adding an action attribute to the input text box, which will be fired when user hits the enter key. Is it a good idea ? Specifically when thinking the immediate attribute in view. The immediate attribute behaves differently for actions and for fields. What happens if I

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Dennis Byrne
Can this be satisfied w/ a static method call. If so, try mapping one to a EL function. Original message Date: Tue, 19 Jul 2005 09:49:05 +0200 From: Aleksei Valikov [EMAIL PROTECTED] Subject: Re: Replacing JSF EL with JavaScript To: MyFaces Discussion users@myfaces.apache.org Hi.

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Aleksei Valikov
Hi. Can this be satisfied w/ a static method call. If so, try mapping one to a EL function. Of course not. The action must be executed within a certain context (for instance, with a Spring-configured DAO), with a certain parameter (for instance, current row object). No way this could be

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Dennis Byrne
Are you under the impression that EL functions cannot accept parameters? Original message Date: Tue, 19 Jul 2005 18:23:29 +0200 From: Aleksei Valikov [EMAIL PROTECTED] Subject: Re: Replacing JSF EL with JavaScript To: MyFaces Discussion users@myfaces.apache.org Hi. Can this be

inputCalendar onchange property is not working.

2005-07-19 Thread Polanki, Varada \(Exchange\)
Hi, For x:inputCalendar I kept property as onchange=this.form.submit() But I got error message like below. It seems this property is not defined. Whenever calendar value changes then I need to execute a method. But it seems valueChangeListener will be executed only if form submitted.

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread alex
You wanna say, that an EL-function call can accept a parameter? How that? Give me an example pls. Rgds Alex Dennis Byrne wrote: Are you under the impression that EL functions cannot accept parameters?

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Aleksei Valikov
Hi. Are you under the impression that EL functions cannot accept parameters? I am. At least when uspecified as method bindings. There are exceptions like action listeners which receive events as arguments, but I have found no way to implement something like: x:dataTable ... var=document

Re: inputCalendar onchange property is not working.

2005-07-19 Thread Martin Marinschek
Well, inputCalendar does have this property in my sources. Are you working in head or MyFaces 1.0.9? I think we fixed a bug regarding this problem some time ago... regards, Martin On 7/19/05, Polanki, Varada (Exchange) [EMAIL PROTECTED] wrote: Hi, For x:inputCalendar I kept property as

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Dennis_Byrne
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html Look at the bottom.

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Martin Marinschek
The JSF expression language does not accept parameters for functions, you are right. The new specification for the JSP and JSF common expression language might have a possibility to do that, though. There are workarounds for this: implement the map interface. Provide as a key the parameter you

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Aleksei Valikov
Hi. The JSF expression language does not accept parameters for functions, you are right. The new specification for the JSP and JSF common expression language might have a possibility to do that, though. There are workarounds for this: implement the map interface. Provide as a key the parameter

Re: Oracle ADF JSF

2005-07-19 Thread Jonas Jacobi
Hi Jozef, There is no need to be rude. First, skinning was not implemented in EA15, which explains why that was not working. A quick check in the release notes for EA15: Coming features Our main planned tasks for upcoming releases are:     * Finishing the component set     * Look-and-feel

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Aleksei Valikov
Hi. http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html Look at the bottom. 1. This does not work in method bindings. 2. This is a call to static function. Implementing do(A a, B b) statically for every A.do(B b) is hardly to be called convenient. So far I have not seen a better

RE: inputCalendar onchange property is not working.

2005-07-19 Thread Polanki, Varada \(Exchange\)
Yes, I am using myfaces 1.0.9 only. Still there is problem it seems. Thanks Regards, Varadaraja Polanki -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 12:42 PM To: MyFaces Discussion Subject: Re: inputCalendar onchange property is not

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Craig McClanahan
On 7/19/05, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. Instead, IMHO, the expression language should encourage you to manipulate server side model data with model tier techniques ... it was designed to serve as a *binding* between the tiers, rather than as a general purpose

RE: Action for input components

2005-07-19 Thread Srikanth Madarapu
Any responses ? -Original Message- From: Srikanth Madarapu Sent: Tuesday, July 19, 2005 11:45 AM To: Apache My Faces (E-mail) Subject: Action for input components Hi I am thinking of adding an action attribute to the input text box, which will be fired when user hits the enter key.

Re: Oracle ADF JSF

2005-07-19 Thread Jonas Jacobi
Hi Aleksei, That is the plan. We still need to work out some details with the MyFaces dev team before this work can start. - Jonas Aleksei Valikov wrote: Hi. ADF Faces releases We release every 4-6 weeks a build of ADF Faces that is stable enough to be used internally for

Re: Oracle ADF JSF

2005-07-19 Thread Aleksei Valikov
Hi. Jonas, is there a chance that some/any of the ADF components will be contributed to the MyFaces palette? That is the plan. We still need to work out some details with the MyFaces dev team before this work can start. I would say, great news. Looking forward! Bye. /lexi

JSF/MyFaces/Spring/Hibernate/XML Schema project

2005-07-19 Thread Aleksei Valikov
Hi. Many thanks to MyFaces people! Your work allowed me VERY fast prototyping of a relatively complex web app. Few screenshots: http://www.livejournal.com/users/lexicore/55223.html Bye. /lexi

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread John Fallows
Aleksei, On 7/19/05, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. Instead, IMHO, the expression language should encourage you to manipulate server side model data with model tier techniques ... it was designed to serve as a *binding* between the tiers, rather than as a general purpose

Re: Welcome James!

2005-07-19 Thread John Fallows
Congratulations, James. :-) On 7/19/05, Manfred Geiler [EMAIL PROTECTED] wrote: Ladies and Gentlemen, Please welcome our new MyFaces committer James Mitchell (jmitchell)! James, glad to have you on board and looking forward to working together. Kind regards, Manfred Geiler

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Aleksei Valikov
Hi. What would be the easiest way to implement this with standard EL, without JS? Let's assume... [skip] Thank you, your answer is the most complete of all I've seen in the thread. I only miss one fragment: When the commandLink is clicked for a particular row in the table, the current

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread Craig McClanahan
On 7/19/05, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. What would be the easiest way to implement this with standard EL, without JS? Let's assume... [skip] Thank you, your answer is the most complete of all I've seen in the thread. I only miss one fragment: When the

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread John Fallows
Aleksei, On 7/19/05, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. What would be the easiest way to implement this with standard EL, without JS? Let's assume... [skip] Thank you, your answer is the most complete of all I've seen in the thread. I only miss one fragment: Glad to

RE: Welcome James!

2005-07-19 Thread David G. Friedman
Is this the same Mr. Mitchell from Struts? Have you also been 'Shaled'? *grin* Welcome either way (W/w-out Shale). Regards, David Friedman / [EMAIL PROTECTED] -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 6:23 AM To:

x:inputCalendar disable property is not working

2005-07-19 Thread Polanki, Varada \(Exchange\)
Hi I am using standard MyFaces 1.0.9m9. weblogic.servlet.jsp.JspException: (line 10): for tag 'inputCalendar' handler type 'org.apache.myfaces.custom.calendar.HtmlInputCalendarTag' has no property 'disabled' Thanks Regards, Varadaraja Polanki

RE: Replacing javascript without restart Tomcat

2005-07-19 Thread David G. Friedman
Doug, _javascript_ files would be static files and subject to your browser's CACHE settings. Do you mean how would you drop in new JSP files which Tomcat would compile into Java to execute? (Struts taglibs, scriptlets, etc.) Regards, David -Original Message-From: Doug Ly

RE: having problem with inputSecret tag

2005-07-19 Thread Rashmi Kumari
Thanx Srikanth for your reply. Srikanth Madarapu