Hi,
I am using a4j:support tag to get ajax support for dropdowns.
I am getting javascript error as a4j is undefined.
Please send/suggest me some inputs to resolve this issue.
<%@taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<h:selectOneMenu value="#{updateInventoryBean.location}" id="location">
<f:selectItems value="#{inventoryDataBean.locationList}"/>
<a4j:support event="onchange" ajaxSingle="true"
action="#{locationValueListener.getCampusValues}"
reRender="campus" />
</h:selectOneMenu>
Iam using websphere portal server 6.1,JSF Portlets,Richfaces 3.1.4.
I am attaching web.xml with this post.
Thanks,
K.Kiran Kumar