News...
So I moved the default group to the visit object...
now I have:
        public void pageBeginRender(PageEvent event) {
                Visit visit = (Visit)getVisit();
                
setCategories(getUserService().getCategories(visit.getDefaultGroup()));
        }
What I get for doing this?

org.apache.tapestry.BindingException
Binding value may not be updated.

Well, I thought this migth be related to the fact that categories on
my component's jwc had a "in" direction, so I changed to "auto" and
the exception keeps happening.

And I'll keep trying...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to