You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Vladimir <vl...@gmail.com> on 2007/03/27 15:24:44 UTC

Palette and Link Submit (T4.1.1)

Hi All!

I have "small" problem with Tapestry Palette and LinkSubmit components.

When form submitted by pure Submit button all options on right side of 
palette (selected elements) saves normally during request.
(I noticed that they all become selected before submit).

But when form submits by LinkSubmit (or by JS like 
"tapestry.form.submit( 'MyForm' )") right side of palette stay unselected.

As I understand dojo does't triggers event, "connected" by 
dojo.event.connect(dojo.byId("MyForm"), "onsubmit" , tapestry, 
"onsubmit_myPalette");.

Can somebody help with this?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org