xxforms:get-session-attribute($name as xs:string, $content-type as xs:string?) document-node()?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

xxforms:get-session-attribute($name as xs:string, $content-type as xs:string?) document-node()?

smaran

Hi All,

I am setting a variable in session in java servlet and I want to print this value in xhtml.but how to print the session variable. The following is not helping out

Can someone tell me how to print this session value

xxforms:get-session-attribute($name as xs:string, $content-type as xs:string?) document-node()?

 

Regards,

Smaran

 

Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com



--
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
Reply | Threaded
Open this post in threaded view
|

Re: xxforms:get-session-attribute($name as xs:string, $content-type as xs:string?) document-node()?

Erik Bruchez
Administrator
Smaran,

You can use <xforms:output> to output content. For example:

<xforms:output value="xxforms:get-session-attribute('foobar')">

where ''foobar" is the name of the session key.

-Erik

On Wed, Mar 9, 2011 at 11:11 PM, <[hidden email]> wrote:

Hi All,

I am setting a variable in session in java servlet and I want to print this value in xhtml.but how to print the session variable. The following is not helping out

Can someone tell me how to print this session value

xxforms:get-session-attribute($name as xs:string, $content-type as xs:string?) document-node()?

 

Regards,

Smaran

 

Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com



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