> A form bean that you write (that is, a subclass of
> ActionForm) need only conform to
> the requirements of the JavaBeans Specification --
> particularly the requirements
> for a no-arguments constructor and the design patterns for
> property getters and
> setters.
Can someone point me to the spec doc for JavaBeans? I'm having a bit of trouble finding it on Sun's site.

