Problem with include and custom tags

A

Alwin

Hello,

I´m writing a taglibary to substitute the standard html tags.
My problem is, that my form tag is on an other jsp than my other tags.
Is it possible, that the tags in the second jsp, have access to the
form tag on the first jsp.
For explanation an example:

first jsp:

....
<rdb2:form name="TestForm" beanId="TestBean">
<jsp:include page="second.jsp" flush="true"/>
<jsp:include page="third.jsp" flush="true"/>
</rdb2:form>
....

second jsp:

......
<rdb2:eek:utput name="beanValue"/>
.....

In the second jsp I want to access the bean specified in the form tag
of the first jsp. But with getParent I can´t access the form tag.

Does anyone have a solution for my problem.

Thanks Alwin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top