[Struts Wiki] Update of "FormView" by angelozerr

2006-04-18 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by angelozerr:
http://wiki.apache.org/struts/FormView

--
  * add style class error to the field which has error.
  * set focus to the first field which has error.
  
+ FormView can be used without Struts (JSP Only), by using FormView Servlet, to 
load your configuration (like Plugin Struts).
+ 
  You can find FormView Web Site at http://formview.sourceforge.net/
  and download JAR at http://sourceforge.net/projects/formview.
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Struts Wiki] Update of "FormView" by angelozerr

2006-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by angelozerr:
http://wiki.apache.org/struts/FormView

--
  FormView has usecase WAR, whith an example of tabs which use 
  jsptabControl Taglib (see http://jsptabcontrol.sourceforge.net/).
  
+ You can manage error after validation of your form. So you can :
+ * add style class error to the field which has error.
+ * set focus to the first field which has error.
+ 
  You can find FormView Web Site at http://formview.sourceforge.net/
  and download JAR at http://sourceforge.net/projects/formview.
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Struts Wiki] Update of "FormView" by angelozerr

2006-03-28 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by angelozerr:
http://wiki.apache.org/struts/FormView

--
  ##language:en
- == Your Name == Angelo Zerr
+ Angelo Zerr
  
- Email: [[MailTo(angelo.zerr AT gmail.com)]]
+ Email: [[MailTo([EMAIL PROTECTED])]]
  
  FormView is JSP taglib to manage postrender of JSP according to state 
(CREATE, READ, UPDATE,...). 
  With Formview you develop just ONE JSP to manage READ-ONLY and READ-WRITE 
form. 
@@ -17, +17 @@

  (eg : add maxlength attribute to HTML input if form must be validate by 
maxlength, 
  add calendar if input must be date).
  
+ You can too manage state with sub form, in order to set a state for 
particulary piece of your page. 
+ Sub form is interesting for example, when you want manage state for a 
particulary tab of tabs.
+ For example, set READ-ONLY state for all inputs of the first tab, and set 
READ-WRITE state for all inputs of the second tab.
+ FormView has usecase WAR, whith an example of tabs which use 
+ jsptabControl Taglib (see http://jsptabcontrol.sourceforge.net/).
+ 
  You can find FormView Web Site at http://formview.sourceforge.net/
  and download JAR at http://sourceforge.net/projects/formview.
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Struts Wiki] Update of "FormView" by angelozerr

2006-02-05 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by angelozerr:
http://wiki.apache.org/struts/FormView

New page:
##language:en
== Your Name == Angelo Zerr

Email: [[MailTo(angelo.zerr AT gmail.com)]]

FormView is JSP taglib to manage postrender of JSP according to state (CREATE, 
READ, UPDATE,...). 
With Formview you develop just ONE JSP to manage READ-ONLY and READ-WRITE form. 
For instance, on CREATE state HTML inputs will be READ-WRITE and on READ state 
inputs will be READ-ONLY. 
You can use FormView with HTML or any JSP taglib (struts, struts-layout, 
jsp...) 
that you want postrender by FormView. 
With FormView you can customize input according to state (add attribute 
readonly to HTML input or 
replace it by value when form must be displayed to READ state). 
Formview can be plugged with Struts Validator to use information about 
validation to update HTML according to validation 
(eg : add maxlength attribute to HTML input if form must be validate by 
maxlength, 
add calendar if input must be date).

You can find FormView Web Site at http://formview.sourceforge.net/
and download JAR at http://sourceforge.net/projects/formview.



CategoryHomepage

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]