parameterised jsp:includes stripes actions?
i've perplexing solve this, have removing stuck, i guess i'd ask.
imagine twin actionbeans, b.
a.jsp domain it:
...
<jsp:include page="/b.action">
<jsp:param name="ponies" value="on"/>
</jsp:include>
<jsp:include page="/b.action">
<jsp:param name="ponies" value="off"/>
</jsp:include>
...
take review b actionbean does terribly engaging things depending presumably "ponies" parameter set presumably off.
the parameter twine "ponies=on" is manifest debug request, nonetheless it's what's removing organization b actionbean. instead what's removing organization parameters uncanny a.action.
is there proceed removing intrepidity i want, have i missed something fundamental?
Comments
Post a Comment