OCJ4サーバーで正常に動作するjsf1.1アプリケーションがあります。これでweblogic12にデプロイしました。
しかし、ELでエラーが発生します
javax.faces.el.ReferenceSyntaxException:終了引用符がありません。
誰かが私がこの問題を解決するのを手伝ってくれますか..?
<f:loadBundle basename="com.ApplicationResources" var="msgs"/>
<% response.setHeader("Cache-Control","no-store"); response.setDateHeader ("Expires", 0); %>
<f:view>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<link href='../stylesheet/vim_stylesheet.css' rel='stylesheet' type='text/css'/>
<title>
<h:outputText value="#{msgs[\'vim.common.vim\']} #{msgs[\'vim.pageheader.dashboard\']}"/>
</title>
例外が発生しています
javax.faces.el.ReferenceSyntaxException: Missing closing quote.
Expression: '#{msgs[\'vim.common.vim\']} #{msgs[\'vim.pageheader.dashboard\']}'