[EMAIL PROTECTED] wrote:
> Does STRUTS provide any feature so that the same jsp can be used for
> showing the page in Display Mode as well as Edit Mode without having
> to manually code the same in JSP ?

The bundled Struts taglibs do not have a display mode property, but the Struts Layout tags do:

http://struts.application-servers.com/

Another very good taglib is DisplayTag

http://displaytag.sourceforge.net/

DisplayTag is not Struts-specific, but it sure is pretty :)

-Ted.


-- Ted Husted, Junit in Action - <http://www.manning.com/massol/>, Struts in Action - <http://husted.com/struts/book.html>, JSP Site Design - <http://www.amazon.com/exec/obidos/ISBN=1861005512>.



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



Reply via email to