There's currently no way to do this except by doing something like defining a get-method that supplies the value. It's something that's come up a few times, though, and I'm hoping to include support in beta 4.

- Dennis

Gia Ne wrote:

How to bind a pre-defined value to an attribute ?

<MyElement attr1=”one” attr2=”two” attr3=”true”/>

Where att3 isn’t defined in the MyElement class and define always as “true”.

Class MyElement

{ String attr1=”one”;

String attr2=”two”;

}

Thanks




------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to