[Helma-user] accessing param-object passed to a skin from a macro
Stefan Rinner
rist at mac.com
Mon Jan 8 11:46:33 CET 2007
Hi
Is it possible to access the param-object I pass to a skin when
calling renderSkin from a Macro contained in this skin?
I'm rendering a skin like this:
valuesIterator.next().renderSkin( "inEditResourcesList",
{ propertyInstanceUuid : this.getUuidString() } );
and the skin contains again something like this:
<% this.skin name="edit_ajax" dontAddIdPrefix="true" %>
and I'd like to access "param.propertyInstanceUuid" in
"edit_ajax.skin" and would therefore need to be able to hand it over
in "skin_macro"
- stefan
More information about the Helma-user
mailing list