Hello, 

Okay, second try..
I made my war again and tested it myself in tomcat 6. It seems to work, so I
put it on the server again and hope it works for you too..
I also created a zip with my sources and libraries that you can use in
eclipse :
http://www.driespannenkoeken.be/src.zip

If that's still not enough , please let me know. 
Thanks for the help.


Nino.Martinez wrote:
> 
> Hi Marieke
> 
> Your war file does not deploy/startup, atleast on tomcat, could you do 
> the same using the quickstart archetype, it should take you 2 mins doing 
> that(and give me something that I can look at in eclipse without too 
> much hassle)? I know Im being lazy but, thats the benefit of being the 
> helper...
> 
> Jun 19, 2008 11:37:53 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 3722 ms
> Jun 19, 2008 11:41:58 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart
> Jun 19, 2008 11:41:58 AM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/ModalWindowTestcase2] startup failed due to previous 
> errors
>  
> 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 :-)
>>
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ModalWindow-with-internal-ModalWindow-problem-tp17980837p18005312.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]

Reply via email to