On the other hand (it should be some miracle) I've GOT actually
your attachement at the 1st time, so don't understand the the
followups. Anyway: I copy/pasted it here:

--
Rickard �berg
Software Development Specialist
xlurc - Xpedio Link�ping Ubiquitous Research Center
Author of "Mastering RMI"
Email: [EMAIL PROTECTED]
[-- Attachment #2: webwork.vm --]
[-- Type: text/plain, Encoding: 7bit, Size: 0.2K --]
 
#macro(action $action_name $name)
   #set ($name = $webwork.action($action_name))
#end
 
#macro(execute $name)
  #set ($result = $name.execute())
#end
 
#macro(bean $bean_name $name)
   #set ($name = $webwork.bean($bean_name))
#end

Reply via email to