[Seasar-user:11813] [teeda 1.0.11] formタグのaction属性を書くと実行時に2つになる。
たけのこ
[E-MAIL ADDRESS DELETED]
2007年 11月 26日 (月) 20:12:49 JST
こんにちは、水戸と言います。
表題の件、Teeda-1.0.10 では HTML中の formタグ内に記述してある action属性が
実行時には書き換わるのですが、1.0.11にしたところ actionが二つになってしまいます。(SP1,SP2も同じ)
teeda-html-example の hello.html に以下を書くと
<form id="helloForm" action="hoge.html">
実行時は以下のように actionが二つになります。
<form id="helloForm" name="layoutChildBody:helloForm" method="post"
enctype="application/x-www-form-urlencoded" action="hoge.html"
action="/teeda-html-example/view/hello/hello.html">
action属性は書けなくなったのでしょうか?バグでしょうか?
Seasar-user メーリングリストの案内