Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-21 Thread Martin Marinschek
Yeah, forgotten. We are stumbling over quite a few issues while trying
out the spec in reality, hmm?

regards,

Martin

On 10/20/09, Andy Schwartz andy.g.schwa...@gmail.com wrote:
 Thanks for logging the spec issue Matthias.  I agree that this was
 just overlooked in the spec.  Should be easy to correct next time
 around.

 Andy



-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-21 Thread Matthias Wessendorf
On Wed, Oct 21, 2009 at 5:21 AM, Martin Marinschek
mmarinsc...@apache.org wrote:
 Yeah, forgotten. We are stumbling over quite a few issues while trying
 out the spec in reality, hmm?

I think trying out - for applications - is different than moving a
complex and highly customized
framework to a new spec. But I was not expecting a too smooth
integration. Better we find
those issues now, to be addressed by the next release.

-Matthias


 regards,

 Martin

 On 10/20/09, Andy Schwartz andy.g.schwa...@gmail.com wrote:
 Thanks for logging the spec issue Matthias.  I agree that this was
 just overlooked in the spec.  Should be easy to correct next time
 around.

 Andy



 --

 http://www.irian.at

 Your JSF powerhouse -
 JSF Consulting, Development and
 Courses in English and German

 Professional Support for Apache MyFaces




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-20 Thread Matthias Wessendorf
On Mon, Oct 19, 2009 at 9:43 PM, Matthias Wessendorf mat...@apache.org wrote:
 hi,

 looking at more of the new code, I noticed these lines in MyFaces 2.0:

    public static final String EMPTY_VALUES_AS_NULL_PARAM_NAME =
 javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL;
    public static final String VALIDATE_EMPTY_FIELDS_PARAM_NAME =
 javax.faces.VALIDATE_EMPTY_FIELDS;

 According to the latest greatest JavaDoc, only
 VALIDATE_EMPTY_FIELDS_PARAM_NAME is part of the UIInput.
 Not sure if we should make this really a public constant.

 I am also wondering why the other one hasn't been made public ?
 Can one from the EG comment on this ?

Ok, as it is IMO a little bid odd that the constant has been forgotten, I
just created this ticket:

https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1374

Basically I feel that MyFaces is technically doing the right thing, it
just has been forgotten in the spec.

-Matthias


 Thanks!
 Matthias

 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-20 Thread Andy Schwartz
Thanks for logging the spec issue Matthias.  I agree that this was
just overlooked in the spec.  Should be easy to correct next time
around.

Andy