aspose file tools
The moose likes Struts and the fly likes autocompleter struts2 onchange parameter not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "autocompleter struts2 onchange parameter not working" Watch "autocompleter struts2 onchange parameter not working" New topic
Author

autocompleter struts2 onchange parameter not working

vivek kumar jaiswal
Greenhorn

Joined: Jul 31, 2008
Posts: 24

Dear All,



I want to apply onchange parameter in <sx:autocompleter
onchange="testjavscriptmethod" ......../>

<script ...>
function testjavscriptmethod()
{
alert('Hi');
}
</script>

but the method is not call why?
please help me

with regards,
--------------------------------------------------------------------
VIVEK KUMAR JAISWAL
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: autocompleter struts2 onchange parameter not working
 
Similar Threads
how to access combo-box value in javascript?
Can't get Text value from ENCTYPE=multipart/form-data
needed help on jsp + javascript
adding values in the textbox and put total in same
onchange with parameter on html:select