Heh...Java? Why would I use Java when AJAX works best? What happens if people have Java disabled or not installed? The way my system works now, AJAX is only used when JavaScript is enabled otherwise it remains fully functional using static HTML, AJAX is simply used to reduce bandwidth, etc...
I'm not sure you followed what I was saying
Anyways, Ninja dude...
Just an observation, maybe you did it for demonstration, but:
if (!$this->_isLoggedIn()) return;
Inside your controllers action...probably best inside the index.php, unless you have pages which are accessible by anonymous users???
Which makes for an interesting disscussion, as to how to solve that best? Intercepting filter perhaps?
Cheers
