Re: IE 6 - 'Wicket' is undefined

2011-06-25 Thread D D
it is not loaded at that time... for some reason. ** Martin 2011/6/24 D D dawi...@gmail.com: Hello, We have an issue where IE6 loads and works fine with wicket's js during development. As soon as we moved app to community server IE6 comes up with an error: Error: 'Wicket' is undefined

IE 6 - 'Wicket' is undefined

2011-06-24 Thread D D
Hello, We have an issue where IE6 loads and works fine with wicket's js during development. As soon as we moved app to community server IE6 comes up with an error: Error: 'Wicket' is undefined As much as we would wish to get off IE6 we have to stick with it for a little longer. I've seen people

Re: IE 6 - 'Wicket' is undefined

2011-06-24 Thread D D
at that time... for some reason. ** Martin 2011/6/24 D D dawi...@gmail.com: Hello, We have an issue where IE6 loads and works fine with wicket's js during development. As soon as we moved app to community server IE6 comes up with an error: Error: 'Wicket' is undefined As much as we

Table not refreshed - ajax debug shows right markup returned

2011-05-10 Thread D D
I have a remove ajax link in every table row. When onSubmit is executed I see in WADW that corrected markup is returned but the view is not refreshed. Why is that the case? Thanks, Dave - To unsubscribe, e-mail:

Re: Table not refreshed - ajax debug shows right markup returned

2011-05-10 Thread D D
: there must be an error below the new content in WADW On Tue, May 10, 2011 at 10:15 PM, D D dawi...@gmail.com wrote: I have a remove ajax link in every table row. When onSubmit is executed I see in WADW that corrected markup is returned but the view is not refreshed. Why is that the case

Re: Table not refreshed - ajax debug shows right markup returned

2011-05-10 Thread D D
() On Tue, May 10, 2011 at 10:25 PM, D D dawi...@gmail.com wrote: you are correct sir. There is an error. processCompoment could not find an id to update. Why would that be the case? I call setOutputMarkuId(true) right before target.addComponent(MarkupContainer) call is made. Dave On Tue, May 10

Re: Running Wicket under WebSphere

2011-05-04 Thread D D
try adding index file under WebContent - make sure that extension matches the welcome-file-list element in your deployment descriptor. you are probably seeing 404 as I was. Dave On Tue, May 3, 2011 at 2:56 PM, Bruno Borges bruno.bor...@gmail.com wrote: You must enable the

Re: DataTable's view does not always update

2011-05-02 Thread D D
suggestions! Dave On Mon, May 2, 2011 at 6:18 AM, James Carman ja...@carmanconsulting.com wrote: Try changing it to a servlet.  There's another thread going on here just recently which gives an example. On Sun, May 1, 2011 at 10:22 PM, D D dawi...@gmail.com wrote: I have a filter in web.xml file

Re: DataTable's view does not always update

2011-05-01 Thread D D
I tried the setting with true and false settings. It still doesn't work. Here is Ajax Debug INFO: Initiating Ajax GET request on ?wicket:interface=:0:dataForm:dataPanel:rxEntryTabs:panel:link::IBehaviorListener:0:-1random=0.6781234819490185 INFO: Invoking pre-call handler(s)... ERROR: Received 

Re: DataTable's view does not always update

2011-05-01 Thread D D
...@carmanconsulting.com wrote: You are using a servlet instead of a filter, right?  I don't see the entire conversation in my gmail, here, so I hope I didn't miss something. On Sun, May 1, 2011 at 9:51 PM, D D dawi...@gmail.com wrote: I tried the setting with true and false settings. It still doesn't

Re: DataTable's view does not always update

2011-04-29 Thread D D
Clint - I'm seeing similar problem in the simplest possible page. I took the Counter Page example from the Wicket's website and put that into my panels. (the only 2 things in the panel are the AjaxFallbackLink and Label) Clicking on the link would not update the counter. How do I get to to that

Re: DataTable's view does not always update

2011-04-29 Thread D D
I've enabled the debug - project was set up for me and it was in deployment mode from the start... Question: why am I getting *ERROR: *Received Ajax response with code: 404? Is anyone running Wicket on WAS 6.1? Thanks, Dave On Fri, Apr 29, 2011 at 1:59 PM, D D dawi...@gmail.com wrote: Clint