IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

JSF Java Discussion :

JSF et Struts Tiles, tag JSF non reconnu


Sujet :

JSF Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Homme Profil pro
    Ingénieur développement logiciel
    Inscrit en
    Juillet 2009
    Messages
    30
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Maroc

    Informations professionnelles :
    Activité : Ingénieur développement logiciel
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juillet 2009
    Messages : 30
    Par défaut JSF et Struts Tiles, tag JSF non reconnu
    Bonjour tout le monde;

    J'ai intégré struts-tiles avec JSF. sans les tags de JSF(<h:outputText />), tout marche très bien, ce pendant en intégrant les balises (tag de JSF); celui ci es ignoré, j'obtient des parties blanches.
    D'après ce que j'ai vu sur le net il est possible de le faire. Ce pendant je ne comprend pas pourquoi mes tags JSF sont ignoré.
    Si quelqu'un pourrait connaître l'origine de ce problème je lui serai reconnaissant.

    Merci par avance.

  2. #2
    Membre Expert
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Juin 2007
    Messages
    2 938
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 938
    Par défaut
    Bonjour,

    Peut on voir le code source de ta page JSF?

  3. #3
    Membre averti
    Homme Profil pro
    Ingénieur développement logiciel
    Inscrit en
    Juillet 2009
    Messages
    30
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Maroc

    Informations professionnelles :
    Activité : Ingénieur développement logiciel
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juillet 2009
    Messages : 30
    Par défaut
    Bonsoir mon problème est exactement similaire à celui sur un post déjà traité ici : http://www.developpez.net/forums/d79...myfaces-1-2-a/. Dans ce dernier il est conseillé d’utiliser tiles2, choses que j'ai effectué. Mais le problème persiste toujours en me renvoyant cette erreur :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
     
    java.lang.NullPointerException
    	at org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl.buildTilesViewLikeContainer(JspTilesTwoViewHandlerImpl.java:311)
    	at org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl.renderTilesView(JspTilesTwoViewHandlerImpl.java:154)
    	at org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl.renderView(JspTilesTwoViewHandlerImpl.java:135)
    	at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
    	at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
    	at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
    	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:155)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:206)
    	at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
    	at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:388)
    	at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:515)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
    	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
    	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
    	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
    	at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:706)
    	at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:677)
    	at org.apache.jsp.index_jsp._jspService(index_jsp.java:56)
    	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
    	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
    	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:341)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
    	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
    	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    	at java.lang.Thread.run(Thread.java:619)
    .

    Pour vous donner plus d'infos sur mes pages.

    web.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
     
    <?xml version="1.0"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
    http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    	version="2.5">
     
     
     
    	<context-param>
    		<param-name>contextConfigLocation</param-name>
    		<param-value>/WEB-INF/applicationContext.xml</param-value>
    	</context-param>
     
     
    	<context-param>
    		<param-name>javax.faces.CONFIG_FILES</param-name>
    		<param-value>/WEB-INF/faces-config.xml, /WEB-INF/faces-config-navigation.xml</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    		<param-value>server</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
    		<param-value>true</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
    		<param-value>false</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name>
    		<param-value>false</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>org.apache.myfaces.DETECT_JAVASCRIPT</param-name>
    		<param-value>false</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>org.apache.myfaces.PRETTY_HTML</param-name>
    		<param-value>false</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>org.richfaces.SKIN</param-name>
    		<param-value>classic</param-value>
    	</context-param>
     
    	<context-param>
    		<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
    		<param-value>true</param-value>
    	</context-param>
     
     
    	<context-param>
    	    <param-name>tiles-definitions</param-name>
    	    <param-value>/WEB-INF/tiles.xml</param-value>
        </context-param>
     
     
     
     
    	<filter>
    		<display-name>Ajax4jsf Filter</display-name>
    		<filter-name>ajax4jsf</filter-name>
    		<filter-class>org.ajax4jsf.Filter</filter-class>
    		<init-param>
    			<param-name>createTempFiles</param-name>
    			<param-value>false</param-value>
    		</init-param>
    		<init-param>
    			<param-name>maxRequestSize</param-name>
    			<param-value>4000000</param-value>
    		</init-param>
    	</filter>
     
    	<!-- Hibernate OpenSession Filter -->
    	<filter>
    		<filter-name>hibernateFilter</filter-name>
    		<filter-class>
    			org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
    		<init-param>
    			<param-name>singleSession</param-name>
    			<param-value>true</param-value>
    		</init-param>
    		<init-param>
    			<param-name>sessionFactoryBeanName</param-name>
    			<param-value>aSessionFactory</param-value>
    		</init-param>
    	</filter>
    	<!-- End Filter -->
    	<filter>
    		<filter-name>MyFacesExtensionsFilter</filter-name>
    		<filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
    		<init-param>
    			<param-name>maxFileSize</param-name>
    			<param-value>20m</param-value>
    		</init-param>
    	</filter>
     
     
    	<filter>
    		<filter-name>Spring character encoding filter</filter-name>
    		<filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
    		<init-param>
    			<param-name>encoding</param-name>
    			<param-value>UTF-8</param-value>
    		</init-param>
    		<init-param>
    			<param-name>forceEncoding</param-name>
    			<param-value>true</param-value>
    		</init-param>
    	</filter>
     
    	<filter-mapping>
    		<filter-name>ajax4jsf</filter-name>
    		<servlet-name>Faces Servlet</servlet-name>
    		<dispatcher>REQUEST</dispatcher>
    		<dispatcher>FORWARD</dispatcher>
    		<dispatcher>INCLUDE</dispatcher>
    	</filter-mapping>
     
    	<!-- Filter Mapping for OpenSession Filter -->
    	<filter-mapping>
    		<filter-name>hibernateFilter</filter-name>
    		<url-pattern>/*</url-pattern>
    	</filter-mapping>
    	<!-- End Filter Mapping -->
     
    	<filter-mapping>
    		<filter-name>MyFacesExtensionsFilter</filter-name>
    		<!-- servlet-name must match the name of your javax.faces.webapp.FacesServlet 
    			entry -->
    		<servlet-name>Faces Servlet</servlet-name>
    	</filter-mapping>
     
    	<!-- extension mapping for serving page-independent resources (javascript, 
    		stylesheets, images, etc.) -->
     
    	<filter-mapping>
    		<filter-name>MyFacesExtensionsFilter</filter-name>
    		<url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
    	</filter-mapping>
     
     
    	<filter-mapping>
    		<filter-name>MyFacesExtensionsFilter</filter-name>
    		<url-pattern>*.jsp</url-pattern>
    	</filter-mapping>
     
    	<!-- Listener, that does all the startup work (configuration, init). -->
     
    	<listener>
    		<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    	</listener>
     
     
    	<listener>
    		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    	</listener>
     
     
        
    	<!-- Faces Servlet -->
     
     
    	<servlet>
    		<servlet-name>Faces Servlet</servlet-name>
    		<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    		<load-on-startup>1</load-on-startup>
    	</servlet>
    	<servlet-mapping>
    	  <servlet-name>Faces Servlet</servlet-name>
    	  <url-pattern>*.jsf</url-pattern>
    	 </servlet-mapping>
     
     
     
    	<servlet>
    		<servlet-name>Faces</servlet-name>
    		<servlet-class>org.apache.myfaces.webapp.MyFacesServlet</servlet-class>
    		<load-on-startup>2</load-on-startup>
    	</servlet>
    	 <servlet-mapping>
    	  <servlet-name>Faces</servlet-name>
    	  <url-pattern>*.faces</url-pattern>
    	 </servlet-mapping>
     
    	<servlet-mapping>
    		<servlet-name>Faces Servlet</servlet-name>
    		<url-pattern>/faces/*</url-pattern>
    	</servlet-mapping>
     
        <welcome-file-list>
            <welcome-file>index.jsp</welcome-file>
        </welcome-file-list>
    	<session-config>
    		<session-timeout>60</session-timeout>
    	</session-config>
    </web-app>
    faces-config.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
     
    <?xml version="1.0"?>
    <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
                                  "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config xmlns="http://java.sun.com/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
        version="1.2">
     
     <application>
      <!-- Remplace le DelegatingVariableResolver Pour JSF 1.2 -->
        <el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
     
      <locale-config>
       <default-locale>fr</default-locale>
       <supported-locale>fr_FR</supported-locale>
      </locale-config>
     
      <message-bundle>webclient</message-bundle>
     
       <view-handler>org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl</view-handler> 
     
     </application>
     
     ...
     
    </faces-config>

    tiles.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
     
    <?xml version="1.0"?>
    <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.1//EN" 
    "http://tiles.apache.org/dtds/tiles-config_2_1.dtd">
     
    <tiles-definitions>
     
       <definition name="default.main" template="/WEB-INF/tiles/templates.jsf" >
            <put-attribute name="header" value="/WEB-INF/tiles/header.jsf" />
            <put-attribute name="menuPrincipal" value="/WEB-INF/tiles/menuPrincipal.jsf" />
            <put-attribute name="body" value="/WEB-INF/tiles/accueil.jsf" />
            <put-attribute name="footer" value="/WEB-INF/tiles/footer.jsf" />
        </definition>
     
        <definition name="/default.tiles"  extends="default.main" >
        </definition>
     
    </tiles-definitions>
    templates.jsp:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
     
     
    <%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
    <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
    <%@ page isELIgnored="false"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>testing</title>
    </head>
     
    <body id="body" >
    	<f:view>
     
                   <f:facet name="header">
    				 <f:subview id="header">
                      <tiles:insertAttribute attribute="header" flush="false"  />
                     </f:subview>
    			   </f:facet>
     
     
                  <h:panelGroup id="leftMenu">
                    <tiles:insertAttribute  attribute="menuPrincipal" flush="false" />
                  </h:panelGroup>
     
     
    	           <h:panelGroup id="pageContext">
    	              <tiles:insertAttribute attribute="body" flush="false" />
    	          </h:panelGroup>
     
    			<f:facet name="footer">
    			  <f:subview id="footer">
                    <tiles:insertAttribute attribute="footer" flush="false" />
                 </f:subview>
    			</f:facet>
    	</f:view>
        </body>
    </html>
    index.jsp:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
     
    <jsp:forward page="/default.jsf" />
    applicationContext.xml
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
     
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    	xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xmlns:context="http://www.springframework.org/schema/context"
    	xmlns:util="http://www.springframework.org/schema/util" xmlns:jee="http://www.springframework.org/schema/jee"
    	xmlns:aop="http://www.springframework.org/schema/aop" xmlns:jdbc="http://www.springframework.org/schema/jdbc"
    	xmlns:tx="http://www.springframework.org/schema/tx"
    	xsi:schemaLocation="
    			http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
    			http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
    			http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd
    			http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.0.xsd
    			http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
    			http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd
    			http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
     
    	 <bean id="viewResolver" class="org.springframework.web.servlet.view.UrlBasedViewResolver">
            <property name="viewClass" value="org.springframework.web.servlet.view.tiles2.TilesView" />
         </bean>
    	<!-- intégration des tiles -->
    	<bean id="tilesConfigurer"
              class="org.springframework.web.servlet.view.tiles2.TilesConfigurer"
              p:definitions="/WEB-INF/tiles.xml" />
     
    </beans>
    J'ajoute que je combine JSF, hibernate et Spring.
    Merci par avance.

  4. #4
    Membre averti
    Homme Profil pro
    Ingénieur développement logiciel
    Inscrit en
    Juillet 2009
    Messages
    30
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Maroc

    Informations professionnelles :
    Activité : Ingénieur développement logiciel
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juillet 2009
    Messages : 30
    Par défaut
    Up !
    Je me permet de faire le UP parce que je me casse toujours la tête avec ce problème.
    Merci ...!!

Discussions similaires

  1. JSF vs Struts
    Par peuh dans le forum JSF
    Réponses: 22
    Dernier message: 06/04/2013, 22h49
  2. JSF - validator non reconnu
    Par chchch1 dans le forum Servlets/JSP
    Réponses: 7
    Dernier message: 23/01/2013, 22h58
  3. (jsp + struts + tiles) + jsf ?
    Par desperados3k dans le forum Struts 1
    Réponses: 1
    Dernier message: 22/12/2009, 15h12
  4. Tag JSF non traduit
    Par diva_69 dans le forum JSF
    Réponses: 1
    Dernier message: 24/08/2009, 10h31
  5. Tag jstl non reconnu
    Par babalastar dans le forum Tomcat et TomEE
    Réponses: 1
    Dernier message: 11/01/2008, 11h14

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo