Problem in running TreeTable component with Myfaces

Hi,
I am trying to run treeTable component of adf with Myfaces.
The tag is rendered but not functioning properly.
It shows one level expanded as mentioned below :
> H1 // H1 has 2 related records
+> H2 // H2 has 3 related records
+> H3 //H3 has 1 related record
but when I click on H2 then It is not expanding.
Please Help.
Regards,
Sachin

The treeTable component is working.
The problem is due bcoz of following code::
<!-- <af:column>
<f:facet name="header">
<h:outputText value="Map Link"/>
</f:facet>
<h:outputText id="button" value="Map" onclick="showOnMap(this);" />
     <h:inputHidden id="primary-key" value="#{foo.assetId}"/>
<h:inputHidden id="assetType" value="#{foo.assetType}"/>
</af:column>
-->
when I comment the above mentioned column the page is rendered and treeTabel is working properly.
Can anybody help why the above mentioned tags are doing problem?
Regards,
Sachin

Similar Messages

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • Problem to run ABAP job with VARIANT in Redwood

    Hi,
    I am new to SAP, Redwood and this forum so if this topic has been covered earlier I apologize.
    My problem is that I have a SAP job with a VARIANT in SAP that I want to have working in Redwood.
    I import the job with RSI_IMPORT_ABAP_PROGRAMS and the variant with RSI_IMPORT_VARIANTS. At this
    stage I am relatively sure I was able to run the job once by submit RSI_ABAP_RUN with variant.
    I use the RSI_GENERATE_VARIANT to generate the VAREDIT script to be able to change the parameters
    for the ABAP job. Modify the parameters, run the VAREDIT script.
    When I now try to run the RSI_ABAP_RUN with the variant I enters values for instance, client, jobclass,
    ABAP program (from dropdown list), ABAP variant (from dropdown list), Job name (get filled automatically)
    then tries to goto "next" or "submit" I get a popup window.
    Error
    Enter a valid value for the ABAP_VARIANT_NAME.
    I am still able to run the job in SAP with VARIANT and in background.
    Does anyone have any ideas?

    Hi Henrik,
    One of the parameter checks apparently is failing, and in some special cases the issue may be with another (related) parameter.
    Can you tell me exactly which version you are using (6.0.2.x or maybe 7.0.x.y) ?
    You can find this in the view JCS_PRODUCT_COMPONENT_VERSION or by running the RW_SHOW_INSTALLED_COMPONENTS script. I would need to know the repository and the rsi version.
    Have you tried entering a (different) jobname manually ? And if the client number you use below 100, does it have leading zeros or not ?
    Anton.

  • Problem for running Update query with Chinese

    Hi all,
    I am running a web application in Lotus Domino.
    I have a Lotus Script Agent which need to update Oracle 8i Database with Chinese Character throught ODBC but i find that all characters become some strange characters.
    I got the problem only for update query.
    I have no problem for select query for getting the chinese data.
    Also, I got no problem to run the update query with chinese characters in Sqlplus.
    I also try to run the same update query which the ODBC connection is pointing to an MS Access Database. It works too.
    So the only things i leave is the Oracle ODBC driver.
    Anythings I should do for the Oracle ODBC server?
    Thanks very much.

    Hi, I checked the registry of Oracle and
    in the NLS_LANG field, the values is AMERICAN_AMERICA.UTF8. In the server side, I set the same.
    It should be okay, as i can retrieve the chinese content in the Oracle. Just that when i try to run a query contain chinese, such as,
    "insert into TableA values ('���')". i will got some strange character inserted in the databasae.
    Could you tell me what should i do?
    Thanks a lot a lot.

  • Problems to run BPEL process with console

    Hi,
    I deployed different BPEL samples / demos in the Process Manager, e.g. LoanFlowPlus, StarLoan, CreditRatingService, UnitedLoan
    Whatever process instance I am trying to run and view with the visual flow, I get a emty error message window "Exception" with an X that would never close.
    There is no specified error message.
    Futhermore it is not possible to delete / undeploy processes.
    Thank you for help

    Hi,
    I know I've seen this problem with Firefox. I'm not sure of the exact list of browsers that are supported, but I know that IE works well. Firefox seems to work fine, until you try and view the audit trail.
    Catherine

  • Problem in run remote client with appclient

    I am having problems to execute remote clients (remote machines) using script of client conteiner: appclient. Local it functions perfectly, however when executed in a remote machine, the application not run wheel.
    Thanks!

    Have you looked at the Developer's Guide?
    http://docs.sun.com/app/docs?q=clients&p=doc%2F819-0079
    Specifically the section on creating clients with and without the app client container?
    http://docs.sun.com/source/819-0079/dgacc.html

  • Problem in running j2ee programs with SSL: SSL context init failed : cannot

    Hi,
    I am just trying to run some servlet program that creates some SSL socket to communicate with a server. I have configured my java.security file but when i run my rpogram i get this error
    SSL context init failed : cannot recover key.i am using SunJSSE provider
    Plz help me and i am confused as in how to enable jsse in my sun java system app server platform edition.
    Waiting for ur replies!
    Thanks,
    Akshatha

    I got this error last week.
    The problem was that the keystore I was pointing to, was in other location, so it could not initialize the default context.
    I had defined ...
    String CLIENT_CERTIFPATH = getParam("client.certificate.path", "/users/pridas/myKeystoreFile");
    // getParam extracts the location of the keystore from a text file which contains some configuration parameters. The default value will be /users/pridas/myKeystoreFile
    In my case, I will try to develop a secure SOAP conexion using certificates.
    Before to try the conexion, I defined ...
    System.setProperty("javax.net.ssl.trustStore", CLIENT_CERTIFPATH);
    System.setProperty("javax.net.ssl.keyStore", CLIENT_CERTIFPATH);
    ... and the problem when I got this error ... the keystore file was not in the correct location.
    That was how I resolved this error.
    I hope everybody will be oriented about this kind of errors.
    Salu2.

  • Scrollbars problem when running a form with Sun Java instead of Jinitiator

    Hi All;
    Our forms are configured to run with the Sun Java instead of
    Jinitiator; functionality wise everything works fine, but when running
    the forms on the web there are 2 extra scrollbars
    (one vertical and one horizontal) in addition of the browser scrollbar.
    Note: This is does not happen when running the same form with Jinitiator (same configurations)
    Anyone encountered this situation or has an idea how to to get ride of the extra scrollbars ???
    Thanks.

    Thanks for your replay.
    I was able to make all forms working without scrollbars when running form developer at the desktop (windows os) without scrollbars
    but when I run them at the application server (Linux Red Hat 3 Enterprise), scrollbars are still there.
    I tried your suggestion but did not help
    here is the formsweb configuration
    [jdk15]
    baseHTML=base.htm
    jpi_classid=clsid:CAFEEFAC-0015-0000-FFFF-ABCDEFFEDCBA
    jpi_codebase=http://server_name:port/forms/jinitiator/jre15012.exe#Version=1,5,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_12
    jpi_download_page=http://server_name:port/forms/jinitiator/jdk_download.htm
    baseHTMLJInitiator=basejpi_with_disableMDIScrollbars_param.htm
    archive=frmall.jar
    separateFrame=False
    splashScreen=no
    background=no
    width=975
    height=575
    form=xxxxx.fmx
    lookandfeel=Generic
    logo=no
    otherparams=useSDI=yes
    The window get maximized at when-new-form-instance.
    Does it has to do with the canvas or window height and width at the design time????
    Thanks.

  • When i try to open the itunes store in itunes,windows closes it after not finding a solution for the problem.I have uninstalled and reinstalled the Itunes software. I am running Win 7-with IE10-any help?

    When I selected the Itunes store on my win PC today-the program was closed by windows with windows saying there was a problem. I tried a couple of times and then uninstalled the itunes software and reinstalled it with the same results. The program has always worked before but I have not used it recently since the Ipad now receives it's software updates right off the router. I am running Win 7 with IE10. Anyone with the same problem?

    My post has been viewed 24 times, and yet have had no answers. I have always like adobe products, however if this is the type of support they offer, I will never purchase another product of theirs. The issue I am having is the same issue many others have had, and yet no answer. Poor customer service!

  • Problem when creating planned order with MRP run

    Hello,
    I create a material with a fix reorder point, MRP type VB. When I run MRP with MD03 on this material I have several problems :
    - planned order is created with an opening date in the past, so I have error 'Opening date in the past' in MD04. How can I generate a planned order with opening date not in the past
    - when changing manually opening date, after running again MD03, I have error 'No BOM selected'. Material is configurable, has a text BOM, a routing and a configuration profile. What is the problem? When modifying planned order, I have message :
    Material requires configuration
    Message no. 61259
    Diagnosis
    Orders and requirements for a configurable material must have characteristic values.
    Usually, you should create a variation for configurable materials managed in inventory management which has the default variant configuration.
    System Response
    MRP: Requirements without characteristic values for a material cannot be planned in MRP.
    Procedure
    Check requirements or orders.
    Create a configuration evaluation for the material in the material master record if necessary.
    Thanks in advance.

    Hi
    I am facing the problem. Could you please tell me if you have resolved the above problem? If yes, Could you please provide me as how you resolved? Thanks in advance.
    Thanks
    Nagesh.

  • Problem after run report with spreadsheet

    hi evry one
    ther an a problem after run report with spreadsheet .
    after runing iexplorar open and close fast no thing else
    when i check the job from appserver job success with spreadsheet dis format.
    what shall i do.
    thanks.

    Hello,
    Do you use the Oracle Forms builtin WEB.SHOW_DOCUMENT ?
    If yes , take a look to : "IE7 windows opened and closed immediatly"
    http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Internet_Explorer/Q_23304982.html
    You can test the solution suggested :
    We have found the setting that we needed, under the Internet Options
    Security tab, if you select the internet zone, and click the custom level
    button, then scroll down to the Downloads section, the first option is
    Automatic prompting for file downloads, setting this to enable keeps IE 7
    from interfering with this sort of download.
    Regards
    Example with screen shots :
    http://www.celt.iastate.edu/webct/securitysettings.html
    Regards

  • How to use MyFaces component with Java Creator 2

    Please advise for me the way to use Myfaces component with Java Creator 2. Thanks

    Apologies for the late reply, but currently what exists generally for MyFaces integration with Creator is on this blog:
    http://wiki.java.net/bin/view/Javatools/CustomComponentLibraries
    You might also want to post the same question on the nbusers alias on netbeans.org, referencing Visual Web Pack
    Regards,
    -Brad Mayer

  • Performance problems with MyFaces 1.1.3 in Weblogic 8.1SP3

    Hi,
              we developed a JSF based application using Apache <b>myFaces 1.1.3</b> and <b>Tomcat 5.0.27</b> as development container. The application works very well with excellent performance in tomcat. But when deployed to weblogic <b>8.1SP3</b> the performance gets really really poor. Just to give you an example: A pure navigation task between two JSP pages (<u>without any additional functionality</u>) takes <b>more than 6 seconds</b> - in tomcat this took a <b>split second</b>.
              Does anyone can figure out where this discrepancy may come from?
              Thanks for a hint ...
              Cheers,
              Chris

    Hi,
              see text below for some fragments of the BEA support answer to this problem:
              "Weblogic version 6.x and 7.x are not supporting JSF's. [...] The present Weblogic version 8.1 supports, but not all service pack. Only SP4 supports that too in the Weblogic WORKSHOP only, since this is Struts oriented Framework. [...] Weblogic 9.0 supports JSF(Java Server Faces)".
              So this problem has nothing to do with the implementation of myFaces ...
              Cheers,
              Chris

  • Is anyone experiencing problems with opening mission control from the desktop.  Running mountain lion with parallels 7 and windows 7

    is anyone experiencing problems with opening mission control from the desktop.  Running mountain lion with parallels 7 and windows 7

    I had been having a similar problem on Lion with Safari pdf files despite downloading the latest Adobe Reader XI.
    I would constantly get the same messages - There was an error opening this document. The file is damaged and could not be repaired. And I would get a blank page when I tried to print the pdf if I tried printing from the Safari web page using File - Print from the top toolbar on my laptop.
    Then I came across the grey Safari lozenge with action icons.
    This allowed me, without downloading the pdf, to print the pdf file direct from the Safari page by using the Print icon on the grey lozenge that appears centrally three quarters down the screen.
    Then I discovered that if I save the pdf using the Save icon from this same grey lozenge on the Safari page I can open and print this pdf version from my desktop.
    I've tested it with a couple of different pdf files and these methods work using the grey lozenge icons but the same pdfs files don't work using File - Save As on the Tool Bar.

  • Problem with MyFaces

    Hi guys! I`m working with myfaces libraries but i have the following problem:
    when i define a validator or phaseListener in faces-config.xml ... their not being invoked... Any suggesstions?

    Did you solve this issue? I'm struggling with the same issue for the past few days.

Maybe you are looking for

  • HT1338 Every time I try to use software update the window opens to scan then crashes with an error message.

    I am having problems with a BT Yahoo account where the home page opens but it will not let me open e-mail. When you click on mail it takes you to an upgrade page where there is a button for you to continue without upgrading. When you click on that it

  • Problem in while creating text search index

    Hi, When I am tring to create a text search index I am getting the following: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-10700: preference does not exist: GLOBAL_LEXER ORA-06512: at "CTXSYS

  • RTMP Audio Only Streams and the BufferTrait

    I'm encountering and issue when trying to access the bufferTrait of an RTMP stream that is audio only. I can "getTrait" and it retrieves it, but when I try to adjust the bufferTime, it doesn't register any adjustments. We have a custom buffering to o

  • Making a button dissapear once clicked.

    Hi, I've created a button which makes a div appear. But what I want to know is make the button either dissapear once clicked or change its function and name to make the div dissapear. Problem is I have already used the onClick function, here is the c

  • Sync problem "not authorized to sync from this computer"!!

    When I want to sync my iphone with application that I download to my itunes in my comuter. it gives error and says you are not authorized to sync your iphone at this computer???Why not??