Re: Textfield populated from java.lang.Integer

2009-04-07 Thread dusty
t; > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context:

Textfield populated from java.lang.Integer

2009-04-07 Thread Security Management
I have the following form: I have the following method in the Action class that runs before this: public IRule getRule() { return this.r; } Now, IRule has the following: public String getRuleName(); public void setRuleName(String n); public Integer getRuleDays(); public void setRuleDa