On Wed, 30 May 2001, Rapheal Kaplan wrote: > Has anyone thought about allowing for string based indexed fields (even > though they do not fit in to the Java spec)? > > For example: > > <logic:write name="user" property="email{home}"/> > > would call: > > user.getEmail( "home" ); > > > - Rapheal Kaplan > > Yep. Something like this is part of the enhancements I see in Struts 1.1. Craig
- String indexed bean fields Rapheal Kaplan
- Re: String indexed bean fields Craig R. McClanahan
- Re: String indexed bean fields Ted Husted