Re: jsp:include with variables in struts

2002-12-05 Thread Kris Schneider
Or with JSTL: or Quoting Gemes Tibor <[EMAIL PROTECTED]>: > 2002. december 5. 15:11 dátummal [EMAIL PROTECTED] ezt írtad: > > Hi, > > > > I wish to include a number of jsps within my main jsp. The list of > include > > files is retrieved from the database and stored in the ActionForm

Re: jsp:include with variables in struts

2002-12-05 Thread Gemes Tibor
2002. december 5. 15:11 dátummal [EMAIL PROTECTED] ezt írtad: > Hi, > > I wish to include a number of jsps within my main jsp. The list of include > files is retrieved from the database and stored in the ActionForm. I can > then have a piece of jsp code as follows: > > >="true"/> > You c

jsp:include with variables in struts

2002-12-05 Thread michael . j . coyle
Hi, I wish to include a number of jsps within my main jsp. The list of include files is retrieved from the database and stored in the ActionForm. I can then have a piece of jsp code as follows: However, this doesn't work because 'jsp:include' is parsed before 'bean:write'. It tries to i