Isn't this known Tapestry behavior?
I'm assuming your "save" component is some kind of DirectLink with a "listener" parameter. You can try using the "action" parameter instead.

--
Ing. Leonardo Quijano Vincenzi
DTQ Software


Cosmin Bucur wrote:
I have initially reported this to Tacos , since that's what I'm using
, but then it was confirmed that the problem also shows up in Tapestry
without tacos .

Basically if you have a form :

<form jwcid="@Form">


                <span jwcid="field1" />
                <a jwcid="save">Save</a>
                <span jwcid="field2" />
                
        </form>

Only the fields before the save link get submited , the rest are
ignored , and not saved to the data obj .

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to