Tapestry bug team,
 
Is it possible to get to this bug?
 
http://issues.apache.org/jira/browse/TAPESTRY-1820
 
Nothing works. Bindings are fruitless for PropertySelection.
 
Is anything being done to staff the team to resolve these? 
 
The framework has been around for so many years. 
 
I have sifted thru all the samples and demos.
 
Does anyone have a working example of PropertySelection with end to end 
peristence of properties?Best regards 
Ken in nashua


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug 
T-4.1.3 ?Date: Tue, 27 Nov 2007 16:52:40 -0500


Well after spending a day and trying all combinations/permutations of trying to 
establish a binding... everything idicates that bindings do not work for 
component or session property. So I tried a regular parameter annotation
@Parameter(required = false, cache = true)
public abstract String getTableSize();public abstract void setTableSize (String 
tableSize); and in template... stackoverflow if I try
<span  
 jwcid="@Script" script="/org/trails/demo/components/Gallery.script" tableSize 
= "ognl:components.galleryWidget.tableSize" static binding exception if I try
<span  
 jwcid="@Script" script="/org/trails/demo/components/Gallery.script" tableSize 
= "2" static binding exception if I try
<span  
 jwcid="@Script" script="/org/trails/demo/components/Gallery.script" tableSize 
= "literal:2" Binding exception if I omit it So I am going to create extra code 
to put the parameter inside my home.page I shouldn't have to do this. Can 
someone confirm this as a bug?Best regards Ken in nashua


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug 
T-4.1.3 ?Date: Tue, 27 Nov 2007 13:50:05 -0500

Adding a setter does not help. public abstract void setTableSize(String 
tableSize);   

Connect and share in new ways with Windows Live. Connect now! 

Your smile counts. The more smiles you share, the more we donate. Join in! 
_________________________________________________________________
Put your friends on the big screen with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_102007

Reply via email to