Use the Data Table of JSF, but only titles are display, not data show

Hi,
I create some simple example base on some of the tutorial online and modified myself to ensure no error. One of the tutorial that I refer is http://wiki.netbeans.org/DevelopJavaEE5App.
I really wonder why my data never show in my jsp page, only show the titles. Basically what I have done were:
First create entity classes
Second create SessionBean
Third create Controller - as JSF Managed Bean which is used to bind the data in JSP page
Last is create JSP page with Data Table to show the data
The customerlist.jsp has no error and display nicely with only titles.
Pls advise.
wenxin

Hi Pino,
I'm back to continue my EJB learning path, I really need your help, as I mentioned in my previous message, another BIG challenge is that since day one, I encounter error (500 Internal Server Error Servlet error: An exception occurred....) when deployed in my remote server. Locally run the jspx page no problem, data can be shown. After checking the log file below is the error message..
10/03/22 18:12:58.17 10.1.3.4.0 Started
10/03/22 18:12:59.439 deptremote: 10.1.3.4.0 Started
10/03/22 18:14:02.724 deptremote: Servlet error
javax.faces.el.PropertyNotFoundException: Error finding property 'html1' from bean of type oracle.view.backing.DeptEmployees: java.lang.NoClassDefFoundError: javax/faces/component/html/HtmlForm
     at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:95)
     at oracle.adfinternal.view.faces.model.FacesPropertyResolver.getValue(FacesPropertyResolver.java:92)
     at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:187)
     at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:171)
     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
     at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
     at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
     at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
     at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
     at oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)
     at deptEmployeesjspx._jspService(_deptEmployees_jspx.java:102)
     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:287)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NoClassDefFoundError: javax/faces/component/html/HtmlForm
     at java.lang.Class.getDeclaredMethods0(Native Method)
     at java.lang.Class.privateGetDeclaredMethods(Class.java:2365)
     at java.lang.Class.getDeclaredMethods(Class.java:1763)
     at java.beans.Introspector$1.run(Introspector.java:1265)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1263)
     at java.beans.Introspector.getTargetMethodInfo(Introspector.java:1129)
     at java.beans.Introspector.getBeanInfo(Introspector.java:387)
     at java.beans.Introspector.getBeanInfo(Introspector.java:159)
     at com.sun.faces.el.impl.BeanInfoManager.initialize(BeanInfoManager.java:244)
     at com.sun.faces.el.impl.BeanInfoManager.checkInitialized(BeanInfoManager.java:230)
     at com.sun.faces.el.impl.BeanInfoManager.getProperty(BeanInfoManager.java:310)
     at com.sun.faces.el.impl.BeanInfoManager.getBeanInfoProperty(BeanInfoManager.java:204)
     at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:85)
     ... 49 more
10/03/22 18:14:07.146 deptremote: Servlet error
javax.faces.el.PropertyNotFoundException: Error finding property 'html1' from bean of type oracle.view.backing.DeptEmployees: java.lang.NoClassDefFoundError: javax/faces/component/html/HtmlForm
     at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:95)
     at oracle.adfinternal.view.faces.model.FacesPropertyResolver.getValue(FacesPropertyResolver.java:92)
     at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:187)
     at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:171)
     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:40--------------------------------------------------------------------------------
I suspect was due to the message that I got when drag the employeelist from Data Control Palette, as below:
The "Embedded OC4J Client" has been added to the client project.
This library provides a "jndi.properties" file that allows EJBs to be resolved in the embedded OC4J server.
To resolve EJBs running in a remote application server,
remove this "Embeded OC4J Client" library from the project and add a custom "jndi.properties" file to the client project instead.
am I missing anything????
Regards,
Wen Xin

Similar Messages

  • Using iweb to create a webpage but wrong fonts are displayed

    Hi,
    I am trying to create a front page for the followoing site using iweb '09. Whenever i publish the site the font that appears is totally incorrect. However when I view the site on my imac, it looks as it should do.
    I've seen numerous threads on this but the fixes haven't seem to work for me. The font I am trying to use is VAG Rounded.
    Can anyone help?
    <Link Edited By Host>

    Your font is most likely not available on any computer :
    http://www.myfonts.com/fonts/adobe/vag-rounded/
    To display custom fonts on webpages read this :
    http://www.wyodor.net/Tutorials/Google/Google_Fonts.html
    To use a free VAG rounded alternative, see this  :
    http://www.google.com/search?q=VAG+Rounded+free+alternative
    Then perhaps this :
    http://www.fonts101.com/fonts/view/Standard/8766/VAG_Round.aspx
    Then learn about embedded fonts :
    http://www.google.com/search?q=embed+font
    See how I do it here with iWeb and non-iWeb pages :
    http://www.wyodor.net/_Demo/Fancy/Dynamic_Text.html
    http://www.wyodor.net/mfi/global/Blank.html
    http://www.wyodor.net/_Fonts/
    http://www.wyodor.net/htmlegg/googlefonts.html

  • It says I have 34 msgs in my inbox but only 11 are displayed-- whaaat????

    the Q asks it all.

    If you are using IMAP, then try webmail account. You would be able to see newly received emails in the mailbox.

  • I want to use the internet on my ipone but it says that i am not subscribed to a mobile dater service how can i fix this

    i want to use the internet on my ipone4 but it says that im not subscribed to a mobile dater service how can i fix this

    Subscribe to a mobile data service.
    Call your provider and make sure you have a data package.

  • Trying to test the Collaboration portal url using the below option in SICF but it is only pulling a blank screen

    Hi All,
    Am trying to test the Collaboration portal url using the below option in SICF but it is only pulling a blank screen.
    The path in SICF is  : /sap/bc/ui5_ui5/tmui/coll_portal
    The webpage does not reflect any error except a blank screen.
    Is there any basis side or TM side configuration that needs to be done to have data displayed on that webpage?
    Appreciate quick reply.
    Thanks.
    Sat

    Hi Jan,
    Now am getting this error :
    Gateway service /SCMTMS/USER not active
    From the security guide I found a handful of services to be activated :
    The following services are required if you intend to use the SAP TM Collaboration Portal:

    /sap/public/bc/ur/

    /sap/public/bc/icf/logoff

    /sap/public/bc/UI2/

    /sap/bc/ui2/startup

    /sap/opu/odata/SCMTMS/TENDERING/

    /sap/opu/odata/SCMTMS/USER/

    /sap/opu/odata/SCMTMS/GENERAL/

    /sap/opu/odata/SCMTMS/EVENT_NOT/

    /sap/opu/odata/SCMTMS/INVOICE_SUBMISSION

    /sap/opu/odata/SCMTMS/FRT_PROCUREMENT

    /sap/opu/odata/SCMTMS/INVOICING

    /sap/bc/ui5_ui5/tmui/coll_portal/
    But in my system, in SICF only this path is present /sap/opu/odata.
    /SCMTMS onwards is missing, so am not able to activate these bunch of services which ideally should be present in the system. Hence am thinking to open a ticket with SAP for the same.
    What you suggest?
    Regards,
    Sat

  • Hiding the columns in data table in jsf

    Hi Guys,
    I have stuck one situation in my project . i.e i want to hide the columns in Data table in jsf.
    Please response this mail.
    Thanks
    Narne

    See this...
    [http://forum.java.sun.com/thread.jspa?threadID=5119514&messageID=9938606]

  • HT5454 I'm in an educational environment.  New student computers have ARD installed.  We don't want them to use the administration features of ARD but to be clients only.  How can I accomplish this?

    I'm in an educational environment.  New student computers have ARD installed.  We don't want them to use the administration features of ARD but to be clients only.  How can I accomplish this?

    Unless you installed the ARD administration application on the computers yourselves, all they'll have is the client. The ARD admin app is not included with Macs; it must be purchased from the Mac App Store. If you did for some reason install the ARD admin app, just remove it.
    Regards.

  • I have two iphones using the same computer and I can only find a backup for my iphone and not my girlfriends.  She uses itunes a lot more often then I do but cant find it

    I have two iphones using the same computer and I can only find a backup for my iphone and not my girlfriends.  She uses itunes a lot more often then I do but cant find it.  Really need some help.  Shouldnt her apps and details be saved online in the itunes store?  Even her apps wont appear

    If you create an Apple ID for your daughter, signing out of the existing Apple ID with the iTunes & App Store on her iPhone will not change anything on your iPhone.
    All apps include DRM protection which is tied to the Apple ID that was used to download the apps.
    If she starts using her Apple ID to download apps, when there is an app update for an app on her iPhone that was downloaded with the current shared Apple ID, she will need to use that Apple ID and password to download the app updates.

  • HT3728 I do not need another wireless network but want to use the airport express for printer access only.  Can this be done and how?

    I do not need another wireless network but want to use the airport express for printer access only.  Can this be done and how?

    You can configure the AirPort Expess to "Join a wireless network" and enable the Ethernet port so that Ethernet devices will be able to connect.
    In order to print from the iOS devices, you will need to have an application like Printopia installed on your Mac. The Mac must be active when you want to print.
    More details here: Printopia - AirPrint to Any Printer - Print from iPad - Print from iPhone ...
    There is a free trial available for Printopia, so make sure that it will work before you buy the AirPort Express.

  • I am using the dynamic signal analyzer.vi but this vi has the output as single precision. How can I change this to DBL precision?

    I am using the dynamic signal analyzer.vi but this vi has the output as single precision. How can I change this to DBL precision? If I change the representation from single to double in the AI buffer read.vi labview returns ilegal operation and crash. I have labview 5.1 on windows 95 and one AT-MIO16XE50 DAQ board.
    Thanks in advance
    Ricardo.

    Probably by changing the data type that lvdaq.dll expects to write to is causing the crash. I can't test this since I have only 6.1 installed now. In any case, since the daq card is only 16 bits, the single precision is probably adequate for AI Buffer Read. If you do need the greater precision later on, you should be able to change representation in any one of the upper level VIs.

  • How can i safely segregate certain cookies (such as my bank's) so that i can use the delete all cookies feature but preserve those cookies?

    how can i safely segregate certain cookies (such as my bank's) so that i can use the delete all cookies feature but preserve those cookies? windows xp, firefox 13.0.1

    You can't delete all cookies if you want to preserve some of them.
    You will have to let all cookies expire when you close Firefox and create an allow exception for cookies that you want to keep and only clear cookies manually and not via Clear Recent History.
    *Tools > Options > Privacy : History: [X] Clear history when Firefox closes > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    You can also consider to access website in Private Browsing mode if you do not want to store data to disk form those websites.
    *https://support.mozilla.org/kb/Private+Browsing

  • I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't

    I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't use.  This month my daughter comes home from College and she accidentally uses 24G.....14 over get blind sided with $140.00 in overages.  I called Verizon today......stopped in to the store today......My neighbor told me they waved charges for her one time.  Lots of charges.....But I'm am getting no help.  Not even an offer of a payment plan to help me out.  I went back just 6 months and I have over paid for 19G.....Seems like they would like to help out their loyal customers!!!!     Does anybody have any suggestions on how to deal with them?   We are not wealthy....or I would just pay this and walk away......

    There is a big misconception in what customers believe a cell carrier is obligated to do.
    You pay a set price to use up to that amount of xx data. It makes no difference if you use it to the paid limit or way under. Its like peace of mind when you don't have to worry about a data counter.
    Your daughter used the data, your plan is quite clear of what overage charges are. Why should or would Verizon wireless just forgive the charges because you are a customer? Your daughter used the data, get the money from her. That is the responsible thing to do.
    There is no "I have been a loyal customer so please remove the $120, or $250, or $2,000.00 since I did not mean to use it"
    Your electric company, or gas company or any other company does not remove valid charges. Why should Verizon wireless?
    Just pay the invoice and don't think you are being mistreated because Verizon is a business and not a charity.
    Good Luck

  • My sister and I each have an ipod touch. We use the same computer and itunes but each have our own apple id. Everytime I want to update an app on my ipod it asks for my sisters apple id login!? help!

    My sister and I each have an ipod touch. We use the same computer and itunes but each have our own apple id. Everytime I want to update an app on my ipod it asks for my sisters apple id login!? help!

    When it asks for another ID on an App Update, it means that the application was purchased under your sister's ID but downloaded to your device from the iTunes library that you share. Even though you both have your own Apple IDs, since you are syncing on the same computer, you are using the same iTunes library.
    Whoever purchased the app is forever tied to it, and you can only have one version of a particular app in a single library....
    Does that make sense?
    Cheers,
    GB

  • I would like to go for older version of one of the app ( snipsnap ). previously i used to have in my iphone but during synching i did not got option to transfer apps to library so i lost all my apps. how can i get snipsnap v1.3 again?

    i would like to go for older version of one of the app ( snipsnap ). previously i used to have in my iphone but during synching i did not got option to transfer apps to library so i lost all my apps. how can i get snipsnap v1.3 again? or if anyone have link to this older version app please let me know. thanks.

    You appear to have an iPhone 5. Snipsnap 2.4.2, the current version, says it works on iPhone 5, iOS 5.0 or later. Why do you want an out of date version of the app?

  • TS3423 Mac book pro stops responding after Maverick OS restart. Currently have a circle with a line through it after 20+ hours. Tried to shut it down and use the Time Machine to restore but no response. How can I restore with Time Machine if it will not s

    Mac book pro stops responding after Maverick OS restart. Currently have a circle with a line through it after 20+ hours. Tried to shut it down and use the Time Machine to restore but no response. How can I restore with Time Machine if it will not start?

    sonjadg,
    you can purchase a replacement pair of grey installation DVDs for your MacBook Pro from either Apple or iFixit. If Startup Manager is only showing an OS X Installer volume, then it sounds like the Mavericks installer had a problem midway through its installation process. To fix this, you’re going to need to erase your internal disk and reïnstall your original version of OS X from the grey Mac OS X Install DVD, use Software Update  to get it back to 10.6.8 (presuming that your MacBook Pro originally came with Snow Leopard), and then restore from Time Machine.

Maybe you are looking for

  • Cacaoadm  solaris 10 x86 123896-20 patch

    Hi all. i have to install and add 123896-20 x86 solaris 10 cacaoadm patch. but i have sun online records and last 3 days sunsolve.sun.com site is not permit patch download. probably this is oracle mission anyone have this patch software. please give

  • Lock table size change in instance profile RZ10

    i need your help. I changed the table size from 10000 to 17000 and then to 20000 but still have the same table size as before.i used rz10 to change the parameter enque/table_size. the steps i followed are as in all documents i can find. 1. change par

  • Is there a template available for a credit card authorization form?

    Is there a template available for a credit card authorization form? (Something professional looking along the lines "I authorize a one time payment in the amount of...select Mastercard, Amex...billing addresss...3 digit code...) Thanks

  • How do I recover/restore; iOS5 ate my stuff!!!

    My apps, photos, music are missing after iOS5 Upgrade/Restore. Where are they and how do I restore all of my apps, photos and music? The only apps that were listed in iTunes was iWorks, but none of my other apps were listed. Not to mention all of the

  • How to control a 1hp motor using input from battery voltages

    I'm brainstorming ideas on how to control a motor based on an input from battery voltages. The idea is to monitor battery voltages and output ideal motor speed in order to get maximum effieciency for a specified period of time. The batteries will be