[Building Sakai] how to use Ajax in JSF while developing tool for sakai 2.9

Jehan Badshah jehan.badshah at nu.edu.pk
Sat Mar 29 02:42:59 PDT 2014


HI

how to use Ajax in JSF tool development

I use following example but Sakai framework throw jasper exception that *no
tag "ajax defined" in tag library imported with prefix "f"*


<% taglib uri="http://java.sun.com/jsf/core" prefix="f" %>

<h:form>
    	   <h:inputText id="name" value="#{helloBean.name}"></h:inputText>
    	   <h:commandButton value="Welcome Me">
    		 <f:ajax execute="name" render="output" />
    	   </h:commandButton>

    	   <h2><h:outputText id="output" value="#{helloBean.sayWelcome}" /></h2>	
    	</h:form>


any other example ?



Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140329/d8dbe0ca/attachment.html 


More information about the sakai-dev mailing list