Re: logic:iterate inside a logic:iterate ??

2003-12-18 Thread Jan Vervecken
ull; LinkedList fEmailList = new LinkedList(); public String getName() { return fName; } public LinkedList getEmailList() { return fEmailList; } } %> <% LinkedList vPersonList = new LinkedList(); Person vPerson

Re: [RE-POST]: HOW TO Use Tiles parameters in Java

2003-10-13 Thread Jan Vervecken
maybe try to put this in pageLayout.jsp hope this helps -Jan Vervecken *** REPLY SEPARATOR *** On 10/13/2003 at 5:41 PM Sudip Kumar Bhattacharya(HOTPOP) wrote: >Hi, > >I sent the mail earlier but recieved no reply. So I am posting it again >with >mo

Re: Urgent

2003-01-29 Thread Jan Vervecken
hi I've recently written a tag that solves these problems and works together with the html:link tag, see c-html:parameter tag below. <%=CorsoSId%> <%=CorsoSName%> <%=CorsoSFacolta%> <%=CorsoSCrediti%> Vis. Corsi Insegn. You can

RE: html:errors

2002-07-16 Thread Jan Vervecken
ah ... "Since : Struts 1.1" ... sorry, I checked some older documentation tnx -Jan >>> [EMAIL PROTECTED] 16-07-02 15:39 >>> Maybe I am misunderstanding you, but the tags I put in below exist already (the sample is right out of a working jsp page) -Original Message- From: Jan.Vervec

RE: html:errors

2002-07-16 Thread Jan Vervecken
Something like this would make Struts more MVC-like I think, more flexible toward graphical design. Has anyone implemented tags that allow for this approach, or is it possible with existing Struts tags? tnx -Jan >>> [EMAIL PROTECTED] 11-07-02 16:37 >>> Like so? -- To unsubscribe, e-ma

RE: Installation in JDeveloper

2002-07-03 Thread Jan Vervecken
maybe this can help http://technet.oracle.com/products/jdev/howtos/jsp/StrutsHowTo.html -Jan >>> [EMAIL PROTECTED] 03-07-02 19:40 >>> I am new having tough time in installing Struct in JDeveloper and running my first JSP page. I would appreciate if any one can give some info or provide a link

RE: Why would I want to maintain my JSP's in a JSP-SRC directory?

2002-07-03 Thread Jan Vervecken
JV> Maybe to prevent losing your JSP files when you let Ant clean up a previous build? >Can anyone think of a good reason why I would want to maintain all of my >JSP files in a JSP-SRC directory and have ant move them during the >compile to a real JSP dir? -- To unsubscribe, e-mail: