Re: Parameter values are cached?

2006-06-20 Thread Kevin Menard
Have you looked at the source for the For component?  If that can do it,  
you should be able to with your While.


--
Kevin

On Tue, 20 Jun 2006 14:15:08 -0400, Dan Adams [EMAIL PROTECTED] wrote:


I want to write a @While component that takes a condition just like @If
does. The problem is that you can't give an ognl expression for the
condition and have it evaluated each time I call getCondition(). Anyone
know a way to do this?





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



Re: Parameter values are cached?

2006-06-20 Thread Dan Adams
It was a dumb question on my part. I should have replied when I saw it.
@Parameter has a 'cache' parameter. duh. :)

On Tue, 2006-06-20 at 14:30 -0400, Kevin Menard wrote:
 Have you looked at the source for the For component?  If that can do it,  
 you should be able to with your While.
 
-- 
Dan Adams
Software Engineer
Interactive Factory
617.235.5857


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