Feature Requests item #1436538, was opened at 2006-02-22 10:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1436538&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: André Matheus (amatheus) Assigned to: Nobody/Anonymous (nobody) Summary: Auto Generate HTML Markup Initial Comment: The objective of this suggestion is speed-up development and make the test cycle easier and faster. The idea is: when we are in development mode, and wicket does not find the html markup for some class, wicket would create a html skeleton, populating it with the components added in the Java side. Lets say, if it is a Panel or a Label, add a <span...>, if it is a link, add a <a href="...">, if it is a Form, add a <form...>, if it is a TextField, add a <input type="text"...>. Obvious this would be just a skeleton, not a final page at all, but would help in testing, because the Java side could be tested immediately, even before developing the HTML part, and also the HTML developer would have a skeleton of HTML tags to build upon. Thank you very much. -- __ André Matheus ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1436538&group_id=119783 ------------------------------------------------------- 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-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
