You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Angelo zerr <an...@gmail.com> on 2006/01/28 12:09:57 UTC

Manage JSP View (READ-ONLY, READ-WRITE) with FormView

Hello,
I mail you to announce that FormView project is created on sourceforge.
FormView is JSP taglib to manage prerender 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 prerender 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.

I hope that you will be interested by FormView project.

See you later.
Angelo ZERR

Re: Manage JSP View (READ-ONLY, READ-WRITE) with FormView

Posted by Leon Rosenberg <ro...@googlemail.com>.
btw, the title of your sourceforge page http://formview.sourceforge.net/ is
>From View not Form View. A typo I guess.
(<head>
    <title>From View</title>
)
regards
Leon

On 1/28/06, Angelo zerr <an...@gmail.com> wrote:
> Hello,
> I mail you to announce that FormView project is created on sourceforge.
> FormView is JSP taglib to manage prerender 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 prerender 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.
>
> I hope that you will be interested by FormView project.
>
> See you later.
> Angelo ZERR
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org