Hi Everyone, I've got a small issue with an embedded element. Here's some snippet code and I'll describe what happens below:
Embedding Element snippet:
public void processElement() throws EngineException {
processEmbeddedElement(template, "EmbedImage", getInput("id"));
print(template);
}
Embedding Template snippet:
<div>[!V 'ELEMENT:EmbedImage'/]</div>
Now, when RIFE gets to the embedding element's processElement, the
template has already resolved and embedded the output of the embedded
element EmbedImage... and so it can't find that ELEMENT:EmbedImage value
anymore. Unfortunately, I need to set/override the embedded element's
inputs during the embedding element's processElement execution and I
can't figure out how I'd go about resolving this.
Thanks,
Steph
--
================================================================
Stephane Meslin-Weber Email: [EMAIL PROTECTED]
Senior Software Engineer Web: http://odonata.tangency.co.uk
================================================================
signature.asc
Description: Digital signature
_______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
