Re: Form bean and class instance question

2002-01-30 Thread Marcus Brito
Em Ter, 2002-01-29 às 17:48, Bryan P. Glennon escreveu: I must be missing something... I have a class, Foo, whose data I want to display in a form. I have defined an action (NavigateAction) that is invoked when the user makes a selection which will move him/her to the page to disply Foo.

RE: Form bean and class instance question

2002-01-29 Thread Vaughan Jackson
Bryan, Isn't this really a question of how you want to do it? You may want to duplicate the Foo bean interface in the FooBean form bean, or you may access the Foo bean directly from the session in your JSP. Struts form beans provide a convenient way to represent the values on a page, as well