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
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
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
.....
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