Ajax Login form with validation errors inside jQuery modal dialog

Comparing #5 with #7

Content

[...]
</div>
<!-- mainmenu -->

```

Finally, Go to SiteController(/blog/protected/controllers/SiteController) and append 'login.' action inside actions() method. Now, the login action is accessed as '/site/login.GetLogin'


```php
<?php
[...]