You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Friend Here <sa...@gmail.com> on 2007/11/13 12:02:50 UTC

Re: struts 1.2: calling an action by javascript


<html:select onchange = "submit();" >
function submit()
{
  populate values ..........then
  document.action.value  = " /url ";
  document[0].forms[0].submit();   
}


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-tf4725382.html#a13723779
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