Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by RichFeit: http://wiki.apache.org/struts/StrutsTi/BeehivePageFlow ------------------------------------------------------------------------------ == URL Rewriting == Layer for URL rewriting and templating -- key for portal support. + == Form Beans == + While you can post/store data directly in page flow controllers, form beans (POJOs) are also supported, via arguments to action methods. By default they're request-scoped, but you can also make them "page flow-scoped" by tying into a member variable instance using the {{{useFormBean}}} attribute on the [EMAIL PROTECTED] annotation. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
