So I would wrap the <c:out  value="${}}"/> tag with a JSTL string taglib or
perhaps a bean method that returns a string like so:

<%=  myBean.myStringMethod(<c:out  value="${param.name}}"/>) %>


Thanks


----- Original Message -----
From: "Shawn Bayern" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent: Thursday, October 10, 2002 11:36 PM
Subject: Re: Is there a way to call java.lang.String.substring on a <c: out
?


> On Thu, 10 Oct 2002, Stefan wrote:
>
> > So is there a way to extract a sub string from the result of a <c:out
> > value="${}}"/> tag?
>
> No, not alone; you'd need to use the String Taglib or handle it with a
> servlet or other custom Java logic (e.g., a bean or servlet).
>
> --
> Shawn Bayern
> "JSTL in Action"   http://www.jstlbook.com
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to