Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
study:jsf:migration [2008/04/25 14:37] bananastudy:jsf:migration [2008/04/26 12:50] (現在) banana
行 62: 行 62:
   </controller>   </controller>
 </code> </code>
 +
 +
 +
  
  
行 77: 行 80:
  
 ===== Example of Struts-JSF Integration ===== ===== Example of Struts-JSF Integration =====
-Struts application을 JSF로 이관하는 과정을 이해하기 간단한 logon화면을 보여주는 jsp를 살펴보자.+Struts application을 JSF로 이관하는 과정을 이해하기 위해 간단한 logon화면을 보여주는 jsp를 살펴보자.
 현재의 struts버전은 대략 다음과 같은 모습이다. 현재의 struts버전은 대략 다음과 같은 모습이다.
  
行 85: 行 88:
 <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
 <%@ taglib uri="/tags/struts-html" prefix="html" %> <%@ taglib uri="/tags/struts-html" prefix="html" %>
 +
 <html:html> <html:html>
 <head> <head>
行 131: 行 135:
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
 <%@ taglib uri="http://struts.apache.org/tags-faces" prefix="s" %> <%@ taglib uri="http://struts.apache.org/tags-faces" prefix="s" %>
 +
 <f:view> <f:view>
 <s:html locale="true"> <s:html locale="true">
行 180: 行 185:
 <f:loadBundle var="messages" basename="com.mycompany.myapp.ApplicationResources"/> <f:loadBundle var="messages" basename="com.mycompany.myapp.ApplicationResources"/>
 <s:html locale="true"> <s:html locale="true">
 +<head>
 <title><h:outputText value="#{messages['logon.title']"/></title> <title><h:outputText value="#{messages['logon.title']"/></title>
 </head> </head>

QR Code
QR Code study:jsf:migration (generated for current page)