T
timasmith
I can create a jsp which submits a form which is processed by an Action
class.
Not a problem.
But I cant seem to do the next logical step.
Go from my output jsp
<c:url value="/ArtifactTree.do" var="url">
<c
aram name="productRefId" value="${product.refId}"/>
</c:url>
<a href="<c
ut value="${url}"/>"><c
ut
value="${product.display}"/></a>
to the ArtifactTreeAction class which should pull in business data and
pass to the target jsp.
Please dont bother with replying if you are just to go say read the
examples war or the Apache tutorial - it is not helpful.
class.
Not a problem.
But I cant seem to do the next logical step.
Go from my output jsp
<c:url value="/ArtifactTree.do" var="url">
<c
</c:url>
<a href="<c
value="${product.display}"/></a>
to the ArtifactTreeAction class which should pull in business data and
pass to the target jsp.
Please dont bother with replying if you are just to go say read the
examples war or the Apache tutorial - it is not helpful.