Re: Modal window not appearing in IE

2008-12-22 Thread ecornett

Here is my Ajax debug output:

INFO: focus set on linkida
INFO: 
INFO: Initiating Ajax POST request on
?wicket:interface=:3:reqTabs:panel:insurance-edit-form:primaryBillingPanel:billingRecord-edit-form:insuranceLookupPanel:insurance-lookup:lookup-form:menuBar:menubarlinks:0:menuitemul:menuitemlinks:1:linkid:1:IActivePageBehaviorListener:0:&wicket:ignoreIfNotActive=true&random=0.8349472295319197
INFO: Invoking pre-call handler(s)...
INFO: Received ajax response (11295 characters)
INFO: 

ERROR: Error while parsing response: Object required
INFO: Invoking post-call handler(s)...
INFO: Invoking failure handler(s)...
INFO: focus removed from linkida

I found this link to be somewhat helpful, but it didn't solve my problem:
https://issues.apache.org/jira/browse/WICKET-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel



Martijn Dashorst wrote:
> 
> It would help if you post some output of for example the
> wicket-ajax-debug window, or the firefox console. With the information
> you have given thus far we can't help you.
> 
> Martijn
> 
> On Mon, Dec 15, 2008 at 10:51 PM, ecornett 
> wrote:
>>
>> I have searched everywhere for an answer to this Wicket question with no
>> luck.
>>
>>
>> Martijn Dashorst wrote:
>>>
>>> As you come through nabble, I trust you have read and understood the
>>> text that is shown prominently above the forum?
>>>
>>>> Before posting, please read "How to ask questions the smart
>>>> way" [1] and answer these questions for yourself:
>>>>
>>>> * Did you check out our live examples
>>>> * read our wiki
>>>> * search using google
>>>> If these fail to provide an answer, posting to the users list is
>>>> appropriate. Be sure to include full stack traces and code. Did
>>>> we mention that you read "How to ask questions the smart way" [1]
>>>> before posting?
>>>
>>> Martijn
>>>
>>> [1] http://www.catb.org/~esr/faqs/smart-questions.html
>>>
>>> On Mon, Dec 15, 2008 at 7:18 PM, ecornett 
>>> wrote:
>>>>
>>>> Has anyone else had trouble with modal windows appearing in Firefox but
>>>> not
>>>> IE and if so, what is a good solution?  I can go into more details if
>>>> necessary.
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21018938.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> 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: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21022867.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> 
> 
> -- 
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21133122.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Modal window not appearing in IE

2008-12-15 Thread ecornett

I have searched everywhere for an answer to this Wicket question with no
luck.


Martijn Dashorst wrote:
> 
> As you come through nabble, I trust you have read and understood the
> text that is shown prominently above the forum?
> 
>> Before posting, please read "How to ask questions the smart
>> way" [1] and answer these questions for yourself:
>>
>> * Did you check out our live examples
>> * read our wiki
>> * search using google
>> If these fail to provide an answer, posting to the users list is
>> appropriate. Be sure to include full stack traces and code. Did
>> we mention that you read "How to ask questions the smart way" [1]
>> before posting?
> 
> Martijn
> 
> [1] http://www.catb.org/~esr/faqs/smart-questions.html
> 
> On Mon, Dec 15, 2008 at 7:18 PM, ecornett 
> wrote:
>>
>> Has anyone else had trouble with modal windows appearing in Firefox but
>> not
>> IE and if so, what is a good solution?  I can go into more details if
>> necessary.
>> --
>> View this message in context:
>> http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21018938.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> 
> 
> -- 
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21022867.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Modal window not appearing in IE

2008-12-15 Thread ecornett

Has anyone else had trouble with modal windows appearing in Firefox but not
IE and if so, what is a good solution?  I can go into more details if
necessary.
-- 
View this message in context: 
http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21018938.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org