could a controllers action be used for both a regular web request and a ajax call?
For a regular web request, the action would take in a forms collection, associate the category to the article and then redirect to another page.
for a ajax request, it would associate the category to the article, but instead of redirecting it would send some sort of a response message back.
is this a good practice or should I just create 2 actions?