Re: Bean that returns Enumeration or Vector

2005-02-25 Thread Erik Weber
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

Re: Bean that returns Enumeration or Vector

2005-02-25 Thread Erik Weber
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