On Sun, 12 Aug 2012 09:51:16 -0300, Angelo C. <angelochen...@gmail.com> wrote:

Hi,

Hi!

  public void action() {
                 String name = requestGlobals.getRequest().getParameter("name");
  }

Guys, please don't @Inject RequestGlobals anymore. There's no reason for doing that (at least not in pages and components). @Inject Request directly.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to