Since you don't provide any specific info, all we can provide are
non-specific suggestions.

Make sure you have you bean scopes correct.  Typically, a struts form
bean can be placed/accessed from either session scope or request
scope.  Also, make sure you don't put different classes in
request/session attributes using the same name.

Hubert


On 7/19/05, Johnson, Kaerstin <[EMAIL PROTECTED]> wrote:
> 
> 
> When I call up some of my jsps, occasionally I get an error, that it
> cannot find a field in XXXFormBean. However, it is the wrong bean that
> its looking at?
> 
> Somehow a different frame bean is being held/cached and my jsp is
> looking at it, instead of looking at its correct form bean.
> 
> Any ideas how to prevent this from happening?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to