[Seaside] Use of WASimpleNavigation

Sebastian Sastre ssastre at seaswork.com.ar
Fri Aug 20 16:43:21 CEST 2004


Hi,
 
    I'm trying to make use of a WASimpleNavigation for an application
web interface.
 
    Just to test the use of this "presenter" main I've copied part of
the initialize and renderContentOn: methods I found in the WAAllTests:
MyClass>>initialize
 
  (WASimpleNavigation new
  add: WAConosurNetContactos new label: 'Contactos';
  add: WAHtmlTest new label: 'Html';
  add: WAEncodingTest new label: 'Encoding';
  add: WAErrorTest new label: 'Error';
  yourself).
    
When testing the interface whichever I clik on I get an error:
Components not found while processing callbacks: #(WASimpleNavigation)
 
    I can't see what is wrong. Help please!
 
    thank you,
 
Sebastián Sastre
HYPERLINK "mailto:ssastre at seaswork.com.ar"ssastre at seaswork.com.ar
HYPERLINK "http://www.seaswork.com.ar/"www.seaswork.com.ar
PD: I want to know how to debug this kind of errors. Where can I read
something about the seaside dynamics?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.740 / Virus Database: 494 - Release Date: 16/08/2004
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20040820/fc9ebf88/attachment.htm


More information about the Seaside mailing list