When are you seeing the values as null? I can't see any reason that
what you are doing shouldn't work, unless you're trying to access the
values from the onSelected method with defer = false before the fields
have been processed.

You could set a breakpoint on the setter for your form properties and
see when they are getting called.

On Fri, Oct 28, 2011 at 4:25 PM, George Christman
<gchrist...@cardaddy.com> wrote:
> Hello, I'm using the submit component inside of a loop in order to
> dynamically generate different buttons / Actions.
>
> I'm using it as followed
>
> <t:Submit t:context="workflow.action.id" defer="false"/>
>
> public Object onSelected(Integer action) {
> }
>
> I seem to be having a problem submitting the form data, everything appears
> to be null.  Does anybody know what I might be doing wrong here?
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Submit-inside-loop-tp4946513p4946513.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to