Those objects will only be accessible if the JSP is "front-ended" by
an action.  By this, I mean that the request is for an action, which
executes said Action, then forwards to a JSP.  If you have the browser
access the JSP directly, it won't be available.

Don

On 5/25/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote:

This is working fine in my main JSP:

<s:hidden id="selectedCallLetters"
        name="selectedCallLetters"

value="%{userDetailsBean.selectedCallLetters}"/>

However, when I call a dialog like this:

window.open('overlay-headends.jsp');

This JSP cannot access the fields in the
userDetailsBean in the main JSP.

Any ideas?  The userDetailsBean is a session
attribute.

Thanks,

Scott



____________________________________________________________________________________Looking
 for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/

---------------------------------------------------------------------
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