Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6987165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:54:06+00:00 2026-05-27T18:54:06+00:00

I am asp.net programmer and I’ve started a web application in java. What is

  • 0

I am asp.net programmer and I’ve started a web application in java.
What is the equivalent to asp.net masterpage in java apache wicket project?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T18:54:06+00:00Added an answer on May 27, 2026 at 6:54 pm

    You can / have to make your own Master Page.

    In my apps I have a BaseTemplate class. The HTML looks like this:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:wicket="http://wicket.apache.org/" xml:lang="en" lang="en"
    >
    <head>
        <title wicket:id="pagetitle"></title>
        <link rel="stylesheet" href="css/style.css" type="text/css" />
    </head>
    <body>
        <div id="content">
            <wicket:child />
        </div>
    </body>
    </html>
    

    You can do general stuff like the pagetitle in the BaseTemplate class.

    <wicket:child /> let’s you fill in content from another page. You have to subclass BaseTemplate and use the <wicket:extend>content goes here</wicket:extend> -tag for the HTML of the subclass(es).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not a java programmer (I come from asp.net c#) but I'm considering writing
I am web programmer and I deal with html, css, javascript, php and asp.net.
(ASP.NET Web Application) I'd like to create a page which allows the user to
I've developed a web application in ASP.NET and one of the things the user
I am a new Asp.net Mvc programmer and I am developing a web site
I recently inherited an ASP.NET project from another programmer that required consolidating two databases.
I was recently trying to explain to a programmer why, in ASP.Net, they should
The programmer is a C# ASp.NET Developer and is looking to learn his first
I am new to C# and ASP.net. I am a ColdFusion Programmer but I
I am a coldfusion programmer, and have to understand, diagnose, and document an asp.net

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.