0

フリーマーカーのスプリングマクロのドキュメントを見ると、「コマンド」オブジェクトについて説明しています...それが何であるかについて混乱していますか?最初は、コントローラーによって設定されたModleMapだけだと思いましたが、明らかにそうではありません。実際に使用される「バインド」とは何ですか?

4

1 に答える 1

0

The command object it's referring to is the form-backing object used by Spring MVC. If you want to use full form handling, I strongly suggest you go and read up on the rest of the Spring MVC documentation before tackling it.

However, you can safely ignore the form-handling stuff if you so choose, and just access the ModelMap directly from your freemarker templates.

于 2010-03-25T21:13:09.373 に答える