Work with Existent Servlets"

From Documentation
m
 
Line 1: Line 1:
 
{{ZKDevelopersGuidePageHeader}}
 
{{ZKDevelopersGuidePageHeader}}
  
By enclosing ZUL components with FORM, you could post the content of ZUML components as the request parameters to an existent servlet. Refer to the '''Work with HTML FORM and Java Servlets''' section in the [http://books.zkoss.org/wiki/ZK_Component_Reference ZK Component Reference] chapter for details.
+
By enclosing ZUL components with FORM, you could post the content of ZUML components as the request parameters to an existent servlet. Refer to [[ZK Developer's Reference/UI Patterns/HTML Tags|ZK Developer's Reference: HTML Tags]] for details.
  
 
With this approach, you could design rich user interfaces without modifying the existent servlet by simply replacing some of them with ZUL components.
 
With this approach, you could design rich user interfaces without modifying the existent servlet by simply replacing some of them with ZUL components.
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 10:35, 18 January 2011

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


By enclosing ZUL components with FORM, you could post the content of ZUML components as the request parameters to an existent servlet. Refer to ZK Developer's Reference: HTML Tags for details.

With this approach, you could design rich user interfaces without modifying the existent servlet by simply replacing some of them with ZUL components.



Last Update : 2011/01/18

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