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

