Hmm, similar means really similar. what is wrong?
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition
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"
xmlns:a="https://ajax4jsf.dev.java.net/ajax"
template="template.xhtml">
<!-- content -->
<ui:define name="content">
<h1>#{messages.selectStation}</h1>
<h:form id="search">
<h:inputText id="searchString"
value="#{stationMgr.searchString}" style="width: 165px;">
<a:support event="onkeyup"
actionListener="#{stationMgr.find}" reRender="searchResults" />
</h:inputText>
.......
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991358#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...