|
|
@ -18,7 +18,7 @@
|
|
|
|
<c:otherwise>
|
|
|
|
<c:otherwise>
|
|
|
|
<c:choose>
|
|
|
|
<c:choose>
|
|
|
|
<c:when test="${ not empty userInfo.givenName || not empty userInfo.familyName }">
|
|
|
|
<c:when test="${ not empty userInfo.givenName || not empty userInfo.familyName }">
|
|
|
|
<c:set var="longName" value="${ userInfo.givenName } {$ userInfo.familyName }" />
|
|
|
|
<c:set var="longName" value="${ userInfo.givenName } ${ userInfo.familyName }" />
|
|
|
|
</c:when>
|
|
|
|
</c:when>
|
|
|
|
<c:otherwise>
|
|
|
|
<c:otherwise>
|
|
|
|
<c:set var="longName" value="${ shortName }" />
|
|
|
|
<c:set var="longName" value="${ shortName }" />
|
|
|
|