I m 致力于将旧的Stuts 1.x应用转换到Spring MVC,并在JSP的一些网页上将bean:define
tag用于从资源棒上进行扼杀,随后在网页上使用:
<bean:define id="example_title"><fmt:message bundle="${example_Labels}" key="example_field"/></bean:define>
嗣后:
title="<%=example_title%>"
我不敢确定,为了与Stuts 标签公司打交道,对等的“共同财产”标签(或者甚至应当为“共同财产法”)究竟是什么? I ve试图与JSTLset
和jsp:useBean
玩,,但要么改道,要么不适当地执行。
感谢任何建议!