getStatelessHint()?

2010-12-07 Thread Douglas Ferguson
I'm seeing some exceptions in my production log with this message it could be that the component is inside a repeater make your component return false in getStatelessHint() What does this mean? - To unsubscribe, e-mail: users

Re: getStatelessHint()?

2010-12-07 Thread Pierre Goupil
Hello, According to the JavaDoc: getStatelessHint(): *Description copied from class: Componenthttp://static.ddpoker.com/javadoc/wicket/1.4-m1/org/apache/wicket/Component.html#getStatelessHint%28%29 * Returns whether the component can be stateless. Also the component behaviors must be stateless