I downloaded the latest nightly build sandbox jar, and  tried to use 
<s:pprPanelGroup>,
   
  <h:form id="pprForm">
  
    <t:selectOneMenu id="selectOne" value="#{testBean.selectOne}"
        onchange="submit(this);" 
        valueChangeListener="#{testBean.selectOneChanged}">
      <f:selectItems value="#{testBean.selectItems}"/> 
  </t:selectOneMenu> 
  
    <s:pprPanelGroup id="ppr"
        partialTriggers="selectOne">
    <h:outputText value="#{testBean.value}"/>
  </s:pprPanelGroup> 
  
  
  </h:form>
   
   but I got the following error:
   
  server side Jboss console:
  --------------------------------------
  14:56:33,094 ERROR [MyFacesResourceLoader] Unable to find resource 
src/dom/__package__.js for component dojo.DojoResourceLoader. Check that this 
file is available in the classpath in sub-directory /resource of the 
package-directory.
   
  client
  ---------
  Error: oamSetHiddenInput is not defined
Source File: 
http://localhost/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11773150/ppr.PPRPanelGroup/ppr.js
Line: 196
   
          oamSetHiddenInput(formName,formName +':'+'_idcl',triggerElement.id);
   
  Did I miss anything? Thanks for help!
   
  Dave

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Reply via email to