Maybe you have a plugin that needs to be fixed/removed, etc.. ?
07:32PM Friday, Jun 20, 2008
Carolina
Said:
Hi, I've seen a post you did on the http://www.ayende.com/ blog, saying that you had done cascading with subviews and javascript on castle...would you explain to me how did you do that? I've created a subview for my combo, but I don't know were to make the request to populate it when the first one's index change.
@Steve & Simon: Firebug, Google Gears, Google Toolbar and FireFtp. the latter was not open (and has never done any harm). Im turning Gears off as Im not using it anyway.
depending on your js library of choice (that's a naive notepad code):
$('first').observe('change', function(){ new Ajax.Updater('second-container', 'Second.mvc?firstId='+$F('first')); });
and on the controller public void Second (int firstId) { view.SecondData = secondRepository.FindAllWhereFirstIdIs(firstId); CancelLayout(); }
answers your question?
08:35AM Saturday, Jun 21, 2008
firefly
Said:
Hmmm... firefox 3 has been great to me so far. I am at 86,228K right now with about 8 tabs open. So I would bet it's one of the pluggin or perhaps a bad installation.