seems the best solution irt the homepage is to make it abstract method of the application.

so i am committing

public abstract Class Application.getHomePage()

this makes sense because the application cannot run without a homepage so it should force the user to provide it.

is anyone opposed?

-Igor


On 1/4/06, Jonathan Locke <[EMAIL PROTECTED]> wrote:

it's not really a setting regarding pages though.  it's an app setting.
maybe these particular methods should be on the Application object itself?

one idea i might like better:

    move get/setHomePage to Application (very obvious for beginners)
    then create IErrorPageSettings and put the two error page class
properties in there.
    delete IRequiredPageSettings

Igor Vaynberg wrote:
> should we merge getRequiredPageSettings() into getPageSettings()?
>
> -Igor
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to