The example for <resin:set> on this page
http://www.caucho.com/resin/reference.xtp#resin:set is using

<resin:set *name*="root" value="/var/www"/>

but the variable is not defined by "*name*", you must use "*var*" as stated
in the section headlined with <resin:set> Attributes such as:

<resin:set *var*="root" value="/var/www"/>


This is also true for Resin 3.1, but there I cannot find the detailed page
because http://caucho.com/resin-3.1/doc/index-tags.xtp links to
http://caucho.com/resin-3.1/doc/control.xtp#resin:set (404 not found) when
clicking on the 'resin:set' anchor.


-- Steffen
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to