Questions tagged [joomla-task]

A method that can be called as a result of the a parameter or some other command. Usually coded as part of the URL used to invoke the application.

4 questions
2
votes
2 answers

invoke a view-method from a controller task joomla

I am trying to create Joomla2.5 component via MVC. I want to direct controller to mydisplay() method defined in view.xml.php from task=jump in entry point. Thanks. /ROOT/components/com_api/views/api/view.xml.php
nuthan
  • 465
  • 2
  • 5
  • 19
0
votes
1 answer

Joomla taks works with Friendly url OFF but do not with Friendly url ON

I have trouble with joomla 3.3.3 site. When my Firendly url is off this url with task works fine
mokiSRB
  • 1,132
  • 7
  • 16
0
votes
1 answer

Joomla 3 - Return raw data from controller task

Can someone tell me the correct way to return raw data without html from a task in my component? I've tried index.php?option=com_mycomponent&task=mysubcontroller.mytask&format=raw and…
mousebat
  • 474
  • 7
  • 25
0
votes
2 answers

Joomla 2.5 site task will not fire

Here is my issue. I have a form that I want to send data to a JSON task. However no matter what I do the task will not run. I just get the following error: Invalid controller: name='controls', format='json' As far as I can see there is nothing that…
Jordan Ramstad
  • 169
  • 3
  • 8
  • 37