Is there anyway to use a LazyForm to do a something like: <html:text property="mixture(1)date"/> <html:text property="mixture(1)flask(confluency)"/> <html:text property="mixture(1)flask(action)"/>
<html:text property="mixture(2)date"/> <html:text property="mixture(2)flask(confluency)"/> <html:text property="mixture(2)flask(action)"/> Not the best example, but exactly what I need to do :) Otherwise I'm stuck with: <html:text property="mixture-1-date"/> <html:text property="mixture-1-flask-confluency"/> <html:text property="mixture-1-flask-action"/> <html:text property="mixture-2-date"/> <html:text property="mixture-2-flask-confluency"/> <html:text property="mixture-2-flask-action"/> And then searching through the request.getParamaterNames() or something like that... Thanks... -- Sloan