Re: Issue with LinkSubmit and context inside Grid

2017-06-19 Thread Thiago H. de Paula Figueiredo
; Hi guys, > > I had a look at the issue https://issues.apache.org/jira/browse/TAP5-1658 > and I think there is the same issue with the component LinkSubmit. > When I put a LinkSubmit with context and defer parameter set to false > inside a Grid, the context I get in form subm

Issue with LinkSubmit and context inside Grid

2017-06-14 Thread DEIMAT Guillaume
Hi guys, I had a look at the issue https://issues.apache.org/jira/browse/TAP5-1658 and I think there is the same issue with the component LinkSubmit. When I put a LinkSubmit with context and defer parameter set to false inside a Grid, the context I get in form submission is always related

Re: LinkSubmit with Context?

2010-06-02 Thread Inge Solvoll
I made one more change to the AnySubmit. I have struggled with the fact that context-parameter on Submit component doesn't play well in a loop. So I created a context parameter for the AnySubmit, that accepts a single value (Object), and is sent via a hidden input as well. This way you can

Re: LinkSubmit with Context?

2010-06-01 Thread Inge Solvoll
: LinkSubmit with Context? 2010/3/31 Kristian Marinkovic kristian.marinko...@porsche.co.at hi pierce, there was already the jira issue https://issues.apache.org/jira/browse/TAP5-532 that was closed as duplicat of https://issues.apache.org/jira/browse/TAP5-194 which was not correct

Re: LinkSubmit with Context?

2010-06-01 Thread Inge Solvoll
Yes there is :) https://issues.apache.org/jira/browse/TAP5-1167 On Tue, Jun 1, 2010 at 6:00 PM, Pierce Wetter pie...@paceap.com wrote: On Jun 1, 2010, at 4:43 AM, Inge Solvoll wrote: I added the value of the input element as context in my AnySubmit mixin, check it out. It is very easy to

Re: LinkSubmit with Context?

2010-06-01 Thread Pierce Wetter
On Jun 1, 2010, at 10:17 AM, Inge Solvoll wrote: Yes there is :) https://issues.apache.org/jira/browse/TAP5-1167 Darn I already voted for it. Stupid one man/one vote democracy stuff. - To unsubscribe, e-mail:

Re: LinkSubmit with Context?

2010-06-01 Thread Robert Zeigler
This looks interesting... maybe I'll pick up this ticket this week. Robert On Jun 1, 2010, at 6/16:16 PM , Pierce Wetter wrote: On Jun 1, 2010, at 10:17 AM, Inge Solvoll wrote: Yes there is :) https://issues.apache.org/jira/browse/TAP5-1167 Darn I already voted for it. Stupid

Re: LinkSubmit with Context?

2010-03-31 Thread Kristian Marinkovic
users users@tapestry.apache.org Datum: 30.03.2010 17:15 Betreff:Re: LinkSubmit with Context? On Mar 30, 2010, at 12:46 AM, Kristian Marinkovic wrote: if you have multiple linksubmit components you can distinguish them by adding onSelectedFromSubmit1() or onSelectedFromSubmit2

Re: LinkSubmit with Context?

2010-03-31 Thread Łukasz Jazgar
, we should. I also grapple with a problem of lack of context in LinkSubmit at the moment. This improvement would be great. I vote for it. :) Regards Lukasz

Re: LinkSubmit with Context?

2010-03-31 Thread Kristian Marinkovic
it. Yes, we should. I also grapple with a problem of lack of context in LinkSubmit at the moment. This improvement would be great. I vote for it. :) Regards Lukasz

Re: LinkSubmit with Context?

2010-03-30 Thread Kristian Marinkovic
, Michael Gentry mgen...@masslight.net Datum: 26.03.2010 17:24 Betreff:Re: LinkSubmit with Context? On Mar 26, 2010, at 9:06 AM, Michael Gentry wrote: Maybe try putting your context on the t:form instead of the t:linksubmit and see if that works. I've never tried it, but seems like

Re: LinkSubmit with Context?

2010-03-30 Thread Pierce T. Wetter III
On Mar 30, 2010, at 12:46 AM, Kristian Marinkovic wrote: if you have multiple linksubmit components you can distinguish them by adding onSelectedFromSubmit1() or onSelectedFromSubmit2() action handler. the linksubmit component does not support a context parameter out of the box. if you

LinkSubmit with Context?

2010-03-26 Thread Pierce T. Wetter III
Ok, so I want a button in my form to jump to a new page, but I want to make sure I got the values from the form first. There doesn't seem to be a context binding on LinkSubmit though, though there are on Submit I see. So what's the solution? (5.2-SNAPSHOT solutions are OK). Pierce

Re: LinkSubmit with Context?

2010-03-26 Thread Michael Gentry
, but I want to make sure I got the values from the form first.  There doesn't seem to be a context binding on LinkSubmit though, though there are on Submit I see.  So what's the solution? (5.2-SNAPSHOT solutions are OK).  Pierce

Re: LinkSubmit with Context?

2010-03-26 Thread Pierce T. Wetter III
On Mar 26, 2010, at 9:06 AM, Michael Gentry wrote: Maybe try putting your context on the t:form instead of the t:linksubmit and see if that works. I've never tried it, but seems like it should work ... Well, what I really want is to be able to tell which of several buttons in the same