- 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
