FirstName、LastName、Email などのプロパティを持つ UserProfile クラスが 1 つあります。そのオブジェクトをjspからjavascriptのdisplayPopup関数に渡したいです。
以下は私のコードです
<tr bgcolor="#fafafa" height="30px" style="cursor:pointer;" title="Click to view User Details." onclick="javascript:displayPopup('${userProfile}');">
しかし、その行をクリックすると、ブラウザ コンソールにエラーが表示されます。