[CUBBY-172] Converterに関するドキュメントを追加する Created: 27/Aug/08 Updated: 05/Jul/09 Resolved: 07/Sep/08 |
|
Status: | Closed |
Project: | Cubby |
Component/s: | ドキュメント |
Affects Version/s: | None |
Fix Version/s: | 1.1.1 |
Type: | Task | Priority: | Major |
Reporter: | agata | Assignee: | baba |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
バリデーションとコンバーターのコンビネーションなどもあったらいいな。 |
Comments |
Comment by baba [ 03/Sep/08 ] |
追加しました。 |
Comment by agata [ 03/Sep/08 ] |
確認しました。よいと思います。1点だけ。 @RequestParameter
public Book book;
これは、フォームのinputとかに逆変換することもできるんでしたっけ? ISBN:<t:input name="book" type="text"/> このようなことができるのであれば、アクションのコンバータの説明の箇所に、 |
Comment by baba [ 05/Sep/08 ] |
cubby-examplesにフォームを追加しました。 |
Comment by agata [ 06/Sep/08 ] |
確認しましたーばっちりですね。 |