JOSSO wicket and Glassfish v2.1.1

2010-03-14 Thread Stevenson Cunanan
Hi, I have a number of apps running in glassfish(but i also need them running on other servers like JBOSS and TOMCAT). So I am currently trying to integrate JOSSO with wicket and Glassfish. The single sign on works perfectly fine on all other servers except glassfish. I actually had to add an extra

Re: Looking for a less chatty auto-complete component?

2010-03-14 Thread Peter Thomas
On Mon, Mar 15, 2010 at 7:12 AM, Ben Hutchison wrote: > Hi all, > > We're developing a wicket web-application that makes heavy use of > auto-complete text fields populated from slow back-end (mainframe) web > services. > > Concerned that standard auto-complete behavior will be too chatty and resul

Looking for a less chatty auto-complete component?

2010-03-14 Thread Ben Hutchison
Hi all, We're developing a wicket web-application that makes heavy use of auto-complete text fields populated from slow back-end (mainframe) web services. Concerned that standard auto-complete behavior will be too chatty and result in many calls to slow services, we're keen on an alternative

Wicket with Jquery jqGrid

2010-03-14 Thread Verma Shalini (HCTM/ETA)
Has anybody tried integrating Jquery jqGRid with wicket? Thanks Shalini

Integrating Wicket with Jquery Flexigrid

2010-03-14 Thread Verma Shalini (HCTM/ETA)
Hi, I was trying to search if anybody has integrated the Jquery Felxigrid plugin with Wicket.As the tool is very powerful. Thanks Shalini

Re: LDM, Forms, and Ajax

2010-03-14 Thread Juha Palomäki
Could you post the source code for the page that is having the problems? On Fri, Mar 12, 2010 at 4:47 AM, Matthew Welch wrote: > I'm experimenting with a domain model that extremely interconnected. It's > being persisted using a graph database which handles this high degree of > interconnectivity

Re: ClassLoader (Serialization?) error

2010-03-14 Thread Jonas
As stated in my previous mail, I really doubt this is a classloader issue, since the class name is 'mypackage.MyClass-%20fi%20usuari%20--%3E%20%20%3C' which decodes to 'mypackage.MyClass- fi usuari --> <' which obviously isn't just a class name, but a class name plus some 'garbage', which will mak

testing a wicket panel

2010-03-14 Thread ayman elwany
Hi all, I had this AutoCompleteform.html my question : how can i test setting a value in this input textfield "autoOne"? I only started the panel in the wicket tester : tester.startPanel(new TestPanelSource() { public Panel getTestPanel(String panelId) { return new AutoComp

Re: Page reload after submit action

2010-03-14 Thread Manfred Bergmann
Hello Vinnet. Thank you. Upgrading to Wicket 1.4.7 fixed the problem. Cheers, Manfred vineet semwal wrote: > > Hi, > It appears you are on 1.4.6,upgrade to 1.4.7 and see if the problem > disappears. > > > On Sun, Mar 14, 2010 at 5:15 AM, Bergmann Manfred > wrote: > >> Hi there. >> >> I ha