[Seasar-user:17550] [Teeda- itemsでgoButtonの使い方]

thomas [E-MAIL ADDRESS DELETED]
2009年 5月 29日 (金) 15:16:58 JST


Hai,

I want to use links to various pages from the list page.The following is my
code.



<div id="employeemasterItems">
<tr class="item">
<td><span id="employeecode"></span></td>
<td><span id="employeenamekanji"></span></td>
<td><span id="employeenamekana"></span></td>
<td><span id="employeefirstname"></span></td>
<td><span id="employeelastname"></span></td>
<td><span id="designation"></span></td>
<td><a id="goemployeemasterEdit"
href="employeemasterEdit.html?employeecode"><input type="button"
id="goemployeemasterEdit"></input></a>
<a id="goemployeemasterCreate"
href="employeemasterCreate.html?employeecode">*<span
id="copyLabel">copy</span>*</a>
<a id="goemployeemasterDetail"
href="employeemasterDetail.html?employeecode"><span
id="detailLabel">copy</span></a></td>
</tr>
</div>


if i use
*
<a id="goemployeemasterDetail"
href="employeemasterDetail.html?employeecode"><span
id="detailLabel">copy</span></a>*

like this i can get the value of employeecode in *employeemasterDetail.html
*page.

i want to use buttons instead of span tag.

if i use
<a id="goemployeemasterEdit" href="employeemasterEdit.html?employeecode"><input
type="button"   id="goemployeemasterEdit"></input></a>

like this it redirect to employeemasterEdit.html page but the value of
employeecode is null.

How can i get the employeecode in employeemasterEditPage.java

Thanks in advance

トマス
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090529/d3df0de0/attachment.html>


Seasar-user メーリングリストの案内