Hi,

Is it possible to have 2 windows showing same JSP page, but different data,
using struts?
The data to be displayed is populated in form bean, in action class.

Both the JSP pages would be performing same set of operations, but not
necessarily in same order.
Operations are Save, Update etc. When operation is performed, data from form
bean would be used
to perform database operation.

To best of my knowledge, form beans with session scope will fail to achieve
this, as both the windows
would be sharing the same instance of form bean. Request scoped form beans
are not feasible due to size
and complexity (nesting mainly) of data structure.

There is restriction that there may be only one user session in application.

Did any one faced similar situation? Do anyone have any suggestion?

Kailash


Quinnox - Global Leadership in eBusiness and IT services, vertically aligned
for clients in the automotive/discrete manufacturing, SAP , ERP , and
powered by an offshore-based global delivery model.

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

Reply via email to