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
Version | Date | Content |
---|---|---|