I use appfuse/JSF, to which the acegijsf tag is integrated. It works
when I do this in my jsf page:

Login as <acegijsf:authentication
operation="username"></acegijsf:authentication>

username is the property of the user.  In the User object, a method
getFullName() is defined to return user's first_name + " " + last_name.


When I do

<acegijsf:authentication
operation="fullName"></acegijsf:authentication>, I do not get anything
out.

Username in my project is user's login id, we don't want to display it.
I want to display user's full name. How can I output the full name
instead of username from user object using acegijsf tag?

Qin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to