Re: include tag problem

2011-06-27 Thread Dave Newton
On Mon, Jun 27, 2011 at 8:32 AM, k3v1n wrote: > Can you send example code please? ... http://download.oracle.com/javaee/5/tutorial/doc/bnalj.html http://www.javascriptdownload.net/site/page.asp?dsy_id=501 http://onjava.com/pub/a/onjava/excerpt/jserverpages3_ch11/index.html http://today.java.net/

Re: include tag problem

2011-06-27 Thread k3v1n
Can you send example code please? -- View this message in context: http://struts.1045723.n5.nabble.com/include-tag-problem-tp4527676p4528142.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe,

Re: include tag problem

2011-06-27 Thread Dave Newton
Why not use a JSP-based custom tag? Dave On Jun 27, 2011 7:03 AM, "k3v1n" wrote: > Hi all, > > I need help, please. > > I have collection of User object... In my jsp page, I have foreach block for > print all user contains in my collection. I want use other jsp for print it! > > For example: > >