I have an app that has a form value (rule.days) which should, if I understand the docs, call:
getSearch().setDays() on the bean it's submitting to. How can I turn on debug for this, and see why rule.ruleName works, but rule.days is not being set? I see this in the log: 2009-04-06 15:14:21,345 [http-8080-Processor25] DEBUG org.apache.jasper.servlet.JspServlet - rule.ruleName = tetst 2009-04-06 15:14:21,345 [http-8080-Processor25] DEBUG org.apache.jasper.servlet.JspServlet - rule.days = 1234 In my validation, I can validate that getRule().setRuleName(String s) is being called, but getRule().setDays(String s) does not. They are both public methods on the Rule object. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org