webwork/src/resources/skeleton/WEB-INF/src views.properties,NONE,1.1 webwork.properties,NONE,1.1 webwork.vm,NONE,1.1
[email protected] Sat, 01 Nov 2003 10:26:42 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/resources/skeleton/WEB-INF/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28147/src/resources/skeleton/WEB-INF/src
Added Files:
views.properties webwork.properties webwork.vm
Log Message:
Added skeleton project, with the zipfile generated when building dist.
Amazing that someone thought it's a good idea to check in a zip file
Also removed docbook xml, it's not used anymore.
--- NEW FILE: views.properties ---
formtest.action=FormTest
formtest.input=formtest.jsp
formtest.success=formtest.jsp
formtest.error=formtest.jsp
--- NEW FILE: webwork.properties ---
# WebWork configuration
# See webwork/default.properties for full list of properties that
# can be configured here
webwork.action.packages=skeleton.action, webwork.action.standard
# XML action configurations
webwork.configuration.xml=
# override default log4j config
# you can use .properties or .xml
# if you want to use default set property to null by an empty =
#webwork.log4j.configfile=log4j.properties
webwork.log4j.configfile=
# Velocity settings
# See the Velocity project (http://jakarta.apache.org/velocity/) for
# more info on what settings are available
# Also see webwork/default.properties in WebWork if you want
# to see what defaults have been set.
# Set this to your own source directory during development.
# This allows you to edit the pages while the server is running without loosing
# the changes when you re-deploy the application.
file.resource.loader.path = /
--- NEW FILE: webwork.vm ---
#macro(action $action_name $name)
#set ($name = $webwork.action($action_name))
#end
#macro(execute $name)
#set ($result = $webwork.execute($name))
#end
#macro(bean $bean_name $name)
#set ($name = $webwork.bean($bean_name))
#end
#macro(includeservlet $name)
$webwork.include($name)
#end
#macro(url $name)
#set ($name = $webwork.bean("webwork.view.velocity.URLBean"))
$name.setRequest($req)
$name.setResponse($res)
#end
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/