<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html 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:a="https://ajax4jsf.dev.java.net/ajax">
<f:view>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
#{messages['SiteTitle']}
<!-- ????? -->
<h:form>
<h:selectOneMenu
value="#{localeSelector.language}">
<f:selectItems
value="#{localeSelector.supportedLocales}"/>
</h:selectOneMenu>
<h:commandButton
action="#{localeSelector.select}" value="#{messages['ChangeLanguage']}"/>
???
<h:inputText
value="#{articleSearch.searchString}" style="width: 140px; height: 20px"/>
 
<h:selectOneMenu
id="search_field" value="#{articleSearch.field}">
<f:selectItem
itemLabel="-???-" itemValue="title" />
<f:selectItem
itemLabel="tag" itemValue="tag" />
<f:selectItem
itemLabel="??" itemValue="title" />
<f:selectItem
itemLabel="???" itemValue="short_title" />
<f:selectItem
itemLabel="???" itemValue="long_title" />
<f:selectItem
itemLabel="??" itemValue="author" />
<f:selectItem
itemLabel="??" itemValue="intro" />
<f:selectItem
itemLabel="??" itemValue="content" />
</h:selectOneMenu>
 
<a:commandButton
value="??"
action="#{articleSearch.doSearchWithRedirect}" styleClass="button"/>
</h:form>
<ui:insert name="content" />
???? | ???? | ???? | ???? | ????? |
???? | ???? | ???? | ???? | ????
???? ???? ???? [EMAIL PROTECTED]
????IE6?????????
</f:view>SiteTitle = ??mm ChangeLanguage = ???? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991703#3991703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991703 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
