Last updated April 22, 2009 16:27, by Jason Lee
= Mojarra Scales Wiki =
__TOC__
== Dependencies ==
Scales depends on a small number of external libraries:
*For the MultiFileUpload (available via default Maven repos):
** commons-codec-1.3.jar
** commons-fileupload-1.1.1.jar
** commons-httpclient-3.0.1.jar
** commons-io-1.2.jar
** commons-logging-1.1.jar
== Configuration ==
All required <code>PhaseListener</code>s are now registered automatically, but you will need to add the following component to the <head> tag of each page or template:
<textarea name="code" class="xml"><nowiki><sc:links /></nowiki></textarea>
== Samples ==
* Visual Components
** [[carousel]]
** [[chart]]
** [[contextMenu]]
** [[dateSelector]]
** [[download]]
** [[htmlEditor]]
** [[layout]]
** [[menu]]
** [[menuBar]]
** [[multiFileUpload]]
** [[panel]]
** [[slider]]
** [[tabView]]
** [[tree]]
* Non-visual Components
** [[PrettyUrlPhaseListener]]





