
2 Antworten
Hi Paul,Mark as best answer, If it resloves !! this.qp == null || !'yyyy'.equals(this.qp)
here you are making cretria to enter into loop, if satisfies above condtion getting error
if it is not satisfing you are creating a new lead
Lead newlead = new Lead(LastName = this.lastName,
FirstName = this.firstName; Company = this.company,
Email = this.email)
insert newlead;
then these is page refernce happing on
Mark as resloved if it helps :) :)p = Page.success;
}
p.setRedirect(true);
return p;
Thanks,
Bhanu Prakash
visit ForceLearn.com (https://www.forcelearn.com/)