|
Okay… what I have posted here is a
simple example… In my application I am currently
developing, there is a String property: (getContentPage()) on a session bean. I have several pages, for example: -> Downloads -> Customers -> Home -> … etc. If a user clicks on Downloads,
setContentPage(“downloads.jsp”) is called and the next time the
page is rendered, <jsp:include …../> includes
downloads.jsp… I’ve not tried using the rendered
attribute, because it’s not possible in my case… But thanks for your idea. From: CD
[mailto:[EMAIL PROTECTED] Have you tried making use of the "rendered" attribute on the
subview tag to determine which page to include? I would also recommend
encapsulating the logic used to determine the boolean value in the bean. On 9/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I?ve tried that too, but that does not solve the problem?
same results From: CD [mailto: [EMAIL PROTECTED]]
Subject: Re:
Problem with <jsp:include/> subview tags go around the <jsp:include> in your
page i.e. On
9/11/06, Jordan Laughlin < [EMAIL PROTECTED]>
wrote: I
can confirm I have experienced this problem as well. Page experienced VERY
weird behavior when using multiple <jsp:include> statements. You
might want to consider using <%@ include %> if you can't find a solution. -JL -----
Original Message -----
|
- Problem with <jsp:include/> Bieringer, Dominik
- Re: Problem with <jsp:include/> Jordan Laughlin
- RE: Problem with <jsp:include/> Bieringer, Dominik
- RE: Problem with <jsp:include/> Bieringer, Dominik
- RE: Problem with <jsp:include/> Bieringer, Dominik
- RE: RE: Problem with <jsp:include/> Bieringer, Dominik
- Re: Problem with <jsp:include/> Jeff Bischoff
- RE: Problem with <jsp:include/> Bieringer, Dominik
- Re: Problem with <jsp:include/> Jeff Bischoff
- Re: Problem with <jsp:include/> CD
- Re: Problem with <jsp:include/> Jeff Bischoff
- Re: Problem with <jsp:include/... Jeff Bischoff
- Re: Problem with <jsp:incl... Mike Kienenberger
- RE: Problem with <jsp:include/> Bieringer, Dominik
- RE: Problem with <jsp:include/> Bieringer, Dominik

