How to set attributes so that they should be displayed in the jsp page

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

How to set attributes so that they should be displayed in the jsp page

rams-2
Hi All,
I have a login application written in ofbiz.
I am able to get the form data filled by the user in a java service.
But I want to greet the user with his name.
For this where can I set this attribute ( In java service I want to set)
So that I can access this value using getAttribute() method of context.
Thanks and Regards
RamReddy



This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient or received it in error, please contact the sender by reply e-mail and destroy all copies of the original message. Please do not copy it for any purpose or disclose its contents.

Copyright Tarang Software Technologies Pvt. Ltd. 2004. All rights Reserved
Reply | Threaded
Open this post in threaded view
|

Re: How to set attributes so that they should be displayed in the jsp page

BJ Freeman
If your talking about the backend
if you look on the upper right of the screen you will see the name, so
take that and put it where you want.
If you login to the eccommerce you will see the named displayed also.
Two good examples.


rams sent the following on 7/11/2006 10:10 AM:

> Hi All,
> I have a login application written in ofbiz.
> I am able to get the form data filled by the user in a java service.
> But I want to greet the user with his name.
> For this where can I set this attribute ( In java service I want to set)
> So that I can access this value using getAttribute() method of context.
> Thanks and Regards
> RamReddy
>
>
>
> This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient or received it in error, please contact the sender by reply e-mail and destroy all copies of the original message. Please do not copy it for any purpose or disclose its contents.
>
> Copyright Tarang Software Technologies Pvt. Ltd. 2004. All rights Reserved