Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Janko,
On loading I ancountered this error: printHTMLPageOn: aStream for: aRequest on: aSession | choicesElement | choicesElement := (WebElement newClass: #autoright parenthesis expected ->_complete) parent: self. self ensureId. choicesElement ensureId. super printHTMLPageOn: aStream for: aRequest on: aSession. Thanks, Ching de la Serna _______________________________________________ Aida mailing list [hidden email] http://lists.aidaweb.si/mailman/listinfo/aida |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Ching,
It seems Squeakers changed rules of parsing symbols recently. But patch is simple, just put in ampersands a symbol with underscore: choicesElement := (WebElement newClass: #'auto_complete') I patched that and will be in next patch release, when some other patches come too. Thanks for reporting all those problems, that way we will really cleanup Aida to work well on all dialects and platforms. Janko On 17. 02. 2011 02:58, Ching de la Serna wrote: > Hi Janko, > > On loading I ancountered this error: > > printHTMLPageOn: aStream for: aRequest on: aSession > | choicesElement | > choicesElement := (WebElement newClass: #autoright *parenthesis > expected ->_complete) *parent: self. > self ensureId. choicesElement ensureId. > super printHTMLPageOn: aStream for: aRequest on: aSession. > > Thanks, > > Ching de la Serna > > > > _______________________________________________ > Aida mailing list > [hidden email] > http://lists.aidaweb.si/mailman/listinfo/aida ... [show rest of quote] -- Janko Mivšek AIDA/Web Smalltalk Web Application Server http://www.aidaweb.si _______________________________________________ Aida mailing list [hidden email] http://lists.aidaweb.si/mailman/listinfo/aida |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
That also explains why I could not reproduce it, since I moved back to VW!! Good work, guys. On Thursday 17 Feb 2011 12:28:34 Janko Mivšek wrote: > Ching, > > It seems Squeakers changed rules of parsing symbols recently. But patch > is simple, just put in ampersands a symbol with underscore: > > choicesElement := (WebElement newClass: #'auto_complete') > > I patched that and will be in next patch release, when some other > patches come too. > > Thanks for reporting all those problems, that way we will really cleanup > Aida to work well on all dialects and platforms. > > Janko > > On 17. 02. 2011 02:58, Ching de la Serna wrote: > > Hi Janko, > > > > On loading I ancountered this error: > > > > printHTMLPageOn: aStream for: aRequest on: aSession > > | choicesElement | > > choicesElement := (WebElement newClass: #autoright *parenthesis > > expected ->_complete) *parent: self. > > self ensureId. choicesElement ensureId. > > super printHTMLPageOn: aStream for: aRequest on: aSession. > > > > Thanks, > > > > Ching de la Serna > > > > > > > > _______________________________________________ > > Aida mailing list > > [hidden email] > > http://lists.aidaweb.si/mailman/listinfo/aida > >
Nicholas Moore Skype: tsr_nicholas _______________________________________________ Aida mailing list [hidden email] http://lists.aidaweb.si/mailman/listinfo/aida |
Free forum by Nabble | Edit this page |