Re: Dinamically change header title

2006-12-19 Thread Paolo Di Tommaso

Just the Wicket way  .. obviously ..


Thanks to all

Paolo

On 12/18/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


add(new Label("title", "hello"));

-igor





Re: Dinamically change header title

2006-12-18 Thread Nick Heudecker

Also, this message should be sent to user list instead of the developer
list.  Thanks.

On 12/18/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


add(new Label("title", "hello"));

-igor


On 12/18/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote:
>
> How to change an page header title?
>
> Is it possible to make something like this:
>
> 
>  my dinamic title 
> 
>
>
> But how to map then in code?
>
> Or does exist another API method?
>
>
> Thank you,
>
>
> Paolo
>
>




Re: Dinamically change header title

2006-12-18 Thread Erik van Oosten

Hi Paolo,

Just add(new Label("title", "new title value"));

Regards,
Erik.

Paolo Di Tommaso schreef:

How to change an page header title?

Is it possible to make something like this:


 my dinamic title 



But how to map then in code?

Or does exist another API method?


Thank you,


Paolo



--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/



Re: Dinamically change header title

2006-12-18 Thread Nick Heudecker

I have a setPageTitle(String) method in my base Page class that can be
called from subclasses.

On 12/18/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote:


How to change an page header title?

Is it possible to make something like this:


 my dinamic title 



But how to map then in code?

Or does exist another API method?


Thank you,


Paolo




Re: Dinamically change header title

2006-12-18 Thread Igor Vaynberg

add(new Label("title", "hello"));

-igor


On 12/18/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote:


How to change an page header title?

Is it possible to make something like this:


 my dinamic title 



But how to map then in code?

Or does exist another API method?


Thank you,


Paolo




Dinamically change header title

2006-12-18 Thread Paolo Di Tommaso

How to change an page header title?

Is it possible to make something like this:


 my dinamic title 



But how to map then in code?

Or does exist another API method?


Thank you,


Paolo