Re: LazyForm

2004-11-17 Thread Mark Lowe
I haven't used lazyform but i imagine it should work as follows. if you really want you could use a logic:iterate rather than c:forEach The html:text will render to You wont need to search request parameters although if you like that sort of thing you could. LazyDynaForm th

LazyForm

2004-11-17 Thread Seaman, Sloan
Is there anyway to use a LazyForm to do a something like: Not the best example, but exactly what I need to do :) Otherwise I'm stuck with: And then searching through the request.getParamaterNames() or something like that... Thanks... -- Sloan