On 8/13/05, Jonathan Locke <[EMAIL PROTECTED]> wrote: > > if String is the markup itself, you don't have enough parameters. > locale, style and extension all matter... as in IResourceStreamLocator.
No, string is the name of the markup. See my interface and impl examples in the previous email. The suggestion is to only refactor the way the _name_ of the Markup instance is resolved for each Page object. Right now, it's static at a direct one-to-one of FQCN to HTML page name. The proposal, with the MarkupNameResolver, is to allow pluggable name resolution strategies so that if someone doesn't want a FQCN.html, no problem. My patch for all of this is almost ready. Hopefully that will clear this up. Seth ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
