标签: html struts-1
有人对在html:form动作(struts 1.2)中如何将字符串与表达式标记连接在一起有任何想法吗?
以下示例代码:
String actionClass = "http://example.com/first"; <html:form action="<%= actionClass %>"?data=true' method="POST" styleId='countryform'>
请注意,我不想在第一行中添加字符串“ data = true”。
谢谢