miércoles, noviembre 02, 2005

Mentawai Web Framework - Mentawai Overview

Mentawai Web Framework - Mentawai Overview: "
--%>




In the file hello.jsp, we use the custom tag to display the output of the action. The works pretty much like a JSP EL (Expression Language) looking for the value in the page, output (request), session and application scopes. You can also use the dot operator (.) to access properties like in user.name.firstName.

Mentawai provides many useful tags for displaying action output. It also provides a base custom tag implementation from where you can easily create your own mentawai tags.

Mentawai keeps the view layer (JSPs) clean from Java code through some very easy and simple custom tags. However you can use JSTL, EL, Velocity and your own taglibs if you prefer to."

No hay comentarios: