User Portlet User Portlet

Discussions
As an example of what I input and receive: In[1]:= f[x_] := x^2 + 2 In[2]:=f[x] Out[2]:=Hold[f[x]] How can I get mathematica to display the function instead of " Hold[f[x]] "? Edit 1: A test yields: ...