Jasper Floor wrote:
On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
So here it is only possible to return to the given input JSP "dataChecks.jsp".
How can I return to the calling JSP without defining one action tag for every single JSP?
If you don't close your actionmappin
On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
>path="/secure/dataChecks"
> name="emptyForm"
> type="org.springframework.web.struts.DelegatingActionProxy"
> input="/secure/dataChecks.jsp" />
>
> So here it is only possible to return to the given input
Hi,
in my web application I want to call one single action class from different
JSPs. After that the class should return to the JSP from that it was called. In
my struts action tags I have to define an input JSP for every action:
So here it is only possible to return to the given input
3 matches
Mail list logo