Hi,

This has been fixed recently with 12d3bd33e5f6da403d66d43abf6cf9d6c09152ce
Now it says:

/**
 * Checks if the page instance is already created or if it will be created
when
 * {@link #getPage()} is called
 *
 * @return {@code true} iff page instance is already created
 */
boolean isPageInstanceCreated();



On Fri, Apr 12, 2013 at 10:59 AM, Jonas <barney...@gmail.com> wrote:

> Hello,
>
> quick question about the javadoc of
>
> org.apache.wicket.core.request.handler.IPageRequestHandler.isPageInstanceCreated()
>
> it states '@return true iff page instance is not yet created', but looking
> at
> the implementations (e.g. in RenderPageRequestHandler), the opposite seems
> to be correct, i.e. '@return false iff page instance is not yet created'.
>
> Am I missing something, or is the javadoc actually incorrect?
>
> cheers,
> Jonas
>
> ps: wicket version is 6.6.0
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to