[Seasar-user:9808] [Teeda]Gridにリンクを張り、Gridの値を遷移先で引き継いで表示すると文字化けする
Tetsutaroh Satoh
[E-MAIL ADDRESS DELETED]
2007年 8月 8日 (水) 21:24:07 JST
佐藤徹太郎です。
お世話になっております。
Dolteng 0.17.0(Teeda+S2dao)
Teeda 1.0.3
Gridにリンクを張り、遷移先でGridの値を引き継いで
表示すると文字化けします。
HTMLは、下記です。
【遷移元HTML】
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="../../css/global.css"/>
<title>本の検索結果一覧</title>
</head>
<body>
<a href="../libraryManagement/libraryManagement.html">Top</a> > 本の検索
結果一覧<br /><br />
<a href="bookSearch.html">戻る</a>
<center>
<h1>本の検索結果一覧</h1><br />
<p><h4><span id="bookNumber">BookNumber</span>件みつかりました</h4></p><br
/>
<form id="BookSearchResultForm">
<table id="bookGrid">
<colgroup>
<col span="5" width="110px"/>
</colgroup>
<thead>
<tr>
<th>書名</th>
<th>著者名</th>
<th>書棚番号</th>
<th>棚番号</th>
<th>貸し出し状態</th>
</tr>
</thead>
<tbody>
<tr class="row_green">
<td align="center"><a id="goBookReserve"
href="../bookReserve/bookReserve.html?title=t1&author=a1&shelfNumber=s1&rowN
umber=r1&status=t1"><span id="title">Title</span></a></td>
<td align="center"><span id="author">Author</span></td>
<td align="center"><span id="shelfNumber">ShelfNumber</span></td>
<td align="center"><span id="rowNumber">RowNumber</span></td>
<td align="center"><span id="status">Status</span></td>
</tr>
</tbody>
</table>
</form>
</center>
</body>
</html>
【遷移先HTML】
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="../../css/global.css"/>
<title>本の予約</title>
<style type="text/css">
.onTeedaError {
background-color:red;
}
</style>
</head>
<body>
<a href="../libraryManagement/libraryManagement.html">Top</a> > 本の予約
<center>
<h1>本の予約</h1>
<form id="BookReserveForm">
<input type="button" value="検索" id="doSubmit"/><br /><br /><br />
書名:<span id="title">Title</span>
著者名:<span id="author">Author</span>
書棚:<span id="shelfNumber">ShelfNumber</span>
棚:<span id="rowNumber">RowNumber</span>
貸し出し状態:<span id="status">Status</span>
</form>
</center>
</body>
</html>
遷移元と遷移先のHTMLのエンコードは、
「デフォルト (内容から判別する:UTF-8)」
となっております。
ご教授いただけませんでしょうか?
よろしくお願いいたします。
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: http://ml.seasar.org/archives/seasar-user/attachments/20070808/0adee9d7/attachment.html
Seasar-user メーリングリストの案内