When we ask for a JIRA issue, we want you to create a bug report in
our JIRA instance [1] and attach the quickstart (mvn clean before you
zip) to that issue. We don't mean that you try the JIRA support forums
[2], because though Atlassian has a track record of using and
supporting Apache projects, they probably don't have a clue about
ModalWindow.

Martijn

[1] http://issues.apache.org/jira/browse/WICKET
[2] 
http://www.nabble.com/Wizard-in-Modalwindow-getting-alert-message-upon-using-the-Wizard-buttons-tp19653182p19653182.html

On Fri, Sep 26, 2008 at 5:49 PM, Kuga <[EMAIL PROTECTED]> wrote:
>
> Hi Matez,
> Can you please help me with any information, could not find out the reason
> so far. Kind of stuck...
> Appreciate your help.
> thanks
> Kuga
>
> Kuga wrote:
>>
>> Hi,
>> I have added a jira issue for this. Can you please let me know?
>> thanks
>> kuga
>>
>> Matej Knopp-2 wrote:
>>>
>>> Please create jira issue for this. Quickstart project to demonstrate
>>> the behavior would be welcome.
>>>
>>> -Matej
>>>
>>> On Wed, Sep 24, 2008 at 7:45 AM, Kuga <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Can anyone please help me with any possible solution or hints?
>>>> Greatly appreciate your comments, help.
>>>> Thanks
>>>> kuga
>>>>
>>>> Kuga wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I was browsing through the wicket forums, for one of the problems I am
>>>>> having using Wicket wizard in ModalWindow.
>>>>>
>>>>> I am iusing Wicket 1.3.4
>>>>>
>>>>> Wondering if anyone could help me with any possible solutions. Greatly
>>>>> appreciate you time and response.
>>>>>
>>>>> I have changed the WizardButtons to use Ajax buttons. The following is
>>>>> the
>>>>> behavior:
>>>>>
>>>>> In the wizard Ajax button I added the following:
>>>>>
>>>>> protected void onSubmit(AjaxRequestTarget target, Form form) {
>>>>>             onClick(target);
>>>>>             target.addComponent((Wizard)wizard);
>>>>>       }
>>>>>
>>>>> 1. I have added 3 IWizardStep to the model
>>>>> 2. Added the wizard to a panel, and then added this panel as
>>>>> setContent()
>>>>> to the ModalWindow.
>>>>> 3. Lauched the modalwindow,
>>>>>             a. Observed the right behavior (button enabled state) of
>>>>> the
>>>>> buttons at launch
>>>>>             b. Now Clicked on "Next" button – traverses to the next
>>>>> step.
>>>>>             c. Now clicked on the "Previous" button – instead of going
>>>>> to
>>>>> Previous – I got the annoying alert message.
>>>>>             d. added the javascript (Wicket.windo.unloadConfirmatoin =
>>>>> false;
>>>>>             e. Adding the above scrip was just suppressing the alert
>>>>> message, and just closes the wizard window without going to the
>>>>> previous
>>>>> screen.
>>>>>
>>>>> Not really sure where I am going wrong. Have been trying to Debug, but
>>>>> since the previous button doesn't get the onClick() due to closing,
>>>>> could
>>>>> not even debug this issue.
>>>>>
>>>>> Can you please let me know about your experience in solving this issue,
>>>>> and also if you feel that I am doing any mistake, please let me know.
>>>>> Thanks & Best Regards
>>>>> Kuga
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Wizard-in-Modalwindow-getting-alert-message-upon-using-the-Wizard-buttons-tp19631049p19642382.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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]
>>>
>>>
>>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Wizard-in-Modalwindow-getting-alert-message-upon-using-the-Wizard-buttons-tp19631049p19691196.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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

Reply via email to