2005-02-09から1日間の記事一覧

ソースコード

etc

を貼り付けるのはしんどいなぁ。 しかも表示が途中でおかしくなってるし。 何かいい方法ないかなぁ。

Maya + Webwork

フォームから値を受け取って表示するサンプルを作ってみました。 長いです。 input.html <html> <head> <meta http-equiv="content-type" content="text/html; charset=Shift_JIS"> </head> <body> <h3>Maya + Webwork</h3> 入力 <form id="form" action="confirm.html"> <table border="0" cellspacing="0"> <tr> <td>名前</td><td></td></tr></table></form></body></html>

組み込みモデル

WebworkでMayaを使う場合にActionを組み込みモデルとして使いたいのですが、 ImplicitObjectHolder.javaを見てみると _resolverMap = Collections.unmodifiableMap(map); ってなってた。 Webwork+VelocityではVelocityResultでActionをVelocityから呼べるよ…