Hi, because we are integrating struts with our content management system, we are not always able to make calls directly to ActionServlets (because then you can�t navigate through the CMS). That means that some beans might not exist before the form has been sent off.
i.e. 1) in CMS using jsp with taglib/bean-write 2) send form 3) if validation fails go back to form Now in step one the formBean has not been created the first time we get there which causes an error message like "bean could not be found in any scope". For us it would be good if an empty String would simply be returned instead of this. Is there possibly a way of specifying this anywhere? Thanks, Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

