Hi,
I know ActionForm can be used to transfer html-form-input-fields to the
Action class. But what about the other way around? Can it be used to say get
a DAO object and transfer its properties to the ActionForm, which when the
request is forwarded to a jsp, is readily available or populates the labels
on the screen. Or would I just bypass struts and just pass a POJO bean in
request to jsp which simply outputs properties as needed? Sometimes I just
prefer to bypass struts but how's this done in Struts framework? Thanks.