How do I append a quote to a string in JSF EL
问题 I got a JSF page with a list of partners. The page is opened in two modes, default and choice mode, that is set with choiceMode request parameter. When choiceMode parameter is undefined it's just a list where I can click a row and it will navigate to the page with the row's details If choiceMode="1" it means that the page is opened in an <iframe> , nested in a parent window When the user clicks a row, it won't open the row's page, but run a JavaScript sending the chosen row parameters to the