Strange. I cannot reproduce that problem in the latest builds of the
Seaside 3.0/Pier image.
Sorry I should have included this the first mail. My steps to reproduce:
* Copy PharoV10.sources into download directory, start image and web server
* Register a new Pier app as:
PRPierFrame registerAsApplication: 'piersearch' kernel: (PRKernel new root: ((PRComponent named: 'search') componentClass: PRSearchView); name: 'testKernel').
* browse to localhost:8080/piersearch
* type anything into the search box and press "search"
* MessageNotUnderstood: receiver of "root" is nil
Hope this makes sense
Nick