SelectOneMenu issue

2007-02-20 Thread Srinivas V
Hi All, CAn anybody help me with jscook menu issue?? I have installed JSF 1.1.5-SNAPSHOT,Tomahawk1.1.5- SNAPSHOT and tomahawk-sandbox-1.1.5-SNAPSHOT. Previously i had myfaces1.1 jar I dint have issue with selectOneMenu before. Now when I submit the page, I am getting this jsf validation error:

Re: selectOneMenu issue

2005-05-08 Thread Jon Travis
I've seen it -- look at the converters that come with MyFaces (LongConverter, for instance). They specifically check for null, and return "", etc. I personally think that's a bit lame, since everyone writing a converter has to have a silly null check. -- Jon On May 6, 2005, at 2:17 PM, Whitney Hu

selectOneMenu issue

2005-05-06 Thread Whitney Hunter
I am again having trouble with the component using a converter. When I select a menu value the form is submitted (by a javascript submit call). When I get into the converter, the value to convert is null. Has anyone else had this problem? Thanks, Whitney

Re: selectOneMenu issue

2005-04-25 Thread Whitney Hunter
efault is for validation. There seems to RD> be some default validator that doesn't like your object though. RD> -- RD> Rob RD> @objectsource.org RD> -- Original Message --- RD> From: Whitney Hunter <[EMAIL PROTECTED]> RD> To: MyFaces Discu

Re[2]: selectOneMenu issue

2005-04-24 Thread Paul Gonchar
gt; @objectsource.org RD> -- Original Message --- RD> From: Whitney Hunter <[EMAIL PROTECTED]> RD> To: MyFaces Discussion RD> Sent: Fri, 22 Apr 2005 13:26:06 -0700 RD> Subject: Re: selectOneMenu issue >> That was a good idea. I get this error: Validation

Re: selectOneMenu issue

2005-04-22 Thread Rob Decker
Maybe you're getting a conversion error. Put a in the page to see if you get an error. -- Rob @objectsource.org -- Original Message --- From: Whitney Hunter <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Fri, 22 Apr 2005 12:59:22 -0700 Subject: Re: selectOn

Re: selectOneMenu issue

2005-04-22 Thread Whitney Hunter
I just set up a test that uses Strings instead of Objects in my simple controller. This removes the need for a converter in the selectOneMenu. This works as expected. There is something weird happening with the converter. Not sure what though... Whitney Hunter wrote: Hi all, I am hav

RE: selectOneMenu issue

2005-04-22 Thread Srikanth Madarapu
er <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Fri, 22 Apr 2005 12:29:33 -0700 Subject: selectOneMenu issue Hi all, I am having a difficult time getting to workwith a converter. I have a very simple jsp that presents a menu and hasa submit button. The problem is that the su

Re: selectOneMenu issue

2005-04-22 Thread Whitney Hunter
ot; on the panelGrid. -- Rob @objectsource.org -- Original Message --- From: Whitney Hunter <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Fri, 22 Apr 2005 12:29:33 -0700 Subject: selectOneMenu issue Hi all, I am having a difficult time getting to workwith

Re: selectOneMenu issue

2005-04-22 Thread Rob Decker
ssion Sent: Fri, 22 Apr 2005 13:26:06 -0700 Subject: Re: selectOneMenu issue > That was a good idea. I get this error: Validation Error: Value isnot valid. > But it is not clear to me why I am getting this. > > Rob Decker wrote:Maybe you're getting a conversion error. Put a &

selectOneMenu issue

2005-04-22 Thread Whitney Hunter
Hi all, I am having a difficult time getting to work with a converter. I have a very simple jsp that presents a menu and has a submit button. The problem is that the submit() method on controller class is never called when the selectOneMenu control is on the page. If I remove this control it

RE: selectOneMenu issue

2005-04-22 Thread Rob Decker
I like my ducks all in a row. -- Rob @objectsource.org -- Original Message --- From: "Srikanth Madarapu" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Fri, 22 Apr 2005 16:06:29 -0400 Subject: RE: selectOneMenu issue > no wonder !! > >

Re: selectOneMenu issue

2005-04-22 Thread Whitney Hunter
ssage --- From: Whitney Hunter <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Fri, 22 Apr 2005 12:59:22 -0700 Subject: Re: selectOneMenu issue That has no effect other than placing the button next to the menuinstead of below it. The actionListener is still not called.

Re: selectOneMenu issue

2005-04-22 Thread Rob Decker
Discussion Sent: Fri, 22 Apr 2005 12:29:33 -0700 Subject: selectOneMenu issue > Hi all, > > I am having a difficult time getting to workwith a > converter. I have a very simple jsp that presents a menu and hasa submit > button. The problem is that the submit() method on controllercl