by the way, if you select "Books > Subjects", Amazon shows the "Subjects" page. But if you select any other category beneath "Books > Subjects", Amazon shows same page layout. Obviously, they did not want to create a separate page for all categories, and they use one template with different database data.
How this can be accomplished with Wicket? Should it have some external mapping of urls to Wicket classes? Um, seems that current Wicket approach with flat addressing right from context root allows to do this easily. Just navigate to same "path" with different parameters. Hmm... Maybe I should rethink my intention to normalize the urls... It makes it nicer looking, but complicates implementation. By the way, it would be nice if core Wicket developers would share why they chose this or that design decision (like Jonathan shared about using final, for example), so someone like me does not question these decisions ;) Michael. ------------------------------------------------------- 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
