is this sort of related to wicket-2204 ?
i've seen this issue in the tracker

On Mon, Jul 11, 2011 at 9:41 PM, Horacio Natyural
<[email protected]> wrote:
> btw,
>
> before the error occurrs,
> there would be instances in which the server would not reply....
> here's an example scenario.
>
>  a. Was able to login ppoerly
>                        b. Updated a client info (changed the
> alternate email address)
>                        c. Clicked the Transfer link, inputted  the
> necessary information and clicked the Submit button, nothing
>                                   d. Clicked again the submit button,
> nothing happend again.
>                        5. Clicked the Refresh button
>
> The CSS image then appears....
> there awere also instances in which the link was clicked, did not
> reply. then after clicking again, the css image appeared again.
>
> any ideas?
>
>
>
>
> On Mon, Jul 11, 2011 at 8:41 PM, Horacio Natyural
> <[email protected]> wrote:
>> does it have any effect?
>>
>> On Mon, Jul 11, 2011 at 7:45 PM, Horacio Natyural
>> <[email protected]> wrote:
>>> 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