XMLbeans binding

I have an xmlbean generated from an XML schema, after I put it into session bean and trying to bind it to inputfield, I could not see this properity for the sessionbean in the outline windows. For example, I add a propertity named [i]user[/i]

with type (xmlUserObj

) to sessionbean sessionbean1, and I want to bind sessionbean1.user.username

to an inputfield on page1

, the problem i have is that I could not see user property when trying to bind.

Anybody has the experience?

Thanks

[534 byte] By [JamesXu] at [2007-11-25 23:03:10]
# 1
After first defining the new object type, you may need to close and then re-open the project for instances of the class to appear as targets in the data binding dialogs.// Gregory
gjmurphy at 2007-7-5 17:55:05 > top of Java-index,Development Tools,Java Tools...