Re: Problem accessing GET parameter in Struts2

2008-03-13 Thread Christoph Kepper
Thanks to your hint I found the mistake :-) Dave Newton wrote: I tried to get some debug information from the params interceptor and put the following code into my struts.xml (inside the action): true DEBUG Nate that when you use an interceptor-ref element inside an action configurati

Re: Problem accessing GET parameter in Struts2

2008-03-13 Thread Dave Newton
--- Christoph Kepper <[EMAIL PROTECTED]> wrote: > >admin >/WEB-INF/jsp/artikelForm.jsp > > > My action class (ArtikelAction.java) contains the property "private > Integer artnr" with the appropriate Getters and Setters. As a sanity check, what are your getter and setters named? > I tr