[jboss-cvs] jboss-seam/examples/wiki/view/plugins/languageSelector ...
Christian Bauer
christian.bauer at jboss.com
Thu Feb 1 02:08:28 EST 2007
User: cbauer
Date: 07/02/01 02:08:28
Added: examples/wiki/view/plugins/languageSelector plugin.xhtml
Log:
Committed first (broken) wiki implementation
Revision Changes Path
1.1 date: 2007/02/01 07:08:28; author: cbauer; state: Exp;jboss-seam/examples/wiki/view/plugins/languageSelector/plugin.xhtml
Index: plugin.xhtml
===================================================================
<div id="languageSelector"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:s="http://jboss.com/products/seam/taglib">
<h:form>
<h:panelGroup>
<h:outputText class="languageSelectorLabel" value="#{messages['Language']}"/>:
<h:commandLink class="languageSelectorLink" value="EN" action="#{localeSelector.selectLanguage('en')}"/><span class="languageSelectorSeparator">|</span>
<h:commandLink class="languageSelectorLink" value="DE" action="#{localeSelector.selectLanguage('de')}"/>
</h:panelGroup>
</h:form>
</div>
More information about the jboss-cvs-commits
mailing list