Erik Weber wrote:
I assume by "bean" you mean form bean (ActionForm). I sometimes carry
non-text attributes in form beans, but that data doesn't represent
form inputs (which is really why a form bean exists) but maybe
metadata associated with a form or with a form input. Typically those
attrib
I assume by "bean" you mean form bean (ActionForm). I sometimes carry
non-text attributes in form beans, but that data doesn't represent form
inputs (which is really why a form bean exists) but maybe metadata
associated with a form or with a form input. Typically those attributes
will be collec
Hello,
I am trying to learn struts adn playing with some test code. I have a bean that
returns an Enumeration for my view. but I cannot figure out how to get the data.
The two ways so far, have been to use the html:text and bean:write syntax.
Can I receive Objects other than strings back fro
3 matches
Mail list logo