On Sunday 02 Oct 2005 09:42, Alan Chandler wrote: > I just made a small change to my code to test some pagination, by reducing > page size. > > As soon as I have tried this and run it I get an error message of the form > (more complete listing further down this e-mail) > > "Could not find a strategy instance for class > uk.org.chandlerfamily.sqlmap.famtree.Person"
I think I understand this now - I pass a parameter of PersonList to the DirectLink listener. This has to be squeezed into a URL, and it doesn't know how to do this. I don't know how to solve it directly, but in fact I was passing the parameter because I didn't think the abstract property in the page class which held "PersonList" would persist from the initial render until the listener is called, However it seems to, so I found I did not need the parameter and just removed it, and all works fine. -- Alan Chandler http://www.chandlerfamily.org.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
