For data bean empty -> what i mean is -> i select one particular record depending on ID given,
and put in bean. if i do not find any record then can i check it at front end and display 'No record found'
But i think u mean to say i can check for (MyBean.MyPropert == null ) ? right ?
Yes, or, since you know in the Action that you haven't found the record, you could forward to a 'no data' page rather than the one that displays the data.
--
Wendy Smoak
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]