..this is the JSP that gives me the tag nesting error:

<%@ taglib uri="http://jakarta.apache.org/struts/tags-html";  prefix="html" %>
<%@ taglib uri="http://java.sun.com/jstl/core";                           prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt";                            prefix="fmt" 
%>
<%@ taglib uri="http://java.sun.com/jsf/core";                            prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html";                            prefix="h"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-faces"; prefix="s"%>

<s:errors/>
<fmt:setLocale value="${sessionScope['org.apache.struts.action.LOCALE']}"/>
<p class="gtitolo">
        <fmt:message key="message.title.home"/> <b><fmt:message 
key="message.title.elencoProdotti"/></b>
</p>

<s:form action="/elencoProdotti" onsubmit="return validateElencoProdottiForm(this);">
<!--html:hidden property="confermaOp" value="false"/-->

<h:panelGrid columns="1"
  footerClass="gNarrowContentSection"
  headerClass="gNarrowContentSection"
  styleClass="gNarrowContentSection"
  columnClasses="gNarrowContentSection">

  <f:facet name="header">
        <b><fmt:message key="msg.scelta.prodotto"/></b>
  </f:facet>
   
  <h:selectOneListbox id="pickProduct">
          <f:selectItems value="#{productBean.productList}" />
  </h:selectListbox>
 
  <f:facet name="footer">
    <h:panelGroup>
                <b><c:out value="${elencoProdottiForm.prodottiLength}"/></b> 
<fmt:message key="msg.prodotti"/> <fmt:message key="msg.inElenco"/>
    </h:panelGroup>
  </f:facet>
</h:panelGrid>

<s:javascript formName="elencoProdottiForm" dynamicJavascript="true" 
staticJavascript="false" />
<script language="Javascript1.1" src="protected/staticJavascript.jsp"></script>
</s:form>

-----Messaggio originale-----
Da: Craig R. McClanahan [mailto:[EMAIL PROTECTED]
Inviato: martedė 6 aprile 2004 19.59
A: Struts Users Mailing List
Oggetto: Re: R: struts-faces integration


Manganotti Francesco (USI) wrote:

>Using struts-faces integration library I have a
>"tag nesting error" with a <h:selectManyListbox>
>component. Any suggestion?
>
>cheers,
>F.
>
It's pretty hard to diagnose things like this without seeing the JSP
source of your problem page.

Craig



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Questo messaggio di posta elettronica contiene informazioni di carattere confidenziale 
rivolte esclusivamente al destinatario sopra indicato.
E' vietato l'uso, la diffusione, distribuzione o riproduzione da parte di ogni altra 
persona. Nel caso aveste ricevuto questo messaggio di posta elettronica per errore, 
siete pregati di segnalarlo immediatamente al mittente e distruggere quanto ricevuto 
(compresi i file allegati) senza farne copia.
Qualsivoglia utilizzo non autorizzato del contenuto di questo messaggio costituisce 
violazione dell'obbligo di non prendere cognizione della corrispondenza tra altri 
soggetti, salvo pių grave illecito, ed espone il responsabile alle relative 
conseguenze.

Confidentially notice. This e-mail transmission may contain legally privileged and/or 
confidential information. Please do not read it if you are not the intended 
recipient(S).
Any use, distribution, reproduction or disclosure by any other person is strictly 
prohibited.
If you have received this e-mail in error, please notify the sender and destroy the 
original transmission and its attachments without reading or saving it in any manner.

Reply via email to