PRSearchView
Lukas Renggli
renggli at gmail.com
Fri Jan 22 16:12:28 MET 2010
Also note that the views should not be displayed in the edit dialog of
the component from the web, unless you script it by hand and thus
avoid the validation of Magritte.
Lukas
2010/1/22 Lukas Renggli <renggli at gmail.com>:
> Ok, but the views are not supposed to be instantiated like this.
>
> You can display the views anywhere in Pier by clicking onto the Search
> menu item or by typing an URL like this:
>
> http://localhost:8080/pier?view=Search
>
> The views need to cache the context because they can be instantiated
> and used in a different context than the currently active one.
>
> Lukas
>
>
>
>
> 2010/1/21 Nick Ager <nick.ager at gmail.com>:
>>> 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:
>> * Download latest build from Hudson server, I used 21st Jan build at:
>> http://hudson.lukas-renggli.ch/job/Seaside%203.0/lastSuccessfulBuild/artifact/pier2/pier2.image
>> + changes
>> * 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
>> _______________________________________________
>> Magritte, Pier and Related Tools ...
>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
--
Lukas Renggli
http://www.lukas-renggli.ch
More information about the smallwiki
mailing list