Is it possible to call an flow.action inside jsp:include tag?

69 Views Asked by At

I have a problem with an application, did not made for me. In a jsp file there are a call to a flow.action it within a tag jsp:include

It does not work, is this possible?

    <div>
        <jsp:include page="/app/exmpl/lnk/flow.action?expID=${expID}&screenID=escID"/>
    </div>
0

There are 0 best solutions below