Form "Prepare" event needs disambiguation between render and submit-time 
invocations.
-------------------------------------------------------------------------------------

                 Key: TAPESTRY-1599
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1599
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.5
            Reporter: Nick Westgate
            Priority: Minor


(I'm top posting over our previous correspondence below.)

My initial response would be that the optional context parameters signature is
very natural and that prepending a boolean would dilute the current API's 
clarity.

Do these events need to share the same name? It smacks of the rewind. ;-)
(Not to malign what was, at the time, a great idea.)

Cheers,
Nick.


Howard Lewis Ship wrote:
> I could change Form to pass along a boolean indicating whether it was
> for render or for submit.  Please add an issue to JIRA.
> 
> On 6/22/07, Nick Westgate <[EMAIL PROTECTED]> wrote:
>> Hi.
>>
>> Does anyone see a way to differentiate these prepare events?
>> I'm using an ugly hack because I can't find another way.
>>
>>         boolean rendering;
>>
>>         void setupRender()
>>         {
>>                 rendering = true;
>>         }
>>
>>         public void onPrepareFromHistoryItemForm(int index)
>>         {
>>                 if (rendering)
>>                 {
>>                         ...
>>                 }
>>         }
>>
>> Cheers,
>> Nick.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to