Oops forgot to answer one question ... On 13 Jan 2007, at 16:38, Jean-Marie Galliot wrote:
In this example : <element implementation="com.test.Start" <input name="var1" /> <output name="var1" /> What can be the type of var1? Only primitive? (int, float, String ...)
You can find these in the API of ElementSupport by looking at the getInput* and setOutput* methods. (http://rifers.org/docs/api/com/ uwyn/rife/engine/ElementSupport.html)
Best regards, Geert -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
