Hi! Any possibility that using xxforms:get-session-attribute in case of the separate deployment may be problematic? I am setting a session attribute in Java from within a controller, only to find it empty in the XForm. Any suggestions? Thank you! BR, Tijana -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Tijana,
I am not sure if it's possible to share session content between two web apps. If you need the information only at page load, your side could set a value into the request, and then you can use xxforms:get-request-attribute() from Orbeon. What app server / container are you using? -Erik On Fri, Jun 11, 2010 at 1:08 AM, Tijana Momirov <[hidden email]> wrote: > > > Hi! > > Any possibility that using xxforms:get-session-attribute in case of the > separate deployment may be problematic? I am setting a session attribute in > Java from within a controller, only to find it empty in the XForm. Any > suggestions? > > > Thank you! > > BR, > Tijana > > > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi! Thank you, xxforms:get-request-attribute() is working for me. I am using Weblogic 10, and I couldn't get it to work using session attribute. Tnx again! Erik Bruchez wrote: > Tijana, > > I am not sure if it's possible to share session content between two web apps. > > If you need the information only at page load, your side could set a > value into the request, and then you can use > xxforms:get-request-attribute() from Orbeon. > > What app server / container are you using? > > -Erik > > On Fri, Jun 11, 2010 at 1:08 AM, Tijana Momirov > <[hidden email]> wrote: > >> Hi! >> >> Any possibility that using xxforms:get-session-attribute in case of the >> separate deployment may be problematic? I am setting a session attribute in >> Java from within a controller, only to find it empty in the XForm. Any >> suggestions? >> >> >> Thank you! >> >> BR, >> Tijana >> >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> >> -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |