public void setAsText( String txt ) { if (txt.length() == 0) { throw new IllegalArgumentException( messageBundle.getString( "password_missing" ) ); } setValue( txt ); }
public void prepare() { webwork.util.BeanUtil.setProperty("password", "test", this); }