请问一下Banq jd支持nested标记吗?

06-08-05 houya
我在form中直接引用Bean。 如:

   public class AccountActionForm extends ModelForm{
    private Account account=new Account();
    get  set 方法
   
   }
   public class Account{
     private String username;
     get  set 方法
  }

  html页面
  <nested:nest property="account">
     <mested:text property="username"/>
  </nested:nest>
<p class="indent">


如果这样,能用jdon的crud功能吗?

houya
2006-08-05 11:38
还有 Validator 校验 能不能用。

banq
2006-08-14 18:46
JF是透明的,可以直接使用struts甚至JSP的一些特性。