Struts"

From Documentation
m (Created page with "{{ZKDevelopersReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKDeveloper...")
 
Line 1: Line 1:
 
{{ZKDevelopersReferencePageHeader}}
 
{{ZKDevelopersReferencePageHeader}}
 +
 +
The use of [http://struts.apache.org/ Struts] with ZK is straightforward: just replace JSP pages with ZUL pages. You don't need to modify action handlers, data models and others. All you need to do is to map the result view to a ZUL page instead of JSP. In additions, EL expressions will work the same way in the ZUL page.
 +
 +
=Use ZUL instead of JSP=
 +
 +
=Submit Form=
  
 
=Version History=
 
=Version History=

Revision as of 06:29, 11 February 2011

The use of Struts with ZK is straightforward: just replace JSP pages with ZUL pages. You don't need to modify action handlers, data models and others. All you need to do is to map the result view to a ZUL page instead of JSP. In additions, EL expressions will work the same way in the ZUL page.

Use ZUL instead of JSP

Submit Form

Version History

Last Update : 2011/02/11


Version Date Content
     



Last Update : 2011/02/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.