0
<s:form action="XYZ" method="post">
<s:textfield name="sno" />
<s:textarea name="t" rows="2" cols="4" />
<!-- Here i want a button lets say -->
<s:button value="GET TEXT" />
<!--
which executes other action (not "XYZ") and fill the textarea based on the serial no value(sno).
-->
<s:submit value="submit" />
</s:form>
SNO文本
「hsdjhjjsh」
「jsdjh HJ kjskjdhj」
提交表單時應插入新行。 Action "XYZ"
這樣做。 但是,當我給現有的sno讓我們說「1」,並點擊GET TEXT
按鈕,它不應該提交形式,但應該調用其他行動,將填寫文本區hsdjhjjsh
。
謝謝
你能重新格式化併發布你的原始代碼嗎? – mc10 2011-06-07 04:19:30
編輯我的問題,現在很清楚。 – Jagan 2011-06-07 04:25:12
我的意思是,您可以發佈您的實際HTML代碼,然後通過按下類似於{}的代碼按鈕進行格式化嗎? – mc10 2011-06-07 04:27:43