RE: Disabled inputText Value

2006-05-07 Thread Uri Kalish
ossible to push the disabled value to the model. Hope that helps, Cheers, Gerald On 5/5/06, Uri Kalish <[EMAIL PROTECTED]> wrote: > Thanks dude. I found the problem. It's an HTML form thing - A form submitting > will not post disabled fields. > Because in the case of error

RE: Disabled inputText Value

2006-05-04 Thread Uri Kalish
aces Discussion Subject: Re: Disabled inputText Value Uri Kalish wrote: > Use case: > > A user fills a value in an inputText field, checks a radio button that > causes the field to become disabled, and submits the form. > > After the user submits, the value received is null, no ma

Disabled inputText Value

2006-05-04 Thread Uri Kalish
Use case: A user fills a value in an inputText field, checks a radio button that causes the field to become disabled, and submits the form. After the user submits, the value received is null, no matter what the field displays on the UI…   Is there a way to retrieve that value although t

RE: Who called my bean?

2006-05-01 Thread Uri Kalish
called "referrer". Regards, Cagatay On 5/1/06, Uri Kalish <[EMAIL PROTECTED]> wrote: Navigation rules: page1 à page2 and page2 à page2 On the constructor of bean2 - how can I know who navigated to my bean (page1 or page2)? I prefer (if possible) not to send parameter on

Who called my bean?

2006-05-01 Thread Uri Kalish
Navigation rules: page1 à page2 and page2 à page2 On the constructor of bean2 - how can I know who navigated to my bean (page1 or page2)? I prefer (if possible) not to send parameter on the request from bean1.    

ManagedBean Existence Check?

2006-04-30 Thread Uri Kalish
Is there a function to check for existence of a managed bean? The createValueBinding function is no good because it always returns a managed bean (creates one if it doesn’t exist).     __ This email has been scanned

Know who called my managed bean

2006-04-27 Thread Uri Kalish
The navigation rules are: bean1 à bean2 bean2 à bean2 (on error)   I want to differentiate between these two cases on the constructor of bean2.     __ This email has been scanned by the MessageLabs Email Securi

RE: f:param and commandButton

2006-04-27 Thread Uri Kalish
27, 2006 4:09 PM To: MyFaces Discussion Subject: Re: f:param and commandButton   You can use t:updateActionListener with command button, also you can read http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters for additional info. regards On 4/27/06, Uri Kalish <[EM

f:param and commandButton

2006-04-27 Thread Uri Kalish
When I send a parameter from a commandButton I get a string containing the word “null” from the parameters map. If I use a commandLink instead - it works. Any ideas?     id="addNewLoadTestReservationButton"   action="">   value="#{msgs.addNewLoadTestReservationButton}"    

RE: ManagedBean Get and Set Values on Constructor

2006-04-26 Thread Uri Kalish
scussion Subject: Re: ManagedBean Get and Set Values on Constructor have you used or did I just get you wrong ? On 4/26/06, Uri Kalish <[EMAIL PROTECTED]> wrote: > But only to the first bean connected to the page. We need this data on > the second bean. > > > > -Or

RE: ManagedBean Get and Set Values on Constructor

2006-04-26 Thread Uri Kalish
Set Values on Constructor well, t:updateActionListener allows you to pass objects, that's what I have done with it. ids are possible at all -Matthias On 4/26/06, Uri Kalish <[EMAIL PROTECTED]> wrote: > Thanks for the solution, but... > If I understand correctly these are all

RE: ManagedBean Get and Set Values on Constructor

2006-04-26 Thread Uri Kalish
". > > > On the detail page you can do stuff like > > > > See also [1] for more. Also you could uses Shale's ViewController. > > -Matthias > > [1] http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters > > > On 4/25/06, Uri Kalish <[EMAIL PROTECTED]> wrote

ManagedBean Get and Set Values on Constructor

2006-04-25 Thread Uri Kalish
We have a page displaying a list of objects. When a user clicks on an object we want to display and edit the object details on another page.   So… A user clicks on an object on page1. We save the object id (by _javascript_) to a hidden field on page1 (bound to a field on ManagedBean1)

RE: selectOneRadio inner components

2006-02-13 Thread Uri Kalish
adio see: http://wiki.apache.org/myfaces/Radio Regards, Volker Uri Kalish wrote: > Hi, > Motivation: > I use selectOneRadio and try to 'associate' components to radio buttons so > they can be enabled/disabled through the radio check/uncheck (attached > screenshot). &g

selectOneRadio inner components

2006-02-13 Thread Uri Kalish
Hi, Motivation: I use selectOneRadio and try to 'associate' components to radio buttons so they can be enabled/disabled through the radio check/uncheck (attached screenshot). Problem: I can't insert any components 'between' the radio buttons. I can only display the radios as a vertical or horizonta

RE: Architecture question

2006-02-09 Thread Uri Kalish
In our application, a typical model object is a slightly enhanced DTO containing the obvious primitives, other domain objects, getters and setters, but also methods that can be fully completed just by using data on the object itself (e.g. validate object fields, cloning the object...). Eve

Sandbox Schedule Component to Tomahawk?

2006-02-05 Thread Uri Kalish
- When will the Sandbox Schedule component become a part of Tomahawk?   __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email

Schedule component

2006-01-10 Thread Uri Kalish
Hi, I'm looking for a view similar to the Outlook Calendar. I saw the Schedule component but it's currently on the Sandbox project. Does anybody know when will it become an 'official' Tomahawk component? Who can I contact for more details about this component?   _