users@glassfish.java.net

JSF2 composite example using backing bean fails to work properly

From: emiddio-frontier <emiddio_at_frontier.com>
Date: Fri, 11 Mar 2011 14:54:55 -0800

I am learning/studying JSF2.

I have built most all the examples from the book Core JavaServer Faces -
third edition, from May 2010.

One particular example which appears to be the only one of it's type in
the book is called composite-date -- which is not functioning properly
when it runs.

I have been unable to discover it's problem -- so am asking here if
someone would take a look.

In particular --it's util.date class which extends UIInput implements
NamingContainer class method getConvertedValue -- does not see the
entered form data.

thanks

Gary