bc4juix:StyledText Links

We are using the <bc4juix:StyledText> tag to view a viewobject data in a table. We are trying to have the columns represented as links to other JSP pages. Here is a snap shot of the code.
<uix:columnHeaderStamp>
<uix:styledText textBinding="LABEL"/>
</uix:columnHeaderStamp>
<%-- <jbo:AttributeIterate id="dsAttributes" datasource="ds1" > --%>
<bc4juix:StyledText datasource="ds1" dataitem="Ict" accessKey="I" destination="untitled1.jsp" styleClass="OraDataText" />
<bc4juix:StyledText datasource="ds1" dataitem="Dodaac" accessKey="D" destination="untitled1.jsp" styleClass="OraDataText" />
<%-- </jbo:AttributeIterate>--%>
Any help with this would be greatly appreciated.
Regards,
Jeff

Which version of Jdev are you using? What are the results you are getting?

Similar Messages

  • bc4juix:StyledText doesn't work with null values?

    Hi , anyone knows why the <bc4juix:StyledText> tag doesn't work with null values?
    For example when datasource does not give back data...
    Thanks
    Guillermo

    Which version of Jdev are you using? What are the results you are getting?

  • Bc4juix:table and Columns with links  (Jsp tags)

    I'm tring to create a table with an image link that will pass the values of other columns on the url. The problem is I can't get the attribute values from the table. Here is a sample of my code:
    <bc4juix:Table datasource="ds1" width="100%" >
    <uix:column>
    <uix:columnHeader>
    <uix:sortableHeader text="Orc" value="Orc"
    sortable="no" />
    </uix:columnHeader>
    <uix:contents>
    <uix:image destination="<%=url%>" source="new.gif" />
    </uix:contents>
    </uix:column>
    </bc4juix:Table>
    Please help me!!!
    Jeff

    Urgent problem please help.

  • How to use ShowValue within a UIX/JSP page to display an active link?

    I am storing URL's in the DB and want to display them as active links on a UIX/JSP page. I thought that I had this working some time ago, but now it no longer works.
    Using <bc4juix:RenderValue datasource="ds1" dataitem="myTextField" /> will display "http://www.otn.oracle.com" as an inactive link using UIX/XML which is expected.
    Using <jbo:ShowValue datasource="ds1" dataitem="myTextField" /> will display an active link using if using BC4J/JSP, which is expected.
    However, I have not been able to do this using a UIX/JSP page.
    Is it possible to use ShowValue within a UIX/JSP page to display an active link?
    Thanks,
    Bill G

    Hi Juan,
    I've done the following and it does not work for me;
    --- snip ---
    <uix:form name="form1" method="GET">
    <bc4juix:Table datasource="ds1" >
    <uix:columnHeaderStamp>
    <uix:styledText textBinding="LABEL"/>
    </uix:columnHeaderStamp>
    <%--
    <jbo:AttributeIterate id="dsAttributes" datasource="ds1" hideattributes="UixShowHide">
    <bc4juix:RenderValue datasource="ds1" dataitem="<%=dsAttributes.getName()%>" />
    </jbo:AttributeIterate>
    --%>
    <bc4juix:RenderValue datasource="ds1" dataitem="FacilityDesc" />
    <bc4juix:RenderValue datasource="ds1" dataitem="LocationId" />
    <bc4juix:RenderValue datasource="ds1" dataitem="LocationDesc" />
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <uix:rawText>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>
    </uix:rawText>
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <uix:contents>
    <uix:rawText>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>
    </uix:rawText>
    </uix:contents>
    --- snip ---
    Bill G...

  • Want to show UIX Media Model link in new page using jdev1012

    Hi, I hope you can help me.
    I have a read only table in uix page
    there's a Column of type ORDDOC
    here is my code for this column:
    <column>
    <columnHeader>
    <styledText text="${bindings.Doc.label}" styleClass="DefaultFont"/>
    </columnHeader>
    <contents>
    <media
    model="${ctrl:createMediaModel(uix.current.Doc,'AppModulLocal')}"
    shortDesc="${uix.current.DocName == null ? 'Doc' : uix.current.DocName}"
    styleClass="DefaultFont"/>
    </contents>
    </column>
    So it works all fine, i get a link to this file, but if I click on this link it shows this file in the same window as my application.
    And i want to get this link open in a new Window. Just like i could make it with link-tag (targetFrame property) and so I'm trying to find a solution to get the medie link in new page.
    So, is there a possibility to geht this media link in new window ?
    I hope somebody know this problem and can help me.
    Thanks a lot
    Sebastian
    Message was edited by:
    Sebastian_ME
    Message was edited by:
    Sebastian_ME

    Hi, I hope you can help me.
    I have a read only table in uix page
    there's a Column of type ORDDOC
    here is my code for this column:
    <column>
    <columnHeader>
    <styledText text="${bindings.Doc.label}" styleClass="DefaultFont"/>
    </columnHeader>
    <contents>
    <media
    model="${ctrl:createMediaModel(uix.current.Doc,'AppModulLocal')}"
    shortDesc="${uix.current.DocName == null ? 'Doc' : uix.current.DocName}"
    styleClass="DefaultFont"/>
    </contents>
    </column>
    So it works all fine, i get a link to this file, but if I click on this link it shows this file in the same window as my application.
    And i want to get this link open in a new Window. Just like i could make it with link-tag (targetFrame property) and so I'm trying to find a solution to get the medie link in new page.
    So, is there a possibility to geht this media link in new window ?
    I hope somebody know this problem and can help me.
    Thanks a lot
    Sebastian
    Message was edited by:
    Sebastian_ME
    Message was edited by:
    Sebastian_ME

  • Bc4juix:RenderValue does not display value

    After migrating to OAS 10.1.3 and JDev 10.1.3 we encoutered strange problem: in one table in TableDetail section we get empty cells. Everything works in JDev's embedded server and on one instance of cluster, but never on the other instance, and only for some rows (for some where clause it works, for some not, consistently). If I search some client using some criteria, it displays, using other it does not.
    Has anyone some clue? I compared configurations of both server and found no difference. If I use <uix:text> (commented out in example), it shows correct value, but ignores renderers, so it is not a good solution.
            <bc4juix:Table datasource="master" width="100%" formSubmitted="true">
              <uix:columnHeaderStamp>
                <uix:styledText textBinding="LABEL" />
              </uix:columnHeaderStamp>
              <jbo:AttributeIterate id="dsAttributes"  datasource="master" hideattributes="UixShowHide">
                <bc4juix:RenderValue datasource="master" dataitem="<%=dsAttributes.getName()%>" />
              </jbo:AttributeIterate>
              <bc4juix:TableDetail>
                <uix:rawText text="<center><br>" />
                <bc4juix:Table datasource="detail" proxied="true" width="800">
                  <jbo:AttributeIterate id="dsAttributesIn"  datasource="detail" hideattributes="UixShowHide">
                    <uix:column>
                      <uix:columnFormat bandingShade="light" />
                      <uix:columnHeader>
                        <uix:text text="<%=dsAttributesIn.getUIHelper().getLabel(CmIfaceModule.useApplicationModule()
    .getSession().getLocaleContext())%>" />
                      </uix:columnHeader>
                      <bc4juix:RenderValue datasource="detail" dataitem="<%=dsAttributesIn.getName()+'a'%>" />
                      <%--uix:text textBinding="<%=dsAttributesIn.getName()%>" /--%>
                    </uix:column>
                  </jbo:AttributeIterate>
                </bc4juix:Table>
                <uix:rawText text="</center>" />
              </bc4juix:TableDetail>
            </bc4juix:Table>Thanks, Viliam

    Hi Nik,
    In case of LOVs i had faced this problem , when i was using the LOV as the dymanic one .
    Ex:- select name d,id r from stud where id not in (select id from stud_joined );
    In this case , my lov was returning numeric value for already selected names and the name for the new one to be added .
    The fact behind this is ex:-
    Nandini 1
    Naina 2
    Nidhi 3
    Shijesh 4
    suppose this are students list .
    when i click lov and select a "Nandini "
    then its entry is made in the Stud_joined table.
    Now the Query will no longer has the name "Nandini " hence it will display id as 1.
    Hope , this may give a tip to find solution to your problem.
    Thanks & Regards,
    Nandini Thakur.
    Edited by: Nandini thakur on Nov 30, 2010 1:56 AM

  • How can I use jbo:ShowValue for some columns and bc4juix:RenderValue for other co

    Using a UIX/JSP page, how can I get the <jbo:ShowValue> tag to work in the following situation? I've ditched the "AttributeIterate" so that I can manually select the columns I want.
    --- snip ---
    <uix:form name="form1" method="GET">
    <bc4juix:Table datasource="ds1" >
    <uix:columnHeaderStamp>
    <uix:styledText textBinding="LABEL"/>
    </uix:columnHeaderStamp>
    <%--
    <jbo:AttributeIterate id="dsAttributes" datasource="ds1" hideattributes="UixShowHide">
    <bc4juix:RenderValue datasource="ds1" dataitem="<%=dsAttributes.getName()%>" />
    </jbo:AttributeIterate>
    --%>
    <bc4juix:RenderValue datasource="ds1" dataitem="FacilityDesc" />
    <bc4juix:RenderValue datasource="ds1" dataitem="LocationId" />
    <bc4juix:RenderValue datasource="ds1" dataitem="LocationDesc" />
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>     
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <uix:rawText>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>     
    </uix:rawText>
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <uix:contents>
    <uix:rawText>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>     
    </uix:rawText>
    </uix:contents>
    --- snip ---
    What am I doing wrong and how can I fix this?
    Bill G...

    This will not work inside of the bc4juix:table, this tag pulls the data from the data source, it doesn't allow you to add ShowValue tags inside of the table. Take alook at the UIX Developer Guide for more information on the Table tag. The ShowValue tag can be used in a uix hierarchy outside of the tabel tag.

  • Move Action links to the Top on Disco viewer

    Hi all !
    I customized the viewer worksheet through worksheet.uix file using one of the documents from metalink. I moved the Action links from the left side of the worksheet to the top and replace the links with images.
    It looks awesome !!
    But what i don't like is that the worksheet links were moved at the bottom of the page. Can you help me and tell me what should i modified in the worksheet.uix file in order to bring the worksheet links back to the left side ?
    Any idea is appreciated !
    Many thanks,
    Dani

    I came with an answer since i found how you can do it. :))
    So, in order to leave the worksheet links on the left side while the actions links are on the top right corner, you have to keep the following line
    <html:noscript>
    <styledText styleClass="OraInstructionText" text="${uix.data.nls['text.noscript']}" />
    </html:noscript>
    <rowLayout width="100%">
    <contents>
    <cellFormat width="15%" vAlign="top">
    <contents>
    <spacer width="0" height="8" />
    <contentContainer width="100%" rendered="${uix.eventResult.worksheetsRendered}" text="${uix.data.nls['worksheet.text.worksheets']}">
    <contents>
    <form id="WorkbookListForm" name="WorkbookListForm" method="POST">
    <contents>
    <tableLayout summary="">
    <contents childData="${uix.eventResult.worksheets}">
    <rowLayout>
    <contents>
    <cellFormat wrappingDisabled="true">
    <contents>
    <styledText shortDesc="${uix.current.overlayText}" styleClass="OraInstructionText" rendered="${uix.current.currWorksheet}" text="${uix.current.text}"/>
    <link shortDesc="${uix.current.overlayText}" rendered="${uix.current.currWorksheet ne 'true'}" destination="${uix.current.destination}" text="${uix.current.text}"/>
    </contents>
    </cellFormat>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    <formValue id="stateStrID3" name="${uix.data.constants.STATE_STRING_PARAM}" rendered="${uix.eventResult.stateExists}" value="${uix.eventResult.stateStr}"/>
    <formValue id="stateID3" name="${uix.data.constants.STATE_STORE_ID_PARAM}" rendered="${uix.eventResult.stateIDExists}" value="${uix.eventResult.stateID}"/>
    </contents>
    </form>
    </contents>
    </contentContainer>
    </contents>
    </cellFormat>
    <cellFormat width="75%" vAlign="top">
    <contents>
    in the worksheet.uix file.
    If one of you will not succeed to make the customization, please let me know and i'll send you my worksheet.uix file customized.
    Also please take a look at Abhinav's blog
    http://oraclebi.blogspot.com/search/label/UIX
    Good luck,
    Dani

  • HELP!!!!  bc4juix Input Render wont work

    m trying to get my page to run in jdevelper 9.0.2
    It seems I get an error when I add the bc4juix tag InputRender -
    Can someone explain this, it worked in rc1,
    javax.servlet.jsp.JspException
    int oracle.cabo.tags.MutableUINodeTag.doEndTag()
    void InqProDetail.jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, java.lang.String)
    void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest,
    javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest,
    javax.servlet.http.HttpServletResponse)
    boolean
    com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread,
    com.evermind.server.http.EvermindHttpServletRequest,
    com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()
    <%@ page errorPage="errorpage.jsp" contentType="text/html;charset=WINDOWS-1252" %>
    <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
    <%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
    <%@ taglib uri="http://xmlns.oracle.com/uix/ui/bc4j" prefix="bc4juix" %>
    <%
    session.setAttribute("currentPage", "InqProDetail.jsp") ;
    String sSin = (String)session.getAttribute("sessSin");
    String sWhereClause = "sin='";
    if ( (sSin == null) || (sSin == "") )
    sWhereClause += "999'";
    else
    sWhereClause =sWhereClause+ sSin + "'";
    %>
    <jbo:ApplicationModule
    configname="anteDatePackage.AnteDatePackageModule.AnteDatePackageModuleLocal" id="app1"
    releasemode="Stateful" />
    <jbo:DataSource id="ds1" appid="app1" whereclause='<%= sWhereClause%>' viewobject="AdclientView"
    rangesize="4" />
    <jbo:Row id="CurrentRow" datasource="ds1" action="Current">
    <%
    String sRowKey = request.getParameter("RowKey");
    oracle.jbo.Row row = ds1.getRowSet().getCurrentRow();
    String sRevReq1997 = "0";
    String sRevReq1998 = "0";
    String sRevReq1999 = "0";
    String sRevReq2000 = "0";
    String sRevReq2001 = "0";
    String sPosAnte1997 = "0";
    String sPosAnte1998 = "0";
    String sPosAnte1999 = "0";
    String sPosAnte2000 = "0";
    String sPosAnte2001 = "0";
    String sFormalAnte1997 = "0";
    String sFormalAnte1998 = "0";
    String sFormalAnte1999 = "0";
    String sFormalAnte2000 = "0";
    String sFormalAnte2001 = "0";
    String sTags = "0";
    //if our current row is null, goto the first row
    if(row != null)
    sRowKey = row.getKey().toStringFormat(true);
    sRevReq1997 = row.getAttribute("ReviewRequested1997").toString();
    sRevReq1998 = row.getAttribute("ReviewRequested1998").toString();
    sRevReq1999 = row.getAttribute("ReviewRequested1999").toString();
    sRevReq2000 = row.getAttribute("ReviewRequested2000").toString();
    sRevReq2001 = row.getAttribute("ReviewRequested2001").toString();
    sPosAnte1997 = row.getAttribute("PossibleAntedate1997").toString();
    sPosAnte1998 = row.getAttribute("PossibleAntedate1998").toString();
    sPosAnte1999 = row.getAttribute("PossibleAntedate1999").toString();
    sPosAnte2000 = row.getAttribute("PossibleAntedate2000").toString();
    sPosAnte2001 = row.getAttribute("PossibleAntedate2001").toString();
    sFormalAnte1997 = row.getAttribute("FormalAntedate1997").toString();
    sFormalAnte1998 = row.getAttribute("FormalAntedate1998").toString();
    sFormalAnte1999 = row.getAttribute("FormalAntedate1999").toString();
    sFormalAnte2000 = row.getAttribute("FormalAntedate2000").toString();
    sFormalAnte2001 = row.getAttribute("FormalAntedate2001").toString();
    sTags = row.getAttribute("Tags").toString();
    %>
    <jbo:OnEvent name="Update" >
    <jbo:Row id = "EditRow" datasource="ds1" rowkey="<%= sRowKey %>" action="Update">
    <jbo:SetAttribute datasource="ds1" dataitem="*" />
    <jbo:PostChanges appid="app1"/>
    <jbo:Commit appid="appl"/>
    <%
    //sRowKey = row.getKey().toStringFormat(true);
    sRevReq1997 = row.getAttribute("ReviewRequested1997").toString();
    sRevReq1998 = row.getAttribute("ReviewRequested1998").toString();
    sRevReq1999 = row.getAttribute("ReviewRequested1999").toString();
    sRevReq2000 = row.getAttribute("ReviewRequested2000").toString();
    sRevReq2001 = row.getAttribute("ReviewRequested2001").toString();
    sPosAnte1997 = row.getAttribute("PossibleAntedate1997").toString();
    sPosAnte1998 = row.getAttribute("PossibleAntedate1998").toString();
    sPosAnte1999 = row.getAttribute("PossibleAntedate1999").toString();
    sPosAnte2000 = row.getAttribute("PossibleAntedate2000").toString();
    sPosAnte2001 = row.getAttribute("PossibleAntedate2001").toString();
    sFormalAnte1997 = row.getAttribute("FormalAntedate1997").toString();
    sFormalAnte1998 = row.getAttribute("FormalAntedate1998").toString();
    sFormalAnte1999 = row.getAttribute("FormalAntedate1999").toString();
    sFormalAnte2000 = row.getAttribute("FormalAntedate2000").toString();
    sFormalAnte2001 = row.getAttribute("FormalAntedate2001").toString();
    sTags = row.getAttribute("Tags").toString();
    %>
    </jbo:Row>
    </jbo:OnEvent>
    <jsp:include flush="true" page="GlobalDefs.jsp">
    <jsp:param name="myTabIndex" value="0"/>
    <jsp:param name="myHeaderIndex" value="0"/>
    </jsp:include>
    <%-- user interface begins here --%>
    <HTML>
    <HEAD>
    <TITLE>Client Profile Edit </TITLE>
    <uix:styleSheet/>
    </HEAD>
    <BODY>
    <uix:pageLayout>
    <uix:globalButtons>
    <uix:ref refID="AnteDateButtonBar" ></uix:ref>
    </uix:globalButtons>
    <uix:tabs>
    <uix:ref refID="AnteDateTabBar"></uix:ref>
    </uix:tabs>
    <uix:pageHeader>
    <uix:ref refID="AnteDateGlobalHeader" ></uix:ref>
    </uix:pageHeader>
    <uix:copyright>
    <uix:styledText text="Copyright Human Resources Development Canada" />"
    </uix:copyright>
    <%-- Main page contents go here --%>
    <uix:contents>
    <uix:form name="clientForm" method="POST">
    <uix:submitButton name="jboEvent" text="Update" formName="clientForm" value="Update" />
    <uix:contentContainer text="Mailing Address" width="100%" background="light">
    <uix:labeledFieldLayout columns="2" width="100%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Firstname"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Firstname"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newfirstname"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newfirstname"/>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <uix:spacer width="10"></uix:spacer>
    <uix:formValue name="RowKey" value='<%=request.getParameter("RowKey")%>' />
    <uix:submitButton name="jboEvent" text="Update" formName="clientForm" value="Update" />
    </uix:form>
    </uix:contents>
    </uix:pageLayout>
    </BODY>
    </HTML>
    </jbo:Row>
    <jbo:ReleasePageResources releasemode="Stateful" />

    I dont have enough information to help you. Does the page run if you take out the uix:InputRender tag?

  • Bc4juix....HELP

    Hello:
    My page ran in RC 1 but not in rc2.
    I get an end of file error on this page. When I remove the tablib for bc4juix(line 4) it runs fine just doesn't
    show any of my bc4jtags.....what could be causing this error?????
    <%@ page errorPage="errorpage.jsp" contentType="text/html;charset=WINDOWS-1252" %>
    <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
    <%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
    <%@ taglib uri="http://xmlns.oracle.com/uix/ui/bc4j" prefix="bc4juix" %>
    <%
    session.setAttribute("currentPage", "InqProDetail.jsp") ;
    String sSin = (String)session.getAttribute("sessSin");
    String sWhereClause = "sin='";
    if ( (sSin == null) || (sSin == "") )
    sWhereClause += "999'";
    else
    sWhereClause =sWhereClause+ sSin + "'";
    %>
    <jbo:ApplicationModule configname="anteDatePackage.AnteDatePackageModule.AnteDatePackageModuleLocal" id="app1" releasemode="Stateful" />
    <jbo:DataSource id="ds1" appid="app1" whereclause='<%= sWhereClause%>' viewobject="AdclientView" rangesize="4" />
    <jbo:Row id="CurrentRow" datasource="ds1" action="Current">
    <%
    String sRowKey = request.getParameter("RowKey");
    oracle.jbo.Row row = ds1.getRowSet().getCurrentRow();
    String sRevReq1997 = "0";
    String sRevReq1998 = "0";
    String sRevReq1999 = "0";
    String sRevReq2000 = "0";
    String sRevReq2001 = "0";
    String sPosAnte1997 = "0";
    String sPosAnte1998 = "0";
    String sPosAnte1999 = "0";
    String sPosAnte2000 = "0";
    String sPosAnte2001 = "0";
    String sFormalAnte1997 = "0";
    String sFormalAnte1998 = "0";
    String sFormalAnte1999 = "0";
    String sFormalAnte2000 = "0";
    String sFormalAnte2001 = "0";
    String sTags = "0";
    //if our current row is null, goto the first row
    if(row != null)
    sRowKey = row.getKey().toStringFormat(true);
    sRevReq1997 = row.getAttribute("ReviewRequested1997").toString();
    sRevReq1998 = row.getAttribute("ReviewRequested1998").toString();
    sRevReq1999 = row.getAttribute("ReviewRequested1999").toString();
    sRevReq2000 = row.getAttribute("ReviewRequested2000").toString();
    sRevReq2001 = row.getAttribute("ReviewRequested2001").toString();
    sPosAnte1997 = row.getAttribute("PossibleAntedate1997").toString();
    sPosAnte1998 = row.getAttribute("PossibleAntedate1998").toString();
    sPosAnte1999 = row.getAttribute("PossibleAntedate1999").toString();
    sPosAnte2000 = row.getAttribute("PossibleAntedate2000").toString();
    sPosAnte2001 = row.getAttribute("PossibleAntedate2001").toString();
    sFormalAnte1997 = row.getAttribute("FormalAntedate1997").toString();
    sFormalAnte1998 = row.getAttribute("FormalAntedate1998").toString();
    sFormalAnte1999 = row.getAttribute("FormalAntedate1999").toString();
    sFormalAnte2000 = row.getAttribute("FormalAntedate2000").toString();
    sFormalAnte2001 = row.getAttribute("FormalAntedate2001").toString();
    sTags = row.getAttribute("Tags").toString();
    %>
    <jbo:OnEvent name="Update" >
    <jbo:Row id = "EditRow" datasource="ds1" rowkey="<%= sRowKey %>" action="Update">
    <jbo:SetAttribute datasource="ds1" dataitem="*" />
    <jbo:PostChanges appid="app1"/>
    <jbo:Commit appid="appl"/>
    <%
    //sRowKey = row.getKey().toStringFormat(true);
    sRevReq1997 = row.getAttribute("ReviewRequested1997").toString();
    sRevReq1998 = row.getAttribute("ReviewRequested1998").toString();
    sRevReq1999 = row.getAttribute("ReviewRequested1999").toString();
    sRevReq2000 = row.getAttribute("ReviewRequested2000").toString();
    sRevReq2001 = row.getAttribute("ReviewRequested2001").toString();
    sPosAnte1997 = row.getAttribute("PossibleAntedate1997").toString();
    sPosAnte1998 = row.getAttribute("PossibleAntedate1998").toString();
    sPosAnte1999 = row.getAttribute("PossibleAntedate1999").toString();
    sPosAnte2000 = row.getAttribute("PossibleAntedate2000").toString();
    sPosAnte2001 = row.getAttribute("PossibleAntedate2001").toString();
    sFormalAnte1997 = row.getAttribute("FormalAntedate1997").toString();
    sFormalAnte1998 = row.getAttribute("FormalAntedate1998").toString();
    sFormalAnte1999 = row.getAttribute("FormalAntedate1999").toString();
    sFormalAnte2000 = row.getAttribute("FormalAntedate2000").toString();
    sFormalAnte2001 = row.getAttribute("FormalAntedate2001").toString();
    sTags = row.getAttribute("Tags").toString();
    %>
    </jbo:Row>
    </jbo:OnEvent>
    <jsp:include flush="true" page="GlobalDefs.jsp">
    <jsp:param name="myTabIndex" value="0"/>
    <jsp:param name="myHeaderIndex" value="0"/>
    </jsp:include>
    <%-- user interface begins here --%>
    <HTML>
    <HEAD>
    <TITLE>Client Profile Edit </TITLE>
    <uix:styleSheet/>
    </HEAD>
    <BODY>
    <uix:pageLayout>
    <uix:globalButtons>
    <uix:ref refID="AnteDateButtonBar" ></uix:ref>
    </uix:globalButtons>
    <uix:tabs>
    <uix:ref refID="AnteDateTabBar"></uix:ref>
    </uix:tabs>
    <uix:pageHeader>
    <uix:ref refID="AnteDateGlobalHeader" ></uix:ref>
    </uix:pageHeader>
    <uix:copyright>
    <uix:styledText text="Copyright Human Resources Development Canada" />"
    </uix:copyright>
    <%-- Main page contents go here --%>
    <uix:contents>
    <uix:form name="clientForm" method="POST">
    <bc4juix:Table datasource="dsl">
    <uix:submitButton name="jboEvent" text="Update" formName="clientForm" value="Update" />
    <uix:contentContainer text="Mailing Address" width="100%" background="light">
    <uix:labeledFieldLayout columns="2" width="100%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Firstname"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Firstname"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newfirstname"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newfirstname"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Surname"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Surname"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newsurname"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newsurname"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Deceased"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Deceased"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newdeceased"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newdeceased"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Address11"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Address11"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newaddress1"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newaddress1"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Address12"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Address12"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newaddress2"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newaddress2"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Address13"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Address13"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newaddress3"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newaddress3"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Postalcd1"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Postalcd1"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newpostalcd1"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newpostalcd1"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Phone1"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Phone1"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newphone1"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newphone1"/>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="Office Information" width="100%" background="light">
    <uix:labeledFieldLayout columns="2" width="95%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Localoffice"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Localoffice"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newlocaloffice"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newlocaloffice"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Hrcc"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="Hrcc"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Newhrcc"/>
    <bc4juix:InputRender datasource="ds1" dataitem="Newhrcc"/>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <%-- Mail In Date section --%>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="Mail-in Dates" width="100%" background="light">
    <uix:labeledFieldLayout columns="2" width="95%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="NotificationSent"/>
    <bc4juix:RenderValue datasource="ds1" dataitem="NotificationSent"/>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="SubNotificationSent"/>
    <bc4juix:InputRender datasource="ds1" dataitem="SubNotificationSent"/>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <%-- tags Section --%>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="TAGS" width="100%" background="light">
    <uix:labeledFieldLayout columns="1" width="40%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="Tags"/>
    <uix:choice name="Tags" selectedValue ="<%= sTags %>" >
    <uix:contents>
    <uix:ref refID="OptionTag" />
    </uix:contents>
    </uix:choice>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <%-- Returned Claimant Section --%>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="Returned Claimant Information" width="100%" background="light">
    <uix:labeledFieldLayout columns="1" width="40%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ReturnedByClaimant"/>
    <bc4juix:InputRender datasource="ds1" dataitem="ReturnedByClaimant"/>
    </uix:labeledFieldLayout>
    <uix:labeledFieldLayout columns="5" width="50%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ReviewRequested1997"/>
    <uix:choice name="ReviewRequested1997" selectedValue ="<%= sRevReq1997 %>" >
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ReviewRequested1998"/>
    <uix:choice name="ReviewRequested1998" selectedValue ="<%= sRevReq1998 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ReviewRequested1999"/>
    <uix:choice name="ReviewRequested1999" selectedValue ="<%= sRevReq1999 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ReviewRequested2000"/>
    <uix:choice name="ReviewRequested2000" selectedValue ="<%= sRevReq2000 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ReviewRequested2001"/>
    <uix:choice name="ReviewRequested2001" selectedValue ="<%= sRevReq2001 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <%-- Assessment Letter Sent --%>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="Assessment Letter Informtion" width="100%" background="light">
    <uix:labeledFieldLayout columns="1" width="50%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="AssessmentLetterSent"/>
    <bc4juix:InputRender datasource="ds1" dataitem="AssessmentLetterSent"/>
    </uix:labeledFieldLayout>
    <uix:labeledFieldLayout columns="5" width="50%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="PossibleAntedate1997"/>
    <uix:choice name="PossibleAntedate1997" selectedValue ="<%= sPosAnte1997 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="PossibleAntedate1998"/>
    <uix:choice name="PossibleAntedate1998" selectedValue ="<%= sPosAnte1998 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="PossibleAntedate1999"/>
    <uix:choice name="PossibleAntedate1999" selectedValue ="<%= sPosAnte1999 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="PossibleAntedate2000"/>
    <uix:choice name="PossibleAntedate2000" selectedValue ="<%= sPosAnte2000 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="PossibleAntedate2001"/>
    <uix:choice name="PossibleAntedate2001" selectedValue ="<%= sPosAnte2001 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <%-- Formal Request Informtion --%>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="Formal Request Informtion" width="100%" background="light">
    <uix:labeledFieldLayout columns="1" width="50%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="FormalAntedateRequested"/>
    <bc4juix:InputRender datasource="ds1" dataitem="FormalAntedateRequested"/>
    </uix:labeledFieldLayout>
    <uix:labeledFieldLayout columns="5" width="50%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="FormalAntedate1997"/>
    <uix:choice name="FormalAntedate1997" selectedValue ="<%= sFormalAnte1997 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="FormalAntedate1998"/>
    <uix:choice name="FormalAntedate1998" selectedValue ="<%= sFormalAnte1998 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="FormalAntedate1999"/>
    <uix:choice name="FormalAntedate1999" selectedValue ="<%= sFormalAnte1999 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="FormalAntedate2000"/>
    <uix:choice name="FormalAntedate2000" selectedValue ="<%= sFormalAnte2000 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    <bc4juix:LabelStyledText datasource="ds1" dataitem="FormalAntedate2001"/>
    <uix:choice name="FormalAntedate2001" selectedValue ="<%= sFormalAnte2001 %>">
    <uix:ref refID="OptionsYesNo" ></uix:ref>
    </uix:choice>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="IPOC" width="100%" background="light">
    <uix:labeledFieldLayout columns="1" width="30%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ForwaredIpoc"/>
    <bc4juix:InputRender datasource="ds1" dataitem="ForwaredIpoc"/>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="Comments" width="100%" background="light">
    <uix:labeledFieldLayout columns="1" width="50%">
    <bc4juix:InputRender datasource="ds1" dataitem="Comments"/>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <uix:spacer width="10"></uix:spacer>
    <uix:contentContainer text="IPOC" width="100%" background="light">
    <uix:labeledFieldLayout columns="1" width="30%">
    <bc4juix:LabelStyledText datasource="ds1" dataitem="ReceivedIpoc"/>
    <bc4juix:InputRender datasource="ds1" dataitem="ReceivedIpoc"/>
    </uix:labeledFieldLayout>
    </uix:contentContainer>
    <uix:spacer width="10"></uix:spacer>
    <uix:formValue name="RowKey" value='<%=request.getParameter("RowKey")%>' />
    <uix:submitButton name="jboEvent" text="Update" formName="clientForm" value="Update" />
    </uix:form>
    </uix:contents>
    </bc4juix:Table>
    </uix:pageLayout>
    </BODY>
    </HTML>
    </jbo:Row>
    <jbo:ReleasePageResources releasemode="Stateful" />

    I dont have enough information to help you. Does the page run if you take out the uix:InputRender tag?

  • Download error in (osx) adobe desktop app (corrupted download link).

    Here is a discription of the problem. Please consider that some of the wording might not be correct, as I do have to translate the error message from German into English.
    Using OSX 10.9.2, when clicking inside the adobe desktop app (top of the screen bar) on the tap "apps", the following screen (screenshot) appears, which states, translated from top to bottom:
    download error
    download error. Please contact support.
    (link) contact support
    (link/button) download creative cloud -> This button unfortunatly leads to the following error page "http://www.adobe.com/special/errorpages/404.html"
    All apps, like Bridge, Photoshop, Lightroom, etc. are installed and work just fine. So no problem here. I seem however unable to redownload the desktop app (in order to reinstall). As stated above the provided link inside the desktop app itself is coruppted and within the (online) web-based download centre (user logged in) I am only adviced to use the desktop app. This is a dead end and I do not know what to make of this error, let alone solving it. Please help!

    I am sorry Romsinha but this doesn't really help.
    I already restarted the desktop app and while I am obviously online and connected the problem (error message) remains the same. Information within the "home" tap is recieved/loaded  (little blue spinning wheel) stating that various apps recently have been updated. Yet the same loading wheel within the "apps" tap results in an error. My best guess is that some internal link within the app is corrupted, leading to a source on a server that can not be reached.
    UPDATE
    I clean uninstalled adobe creative cloud as discribed in the article you provided (using the cleaner tool) and even uninstalled the browser plugin. After downloading and reinstalling creative cloud the problem however remains the same. "Apps" tap still shows the same problem. "Home" tap now displays the following:

  • Barra de Navegação cinza e preta encobrindo o link, como resolver?

    Instalei o Kubuntu 14.04 e, após a atualização do sistema, na barra de navegação do Firefox os links ficam encobertos pelas cores cina e preto, impedindo a leitura e atrapalhando a navegação.
    Mudei o esquema de cores padrão do sistema, e alterei o tema Gtk mas não resolveu.
    Desinstalei e reinstalei o Firefox mas o problema persiste.
    O que pode ser feito?

    Hmmm,
    # Na [[Location bar autocomplete|barra de endereços]], escreva '''about:config''' e pressione '''Enter'''. É possível que o aviso ''''Isso pode anular a garantia!'''' apareça.
    # Clique no botão '''Serei cuidadoso, prometo!''', para acessar a página about:config.
    # Procure por '''gfx.xrender.enabled''' e mude seu valor para '''false'''.
    # Reinicie o Firefox.
    Ou tente user o Tema [https://addons.mozilla.org/pt-br/firefox/addon/fxchrome/ FXChrome]

  • Links not getting displayed in the contextual panel

    Hi,
    I have created a contextual panel inside a transparent container. And created a method in the same view supply_values of type supply function to supply the values to the panel.Inside the method I have coded like:
    DATA TAB  TYPE WD_THIS->ELEMENTS_N_VIEW_SWITCH.
      DATA LINE TYPE WD_THIS->ELEMENT_N_VIEW_SWITCH.
      LINE-TEXT    = 'User Manual'. "#EC NOTEXT
      LINE-ENABLED = ABAP_TRUE.
      APPEND LINE TO TAB.
      LINE-TEXT    = 'Logout'. "#EC NOTEXT
      LINE-ENABLED = ABAP_TRUE.
      APPEND LINE TO TAB.
      NODE->BIND_TABLE( TAB ).
    Also in the context of the view I have created a node and supplied the method  'supply_values' in the supply function.Under the node I have 2 attributes named text and enabled. Text is of string type and enabled is of boolean type. In the properties of the contextual panel I have bound the visible property with the enabled attribute.
    Now when I am running this application , links are not getting displayed in the contextual panel. Though when I debug TAB contains the values.  Please suggest if I have missed out something or I need to look into the properties of the contextual panel. Any pointers will be really helpful.
    Regards,
    Ashutosh

    Hi,
    Can you elaborate ' ItemEnable property of ViewSwitch'.
    I have already bound the enable property of the panel with a context attribute of type wdy_boolean  but it is still not working. 
    Regards,
    Ashutosh

  • Links default to wrong folder

    Why is it when I go to relink a placed image in the Links pallette it always directs me to the wrong folder (not the one the image lives in but elsewhere). I believe that it is taken me to the last folder I navigated to. thoughts?

    You now have a prefernce for where relink goes, the last folder you used to link, or the folder where the original link resides. It's in the prefs.

  • How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    You've probably found an answer to this by now, but I think this has been addressed in another forum -- The link below suggested using a button and adding the tooltip to the button. 
    https://forums.adobe.com/thread/304974?start=0&tstart=0
    Sounds like it would work but I haven't actually tried it. 
    Good luck~!

Maybe you are looking for

  • Is it Possible to change Maintenance view Structure SALV

    Hi,   In Maintenance View is it possible to change  POP UP field display. In maintenance view we have 'Position'  button ,when clicked on that  the key fields of the Table used in the maintenance view is displayed ,is there any possibilities to resti

  • Editor will not lauch in Photoshop 8

    When I try to launch editor it does not seem to respond and just "hangs".  I have tried doing it from the welcome screen and from organizer but to no effect.  Can anyone help?  Thanks

  • Console connection to Windows Console via RDP

    RDP 5.2 has the option of connecting to the console of a Windows Terminal Server. Is this also possible from SGD? There is no option for the console connection for /opt/tarantella/bin/bin/ttatsc SGD version is 4.2 Thanks in adavance, Remold Krol

  • Any way to keep original file name as image name for web gallery?

    Hi, I wonder if there is any way to keep the original file name as image name for a web gallery (instead of "picture-1.jpg) People often send us the thumbnails or the image from the web and we have to search forever to find the image in AP - if we co

  • WebLogic and UNIX startup scripts

    Is there a way to configure WebLogic 4.51 on Solaris so that during the boot           process the server starts as root but runs as a non-privileged account? I'm           looking for something besides just su'ing to the non-priveleged account.