hi sunny,
while navigating from the first form check the value of the textbox(which you are going to populate in the next form), i mean to say the value which you are going to populate.
if the value is not empty, assign a value ‘‘false’’ to the bean(boolean variable) otherwise assign “true”.
Bind this boolean value to the button Disabled property in Display properties. so that if value is present the button will be enabled.
You can do the same in the initialize() method of the second form.
hope this will be helpful.
Regards,
Sunil_N
#webMethods#webMethods-BPMS#MWS-CAF-Task-Engine