Customizations JSP; advise needed

To implement the following I hope to get some advise.
I will first explain the case:
2 tables: ARTICLES and ORDER_LINES
ARTICLES
========
id (PK)
code (UK)
description
price
vat%
vat
ORDER_LINES
===========
order_id
line
article_id
amount
price
vat%
vat
As you can see the columns price, vat% and vat are also included in the ORDER_LINES table.
This is done because the values can be different then the default values (in the ARTICLES table).
In the order line JSP page I'd like to display the
Article code, description, amount, price, vat% and vat.
The code, description, price, vat% and vat MUST be entered by invoking a LOV on the Articles.
The price, vat% and vat can be changed after invkoing the LOV
The problem is I don't know how to give back more than 1 value with a JHeadstart LOV!
How can I solve this problem best?

There are a few stept involved.
1 To be able to pass a comma delimited list of items you are interested in, you need to change the lovPopup.jsp to take an extra parameter, e.g. <bean:parameter id="lovDescriptorAttributeNames" name="lovDescriptorAttributes" value=""/>
2 Modify the JavaScript function jspLovPopup to take this as a (string) parameter. In this function you use this string to find the items in the calling form and put pointers to these items in a global variable.
3 Change the lovSearchResults.jsp page to take a comma delimited list of values as a parameter.
4 Modify the JavaScript function chooseLovValue to take this as a (string) parameter. In this function you copy these values to the items in the global variable with pointers.
Jan Kettenis
JHeadstart Team

Similar Messages

  • Accessing a JSTL variable in a JSP Scriptlet (need to replace string )

    I have
    <c:set var="myVar" value="..." />
    I need to replace single quotes and double quotes to be escaped because I pass them into javascript functions and set them as ID for div sections
    ... onclick ="func('${myVar}')" ..
    <div id="${myVar}">
    but if the string contains ' single quotes it messes up the javascript or double quotes messes up the ID portion of the HTML tag
    I know there is the JSTL function fn but I can't figure out how to do it properly in JSTL
    <c:set var="myVar"
    value="${fn:replace(myVar, "'", "\"")"/>
    But that gets tricky since the value portion is enclosed in quotes
    So I was thinking of using a Scriptlet part instead.

A: Accessing a JSTL variable in a JSP Scriptlet (need to replace string )

escaping quotes within quotes within quotes.... ARGH!
Recipe for a headache if ever there was one.
However you must be strong and resist the temptations of the dark side (Scriptlet code)
My suggestion for cleaning this up - write your own static function for escaping javascript strings.
public static String escapeJavascriptString(String s){
  return .......
}Then define the function in a tld:
<function>
    <description>
      Escapes a string for javascript purposes
    </description>
    <name>escapeJavascript</name>
    <function-class>com.mypackage.ELFunctions</function-class>
    <function-signature>java.lang.String escapeJavascript(java.lang.String)</function-signature>
    <example>
      <c:out value="${myfunc:escapeJavascript(name)}">
    </example>
  </function>Cheers,
evnafets

escaping quotes within quotes within quotes.... ARGH!
Recipe for a headache if ever there was one.
However you must be strong and resist the temptations of the dark side (Scriptlet code)
My suggestion for cleaning this up - write your own static function for escaping javascript strings.
public static String escapeJavascriptString(String s){
  return .......
}Then define the function in a tld:
<function>
    <description>
      Escapes a string for javascript purposes
    </description>
    <name>escapeJavascript</name>
    <function-class>com.mypackage.ELFunctions</function-class>
    <function-signature>java.lang.String escapeJavascript(java.lang.String)</function-signature>
    <example>
      <c:out value="${myfunc:escapeJavascript(name)}">
    </example>
  </function>Cheers,
evnafets

  • Help to Customize JSP

    Hello guys,
    I'm trying to customize JSP using some public web libs as JSTL and Apache Commons Upload mixed with ALBPM TagLibs, but doesn't works? anyone knows If Aqualogic Enterprise Standalone supports Java Standar Tag Librarys?
    Or Maybe, anyone knows some way to extends OracleBPM capabilities? (Workaround for that) I really dont want write complex scriptlets in my presentation view.
    The task could not be successfully executed.
    Reason: 'fuego.web.execution.exception.InternalForwardException: UnExpected error during internal forward process.'.
    Caused by: UnExpected error during internal forward process.
    Caused by: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
    fuego.lang.ComponentExecutionException: The task could not be successfully executed.
    Reason: 'fuego.web.execution.exception.InternalForwardException: UnExpected error during internal forward process.'.
    at fuego.web.execution.InteractiveExecution.setExecutionError(InteractiveExecution.java:307)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:166)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:239)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:104)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at fuego.web.execution.servlet.ServletExternalContext.forwardInternal(ServletExternalContext.java:197)
    at fuego.web.execution.servlet.ServletExternalContext.processAction(ServletExternalContext.java:110)
    at fuego.workspace.execution.WorkspaceInteractiveExecution.dispatchComponentExecution(WorkspaceInteractiveExecution.java:96)
    at fuego.web.execution.InteractiveExecution.invokePrepare(InteractiveExecution.java:351)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:192)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.processResult(TaskExecutor.java:266)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:101)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at fuego.web.execution.servlet.ServletExternalContext.forwardInternal(ServletExternalContext.java:197)
    at fuego.web.execution.servlet.ServletExternalContext.finishExecution(ServletExternalContext.java:103)
    at fuego.xobject.runtime.components.XObjectHtmlRuntimeController.service(XObjectHtmlRuntimeController.java:317)
    at fuego.web.execution.servlet.ServletRedirector$ControllerRedirector.forward(ServletRedirector.java:197)
    at fuego.web.execution.servlet.ServletRedirector.redirect(ServletRedirector.java:58)
    at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:224)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:104)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Unknown Source)
    Caused by: fuego.web.execution.exception.InternalForwardException: UnExpected error during internal forward process.
    at fuego.web.execution.servlet.ServletExternalContext.redirectView(ServletExternalContext.java:131)
    at fuegoblock.net.web.NewJspController.forward(NewJspController.java:95)
    at fuegoblock.net.web.NewJspController.service(NewJspController.java:53)
    at fuego.web.execution.servlet.ServletRedirector$ControllerRedirector.forward(ServletRedirector.java:197)
    at fuego.web.execution.servlet.ServletRedirector.redirect(ServletRedirector.java:58)
    at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:224)
    ... 69 more
    Caused by: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
    at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at fuego.web.execution.servlet.ServletExternalContext.redirectView(ServletExternalContext.java:128)
    ... 74 more
    Regards

    I have the same problem:
    [See my problem|http://forums.oracle.com/forums/thread.jspa?messageID=2768972&#2768972]
    Now I'd like to know how do you manage the deploy into the production server.
    Thanks.
    Daniele Cremonini

  • The graph dose not shown after running the Customize JSP Page.

    Hi All,
    While creating customize JSP I am facing one problem - The graph dose not shown after running the Customize JSP Page.
    What are the possibilities ? any body has any Idea Please help me

    Hi all,
    I have the same issue! Any solution??
    Thanks
    BI Beans Diagnostics(v1.0.2.0) 11/10/06
    =========================================================
    JDEV_ORACLE_HOME .......................... = D:\jdev1012b1913
    JAVA_HOME ................................. = D:\ORDB10gR2Home\jdk
    JDeveloper version ........................ = 10.1.2.1.0.1913
    BI Beans release description .............. = BI Beans 10.1.2 Production Release
    BI Beans component number ................. = 10.1.2.67.0
    BI Beans internal version ................. = 3.2.2.0.24.2
    Connect to database ....................... = Successful
    JDBC driver version ....................... = 10.1.0.4.2
    JDBC JAR file location .................... = D:\jdev1012b1913\jdbc\lib
    Database version .......................... = 10.2.0.2.0
    OLAP Catalog version ...................... = 10.2.0.2.0
    OLAP AW Engine version .................... = 10.2.0.2.0
    OLAP API Server version ................... = 10.2.0.2.0
    BI Beans Catalog version .................. = 3.2.2.0.24
    OLAP API JAR file version ................. = "10.1.0.5.0"
    OLAP API JAR file location ................ = D:\jdev1012b1913\jdev\lib\ext
    Load OLAP API metadata .................... = Successful
    Number of metadata folders ................ = 1
    Number of metadata measures ............... = 23
    Number of metadata dimensions ............. = 8

  • Advise needed on writing reusable components/customizations

    My application requires heavy styling of the DataGrid
    control. Some of it is plain for the looks of things and the others
    are for data visualization.
    Many, if not all of the styling customizations will be
    interesting for reuse in other projects as well, so that I am
    attempting to create them as generic components in a library.
    Now, on one hand I would like each customization be its own
    component (be it an extended class in ActionScript or an MXML
    component) so that I can pick and chose them as needed for other
    projects. But then how do I combine a couple of styles for a
    DataGrid if each one of them is an extension of the DataGrid class?
    For example, I would have Style1DataGrid.as,
    Style2DataGrid.as, and Style3DataGrid.as and would like to use
    "styles" 1 and 3 for my applicationA and "styles" 2 and 3 for my
    applicationB.
    How should I go about this kind of reuse? What
    method/approach do you use for such a scenario?
    Thanks

    There are a few stept involved.
    1 To be able to pass a comma delimited list of items you are interested in, you need to change the lovPopup.jsp to take an extra parameter, e.g. <bean:parameter id="lovDescriptorAttributeNames" name="lovDescriptorAttributes" value=""/>
    2 Modify the JavaScript function jspLovPopup to take this as a (string) parameter. In this function you use this string to find the items in the calling form and put pointers to these items in a global variable.
    3 Change the lovSearchResults.jsp page to take a comma delimited list of values as a parameter.
    4 Modify the JavaScript function chooseLovValue to take this as a (string) parameter. In this function you copy these values to the items in the global variable with pointers.
    Jan Kettenis
    JHeadstart Team

  • Customize jsp form

    Good Day,
    I have built a web application through the Oracle Jdeveloper.
    - Tecnically side, this web apps contains the following technoloy : JSP - JAVA class - web.xml.
    - Functionality side, this web apps contains consulting dynamic data stored in
    oracle database and several forms.
    The Goal is to make this web apps more customizable in order to install this
    web apps for several customers in the same version.
    In other word i want to have one form jsp page that the content should be
    customizable for each customer without forgetting how to make the business rule
    control.
    EX: Subscription form
    *** Fields to display for Customer 1 :
    ID - Password -
    *** Fields to display for customer 2 :
    ID - Password - Email - Phone
    Could you please advise me an idea about building customizable content of a web
    apps or give me some reference on how doing this ?
    Best Regards.
    Fouad Fares

    You need to use a MVC controller i use struts, try
    http://struts.apache.org
    The concept is that there is a struts servlet, you add potential urls to your struts-config.xml file and when that url is called it adds the variables to a form class, and then it calls an action class, and here it calls method in business logic, so for each potential customer you could just rewirte the struts layer.

  • How to customize JSP page in iSupport

    Hi,
    I have worked on OA framework. But I have got a requirement to customize iSupport page in oracle apps. There is a Next button on page, I want to call one DB function by passing 2 parameters to this function. Get the result from that function and show the error message to user based in result of function.
    This page is JSP page. I got the JSP page name from URL in browser. I view the source of that page and found following statement..
    onclick="javascript:document.identifyproblem.JTFValidateFlag.value='Yes';*next*('identifyproblem', 'NEXTFROMIP'); return false " type="button">Next</button><img src="/OA_HTML/cabo/images/swan/t.gif" width="10" height="10"></td></tr></table>
    "next" function is available in one .js file which is imported in above file.
    function next(form, opcode)
    if (opcode =='NEXTFROMCI' || opcode =='NEXTFROMIP') {
    if (!checkContactPoint(form)) return;
    if (checkRequiredField(form)) {
    document.forms[form].IBU_CF_SR_OPCODE.value=opcode;
    document.forms[form].submit();
    else {
    return;
    If I want to change the functionality can I add my code in above "next" function?
    Or I will have to change something in controller file of that page??

    Hi Paraq,
    if you want to extend a seeded Oracle E-Business suite page you should use the personalization framework combined with a custom controller. Personalisations are done via the ebusiness suite user interface and involve no coding and allow you to intergate custom components into the app.
    Controller extensions are not recomended in E-Business suite however they are commonly implemented. You can personalise the page/region/table controller etc... to call your custom controller when they are invoked. See the OAF Personalization/Development guide for details on how to do this.
    One problem you will have here is that if you want to modify an existing controller you will need the source code which would probably mean getting an Oracle consultant or you could decompile the class files, failing that if you can bypass the existing controller by personalizing a different aspect of the page i.e. a region or table that doesnt already have a controller then you might get away with it.
    Keith

  • Hard drive failed after update. Advise needed.

    First the system hangs. Then it took a long time to boot up. Finally, after a few rounds, the question mark folder appeared on boot up.
    I command r boot it. Sometimes it says disk has a hardware problem and smart status failing. Sometimes it is ok, but cannot erase last block on formatting. I tried to reinstall OS, but it couldn't find the disk for installing.
    Is this really a hardware issue? I'm taking my mac to a reseller tomorrow. Should I be expecting to buy a new hard disk?
    Appreciate any help or advise.
    MacBook Pro 13" mid 2012.

    If it's in warranty have it done at the Apple Store. If you are doing it yourself:
    Install Mavericks, Lion, Mountain Lion on a New HDD/SDD
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your external hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • R12 AR Invoice raxinv  -Customization (add columns) - need urgent help

    Hi,
    I need urgent help in customization of AR invoice report (raxinv) in R12. I am doing report customization for Brazil. As soon as I add one more column in report common query, build query and main query Q_invoice. Report changes to new variables in report editor q_invoice itself for example from remit_to_address_id to remit_to_address_id1 , previous_customer_id to previous_customer_id1 and start giving error that original variables e.g. remit_to_address_id , previous_customer_id are not defined in the query. Variable names and xml tags are also different from each other. even after trying to fix it, error persist.
    Thanks
    Anju

    Hi,
    I need urgent help in customization of AR invoice report (raxinv) in R12. I am doing report customization for Brazil. As soon as I add one more column in report common query, build query and main query Q_invoice. Report changes to new variables in report editor q_invoice itself for example from remit_to_address_id to remit_to_address_id1 , previous_customer_id to previous_customer_id1 and start giving error that original variables e.g. remit_to_address_id , previous_customer_id are not defined in the query. Variable names and xml tags are also different from each other. even after trying to fix it, error persist.
    Thanks
    Anju

  • Java code on a customizable jsp

    Greetings
    does anybody know how should i place this code on a template for customizable pages??
    <%!
    String ip=CacheParametrosAplicacion.obtenerInstancia().obtenerDatoParametro("IP_CONTENT_CSS");
    String puerto=CacheParametrosAplicacion.obtenerInstancia().obtenerDatoParametro("PUERTO_CONTENT_CSS");
    String ruta=CacheParametrosAplicacion.obtenerInstancia().obtenerDatoParametro("RUTA_CSS");
    String url = "http://"+ip+":"+puerto+ruta;
    %>
    i am getting this error when loading the created pages
    Error de OracleJSP: oracle.jsp.parse.JavaCodeException: Número de Línea 3, oracle.jsp.parse.JspParseTagDeclaration@76a0fa
    Error: Java code in jsp source files is not allowed in ojsp.next mod
    Edited by: Luis_muxhaxho_betancourth on 3/08/2010 11:11 AM

    Hum, I don´t think you can insert jsp code in an ADF page. Try creating a jsp page with the code you mentioned, then create an adf inline frame in your adf page and point to your jsp page using the src tag. Your jsp gets loaded inside the adf page. Hope this helps.

  • Oracle Quoting Customization JSP

    Hello,
    I need to hide a button(create quote) in oracle quoting JSP page. This can be done using profile options. Can anybody help me to fine the name for this option ..
    i did many queries to find this option and i didn't get any result. (I tried QOT% , %QUOT% , ...)
    Please Reply !
    Thanks,

    I found the JSP page for rendering this button :
    <%
    String[] subQotBtnLabelArray = (String[]) pageContext.getAttribute("qotBtnLabelArray",PageContext.REQUEST_SCOPE);
    String subQotInstr = (String) pageContext.getAttribute("qotInstr",PageContext.REQUEST_SCOPE);
    boolean subQotTranslated = "Y".equals(pageContext.getAttribute("qotTranslated",PageContext.REQUEST_SCOPE));
    if (! QotUtil.isNull(subQotInstr)
    || subQotBtnLabelArray != null && subQotBtnLabelArray.length > 0) {
    String[] subQotBtnActionArray = (String[]) pageContext.getAttribute("qotBtnActionArray",PageContext.REQUEST_SCOPE);
    if (QotUtil.isNull(subQotInstr))
    subQotInstr = " ";
    else
    subQotInstr = AOLMessageManager.getMessageSt(QotUtil.QOT_APPS_CODE, subQotInstr);
    %>
    <table cellspacing=0 cellpadding=0 width="100%" border=0 summary="">
    <tbody>
    <tr><td colspan=2 height=3></td></tr>
    <tr>
    <td class=ORAInstructionText><%= subQotInstr %></td>
    <td noWrap align=right> <%
    if (subQotBtnLabelArray != null) {
    for (int subQotI = 0; subQotI < subQotBtnLabelArray.length; subQotI ++) {
    QotCaboUtil.renderButton(_renderingContext,
    subQotTranslated ? subQotBtnLabelArray[subQotI] : qotRegionMgrObj.getPrompt(subQotBtnLabelArray[subQotI]),
    subQotBtnActionArray[subQotI]);
    } // end of for loop
    } // end of if there is at least one button
    %></td>
    </tr>
    <tr><td colspan=2 height=3></td></tr>
    </tbody>
    </table>
    <%
    } // end of if there is at least button to be rendered or instruction is presented
    %>
    How to set the rendering property to false according to a value ???????
    Please reply , it's urgent !!
    Thanks,

  • A little memory and imac selection advise needed

    This new round of core 2 duo imacs are making me FINALLY comfortable in switching to the Mac. Primarally for video editing. Can't afford FCP so FCE will be my choice. I also am a Adobe CS2 user. The current machines come with 1 gig of memory. Would I be ok with that amount or would I soon regret not paying the $175 for uping it to 2 gig? Also, screen size. Using the machine mostly for photos and video, is $500 worth the 4 extra inches? I've seen these machines at a local apple store and they are beautiful to say the least. I just didn't know if the 24 was a little over the top or not.
    Any advise?
    Sony P4 2.53ghz Windows XP

    Hi(Bonjour)!
    Get as much memory as you can, specialy if the extra chips are added at apple factory if the extra modules replace the originals one, leaving two slots available for future expansion( in fact: 2 slots because memory module are added in pair set, there are 4 slots used in pair in intel iMac: 2 filled with factory installed modules, and 2 free).
    Ask for this information when buying from apple store, may be the newer models don't have this limitation as pre-intel iMacs.
    Third party memory is usually cheaper that apple's one, but you'll have to use the third and forth slot. If your needs exceed this amount in future, you'll have to replace two modules with a bigger ones, leaving two smaller modules unused in your hand.
    For your screen question:
    as I see on apple imac's web site:
    -the 24" model offers 1920 by 1200 pixels display area (16:10 aspect ratio). That seems that your can preview HDV content at full resolution (like on Apple Cinema HD display 23" and 30 " 16:9 aspect ratio).
    -the 20" model offers 1680-by-1050 resolution (16:10 aspect ratio), not enough for HDV display in full resolution, but okay for previewing scaled down HDV content.
    You get wider viewing angle with the 24", but the same contast ratio for two models.
    If you plan to do some HDV editing in future (FCE HD can do that), the extra cost is okay.
    Pay attention to buy the current version of Final Cut express HD 3.5 to use it with intel iMac. Previous version are not universal one.
    Michel Boissonneault

  • Advise needed with New Mac OS releases.

    Hi,
    I'm new to the Mac world, and having a lot of difficulty follow these posts to try and fix the many problems I have encountered since upgrading to SL. Is SL a typical release for Mac? It seems I should have waited for more fix releases, to be available before upgrading, but the conversion from my PC to my Macbook in July went so well and Leopard was operating flawlessly for my needs that I just went ahead and upgraded to SL.
    What now, how long before Apple will fix all these problems. This is worse, at least, for me then when I upgraded from XP to Vista, which for a lot of PC users at the time was a disaster. I fell back to XP and and never returned to Vista. I eventualy bought my MacBook instead, and now I'm in a similar situation with no experience...
    Because of my inexperience with the Mac system I'm afraid to try and fall back to Leopard and risk making my situation even worse. What if Time Machine fails to get back all my data
    after Clean install of Leopard.
    Any advise will be so much appreciated. With all the experience out there I'm trying to get a feeling of is it best to stay with SL a wait for the fixes, or chance going back to Leopard, until a stable better functioning version of SL is available. For a while there I thought all my computer problem were behind me as my Mac and leopard were working so reliably, and smoothly. I guess being an early adopter of any new OS is not a good thing unless there is some real need, which there was not in my case.

    HI,
    *"For a while there I thought all my computer problem were behind me as my Mac and leopard were working so reliably, and smoothly."*
    It's difficult to help you if you don't tell us exactly what's happening.
    Yes, Snow Leopard is an upgrade from Leopard. 10.5 to 10.6
    One thing to keep in mind. If you download and install updates as they become available, they won't necessarily include the patches or fixes for problems you are encountering. The Software Update window will have the links available for the updates so you can read the documentation before installing.
    This is the docs for the 10.6.1 update.
    http://support.apple.com/kb/HT3810
    http://support.apple.com/kb/HT1222
    If you could reply and provide details to the problem you are having, then we can try and help.
    Carolyn

  • Sample JSP code needed with jdbc select lists

    Hello java experts!
    I need to create a series a jsp pages that connects to an ms access "books" database. This first page should connect to the books.mdb and populate select lists with the values from the database. The solution would be similar to the the books shopping cart in the CoreServlets book, EXCEPT I must do everything in JSP only.
    All I have done to this point is Java servlets. (I've done shopping cart stud in ASP.net, but not JSP).
    I know everyone hates to post code samples, but seeing the code will help me understand. I've read the API, the tutorials, 3 textbooks, and any other doc I could find. I understand Java beans and jsp, but I need to see the JSP for this to finally crystalize.
    Thanks in advance.
    -JavaGirl

    what school is teaching db access from jsp?

  • Advise needed on FICO certification..

    Hello gurus of FICO
    I need advise from you people on fico certification.
    I have two years of experience of sap and have cleared CFA lvl1 this year.
    I plan to do FICO certification.
    I want to do the "associate certification of ERP financial 2005", as seen on sap education.
    My questions are:-
    1) Is it relevant certification for fico ("associate certification of ERP financial 2005)
    2) What all are the material should I read to prepare for this exam, I have seen TFIN 50 and 51.
    Is it enough?
    Should the study done only from these two or should I also read cost accounting, managerial accounting...
    3) Any place where I can get these two materials. I could not find it on SAP education.
    4) An advice on the time and level of preparation required.
    Please advice,
    Thanks in advance.
    Rishab Bucha

    Hi Rishab
    Congrats on your CFA level1
    If your experience in SAP has been with an SAP Customer / Partner, and that too for 2 or more years, then you need to ask for permission from them to take your certification directly.
    This will help you to avoid the training at the SAP Partners for almost one month and will save your cost too.
    But if your experience is not adequate or appropriate as per SAP Certification guidelines, then you will have to compulsorily go through the training course at any SAP partners like Siemens or Genovate or BPCL (in India) and then take the certification.
    I suggest you call any of these and sort your query about the course.
    Now for your main questions -
    1) Is it relevant certification for fico ("associate certification of ERP financial 2005)
    Firstly it is not FI-CO anymore. It is either only FI or only CO. And yes, this is relevant. You will have to do this certification for making career into SAP FI
    2) What all are the material should I read to prepare for this exam, I have seen TFIN 50 and 51. Is it enough?
    Should the study done only from these two or should I also read cost accounting, managerial accounting...
    There is nothing like TFIN51. It is TFIN50 and TFIN52. These materials are more than sufficient and you need not do anything else for your certification. Please go through these atleast 3-4 times before your examination.
    3) Any place where I can get these two materials. I could not find it on SAP education.
    You will not find this material onlne at SAP education. It is against the guidelines to provide copyrighted material links here. You will get the material at the SAP Partners when you register for the course there
    4) An advice on the time and level of preparation required.
    As I mentioned, the course duration is 1 month. And apart from that you should read the TFIN50 and TFIN52 books atleast 3-4 times before certification. The exam is all about how strong your SAP basics are.
    Please refer to other threads too for more information about this.
    All the best Rishab!!
    Please close thread once query is solved.
    Regards
    Z

  • Maybe you are looking for

    • Search box not displaying correctly in Safari

      How can the search bar on the Apple site not display correctly in Safari? I find this odd that Apple would allow this. It displays like 2 search boxes overlapping each other. It still functions correctly but it is a little embarrassing since I am alw

    • How to delete the list that comes up in Open Recent

      I apologize because I know this has been answered before, but I cannot find the answer after quite a bit of searching in the forum. I'd like to delete the list that comes up when I choose File/Open Recent and I can't remember how to do that. Could so

    • How can I change an action of my android back button?

      When I pushing my android back button it works like a normal back function and it's fine for me. But when my history for tab is clear android back button close application and shows me home screen, but I want it to just close the tab. How can I fix t

    • Reversal of Invoices creared thru ERS

      Hello FI Experts, I am trying to reverse a vendor invoice created thru ERS. I sthere a reverse option in MM similar to the one in FI (FBRA) or can anyone tell me teh procedure Thank you for your help

    • Unsigning a signed jar

      Hi, I have a signed that I need to make changes to. I thought it would be possible to do this by removing: 1.The digest entries in the manifest 2.Signature file 3.Signature block file However, I get: java.lang.Error: Unresolved compilation problems: