Re: [MVC-Programmers] including multiple actions in one page

2002-07-09 Thread Vic C.
Using Standard tags like this is what you are after? Denny Pichardo wrote: > I'm trying to find a way to include multiple actions in one jsp. I've > tried to use jsp:include as well as @include to include an action, but > it gives me a malformed url exception. I was able t

[MVC-Programmers] including multiple actions in one page

2002-07-09 Thread Denny Pichardo
I'm trying to find a way to include multiple actions in one jsp. I've tried to use jsp:include as well as @include to include an action, but it gives me a malformed url exception. I was able to get around the issue by using the io (io:request) tag lib from Apache. But the problem is that when i