table col -tag valign-attribute rendering error

Hi!
I guess this must be a bug in Firefox 11.0(?):
I have a webpage containing tables inside a table. The inner tables have the following tags:
<table border="0"><col span="1" width="115" valign="top" />
The page is here: www.transformation.dk/indextest.html
The first column contains a short word (1 line). The second column contains text that can run over several lines.
In MS-IE 9.0 the above tags result in the short word of the first column being horisontally aligned with the first line of the text in the second column.
But in Firefox 11.0, the word in the first column is much further down.
Has anyone experienced this?
Should I file it as a bug here: https://bugzilla.mozilla.org/
Best regards,
Hero27

The Mozilla Developer Network site discourages use of &lt;col> for applying valign to individual cells: [https://developer.mozilla.org/en/HTML/Element/col col - MDN].
Without delving too deeply into your content, wouldn't it be simplest to set a global top alignment in CSS?
<br>td, th {vertical-align:top;}

Similar Messages

  • Error - tag.getAsString : attribute 'title' not found in context ---- Help

    hi,
    I have included a jsp page in tiles definition xml. if i try to access an attribute defined in the tiles definition using tiles:getAsString method it is throwing the following exception
    Error - tag.getAsString : attribute 'title' not found in context
    can anyone help me how to get rid of this problem?
    Thanks in advance.

    yes ,
    reference already enter in web.xml
    <resource-ref>
              <description>
              </description>
              <res-ref-name>jdbc/iconnectDS</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
              <res-sharing-scope>Shareable</res-sharing-scope>
         </resource-ref>
    still same problem
    pullareddy

  • UIX table tag's attribute VALUE is missing in jdev 10g production

    In JDeveloper 10g preview, I handled my table's navigation manually and need to set the table's tag attribute VALUE in order to keep the record range.
    However, when i convert my project to JDeveloper 10g Production, eventhought the page is still working fine, but in the design windows will show that the uix page is in invalid state and I found that the attribute VALUE is no more supported.
    Could anyone please help me and let me know how do i set back my record range? Thanks!

    It turns out that you're running into a bug that will be fixed in the soon to be released version of JDev 10g. The good news is that it's a design time bug, so your pages will still work at runtime. You can even fix the bug yourself if you want. In JDEV_HOME\jlib there is uix2-schemas.zip. Inside of that is ui/table.xsd.
    Add the below attribute definition inside of the complex type for the table, and you should be all set.
    <attribute name="value" type="ui:unsignedIntExpressionType" default="1"/>
    Hope this helps,
    Ryan Pollock
    UIX Team

  • Attribute validation error for tag CFQUERY

    I have a CF application that's running fine on a shared host. I now have a VPS running version of CF 9. When I try to use this on the VPS, I get the following error:
    Attribute validation error for tag CFQUERY.
    The value of the attribute datasource, which is currently '', is invalid.
    The datasource is being set in application.cfc, and again works just fine in the shared environment.
    The only differences is the shared is running on Windows, and the VPS is Linux. Also, the Windows is running version 9,0,1,274733 and the Linux is 9,0,0,251028
    Any help would be greatly appreciated.

    bbholdem wrote:
    I have a CF application that's running fine on a shared host. I now have a VPS running version of CF 9. When I try to use this on the VPS, I get the following error:
    Attribute validation error for tag CFQUERY.
    The value of the attribute datasource, which is currently '', is invalid.
    The cause of the error is obvious. Somewhere in your application, the cfquery tag is used as follows, with an empty string as datasource:
    <cfquery datasource="">
    </cfquery>
    That is a mistake. The error message should tell you where that occurs.

  • Tag files for rendering JSF components

    Hi people!
         It is possible to render component JSF using Tag-Files? (WEB-INF/tags).
    I am having problems with context, seems that the JSF does not recognize pageContext.
    Ex:
    My Tag-File
    <%@ attribute name="nameproperty" required="true" rtexprvalue="true" %>
    <%@ attribute name="size"           required="true" rtexprvalue="true" %>
    <h:inputText id="${nameproperty}"      size="#{size}" />
    My JSP
    <%@ taglib tagdir="/WEB-INF/tags" prefix="mayTags"%>
    <f:subview id="id001" >
         <myTags:myText propriedade="name_test" size="30" />
    </f:subview>
    In this in case that the size always is empty, because it does not recognize the target pageContext, but if I to place the size in the target of request already recognizes.
    EX:
    <%@ attribute name="nameproperty"      required="true" rtexprvalue="true" %>
    <%@ attribute name="size"           required="true" rtexprvalue="true" %>
    <c:set var"size" value="${size}" scope="request" >
    <h:inputText id="${nameproperty}"      size="#{size}" />
    In part it decides my problem, but it causes another error, is that if in my JSP it will have two fields (this is more than common) calling tag-file, there the size placed in request is always of it I finish field.
    Ex:
    <%@ taglib tagdir="/WEB-INF/tags" prefix="mayTags"%>
    <f:subview id="paisMan" >
         <myTags:myText propriedade="name_test" size="30" />
         <myTags:myText propriedade="name_test_2" size="70" />
    </f:subview>
    In this case all the two inputText would have size 70.
    It has some thing that I can make to solve this problem?
    Thanks for any help.
    Pedro Neves - Brazil

    You are right in saying that decoding has nothing to
    do with rendering per se.I will go even further than Erik did, and dispute this statement.
    Consider that you are generating an <input> tag for a text field. Among other things, you have to generate a "name" attribute. Who decides what to put there? The renderer that actually created the markup.
    The "renderer" really does
    two completely different things. But both should
    nevertheless be separate from the component
    implementation itself. You could still have the
    renderer doing the decoding part, which arguably would
    rarely change, and somehow delegate the actual
    rendering to an implementation in a tag file.Whether you implement decoding in a separate class or inside the component, what request parameter name do you look for? It is not reasonable to assume that ALL possible renderers will choose the same parameter name ... hence, decoding and encoding are inextricably linked (the code doing the decoding has to know what kind of markup the code doing the encoding actually created). In JavaServer Faces, the current APIs create that linkage by requiring that the decode and encode be done by the same class (either the component, if you are not delegating, or the renderer if you are).
    Craig

  • Country-State-City hierarchy is driving me crazy ( duplicate attribute key errors)

    hi guys:
      I've a dimDesitination dimension and inside this dim , I have 4 attributes, dimDest_ID, country, state and city,
    my goal is pretty simple, create a hierarchy country-state-city .
    I've made sure there are no NULLs in each column, also state and city attribute, I've created composite key 
    for example, for state attribute , the key column is (country , state)
    for city attribute, the key column is (country, state , city)
    when the source dim table contains small number of data, every is fine and process full did succeed.
    However, when the raw dim table gets bigger( more data comes in), the process full starts to give me error msg
    says duplicate attribute key errors....   this is painful as I did check the raw table but no duplicate key found ever
    any comments?
    thanks
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Hi Cat_ca,
    Thank you for your question. 
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Use jsp tag output as another tag's attribute value

    I don't know anyone has ever tried this, one tag's attribute value needs to be dynamically set using another tag's output. Something like
    <layout:grid cols="<layout:write name="element" property="value"/>'' space='false'>
    </layout:grid>
    I want the cols attribute of grid tag to be the output of <layout:write name="element" property="value"/>
    The way I wrote is of course not working.
    But I know PHP can do things similar to this, JSP should be able to achieve something like this too.
    If anyone knows how to do this or using any alternative way to do this, please let me know.
    Shane

    something like this...
              OuterTag qParent = null;
              try {
                        Tag myParent = getParent();
                        while (myParent != null ) {
                          // loop up through tags until you find the one you want
                             if (myParent instanceof OuterTag) {
                                  qParent = (OuterTag) myParent;
                                  data = qParent.getSomeData();
                             } else {
                                  myParent = myParent.getParent();
                   }

  • Af:table with tags JSTL.

    Hi guys,
    I'm tried to use JSTL (c:if) inside component ADF Rich Client (af:table) and it shown me a error message.
    Is possible using JSTL with ADF? If is possible, you have a sample? Or a idea for solution this case?
    The code that I'm creating is:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:c="http://java.sun.com/jsp/jstl/core"
              xmlns:fn="http://java.sun.com/jsp/jstl/functions"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:table value="#{valueTable.paises}" var="row" rowBandingInterval="0"
                      id="t2" varStatus="status">
              <c:if test="#{status.count == 1}">
                <af:forEach items="#{valueTable.paises}" var="cvalue" varStatus="teste">
                  <af:column sortable="false" headerText="#{cvalue}" align="start" id="c7">
                    <af:outputText value="#{cvalue}#{fn:length(valueTable.paises)}" id="ot6"/>
                  </af:column>
                </af:forEach>
              </c:if>
              <c:if test="#{status.count > 1}">
                <af:forEach items="#{valueTable.paises2}" var="cvalue2" varStatus="teste2">
                  <af:column sortable="false" headerText="#{cvalue2}" align="start" id="c7">
                    <af:outputText value="#{cvalue2}#{fn:length(valueTable.paises2)}" id="ot6"/>
                  </af:column>
                </af:forEach>
              </c:if> 
            </af:table>
          </af:form>
        </af:document>
      </f:view> Another information:
    I tried using af:switcher but af:switcher only can to be use inside in af:treeTable it can't to be use inside in af:table.

    Hi,
    the problem with this is that JSTL is parsed at compile time whereas JSF statements are evaluated at runtime. So while you can use JSTL, you can't for the use case you list here.
    What about this (forget about your JSTL)
    <af:forEach items="#{valueTable.paises}" var="cvalue" varStatus="teste">
      <af:switcher defaultFacet="equal" facetName="#{status.count > 1? 'larger' : 'equals'}">
           <f:facet name="larger">
                 <af:column sortable="false" headerText="#{cvalue2}" align="start" id="c7">
                    <af:outputText value="#{cvalue2}#{fn:length(valueTable.paises2)}" id="ot6"/>
                  </af:column>
                  </af:column>
           </f:facet>
           <f:facet name="equals">
                   <af:column sortable="false" headerText="#{cvalue}" align="start" id="c7">
                    <af:outputText value="#{cvalue}#{fn:length(valueTable.paises)}" id="ot6"/>
           </f:facet>
      </afSwitcher>
    </af:forEach> Note that chances are that the table doesn't like the switcher as it expects a column. However, I didn't try it ;-)
    The alternative would be to use
    <af:forEach items="#{valueTable.paises}" var="cvalue" varStatus="teste">  
                 <af:column sortable="false" headerText="#{status.count > 1?  cvalue2 : cvalue}" align="start" id="c7">
                    <af:outputText value="#{cvalue2}#{fn:length(valueTable.paises2)}" id="ot6" rendered=#{status.count > 1}/>
                    <af:outputText value="#{cvalue}#{fn:length(valueTable.paises)}" id="ot7" rendered=#{!status.count > 1}/>
                </af:column>
    </af:forEach> Frank
    Edited by: Frank Nimphius on May 14, 2010 5:13 PM
    Edited by: Frank Nimphius on May 14, 2010 5:14 PM

  • PDK Rendering Error

    Hi ALL,
    I have a PDK developmnet that used to work in SP2, when I uploaded into SP13 I getting a rendering error.
    I'm really don't know what is the reason becuase I have other PDK developments working in SP13.
    This is the Jsp page
    <%--- claimsscreen.jsp --%>
    <%@ page import="BEestClTypRenderer"%>
    <%@ page import="com.sapportals.htmlb.enum.TableCellStyle"%>
    <%@ taglib uri= "tagLib" prefix="hbj" %>
    <%--- Get the Bean named myBeanName from the application context --%>
    <jsp:useBean id="BEestInputBean" scope="application" class="bean.BEestInputBean" />
    <hbj:content id="myContext" >
      <hbj:page title="Template for a portal component">
       <hbj:form id="myFormId">
              <hbj:tableView
                   id="myTableView"
                  model="BEestInputBean.Model"
                 design="<%=BEestInputBean.getDesign() %>"
                   headerVisible="<%=BEestInputBean.isHeaderVisible() %>"
                footerVisible="<%=BEestInputBean.isFooterVisible() %>"
                   fillUpEmptyRows="<%=BEestInputBean.isFillUpEmptyRows() %>"
                navigationMode="<%=BEestInputBean.getNavigationMode() %>"
                   selectionMode="<%=BEestInputBean.getSelectionMode() %>"
                   headerText="<%=BEestInputBean.getHeaderText() %>"
                   visibleFirstRow="<%=BEestInputBean.getVisibleFirstRow() %>"
                visibleRowCount="<%=BEestInputBean.getVisibleRowCount() %>"
                   rowCount="4"
                   width="<%=BEestInputBean.getTableWidth() %>"
                onNavigate="myOnNavigate">
    here is the problem ******
                           <% myTableView.setOnRowSelection("myOnRowSelection");
                                myTableView.setUserTypeCellRenderer(new BEestClTypRenderer());
                           %>
              </hbj:tableView>
       </hbj:form>
      </hbj:page>
    </hbj:content> 
    and this is the java program
    import com.sapportals.htmlb.DropdownListBox;
    import com.sapportals.htmlb.InputField;
    import com.sapportals.htmlb.enum.DataType;
    import com.sapportals.htmlb.enum.InputFieldDesign;
    import com.sapportals.htmlb.rendering.IPageContext;
    import com.sapportals.htmlb.table.ICellRenderer;
    import com.sapportals.htmlb.table.TableView;
    import com.sapportals.htmlb.Button;
    public class BEestClTypRenderer implements ICellRenderer {
         public void renderCell(int row, int column, TableView tableView, IPageContext rendererContext) {
              if (column == 1) {
                   DropdownListBox ddlb = new DropdownListBox("Type");
                   ddlb.addItem("CP", "CONTRIBUTORY PENSION");
                   ddlb.addItem("INV", "INVALIDITY BENEFIT"); 
                   ddlb.addItem("SUR", "SURVIVORS BENEFIT");                 
                   ddlb.addItem("DE", "E.I. DEATH BENEFIT");
                   ddlb.addItem("SI", "SICKNESS BENEFIT");                 
                   ddlb.addItem("UN", "UNEMPLOYMENT BENEFIT");
                   ddlb.addItem("MA", "MATERNITY BENEFIT");  
                   ddlb.addItem("MG", "MATERNITY GRANT"); 
                   ddlb.addItem("EI", "EMPLOYMENT INJURY");  
                   ddlb.addItem("NCP", "NON-CONTRIBUTORY"); 
                   ddlb.addItem("FG", "FUNERAL GRANT BENEF.");
                   ddlb.addItem("FGS", "F.G. SUGAR WORKER");  
                   ddlb.setSelection(tableView.getValueAt(row, column).toString());
                   ddlb.render(rendererContext); }           
              if (column == 2) {
                   InputField dateField = new InputField("Date");
                   dateField.setString(tableView.getValueAt(row, column).toString());
                   dateField.setShowHelp(true);
                   dateField.setRequired(true);
                   dateField.setType(DataType.DATE);
                   dateField.setDesign(InputFieldDesign.SMALL);
                   dateField.render(rendererContext); }
              if (column == 3) {
                   Button EstimateButton = new Button("EstimateButton");
                   EstimateButton.setOnClick("onEstimate");
                   EstimateButton.setText("ESTIMATE");
                   EstimateButton.render(rendererContext); }
    I'm getting this error:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/NIB.BB.TRM.folder.phase_1/NIB-BB-TRM.folder.cservice/NIB-BB-TRM-role-cservice/NIB.BB.TRM.folder.benefits/NIB.BB.TRM.folder.benefits.estimator/NIB.BB.TRM.page.BE.estimator_001/NIB.BB.TRM.iView.BE.est
    Component Name : NIB.BB.TRM.iView.BE.est.default
    Error occurs during the rendering of jsp component.
    Exception id: 10:13_31/10/05_0004_4294150
    See the details for the exception ID in the log file
    I would like to know how can i solve this problem. Thanks in advance
    Alexis Ramirez

    This is part or the log file.
    #1.5#0003BA41156F006C0000001D00006A120004039402806514#1129834138850#com.sap.portal.prt.runtime.servlet_jsp#sap.com/irj#com.sap.portal.prt.runtime.servlet_jsp#ramirez_a#292####2ba73b80419a11daa8e60003ba41156f#Thread[PRT-Async 5,5,PRT-Async]##0#0#Error#1#/System/Server#Java###>>> JSPCompiler >>> ERROR in Compiling :JSPFileInfo :617932332
    JSP File : /usr/sap/DEP/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/nib.bb.trm.iview.bp.search/pagelet/beestin.jsp
    Class Name: sapportalsjspbeestin
    Java File : /usr/sap/DEP/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/nib.bb.trm.iview.bp.search/work/pagelet/_sapportalsjsp_beestin.java
    Package Name : pagelet
    Class File : /usr/sap/DEP/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/nib.bb.trm.iview.bp.search/work/pagelet/_sapportalsjsp_beestin.class
    Is out dated : false [email protected]36598
    [EXCEPTION]
    #1#com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2189)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:284)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:134)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at com.sapportals.portal.prt.component.CachablePortalComponentResponse.include(CachablePortalComponentResponse.java:213)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:363)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error in java compiling
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2180)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:284)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:134)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at com.sapportals.portal.prt.component.CachablePortalComponentResponse.include(CachablePortalComponentResponse.java:213)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:363)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: /usr/sap/DEP/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/nib.bb.trm.iview.bp.search/work/pagelet/_sapportalsjsp_beestin.java:17: '.' expected
    import BPSearchRenderer;
    ^
    1 error
    at com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.launchCompilerProcess(J2eeCompiler_6_30.java:564)
    at com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compileExternal(J2eeCompiler_6_30.java:371)
    at com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compile(J2eeCompiler_6_30.java:676)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2160)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:284)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:134)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at com.sapportals.portal.prt.component.CachablePortalComponentResponse.include(CachablePortalComponentResponse.java:213)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:363)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    #1.5#0003BA41156F006C0000001F00006A120004039402807F5B#1129834138858#com.sap.portal.prt.runtime.servlet_jsp#sap.com/irj#com.sap.portal.prt.runtime.servlet_jsp#ramirez_a#292####2ba73b80419a11daa8e60003ba41156f#Thread[PRT-Async 5,5,PRT-Async]##0#0#Error#1#/System/Server#Java###>>> JSPCompiler >>> error [email protected]36598
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error occurs during the compilation of java generated from the jsp
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:108)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:284)
    at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:134)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at com.sapportals.portal.prt.component.CachablePortalComponentResponse.include(CachablePortalComponentResponse.java:213)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:363)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2189)
    at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
    Thanks
    Alexis

  • ADFBC: Customizing attribute level error messages

    hi,
    i am using JDev 10.1.3 and i want to customize the default attribute level error messages that the ADF would raise in response to the database. for example in a input field (which expects a primary key) if a duplicate field is entered you would see a JBO exception telling you that its a duplicate right under the Component. But as i am using the a custom error handler class which inherits the DCErrorHandlerImpl along with a custom pageLifecycle and ADFPhaseListener classes (as in the ADF Guide), i manage to customize the messages according to the ErrorCodes but the messages that are displayed under the component giving the specific messages are no longer there.
    Is there a way to customize them so that i can put the general error messages on top of the page (using the <af:messages> tag) and component/attribute specific errors beside the components.
    any help or pointers would be appreciated.
    Thanks.

    There is surely a section in the Fusion Developer's Guide on custom error/exception handling. Have you found it? Perhaps you have since you are considering overriding view/model framework objects.
    In JDev 10g there was very good documentation for how to do this in the ADF Developer's Guide. As far as I could tell, the equivalent manuals are the Fusion Developer Guides for ADF 11g. I think you will have a lot of luck getting what you want if you research this a bit more.
    In ADF 10g, what you are alluding to certainly was the solution to what you wanted. I do not know a whole lot about version 11g, but I suspect it is similar in this regard.
    in 10g this process started with overriding the ADF life-cycle.
    Once you get this working I also found some on-line commentary/articles from Avrom Roy-Federman on how to additionally extend error handling.
    All this said, you also seem to be asking some other questions (jobid and such), the solutions of which would require us to have more information about your application, I think.
    Maybe you can take one question at a time? Or start multiple threads?

  • SSRS 2008 R2 rendering error when executing a report

    The value '1' is invalid. Valid values are between '0' and '1'. (rrRenderingError)
    I am receiving the above error when running the report in SSRS 2008 R2. It has run find in the 2005 version. After research, I read that this issue caused by tablix split on a new page or something. However, I have not found anything to be the resolution. I
    installed the latest hotfix that I thought addressed this issue but still not working. Any suggestions outside of touching the report?Sonya

    The value '1' is invalid. Valid values are between '0' and '1'. (rrRenderingError)
    I am receiving the above error when running the report in SSRS 2008 R2. It has run find in the 2005 version. After research, I read that this issue caused by tablix split on a new page or something. However, I have not found anything to be the resolution. I
    installed the latest hotfix that I thought addressed this issue but still not working. Any suggestions outside of touching the report?
    Sonya
    We too are encountering this problem with reports migrated from 2005 to 2008. We are getting the rendering error only when trying to use the paging controls to navigate forward through the report. This is on SSRS 2008 R2 running SharePoint Integration. When
    the result set is empty we get the tablix errors mentioned instead. The reports ran fine prior to migration to SSRS2008.

  • Rendering error while writing to file...Quicktime

    Hi all,
    I am brand new here and have an urgent question. I have been getting an error in After Effects CS6 whenever I try to render to a quicktime movie that says "Rendering error while writing to file...An output module failed. The file may be damaged or corrupted."
    I have spent days trying to fix this and I have read other peoples posts with the same question but I have cleared my disk cache and reinstalled quicktime without success.
    Any help would be great I am not super technology advanced so try to keep it simple if you can.
    Computer Specs:
    750gb Hard Drive
    8gb Ram
    Intel Core i5
    Nvidia Geforce GTX 660M graphics

    Start by going through all of the troubleshooting suggestions here:
    http://blogs.adobe.com/aftereffects/2011/02/troubleshooting-quicktime-errors-with-after-ef fects.html
    If you need additional help, please provide answers to all of the questions listed here: "FAQ: What information should I provide when asking a question on this forum?"

  • Faces tags are not rendering

    I am using JDeveloper 10.1.3.. I have a rather dynamic web page, so I decided to do everything in the servlet. I write out everything for the jsf page from the servlet. Here is what I have:
    PrintWriter out = response.getWriter();
    out.println("<%@ tablib uri='http://java.sun.com/jsf/html' prefix='h' %>");
    out.println("<%@ tablib url='http://java.sun.com/jsf/core' prefix='f' %>");
    out.println("<f:view>");
    out.println("<html>");
    out.println("<head><title>Servlet1</title></head>");
    out.println("<body>");
    out.println("Prompt1:  <h:inputText id='p1' value='hey' />");
    out.println("<br>");
    out.println("Prompt2:  <h:inputText id='p2' value='yohey' />");
    out.println("</body></html></f:view>");
    out.close();
    I run the servlet with in JDeveloper.  The page is rendered but none of the jsf tags are rendered.  I have no input fields.  Why?
    When I do a view source from my browser IE 6.0 I get the following:
    <%@ tablib uri='http://java.sun.com/jsf/html' prefix='h' %>
    <%@ tablib url='http://java.sun.com/jsf/core' prefix='f' %>
    <f:view>
    <html>
    <head><title>Servlet1</title></head>
    <body>
    Prompt1:  <h:inputText id='p1' value='hey' />
    <br>
    Prompt2:  <h:inputText id='p2' value='yohey' />
    </body></html></f:view>
    [pre]
    What am I doing wrong?  Why are the jsf tags not being rendered/converted/used?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I am using JDeveloper 10.1.3.. I have a rather dynamic web page, so I decided to do everything in the servlet. I write out everything for the jsf page from the servlet. Here is what I have:
    PrintWriter out = response.getWriter();
    out.println("<%@ tablib uri='http://java.sun.com/jsf/html' prefix='h' %>");
    out.println("<%@ tablib url='http://java.sun.com/jsf/core' prefix='f' %>");
    out.println("<f:view>");
    out.println("<html>");
    out.println("<head><title>Servlet1</title></head>");
    out.println("<body>");
    out.println("Prompt1: <h:inputText id='p1' value='hey' />");
    out.println("<br>");
    out.println("Prompt2: <h:inputText id='p2' value='yohey' />");
    out.println("</body></html></f:view>");
    out.close();
    I run the servlet with in JDeveloper. The page is rendered but none of the jsf tags are rendered. I have no input fields. Why? When I do a view source from my browser IE 6.0 I get the following:
    <%@ tablib uri='http://java.sun.com/jsf/html' prefix='h' %>
    <%@ tablib url='http://java.sun.com/jsf/core' prefix='f' %>
    <f:view>
    <html>
    <head><title>Servlet1</title></head>
    <body>
    Prompt1: <h:inputText id='p1' value='hey' />
    Prompt2: <h:inputText id='p2' value='yohey' />
    </body>
    </html>
    </f:view>
    What am I doing wrong? Why are the jsf tags not being rendered/converted/used?

  • Portal rendering errors using IE10

    Hi,
    We've recently patched all of our SAP systems (portal and backend) and checked we're at the requisite level for IE10 support in the PAM.
    We're currently in the process of testing all of our applications for IE10 compliance and have identified two issues which someone may have experienced or can advise upon:
    Issue 1) SAP Transaction iView (ITS) raising following error in popup dialog box 'The application was stopped due to a critical rendering error.  The IE compatibility view is not supported (Note 1586993).'
    This iView connects from our portal (EP 7.0 EHP2 SP14) to a backend SAP ERP (ECC) system patched to NW EHP3 (SP09).
    Note 1586993 is not particularly helpful as it simply states 'The administrator must assure, that IE frame content is compatible and correctly configured'.
    Additional research identified note 1970427 which I have applied to the backend system - subsequently I added application parameter 'sap-ie=EmulateIE8' to the iView (both within the iView config and at runtime) but this made no difference to the behaviour.
    I checked the user's framework page and the 'Browser Document Mode' iView is linked in and has it's property set to 'IE=EmulateIE7'.  I tried moving this iView further up the order sequence (i.e. putting it first) as well as changing it's setting to 'IE=EmulateIE8' but once again this had no effect on the behaviour.
    I notice when logging into the portal, at first the F12 console shows Browser Mode = 'IE10', Document Mode = 'IE5 quirks' but when the problematic iView renders, the Document Mode changes to 'Quirks' which I'm assuming is why the error occurs.
    I'm not sure what I can do to make the iView render in 'IE5 quirks' mode?
    This iView is called dynamically at runtime with some URL parameters that are passed to the backend transaction so I cannot follow the advice in note 1590563.
    Issue 2) BSP iView for 'CRM Web Interaction Centre' - all F4 dialog popups are displaying empty with no content, e.g. Inbox search help for classification field
    This iView connects from our portal (EP 7.0 EHP2 SP14) to a backend SAP CRM system patched to NW EHP2 (SP04).
    I tried setting my user parameter CRM_THTMLB_IE_COMP to 'IE8' but this had no effect.
    Note, if I set the IE10 property 'Display intranet sites in Compatibility View' both issues above are resolved.  We're trying to avoid this as we've had this setting in place for a number of years and it affects the correct operation of non-SAP applications.  Given there are numerous ways of making SAP operate by emulating older compatible IE versions, I expected we could work around needing to do this but it may be a last resort.
    Please offer any advice you can as it will be much appreciated.
    Thanks,
    Alan

    Hi Lawrence,
    We have a mixture of custom and SAP standard portal applications developed over the past 10 years.
    UI technologies include: Java Server Pages, Web Dynpro Java, ITS, BSP, Web Dynpro ABAP and BEx.
    Quite honestly, the portal hasn't proved to be the best SAP product in our experience, and we've tried hard to keep it patched up-to-date. OK, it offers integration and navigation but that capability is offered by the Fiori Launchpad, albeit presenting new challenges and possibly some limitations on the integration of existing applications.
    We could have opted to integrate the Fiori Launchpad with the portal but decided it was cleaner to perform a standalone installation on our newly built NetWeaver Gateway server.
    We're starting our Fiori journey by implementing selected SAP delivered apps for the first pilot projects then plan to replace or migrate existing portal applications.
    We'll replace any custom Java apps with UI5 apps built in-house as we need to rationalise UI technologies and this one is a prime candidate given the lack of in-house skills and SAP direction. 
    Our expenses application is currently an SAP ITS transaction iView in the portal but will be replaced with the My Travel and Expenses Fiori app this year.
    CRM Transaction Launch isn't used often so we may kill it off.
    BSP's are solely in the CRM area and I read they're not supported yet in the launchpad - hopefully they will be in a future version (?).
    We have quite a few Web Dynpro ABAP applications so these will take some time to rewrite if required (assuming we cannot port them).
    BEx may be replaced with Business Objects or taken out of the portal in favour of the Excel version we also run (portal offers little value for massive reports so users download to Excel in any case).
    My understanding is that the Fiori Launchpad does support integration of legacy SAP technologies so we'll need to gauge if and when we each a tipping point where any remaining portal applications can either be integrated with the launchpad or replaced with alternative new applications. Obviously all of the above will take time.
    We're working on developing a custom Fiori/UI5 theme and have hit a few snags. We've just patched to SP09 on our development Gateway system but the UI Theme Designer is still a bit flaky (we run the tool there but could also do this on our portal). My colleague is now trying the cloud version to see if that proves a more viable route. In either case we'll be seeking SAP assistance as we really want our UI5 apps to adopt recently developed corporate branding rules. Our portal currently uses a copy of Gold Reflection with simply the SAP logo replaced for our company's logo.
    If you have any further queries just let me know, or similarly advice/experience on the above.
    Hope this helps.
    Alan

  • Rendering Error: CS6 Quicktime crash- error  (-1610153464)

    Hello,
    My employer recently purchased Adobe Suite CS6. I mainly Use After Effects for my job. I have been getting the following error whenever I attempt to render into Quicktime format.:
    "After Effects error: Rendering error while writing to file "C:\Users\User1\Desktop\File_Name.mov". An output module failed. The file may be damaged or corrupted. (-1610153464)"
    I have searched for solutions to this online. Rebooted my machine after reinstalling the latest Quicktime; deleted queued renders; made sure to switch the compatibility for "AfterFX.exe" to Windows 7. I have also grabbed any recent updates.
    One of our clients has asked for files to be delivered in Quicktime format. It would be nice to find a resolution for this issue soon. Thanks for any aguidance with this issue in advance.
    I will be glad to provide any machine specs if necessary.

    Don't worry, K-Lite did not cause this problem. Dave just likes to blindly blame K-Lite for every problem on earth. This is a QuickTime problem as obvious by the error itself and also by the fact that DaftlyPunkish is getting the same error on MacOS.
    Try this
    1) Uninstall QuickTime
    2) Search the Windows ProgramData folders for left-over QT files such as quicktimepreferences.qtp and remove them.
    3) Install QuickTime
    4) Make sure that AE and QT are not blocked by your firewall. Test with your firewall completely disabled.

Maybe you are looking for

  • Problem with logon in to Application Express

    I have successfully installed oracle Application Express When I logged in to Oracle Application Express Administration Services for the first time he asked me to change password. After I changed the password I can't log in to the application any more

  • Am I the ONLY person that noticed Verizon FAILED again to notify the publicly properly of a problem?

    I sent this message to Verizon today: What is wrong with this company, that YOU wouldn't give your CUSTOMERS proper notice of a programming software update. At this time in history there is NOOOOOOO reason you should not be able to notify CUSTOMERS o

  • Crazy MacBook wont boot up...help!

    My friend has brought her intel macbook to me to fix (i am her personal Apple care repairman!) and we have the following problem... 1. She installed the Firmware update (she thinks) 2. At start up there is only the grey screen, apple logo and the spi

  • How to unconstrain crop tool in CS5 - pc

    Does anyone know how to unconstrain my crop tool in CS5 on a pc?  I'm not sure how it got constrained so I'm not sure how to undo this.  In advance, I thank you so very much for your assistance. I'm in the middle of a project and cannot figure this o

  • Batch Load / Populate BPS User_defined Variables?

    Is it possible to load/populate a user-defined variable via an ABAP program or other method? I have a variable used in BPS which contains all of the customers for a specific user.  It is very tedious to load them in three at a time using the variable