<head>
    <title wicket:id="title"></title>

and

public abstract class BasePage extends WebPage {
private static final long serialVersionUID = 1L;

@SuppressWarnings("serial")
public BasePage(final PageParameters parameters) {
super(parameters);
 add( new Label("title", getTitle() ) );

?


On Wed, Nov 13, 2013 at 11:29 AM, mike.hua <hz...@sohu.com> wrote:

> Dear All:  Can I change the page title(*set "......" between head tag*) in
> java code?  What shoul I do?  Thanks a lot!Mike
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-set-the-page-title-tp4662372.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro

Reply via email to