You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Hanasaki JiJi <ha...@hanaden.com> on 2003/03/05 04:22:40 UTC

How to call a method with params ?

JSTL easily calls the get methods of instances in the session/request.

how can a settter be called?

how can a method be called with parameters?
	ex like this?
	<c:out value='${requestScope.var.get(var2)}'

how can this be done with the jakarta taglibs? if at all?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org


Strings: truncate nicely

Posted by Jeff Wilder <Je...@puma.com>.
>From string taglibs doc's: "A more intelligent substring. It attempts to 
cut off a string after a space, following predefined or user-supplied 
lower and upper limits, useful for making short descriptions from long 
text. Can also strip HTML, or if not, intelligently close any tags that 
were left open. "

How can you make this tag not strip html?