Hello!
 
I want, that the user can switch the language at runtime and he can
chose the language without pressing the "submit" button. The selection
of another item should replace the pressing of the "submit" button.
 
Can anybody help me?
 
 
<html:form action="/language" method = "GET" >
 
<html:select property="language">
<html:option value="Deutsch"/>
<html:option value="Englisch"/>
 
</html:select>
<html:submit/> --> there are another possibility to mapp the action??
</html:form>
 
 
There are a tutorial how to use the Stuts Tags???
 
 
Thank You!
 
Dirk
 
 

Reply via email to