Frank Silbermann schrieb:
[...]

It seems reasonable to want to use the same HTML page to mark up many
Wicket page objects sharing the same layout.  Yes, I realize we can
group common HTML in a reusable panel (though we would still need a
trivial HTML file to contain the panel for each Wicket page), and I
realize we can write a single generalized Wicket page and change the
contents of the model.

Or you could use inheritance.


I was just wondering about the advantages gained
by matching the HTML filename to the name of the Wicket page class [...]

It is always obvious which markup-file belongs to which class.
Resource Bundles are named using the same standard ("ClassName.properties"). I think you could call this a java standard.


Timo


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to