Re: Mixng cant find zone parameter

2013-02-23 Thread Ivan Khalopik
1. Each row will generate its own zone with unique id, so you can't use static value for zone parameter. But you can use clientId of injected zone: @InjectComponent provate Zone zone; public String getZoneId() { return zone.getClientId(); } 2. If you will use @BindParameter annotation - both s

Re: Mixng cant find zone parameter

2013-02-23 Thread bhorvat
So I think that both of my problem are related to the fact that zone is not properly generated. It seems that regardless of the number of times I press + it always add the zone with the original name. The html code show that the id genreated is original_someRandomNumber while in the code I see th

Re: Change Page template file extentions to .HTML

2013-02-23 Thread Bob Harner
David, Doing so is probably possible but is not recommended. It will lead to lots of small problems that won't be worth the trouble. It would be like renaming Microsoft Word files to use a ".txt" extension and changing your OS to open .txt files with MS Word. You might get it to work, but you just

Re: Mixng cant find zone parameter

2013-02-23 Thread bhorvat
It seems that this works but not properly. I will try to explain what I am trying to do and then someone can tell me if this is even possible. I want to be able to create using ajaxformloop an ability to add new row to the 'table' each row should have few fields that are either select or textfield

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