Bill sent me a private mail with the URL so I could have a look at
the site myself:
1. I removed WAStandardScripts and WAStandardStyles from the
configuration, they are deprecated (Philippe, we should mark that
accordingly in Seaside) and replaced by WAStandardFiles.
2. The actual cause of the problem is an obsolete class in your
model. Some time ago I renamed a class to fix a typo and what you see
in the web browser is a part of the resulting stack-trace. A few
weeks ago Martial Boniou kindly provided this script to fix the
issue. Have a look at the mailing list archive if you want to know
more about it.
| a f index |
#(#PRStriketroughFormat #PRStrikethroughFormat )
pairsDo: [:badGroup :newGroup | PRDocumentGroup
allSubInstancesDo: [:e |
f := e children.
index := 0.
[(index := index + 1) <= f size]
whileTrue: [a := f at: index.
a class isOsbolete
ifTrue:
[('*' , badGroup asString match: a class asString)
ifTrue:
[f at: index
put; ((Smalltalk at: newGroup
ifAbsent: [PRParagraph]) new setChildren: a children copy)]]]]]
Evaluate this code within your image and I guess the AJAX search
should work again. Btw, you could also try the non-AJAX search to get
a more readable message.
HTH,
Lukas
On 21.06.2007, at 22:38, Bill Sun wrote:
Here are the screenshots.
Thanks,
-Bill
----- Original Message ----
From: Lukas Renggli <renggli(a)iam.unibe.ch>
To: "Magritte, Pier and Related Tools ..." <smallwiki(a)iam.unibe.ch>
Sent: Thursday, June 21, 2007 12:47:02 PM
Subject: Re: How does one use PRAjaxSearchWidget?
Using FireBug, so far I've identified that
the original CSS got
override by "/seaside/files/WADispatcherFiles/main.css" only when
using the AJAX search widget. WADispatcherFiles is /not/ part of
the libraries added into the Pier libraries configuration.
WADispatcherFiles are only needed for the config application, that
shouldn't harm if you don't have them.
I'm not too familiar with FireBug and web
programming, so I don't
know which direction I should be heading, is there any other
information that you would like me to provide you with?
Can you send a screenshot of FireFox with the application showing the
bug and FireBug opened. Further I need a screenshot of the Seaside
configuration interface.
Lukas
-Bill
----- Original Message ----
From: Lukas Renggli <renggli(a)iam.unibe.ch>
To: "Magritte, Pier and Related Tools ..." <smallwiki(a)iam.unibe.ch>
Sent: Thursday, June 21, 2007 10:17:02 AM
Subject: Re: How does one use PRAjaxSearchWidget?
Any ideas?
This is odd. What does FireBug say?
Lukas
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_____________________________________________________________________
_
______________
Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities
+for+kids&cs=bz
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
______________________________________________________________________
______________
Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php<AJAX-
search-bug.JPG><seaside-config.JPG>
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki