The easiest way would be to create a request scope variable like 
request.parentWebskin = "displayPageStandard" within each webskin, then read 
that variable and react accordingly from within the rule's execute.cfm.

<cfif request.parentWebskin eq "displayPageStandard">
<skin:view objectid="#stobj.imageId#" typename="dmImage" 
webskin="FirstWebskinName" />
<cfelse>
<skin:view objectid="#stobj.imageId#" typename="dmImage" 
webskin="OtherWebskinName" />
</cfif>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to