Re: Mixng cant find zone parameter

2013-02-28 Thread bhorvat
I see. Year your suggestion works like a charm. thanks a million :) cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp5720157p5720288.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Mixng cant find zone parameter

2013-02-28 Thread Ivan Khalopik
zoneFilterType" + > currentFilterSection.getKey(); > } > > public String getZoneFilterPropertyId() { > return zoneFilterProperty.getClientId();//return > "zoneFilterProperty" + currentFilterSection.getKey(); > } > > > Also is it poss

Re: Mixng cant find zone parameter

2013-02-25 Thread bhorvat
he triggering of the original event? Thanks for the help and patience sody :) cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp5720157p5720219.html Sent from the Tapestry - User mailing list a

Re: Mixng cant find zone parameter

2013-02-24 Thread Ivan Khalopik
e object > > 4) To be honest I was under the impression that I cant really use this but > I > will give a it a closer look that is for sure > > > > -- > View this message in context: > http://tape

Re: Mixng cant find zone parameter

2013-02-24 Thread bhorvat
://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp5720157p5720195.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

Re: Mixng cant find zone parameter

2013-02-23 Thread Ivan Khalopik
s only the first row instead > of its own row > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp5720157p5720183.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > ---

Re: Mixng cant find zone parameter

2013-02-23 Thread bhorvat
that it is only original name. In other words each section always updates only the first row instead of its own row -- View this message in context: http://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp5720157p5720183.html Sent from the Tapestry - User mailing list archive at

Re: Mixng cant find zone parameter

2013-02-23 Thread bhorvat
nt see the code to be added and selecting anything wont trigger a zone refresh. Any ideas what could be the problem? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp5720157p5720181

Re: Mixng cant find zone parameter

2013-02-23 Thread bhorvat
But why cant I use @BindParameter private String zone; to bind the name of the zone? I mean am I reading it wrong or should this bind the zone for me? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp5720157p5720180.html Sent

Re: Mixng cant find zone parameter

2013-02-21 Thread Taha Siddiqi
ectToZone", spec); >} > >Object onChange(@RequestParameter(value = "t:selectvalue", allowBlank = > true) final String selectValue) { >CaptureResultCallback callback = new CaptureResultCallback(); >this.resources.triggerEvent(EventConstants.VALUE_CHANGED, new > Object[

Mixng cant find zone parameter

2013-02-21 Thread bhorvat
ources.triggerEvent(EventConstants.VALUE_CHANGED, new Object[]{selectValue, context}, callback); return callback.getResult(); } Do I need to include zone in some differnet way? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Mixng-cant-find-zone-parameter-tp572015