FormView is JSP taglib to manage postrender fields of form according to a state and fields characteristcs. FormView Tag update HTML fields after than HTML was generated by JSP (JSP which contains element HTML or any JSP taglib). This postrender of HTML fields depends on :
- a state (CREATE, READ, UPDATE..).
- fields characteristic (MAXLENGTH (maxlength of field), DATE (field is date or not), and REQUIRED (field is required or not).
其他Java JSP标签库 开源项目资源: