Joao Pedrosa wrote: > Hi, > > On Wed, 23 Feb 2005 18:26:16 +0900, Michael Neumann <mneumann / ntecs.de> wrote: > >>Joao Pedrosa wrote: >> >>>Hi, >>> >>>I was just itching I guess to create my second Wee example. This time >>>I try to create a really really fake copy of the Joel on Software >>>site. >> >>One minor thing: If you show a discussion on the right, you can no >>further click on another topic on the right (you have to click "back to >>the topics" first). Is that intended? > > > Not really. I tried to "answer" for the thread component from the > click on the left menu but it didn't work in my first try. Is it > possible? Well, you call @tread in Topics. If you do this, then of course the Topics component will not render itself and will not react on actions (until you answer from @tread). You should not use call in this situation, use #render and if statements. Regards, Michael