Re: Form handling by direct URL in Struts 1.3.8
turn confirmPwd; >>>} >>> >>>/** >>> * >>> * @param confirmPwd >>> */ >>>public void setConfirmPwd(String confirmPwd) { >>>this.confirmPwd = confirmPwd; >>>} >>> >>>
Re: Form handling by direct URL in Struts 1.3.8
Anjib, would you like to show us the codes in the Action ChangePasswordAction? On Wed, Jun 13, 2012 at 10:58 PM, Dave Newton wrote: > Then it's likely you're doing something wrong if you're forwarding to a > page before creating the info that page needs. > > Dave > > On Wed, Jun 13, 2012 at 10:5