RE: Displaying data from a form bean

2005-07-11 Thread Abdullah Jibaly
l) Subject: Displaying data from a form bean Newbie question: Struts lets me bind ActionForm properties to HTML form components like this: Enter customer name: ... I don't have to name the form bean, because Struts will look it up in the struts-config file for me. I'm try

Displaying data from a form bean

2005-07-11 Thread Schaub, Stephen
Newbie question: Struts lets me bind ActionForm properties to HTML form components like this: Enter customer name: ... I don't have to name the form bean, because Struts will look it up in the struts-config file for me. I'm trying to get Struts to output the contents of an ActionForm