However, if you (or anyone else) wish, you may take a look at a small sample web application for managing users and roles in a database realm.
How do you model program flow and user interfaces with WebModels?
WebModels corresponds to the Model part of the web application according to the MVC pattern, it does not explicitly model program flow or user interfaces. It just instantiates and assembles components that build up the webapp Model and provide means for changing the application state (namely, methods of the components).
Answering your question, we use another library called WebActions on the Controller level and JSP+XSLT on the View level. However, it may be done by any other means suitable (Struts etc...).
Bye. /lexi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
