On 18. Mai 2006 - 08:51:00, Voors Paul wrote:
| Hello Bianca,
| 
| Thats a posible solution, I will test it. But preferably I wan to inject 
something like te request cycle in the flowcontroller, via spring ore havemind.

No problem:

Just do the following:

public class FlowControlImpl implements FlowControl
{
        private IRequestCycle _requestCycle;

        public FlowControlImpl(IRequestCycle requestCycle)
        {
                this._requestCycle = requestCycle;
        }
        
        [...]
}

Hope this helps,
  Andreas

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

Reply via email to