Jesse, I regard the repsonse. But I need to update the binding on subsequent. I 
cannot update a static binding.
 
I specified a valif component property as such
 
<component id="tableSizeSelect" type="PropertySelection">
<binding name="model" value="tableSizeModel"/>
<binding name="onchange" value="literal:tapestry.form.submit(this.form)"/>
</component>
 
and
 
@Persist("session")
@InitialValue("literal:2")
public abstract String getTableSize();
public abstract void setTableSize(String tableSize);
 
 
and
 
<span jwcid="@Insert" value="Table Size"/>
<select jwcid="tableSizeSelect" value="ognl:tableSize"/>
 
The binding still gets whacked on submit.
 
Event listeners also do not get called.
@EventListener(events = { "onChange" }, targets = { "tableSizeSelect" }, 
submitForm = "galleryForm", async = false)
public void tableChangeListener(IRequestCycle cycle)
{
}
 
Now I believe I do not have to muck with pumping properties into my home page 
to get this to work.
 
The only other route is a component cached parameter method which fails also.
 
Has the samples that operate these components been checked recently?
 
I am hoping to see this thru.Best regards 
 
Ken in nashua________________________________From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date: Wed, 28 Nov 2007 
15:10:19 -0500The questions is why does the code believe it has no bindings?I 
have thrown property bindings, page bindings and parameter bindings at this. 
Nothing sticks?________________________________You keep typing, we keep giving. 
Download Messenger and join the i’m Initiative now. Join 
in!<http://im.live.com/messenger/im/home/?source=CRM_WL_joinnow>
_________________________________________________________________
Your smile counts. The more smiles you share, the more we donate.  Join in.
www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline

Reply via email to