One of my favorite features in wicket is that the pages are completely previewable in a normal web browser even outside of wicket. JSP is simply a mess of nested scriptlets and xml and other junk.
That being said, I was getting frustrated that I would lose previewable pages when I start extracting components. Of course extracting components is a good thing for reusability, but it has a pretty big drawback when trying to design pages without seeing the component in preview mode. Well, I'd like to startup a discussion on a wicket feature I wrote up and see if there's any interest for other people. Basically, I use some AJAX magic to load the component so that you can preview your pages with your components. http://jroller.com/page/wireframe/?anchor=auto_previewable_wicket_pages Please let me know if there's any interest in this. It definately has reinforced how cool Wicket is! Ryan ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
