RE: Integrating displaytag with struts

2004-06-18 Thread Matthias Wessendorf
Hari, i have an action.clazz that "loads" a collection and adds the coll to request under key "myCollection" after that it forwards to a jsp here is my *simple* jsp.file <%@ taglib uri="/WEB-INF/displaytag-12.tld" prefix="display" %> note, you are now albe (with requestURI) to stor

Re: Integrating displaytag with struts

2004-06-18 Thread Hari Saptoadi
ing List" <[EMAIL PROTECTED]> Sent: Friday, June 18, 2004 11:46 AM Subject: Re: Integrating displaytag with struts > --- Hari Saptoadi <[EMAIL PROTECTED]> wrote: > > Hi all. > > i want to use displaytag for replace logis:iterate tag > > is it "name

Re: Integrating displaytag with struts

2004-06-17 Thread Ron Grabowski
--- Hari Saptoadi <[EMAIL PROTECTED]> wrote: > Hi all. > i want to use displaytag for replace logis:iterate tag > is it "name" in display:table tag have same function with > "property" in logic:iterate ? > if not, how can i set data that i want to display in my jsp ? > The front page of th