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

Reply via email to