DEVFYI - Developer Resource - FYI

Will the Struts tags support other markup languages such as WML

Struts Questions and Answers


(Continued from previous question...)

35. Will the Struts tags support other markup languages such as WML

Struts itself is markup neutral. The original Struts taglibs are only one example of how presentation layer components can access the framework. The framework objects are exposed through the standard application, session, and request contexts, where any Java component in the application can make use of them.
Markup extensions that use Struts are available for Velocity and XLST, among others. A new Struts tag library for Java Server Faces is also in development.
For more about using WAP/WML with Struts see the article WAP up your EAserver.

(Continued on next question...)

Other Interview Questions