How do we compare two variables using logic:equal without using scriplet.

Bean1 {
  String x;
}

Bean2 {
   String y;
}

 The logic required is :
   
   if(b1.x == b2.y)
     display message1.
  else
     display message2.
  end if.,

where b1, b2 are objects of type Bean1, Bean2 respectively.

regards,
Srishankar.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to