Re: [xwiki-users] Passing parameters in URI
On Thu, May 10, 2012 at 12:15 PM, Moritz Hesse (EA GmbH) <[email protected]> wrote:
Hi,
You can access the
http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xwi ki/web/XWikiServletRequest.html
object using $request in Velocity (or "request" mapping in general in all other languages).
I don't get any wanted results, everything just looks like this: com.xpn.xwiki.web.XWikiServletRequest@76536fbc, that java.util.Collections$2@2953fef or this one org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter$Save dRequestWrapper@1498653c.
Did you tried $request.getParameter("myparaleter") or $request.myparameter ?
Is there any helpful method (like var_dump() in PHP) that enables me to debug all existing values of an object?
Bests, Moritz
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Moritz Hesse (EA GmbH) -
Thomas Mortagne