Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
6.1 の場合、この投稿のようにユーザー プロファイルの写真を取得するためのソリューションがありますが、Liferay 6.2 でポートレート画像を取得するにはどうすればよいですか?
以前は、いくつかの文字列を連結して src を作成する必要がありましたが、現在、Liferay API はメソッドを提供しています。
<img src="<%=themeDisplay.getUser().getPortraitURL(themeDisplay)%>" >
ありがとう。