1
說,片段name="<%=(String) curItr.next()%>"
返回shoppingList
。在html:text
標記中。連接字符串的名稱屬性Struts
我該如何使DOM元素的結果爲shoppingList[0].anotherList[1]
?我試圖
name="<%=(String) curItr.next()%>" + shoppingList[0].anotherList[1]
,但它並不完全工作
完整的代碼片段:
<html:text indexed="true" name="<%=(String)
curItr.next()%>"+"[0]" property="<%=(String) curItr.next()%>"/>
DOM元素與什麼? –
只有一個字符串說「[0] .anotherList [1]」 – LaneLane
這是一個問題或答案? –