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 use io:request it's creates a new request and does not keep the session.

It's there an alternate way of including actions within a jsp.

Example:
< io:request url="info.do?path=/Apache/p2" />
< io:request url="info2.do?path=/Apache/p2" />                                  


Thanks in advance for any help,
Regards,
Denny

P.S. I've also try to use the (bean:include) tag but it gives the same error as a jsp:include. I can't use the forward parameter since i need the path info in the url.



/***********************************
Denny Pichardo
IBM - ExtremeBlue - APS
email: [EMAIL PROTECTED]
phone: 919-254-6851
***********************************/
import java.lang.Signature;

Reply via email to