<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hi,<BR>
<BR>
<BR>
I was thinking - we could add links to localhost:8080/quickstart-xyz for each quickstart, with id="qs-foo", and CSS like<BR>
#qs-foo { style="display: none"; }<BR>
and add CSS files includes, which would only load if the respective quickstart is available, like<BR>
<link href="<A HREF="http://localhost:8080/jboss-as-wicket-ear/welcome-page-autodiscovery.css">http://localhost:8080/jboss-as-wicket-ear/welcome-page-autodiscovery.css</A>" rel="stylesheet"/><BR>
which would override <BR>
#qs-foo { style="display: block"; }<BR>
effectively showing only links to deployed quickstarts?<BR>
Could add some points to UX :)<BR>
<BR>
<BR>
Ondra
</BODY>
</HTML>