thanks for the info..

martin,

someone used

getRequestCycle().setRedirect(true);

Thanks for all the help


On Mon, Jul 11, 2011 at 6:05 PM, Wilhelmsen Tor Iver <[email protected]> wrote:
> From: Horacio Natyural [mailto:[email protected]]
>> What are the implications of this error message?
>
> Wicket will ignore any overriding (on the Page level) of the property, only 
> the component's own (and the Application's?) properties files will be used.
>
> E.g. if FooComponent.properties has
> fie=Some default
>
> and FooPage.properties has
> myfoocomponent.fie=Another value
>
> then calling getString("fie") in the constructor will return "Some default" 
> because there is no FooPage in the hierarchy yet.
>
> - Tor Iver
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to