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
- Re: String indexed bean fields Rapheal Kaplan
- Re: String indexed bean fields Craig R. McClanahan
- Re: String indexed bean fields Ted Husted
