--- "Peters, John" <[EMAIL PROTECTED]> wrote: > Is it possible to have multiple methods for the same > value? Then have the jsp either load a text box or a > check box For example Depending the circumstance > I load setValue(boolean) or setValue(String). Then can > the jsp page create either a text box or a check box?
Automatically? None that I know of, for either version of Struts. You'd have to code behavior like that in either the action or the presentation side (or a combination of both). In S2 it could cause problems with the form tags; it expects form values to follow JavaBean standards. I'm not sure what would happen. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]