Hi All,

as I was trying to split my application into multiple component I 
encountered a bug and I don't know if it's something I'm doing wrong, or 
something that's going wrong in tapestry.

I have one page with a 'MonthView' component with several 'DayView' 
components. Now the month component has listeners to go back and forward a 
month and they work as expected.
The listeners on the day component however doesn't seem to get found.

The error is org.apache.tapestry.BindingException: 

Unable to read OGNL expression '<parsed OGNL expression>' of 
[EMAIL PROTECTED]/$MonthView.$DayView$1]: 
org.apache.tapestry.listener.ListenerMapImpl.addEvent

while the DayView component contains the following method:

public void addEvent(IRequestCycle cycle)

If I stepped through the source of tapestry it looked as if it was only 
taking the listeners of the MonthView and not the ones of DayView.

Could anyone tell me what I'm doing wrong?

Thanks,
Koen

Reply via email to