Hi Marieke,

I'll did into the war tomorrow.

Marieke Vandamme wrote:
Hey,
I found a place where I can place my war for a while :
http://www.driespannenkoeken.be/ModalWindowTestcase2.war

I can change my application without modalwindows, but I first want to find
out what the problem is..
Would find it easier if I don't have to change it :-)
I know, but I felt the application were more userfriendly without the modal windows, or at lest modal windows with very simple functions. I think there are a lot of papers on how evil popups are out there, now modal windows arent the same, but their in the family.
Hope you guys find the time to download my war and test it. Thanks again !


Nino.Martinez wrote:
Hi Marieke

First of all upload your quickstart project somewhere and share the link here. Please be sure theres not too many commercials when downloading, people tend to bully you with it:)

So I have two suggestions.

   1. I think that we should try to sort out if it's a bug causing your
      problem or it's wrong usage.
   2. I used modal window too, as you can see from one of our previous
      discussions. But I found that it were better to actually just
      forward to another panel or page, hence no popup and no trouble,
      and better focus, and when people are done they return to the old
      panel/page. You can still use modal window for simple stuff, sort
      of like the prototip but with stuff that requires a larger screen.

Please ask if you are in any doubt.

Marieke Vandamme wrote:
Hello,
I have a rather complex situation, but If I'm not clear enough here, I
can
make a test case.
My situation:
- Page with contact details
- Open a window to send the details to my colleague by email
- In that window open another window to choose my colleague from a list
of
employees

My Application :
- Normal page with ajax link that opens ModalWindow
|-> ModalWindow. Contains link to open another ModalWindow, and a list that is updated by the child modalwindow
        |-> ChildModalWindow (of the ModalWindow).
              This is a chooser, which needs to fill the list on
ModalWindow.

My error situation:
- I open the ModalWindow and fill the list with employees from the
ChildModalWindow.
- I close the ModalWindow, (send the email).
- I open the ModalWindow again (want to send the details to another
colleague)
- I choose a colleague from the ChildModalWindow, but the list isn't
updated...

After much of testing and searching, I think it has something to do with
the
RequestCycle or something... - The first time the modalwindow is opened, the list on it has markupid
'a1'
- When closing the ChildModalWindow, the list is filled with ajax using
markupid 'a1'
- The second time the modalwindow is opened, the list on it has markupid
'b1'
- When closing the ChildModalWindow, ajax tries to get the component with
markupid 'a1' (and not 'b1')

Even when I refresh the main-page, ajax still searches for the component
with markupid 'a1'.

Can someone please help me? I've been stuck on this for a while, but
can't
get to the bottom of it.
Can I post a testcase-war to this list of where should I post it?

Thanks in advance !
Marie.
--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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

Reply via email to