why would you want to do that? that is there only to detect run away loops.

-igor


On 6/18/07, Sean Sullivan <[EMAIL PROTECTED]> wrote:

In RequestCycle.java, the steps() method has this code:

*  final* *int* maxSteps = Short.MAX_VALUE;

Is there any way for me to override the maxSteps value?

Would it be reasonable to have getter/setter methods?

  protected void setMaxSteps(int value)

  protected int getMaxSteps()


Cheers,

Sean

Reply via email to