Re: [Rife-users] Embedded element problems

2006-01-09 Thread S. Meslin-Weber
Hi Geert, Yes, I do get an exception (and I agree, it should just work): (Delete.java:21 is the processEmbeddedElement line) com.uwyn.rife.engine.exceptions.EmbeddedElementNotFoundException: The embedded element with id 'EmbedImage' couldn't be found in the template. at

Re: [Rife-users] Embedded element problems

2006-01-09 Thread S. Meslin-Weber
Hi Geert, On Mon, Jan 09, 2006 at 05:25:38PM +0100, Geert Bevin wrote: You're providing an embedded element differentiator (getInput(id)), but you have not added the differentiator double colon to the value id: [!V 'ELEMENT:EmbedImage:'/] Thanks, that workaround worked great - I'll bear it

[Rife-users] output and input with beans

2006-01-09 Thread Lars Grupe
Hi, I want to write a fexible wizard. I have one element that controls which element has to be the next one. I don't want to have too many input and output values, because the controller element must distribute them too. I would like to have a bean that I can define as an input or output. I

Re: [Rife-users] output and input with beans

2006-01-09 Thread Geert Bevin
Euhm I meant getInputSerializable On 9-jan-06, at 23:11, Geert Bevin wrote: Hi Lars, such a method was indeed missing, I added getInputSerialized to ElementSupport in between the 1.3 and 1.3.1 release, I forgot to update the javadocs on the site. I'll do it asap. Best regards, Geert