problem of add property to sessionbean

I am new to JSCreator. Please help!

I tried the example in the tutorial "using listbox components". I tried to add the listOptions to sessionbean, but when I expand the sessionbean1 node, I couldn't see the subnode for the property added. And when I try to bind the property to the drop down list, I could not find the property in either. Could anybody give me some help? Thanks!

[393 byte] By [x_z] at [2007-11-26 9:36:39]
# 1
Could you be a little more specific? How did you add the property? Using a right-click on the SessionBean->Add->Property? Or did you just edit the file?
maxhuetter at 2007-7-7 0:29:00 > top of Java-index,Development Tools,Java Tools...
# 2
Yes, I right click on sessionbean1 and choose add -> property. Just as the steps in the tutorial.
x_z at 2007-7-7 0:29:00 > top of Java-index,Development Tools,Java Tools...
# 3
> Yes, I right click on sessionbean1 and choose add ->> property. Just as the steps in the tutorial.Try right click on SessionBean1 and choose refresh.Do you now see the property?Juergen
bookon at 2007-7-7 0:29:00 > top of Java-index,Development Tools,Java Tools...
# 4
When I logged off and logged in again, it appeared in the sessionbean. So it is solved although I don't know why. Anyway, thanks!
x_z at 2007-7-7 0:29:00 > top of Java-index,Development Tools,Java Tools...
# 5

> When I logged off and logged in again, it appeared in

> the sessionbean. So it is solved although I don't

> know why. Anyway, thanks!

Shutting down the IDE and restarting it is the hard and long way to do the refresh. Next time you add something just use the refresh in the context menu.

Juergen

bookon at 2007-7-7 0:29:00 > top of Java-index,Development Tools,Java Tools...