just go through ..this .may help
<%@ page contentType="text/html; charset=UTF-8"%> 
<%@ taglib prefix="s" uri="/struts-tags"%> 
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%> 
<head> 
<s:head theme="ajax" /> 
</head> 

<s:label value="Select a group" /> 
<s:autocompleter theme="simple" id="tags" list="reporttablelistname" 
onchange="reporttable();" /> 
<script type="text/javascript"> 
function reporttable() 
{ 
alert("hello"); 

} 

Reply via email to