Re: Why dioes this error occur?

2007-11-21 Thread salmas
the clicking. salmas wrote: Every once in awhile if I am clicking around for awhile in the UI of my application I get the following error. What causes this? java.lang.NullPointerException at wicket.request.compound.DefaultRequestTargetResolverStrategy.resolveListenerInterfaceTarget

Why dioes this error occur?

2007-11-07 Thread salmas
Every once in awhile if I am clicking around for awhile in the UI of my application I get the following error. What causes this? java.lang.NullPointerException at

Re: Why dioes this error occur?

2007-11-07 Thread salmas
appreciate any ideas that you have. salmas wrote: I am using wicket-1.2.6. Unfortunately it is not possible for me to upgrade to a newer version. Hi salmas, On 07 November 2007, 7:05:26 PM, salmas wrote: s Every once in awhile if I am clicking around for awhile in the UI of my s

Page expired happens if application is invoked in external frameset

2007-09-28 Thread salmas
I have a wicket application which runs in a WebLogic server. If I restart WebLogic then everything is okay as long as I invoke the url to the appplication directly. The production application will be deployed as a frame in another vendors frameset. After server restart invoking the application

wantOnSelectionChangedNotifications causing table redraw

2007-08-29 Thread salmas
I have a DataTable in which I have a panel which contains a textfield and a radiogroup. When the user changes the selection in the radiogroup I'd like to populate a value in the textfield. I subclassesed RadioGroup to catch the selectionChangedEvent RadioGroup choice = new

Re: Updates within Panels in datatable

2007-08-20 Thread salmas
ajaxsubmitbutton or ajaxsubmitlink isntead, and add the table to the target. if you want per/row submissions you will have to figure out how to get the tr for that row and add that to the target instead. -igor On 8/17/07, salmas [EMAIL PROTECTED] wrote: Hi Igor: I found that there is no way to have

Re: Updates within Panels in datatable

2007-08-15 Thread salmas
because the markup expects an object with that wicket id. I only need it to show along with the first choice in the radio group. Should I be doing this panel differently? igor.vaynberg wrote: did you call listview.setreuseitems(true)? -igor On 8/15/07, salmas [EMAIL PROTECTED] wrote