Hi All,

  I needed help in clarifying what the following line of code would mean to
a struts application

<bean:define  name="appContext" scope="session" type="logic.AppContext"
id="app2" toScope="session" />

a) Try to find a object of the type "logic.AppContext" in the session scope
called "appContext"
b) Name the instance retrieved as "app2"
c) If the object is not found create one and save it to the session scope
( toScope )

regards

Rupinder



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

Reply via email to