cancel
Showing results for 
Search instead for 
Did you mean: 

Printing User Name on view

Former Member
0 Kudos

Hi All,

I need some information in web dynpro. not in portal.

I have code here

IWDClientUser user = WDClientUser.getCurrentUser();

IWDAbstractButton button;

button = (IWDAbstractButton)view.getElement("User");

i want to print user information on button in a View.

I tryied my best to print but i don't find any printing elements .

thanks

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

sid_sunny
Contributor
0 Kudos

Hi Ravi,

This is just for some fun but I am sure I answer your question completely and your problem must have got solved 100% and if I am right then there is a option to allot 10 points for the solved queries

Ok its fine atleast mark the question as answered.

Regards

Sid

sid_sunny
Contributor
0 Kudos

Hi Ravi,

Bind the text property of the button to a vlue attribute and assign the user name to this context after u have got the user name.

Regards

Sid