[jboss-user] [JBoss Seam] - Re: seam 1.1.0.CR1, ajax4jfs an the booking sample

uli_se do-not-reply at jboss.com
Tue Dec 5 11:26:25 EST 2006


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#3991358

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991358



More information about the jboss-user mailing list