You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Paul Libbrecht <pa...@activemath.org> on 2005/02/27 22:29:01 UTC

[jelly] Re: Regarding tag...

(let me insist you use the [jelly] hook so that automated filters work)


Le 27 févr. 05, à 10:16, Rajesh Singh a écrit :
> I have to write the <j:remove> tag. Is there any way I can remove the
> variables at one time and I don't have to call <j:remove> for every 
> variable?

Try:
	scope.clearVariables();
This may be somewhat drastic though.
Having scope at hand might also allow you to iterate through it, e.g. 
for filtering purposes.

thanks

paul


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