You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "prasad.dls" <pr...@gmail.com> on 2008/01/03 06:48:01 UTC

Re: struts 1.2: calling an action by javascript

This is select box. u make this as html select

<select name="contentId" id="contentId"
onchange="getPage(<%=companyId%>,'./xxx.do?step=<bean:message
key="link.xxxx.xxxxx"/>&contentId=');">

This is javascript
--
function getPage(ccid,url){
	var cId = document.getElementById("contentId").value;
	document.location.href = url+cId+'&xxxId='+ccid;
}

by using this u can get what u want.


Ingo Villnow wrote:
> 
> Hello,
> 
> i want to call an action by javascript, when a value in a <html:select>
> field changes. I want to fill my <html:form> with the data provided by
> the action. Any ideas? I don't know a lot of javascript :-(
> 
> thanks & greetings from Berlin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

-- 
View this message in context: http://www.nabble.com/struts-1.2%3A-calling-an-action-by-javascript-tp13510349p14592253.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org