[Wicket-develop] V2: FormExample: Submit button no longer localized

2006-09-27 Thread Juergen Donnerstag
In V2 trunk when you run the Form example and change the language to
e.g. German the submit and cancel button won't change to the German
words anymore.

Juergen

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop


Re: [Wicket-develop] V2: FormExample: Submit button no longer localized

2006-09-27 Thread Eelco Hillenius
Hmmm... The interesting thing is that if you change to persian or
chinese for instance, the buttons do change. All the pre-registered
things it seems.

Eelco


On 9/27/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> In V2 trunk when you run the Form example and change the language to
> e.g. German the submit and cancel button won't change to the German
> words anymore.
>
> Juergen
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop


Re: [Wicket-develop] V2: FormExample: Submit button no longer localized

2006-09-27 Thread Eelco Hillenius
Another interesting thing is that 1.2 still works fine.

Eelco

On 9/27/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> Hmmm... The interesting thing is that if you change to persian or
> chinese for instance, the buttons do change. All the pre-registered
> things it seems.
>
> Eelco
>
>
> On 9/27/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> > In V2 trunk when you run the Form example and change the language to
> > e.g. German the submit and cancel button won't change to the German
> > words anymore.
> >
> > Juergen
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys -- and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-develop mailing list
> > Wicket-develop@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-develop
> >
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop


Re: [Wicket-develop] V2: FormExample: Submit button no longer localized

2006-10-02 Thread Eelco Hillenius
Crappy SF mailinglists... resend:

The problem has to do with markup loading/ caching. If you set a
breakpoint in ImageButton#onComponentTag, you'll see that the tag
always refers to



from the first loaded markup file, while it should refer to:



This works in 1.2 but not in 2.0


Eelco

On 9/27/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> In V2 trunk when you run the Form example and change the language to
> e.g. German the submit and cancel button won't change to the German
> words anymore.
>
> Juergen
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop


Re: [Wicket-develop] V2: FormExample: Submit button no longer localized

2006-10-05 Thread Juergen Donnerstag
Found the problem. Johan added markupattributes to Component which of
course is not updated when markup is re-loaded, e.g. due to locale
changes.

Juergen

On 9/29/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> Crappy SF mailinglists... resend:
>
> The problem has to do with markup loading/ caching. If you set a
> breakpoint in ImageButton#onComponentTag, you'll see that the tag
> always refers to
>
> 
>
> from the first loaded markup file, while it should refer to:
>
>  value="buttonFactory:save:Sichern"/>
>
> This works in 1.2 but not in 2.0
>
>
> Eelco
>
> On 9/27/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> > In V2 trunk when you run the Form example and change the language to
> > e.g. German the submit and cancel button won't change to the German
> > words anymore.
> >
> > Juergen
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys -- and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-develop mailing list
> > Wicket-develop@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-develop
> >
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop


Re: [Wicket-develop] V2: FormExample: Submit button no longer localized

2006-10-05 Thread Johan Compagner
yes i already did know that that this was the problem.This is already discussed in another thread.We need to make it a bit better (that attribute map)johanOn 10/2/06, 
Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
Found the problem. Johan added markupattributes to Component which ofcourse is not updated when markup is re-loaded, e.g. due to localechanges.JuergenOn 9/29/06, Eelco Hillenius <
[EMAIL PROTECTED]> wrote:> Crappy SF mailinglists... resend:>> The problem has to do with markup loading/ caching. If you set a> breakpoint in ImageButton#onComponentTag, you'll see that the tag
> always refers to>> >> from the first loaded markup file, while it should refer to:
>> >> This works in 1.2 but not in 2.0>>> Eelco>
> On 9/27/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:> > In V2 trunk when you run the Form example and change the language to> > 
e.g. German the submit and cancel button won't change to the German> > words anymore.> >> > Juergen> >> > -
> > Take Surveys. Earn Cash. Influence the Future of IT> > Join SourceForge.net's Techsay panel and you'll get the chance to share your> > opinions on IT & business topics through brief surveys -- and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > ___
> > Wicket-develop mailing list> > Wicket-develop@lists.sourceforge.net> > 
https://lists.sourceforge.net/lists/listinfo/wicket-develop> >>> -> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your> opinions on IT & business topics through brief surveys -- and earn cash> 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> ___> Wicket-develop mailing list> 
Wicket-develop@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-develop>-
Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___Wicket-develop mailing list
Wicket-develop@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-develop
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop