I can't seem to get the query string parameters in a user macro using velocity.
#set($n = $request.getParameter('n'))
Anyone have a solution for this?