Widget views

I have a widget groups/GroupsWidget and I want this to call groups/grouplist.php view.

So I write $this->render(‘groups/groupsfirst’) but I have an error.How can I call a view in a subfolder,at the components views directory

[edit]I use the folder alias at config file.

You should try: $this->render(‘application.components.groups.groupsfirst’)