请问struts1中的标签

请教struts1中的标签

请教高手,在struts1中,存在如下的语句:

<html:form>

<input cache name="submit" src="ima/login.gif" type="image" value='<bean:message key="botton.submit"/>' width="120" height="20" align="bottom">

</html:form>

请教一下高手,用户点击这句话对应的按钮后,会如何跳转?

------解决方案--------------------
input cache 这个cache是干嘛的?
你这个提交那都去不了 你那个action都没配呀···
------解决方案--------------------
看不出来要跳到哪。。
------解决方案--------------------
你这和struts有何关系? <bean:message key="botton.submit"/>只有这么一句无关紧要的struts标签。 你直接写上 value="你的值"是一个意思。 
  还有你那哪来的按钮?
------解决方案--------------------
启动报错,没有Action。。