What is the correct code to accomplish this?

A developer wants to add a link to the My Account Page.

What is the correct code to accomplish this?
A . <a href=”${URLUtils.get(‘Account-
Show’)}>${Resource.msg(‘myaccount’,’account’,request.locale())}</a>
B. <a href=”${url.get(‘Account-Show’)}>${Resource.message(‘myaccount’)}</a>
C. <a href=”${URLUtils.url(‘Account-
Show’)}>${Resource.msg(‘myaccount’,’account’,null)}</a>
D. <a href=”${URLUtils (‘Account-
Show’)}>${ResourceMgr.getPropierties(‘myaccount’,’account’,null)}</a>

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments