Ok it worked, i've managed to call the view.raw.php, but it is
generating a different data than i wanted. What i want is that the
data output to be equal to the output i get when i define the format
by GET (
www.site.com.br/index.php?option=com_component&FORMAT=RAW)
thks.
On 29 jul, 19:01, Andrew Eddie <
mambob...@gmail.com> wrote:
> Set it in:
>
> function &getView( $name = '', $type = '', $prefix = '', $config = array() )
>
> In your controller:
>
> $document = &JFactory::getDocument();
> $lName = JRequest::setVar("view", "articles");
> $vType = $document->getType();
>
> if ($view = &$this->getView($vName, $vFormat)) { do something
>
> Hope this helps.
>
> Regards,
> Andrew Eddiehttp://www.theartofjoomla.com- the art of becoming a Joomla developer
>
> 2009/7/30 Pedro Renan <
pedrore...@gmail.com>: