View

From Documentation
Revision as of 03:43, 14 March 2011 by Tomyeh (talk | contribs)


A view could be anything. ZEST simply forwards the request to the given URI (by invoking javax.servlet.RequestDispatcher).

Since all implicit objects except request are stored as the request's attributes, they can be retrieved easily in the targeted view. For example, you could retrieve the action with an EL expression as follows, if the technology supports EL expressions, such as ZUML and JSP.

<p>${action.message}</p>

Version History

Last Update : 2011/03/14


Version Date Content
     



Last Update : 2011/03/14

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