Using Standard tags like this is what you are after?
<c:url value="/do/contentZoom" var ="url">
<c:param name="ID" value="${requestScope.formBean.id}"/>
<a href ='<c:out value="${url}"/>' >
<c:out value="${requestScope.formBean.headlineTitle}"/></a>
<c:out value="${requestScope.formBean.linkURL}"/>
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 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;
>
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free $5 Love Reading
Risk Free!
http://us.click.yahoo.com/TPvn8A/PfREAA/Ey.GAA/NhFolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers