With r1044010 (Wicket 1.5) all methods now use Serializable instead of
String.

On Wed, Dec 8, 2010 at 9:47 AM, Thomas Götz <t...@richmountain.de> wrote:

> Hi,
>
> please see https://issues.apache.org/jira/browse/WICKET-2986
>
>   -Tom
>
>
> Stefan Droog wrote:
>
>> Hi,
>>
>> Just to be curious:
>>
>> Does someone know why the error method has another signature than the
>> info/fatal/final methods? And why don't they except IModel<String>
>>  objects
>> instead of String/Serializable?
>>
>> public final void error(final Serializable message)
>> public final void fatal(final String message)
>> public final void info(final String message)
>> public final void warn(final String message)
>>
>> Thanks in advance,
>>
>> Regards,
>> Stefan
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to