Data Table will not bind to Dropdown List selection

I get the following error when I try to use my own database tables (As in the "Using Databound Components to Access Databases" tutorial). It is a Oracle9i database. The Table (Vehicle)I use to populate the Dropdown List has around 450 000 rows, and the ComponentRowset returns 362 000 rows when run without a parameter.
Exception Details: javax.faces.el.EvaluationException
java.lang.NullPointerException
Possible Source of Error:
Class Name: com.sun.faces.el.ValueBindingImpl
File Name: ValueBindingImpl.java
Method Name: getValue
Line Number: 206
Please help! What am I doing wrong? As far as I can see the code is identical to the "Using Databound Components to Access Databases" tutorial.
Here is the code:
* Page1.java
* Created on 12 October 2004, 05:56
* Copyright jgenis
package ucodapp;
import javax.faces.*;
import com.sun.jsfcl.app.*;
import javax.faces.component.html.*;
import com.sun.jsfcl.data.*;
import javax.faces.component.*;
import com.sun.sql.rowset.*;
import javax.faces.event.*;
import javax.faces.convert.*;
public class Page1 extends AbstractPageBean {
    // <editor-fold defaultstate="collapsed" desc="Creator-managed Component Definition">
    private int __placeholder;
    private HtmlForm form1 = new HtmlForm();
    public HtmlForm getForm1() {
        return form1;
    public void setForm1(HtmlForm hf) {
        this.form1 = hf;
    private HtmlDataTable dataTable1 = new HtmlDataTable();
    public HtmlDataTable getDataTable1() {
        return dataTable1;
    public void setDataTable1(HtmlDataTable hdt) {
        this.dataTable1 = hdt;
    private JdbcRowSetXImpl componentRowSet = new JdbcRowSetXImpl();
    public JdbcRowSetXImpl getComponentRowSet() {
        return componentRowSet;
    public void setComponentRowSet(JdbcRowSetXImpl jrsxi) {
        this.componentRowSet = jrsxi;
    private HtmlOutputLabel componentLabel1 = new HtmlOutputLabel();
    public HtmlOutputLabel getComponentLabel1() {
        return componentLabel1;
    public void setComponentLabel1(HtmlOutputLabel hol) {
        this.componentLabel1 = hol;
    private HtmlOutputText componentLabel1Text = new HtmlOutputText();
    public HtmlOutputText getComponentLabel1Text() {
        return componentLabel1Text;
    public void setComponentLabel1Text(HtmlOutputText hot) {
        this.componentLabel1Text = hot;
    private UIColumn column1 = new UIColumn();
    public UIColumn getColumn1() {
        return column1;
    public void setColumn1(UIColumn uic) {
        this.column1 = uic;
    private HtmlOutputText outputText1 = new HtmlOutputText();
    public HtmlOutputText getOutputText1() {
        return outputText1;
    public void setOutputText1(HtmlOutputText hot) {
        this.outputText1 = hot;
    private HtmlOutputText outputText2 = new HtmlOutputText();
    public HtmlOutputText getOutputText2() {
        return outputText2;
    public void setOutputText2(HtmlOutputText hot) {
        this.outputText2 = hot;
    private UIColumn column2 = new UIColumn();
    public UIColumn getColumn2() {
        return column2;
    public void setColumn2(UIColumn uic) {
        this.column2 = uic;
    private HtmlOutputText outputText3 = new HtmlOutputText();
    public HtmlOutputText getOutputText3() {
        return outputText3;
    public void setOutputText3(HtmlOutputText hot) {
        this.outputText3 = hot;
    private HtmlOutputText outputText4 = new HtmlOutputText();
    public HtmlOutputText getOutputText4() {
        return outputText4;
    public void setOutputText4(HtmlOutputText hot) {
        this.outputText4 = hot;
    private UIColumn column3 = new UIColumn();
    public UIColumn getColumn3() {
        return column3;
    public void setColumn3(UIColumn uic) {
        this.column3 = uic;
    private HtmlOutputText outputText5 = new HtmlOutputText();
    public HtmlOutputText getOutputText5() {
        return outputText5;
    public void setOutputText5(HtmlOutputText hot) {
        this.outputText5 = hot;
    private HtmlOutputText outputText6 = new HtmlOutputText();
    public HtmlOutputText getOutputText6() {
        return outputText6;
    public void setOutputText6(HtmlOutputText hot) {
        this.outputText6 = hot;
    private UIColumn column4 = new UIColumn();
    public UIColumn getColumn4() {
        return column4;
    public void setColumn4(UIColumn uic) {
        this.column4 = uic;
    private HtmlOutputText outputText7 = new HtmlOutputText();
    public HtmlOutputText getOutputText7() {
        return outputText7;
    public void setOutputText7(HtmlOutputText hot) {
        this.outputText7 = hot;
    private HtmlOutputText outputText8 = new HtmlOutputText();
    public HtmlOutputText getOutputText8() {
        return outputText8;
    public void setOutputText8(HtmlOutputText hot) {
        this.outputText8 = hot;
    private UIColumn column5 = new UIColumn();
    public UIColumn getColumn5() {
        return column5;
    public void setColumn5(UIColumn uic) {
        this.column5 = uic;
    private HtmlOutputText outputText9 = new HtmlOutputText();
    public HtmlOutputText getOutputText9() {
        return outputText9;
    public void setOutputText9(HtmlOutputText hot) {
        this.outputText9 = hot;
    private HtmlOutputText outputText10 = new HtmlOutputText();
    public HtmlOutputText getOutputText10() {
        return outputText10;
    public void setOutputText10(HtmlOutputText hot) {
        this.outputText10 = hot;
    private UIColumn column6 = new UIColumn();
    public UIColumn getColumn6() {
        return column6;
    public void setColumn6(UIColumn uic) {
        this.column6 = uic;
    private HtmlOutputText outputText11 = new HtmlOutputText();
    public HtmlOutputText getOutputText11() {
        return outputText11;
    public void setOutputText11(HtmlOutputText hot) {
        this.outputText11 = hot;
    private HtmlOutputText outputText12 = new HtmlOutputText();
    public HtmlOutputText getOutputText12() {
        return outputText12;
    public void setOutputText12(HtmlOutputText hot) {
        this.outputText12 = hot;
    private UIColumn column7 = new UIColumn();
    public UIColumn getColumn7() {
        return column7;
    public void setColumn7(UIColumn uic) {
        this.column7 = uic;
    private HtmlOutputText outputText13 = new HtmlOutputText();
    public HtmlOutputText getOutputText13() {
        return outputText13;
    public void setOutputText13(HtmlOutputText hot) {
        this.outputText13 = hot;
    private HtmlOutputText outputText14 = new HtmlOutputText();
    public HtmlOutputText getOutputText14() {
        return outputText14;
    public void setOutputText14(HtmlOutputText hot) {
        this.outputText14 = hot;
    private RowSetDataModel dataTable1Model = new RowSetDataModel();
    public RowSetDataModel getDataTable1Model() {
        return dataTable1Model;
    public void setDataTable1Model(RowSetDataModel rsdm) {
        this.dataTable1Model = rsdm;
    private HtmlSelectOneMenu dropdown1 = new HtmlSelectOneMenu();
    public HtmlSelectOneMenu getDropdown1() {
        return dropdown1;
    public void setDropdown1(HtmlSelectOneMenu hsom) {
        this.dropdown1 = hsom;
    private UISelectItems dropdown1SelectItems = new UISelectItems();
    public UISelectItems getDropdown1SelectItems() {
        return dropdown1SelectItems;
    public void setDropdown1SelectItems(UISelectItems uisi) {
        this.dropdown1SelectItems = uisi;
    private JdbcRowSetXImpl vehicleRowSet = new JdbcRowSetXImpl();
    public JdbcRowSetXImpl getVehicleRowSet() {
        return vehicleRowSet;
    public void setVehicleRowSet(JdbcRowSetXImpl jrsxi) {
        this.vehicleRowSet = jrsxi;
    private BigDecimalConverter dropdown1Converter = new BigDecimalConverter();
    public BigDecimalConverter getDropdown1Converter() {
        return dropdown1Converter;
    public void setDropdown1Converter(BigDecimalConverter bdc) {
        this.dropdown1Converter = bdc;
    // </editor-fold>
    public Page1() {
        // <editor-fold defaultstate="collapsed" desc="Creator-managed Component Initialization">
        try {
            componentRowSet.setDataSourceName("java:comp/env/jdbc/CDS");
            componentRowSet.setCommand("SELECT ALL TRACKER.COMPONENT.PINNO, TRACKER.COMPONENT.UNITCODE, TRACKER.COMPONENT.INSTALLEDDATE, TRACKER.COMPONENT.INSTALLREPORTNO, TRACKER.COMPONENT.TNUSERIALNO, TRACKER.VEHICLE.REGNO, TRACKER.VEHICLE.VINNO, TRACKER.VEHICLE.VEHICLEID, TRACKER.TRACKERAGREEMENT.TAID, TRACKER.TAPRODUCT.TAPRODUCTID, TRACKER.COMPONENT.COMPONENTID, TRACKER.COMPONENT.TAPRODUCTID, TRACKER.COMPONENT.COMPONENTTYPEID, TRACKER.COMPONENT.INSTALLERID, TRACKER.TAPRODUCT.TAID, TRACKER.TAPRODUCT.PRODUCTTYPEID, TRACKER.TAPRODUCT.TAPRODUCTSTATUSID, TRACKER.TAPRODUCT.PRORATANRDAYS, TRACKER.TAPRODUCT.CONTRACTPERIOD, TRACKER.TAPRODUCT.BILLINGFREQUENCYID, TRACKER.TAPRODUCT.CANCELLATIONDATE, TRACKER.TAPRODUCT.STARTDATE, TRACKER.TAPRODUCT.SOURCEID, TRACKER.TAPRODUCT.PRICINGDATE, TRACKER.TAPRODUCT.DEALTYPEID, TRACKER.TAPRODUCT.ACTIONTYPEID, TRACKER.TAPRODUCT.ISSTANDARDBATTERY, TRACKER.TAPRODUCT.AUDITUSERID, TRACKER.TAPRODUCT.AUDITSRID, TRACKER.COMPONENT.SERIALNUMBER, TRACKER.COMPONENT.RECEIVEDDATE, TRACKER.COMPONENT.RESPONSECODE, TRACKER.COMPONENT.REPLYCODE, TRACKER.COMPONENT.ACTIVATIONCODE, TRACKER.COMPONENT.ALERT, TRACKER.COMPONENT.ALTDEACTIVATIONCODE, TRACKER.COMPONENT.INSTALLEDLOCATION, TRACKER.COMPONENT.VERSION, TRACKER.COMPONENT.SOFTWAREVERSION, TRACKER.COMPONENT.CANACTIVATE, TRACKER.COMPONENT.COMPONENTSTATUSID, TRACKER.COMPONENT.SIMNO, TRACKER.COMPONENT.LOCATECELLNO, TRACKER.COMPONENT.AUDITDT, TRACKER.COMPONENT.THEFTNO, TRACKER.TAPRODUCT.STATUSBEFORECANCELLATION, TRACKER.TAPRODUCT.AUDITDT, TRACKER.TRACKERAGREEMENT.VEHICLEID, TRACKER.TRACKERAGREEMENT.CUSTOMERID, TRACKER.TRACKERAGREEMENT.TASTATUSDATE, TRACKER.TRACKERAGREEMENT.TASTATUSID, TRACKER.TRACKERAGREEMENT.AUDITUSERID, TRACKER.TRACKERAGREEMENT.AUDITSRID, TRACKER.TRACKERAGREEMENT.AUDITDT, TRACKER.VEHICLE.MAKEMODELID, TRACKER.VEHICLE.VEHICLECOLOURID, TRACKER.VEHICLE.COLOURSHADEID, TRACKER.VEHICLE.BATTERYID, TRACKER.VEHICLE.INSURERID, TRACKER.VEHICLE.ENGINENO, TRACKER.VEHICLE.CHASSISNO, TRACKER.VEHICLE.POLICYNO, TRACKER.VEHICLE.YEARMODEL, TRACKER.VEHICLE.JOINDATE, TRACKER.VEHICLE.POLICYCOMMENCEDATE, TRACKER.VEHICLE.DESCRIPTION, TRACKER.VEHICLE.ACTIVE, TRACKER.VEHICLE.METALLICIND, TRACKER.VEHICLE.TEMPREGNO, TRACKER.VEHICLE.ORDERNUMBER, TRACKER.VEHICLE.POLICYSEQUENCENO, TRACKER.VEHICLE.AUDITUSERID, TRACKER.VEHICLE.AUDITSRID, TRACKER.VEHICLE.AUDITDT, TRACKER.VEHICLE.THEFTNO  FROM TRACKER.COMPONENT INNER JOIN TRACKER.TAPRODUCT ON TRACKER.COMPONENT.TAPRODUCTID=TRACKER.TAPRODUCT.TAPRODUCTID INNER JOIN TRACKER.TRACKERAGREEMENT ON TRACKER.TAPRODUCT.TAID=TRACKER.TRACKERAGREEMENT.TAID INNER JOIN TRACKER.VEHICLE ON TRACKER.TRACKERAGREEMENT.VEHICLEID=TRACKER.VEHICLE.VEHICLEID WHERE TRACKER.VEHICLE.VEHICLEID=?");
            dataTable1Model.setDataCacheKey("com.sun.datacache.Page1.componentRowSet");
            dataTable1Model.setRowSet(componentRowSet);
            dataTable1Model.setSchemaName("");
            dataTable1Model.setTableName("");
            vehicleRowSet.setDataSourceName("java:comp/env/jdbc/CDS");
            vehicleRowSet.setCommand("SELECT ALL TRACKER.VEHICLE.VEHICLEID, TRACKER.VEHICLE.REGNO  FROM TRACKER.VEHICLE");
            vehicleRowSet.setFetchSize(1000);
        } catch (Exception e) {
            log("Page1 Initialization Failure", e);
            throw e instanceof javax.faces.FacesException ? (FacesException) e : new FacesException(e);
        // </editor-fold>
        // Additional user provided initialization code
        // Initialization Code
        // Part of the Using Databound Components to Access Databases Tutorial
        // You can find this tutorial on the web -- use the link on the Welcome page
        try {
            vehicleRowSet.execute();
            vehicleRowSet.next();
            dataTable1Model.setObject(1, vehicleRowSet.getObject("VEHICLEID"));
        } catch (Exception ex) {
            throw new FacesException(ex);
        } // end try catch
    protected ucodapp.ApplicationBean1 getApplicationBean1() {
        return (ucodapp.ApplicationBean1)getBean("ApplicationBean1");
    protected ucodapp.SessionBean1 getSessionBean1() {
        return (ucodapp.SessionBean1)getBean("SessionBean1");
     * Bean cleanup.
    protected void afterRenderResponse() {
        vehicleRowSet.close();
        vehicleRowSet.close();
        componentRowSet.close();
    public void dropdown1_processValueChange(ValueChangeEvent vce) {
        // Dropdown List Event Code
        // Part of the Using Databound Components to Access Databases Tutorial
        // You can find this tutorial on the web -- use the link on the Welcome page
        try {
            dataTable1Model.setObject(1, dropdown1.getValue());
            dataTable1Model.execute();
        } catch (Exception e) {
            log("vehicle id change exception", e);
            error("Exception changing Vehicle Id: " + e);
        } // end try catch
        // User event code here...

Take a look at the Page1 constructor.
It appears that you're trying to bind the datatable to 2
different rowsets. I suggest to clean up this
constructor to make sure you're using the right
rowset.
Your value binding expressions on each column
of the datatable may not be set to the right column.
John
JSC QA

Similar Messages

  • I just upgraded to the latest version of iTunes and it duplicated virtually every track in my music library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not help because they are all listed as added on 12/12/2011.

    Library Duplicated
    I just updated to the latest version of iTunes and it duplicated virtually every track in my library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not work, because every track is listed as added on 12/12/2011 even though this happened today 12/19/2011.

    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background.
    tt2

  • Taxcodes are not appearing in dropdown list PO & MIRO

    I have created new Taxcode but this taxcode does not appear in dropdown list at item details tab of PO creation screen. when enter manually taxcode system accepts but its not showing in dropdown list. similar is case when i check MIRO ..new created Taxcode is not appearing there. Could you please help me out to find solution

    Hi,
    In T-code OBZT select the transaction as "Relevant for all transaction against your tax code" then check the same in PO and Miro it will appear in the drop down list.
    Regards,
    Patil

  • Created new data source, does not appear in the list

    Hi I created a new data source using information provided in http://otn.oracle.com/products/reports/apis/pdstutorial/textPDS/PDS_1.html. But the new data source I created does not appear in the wizard. Could some body give me a clue? Can somebody point me to more detailed documentation on how to integrate a new data source into Reports Builder?
    thanks
    Srinivas

    Hi
    I desperately need help to troubleshoot why my data source is not appearing in the list eventhough I feel I have done things as per the tutorial. From reading the tutotial I am not clear -
    - If specifying an icon is mandatory. If I don't specify an icon my datasource should still appear right?..without an icon?
    - It is mandatory to implement the editor. I have hard coded things because I don't foresee any interaction by a user with the data source. There is just one column which WILL always appear if this DS is chosen.
    - Finally in the integration instructions(http://otn.oracle.com/products/reports/apis/pdstutorial/textPDS/PDS_5.html) they mention that the classes have to be compiled with "report build" , is that a tool?
    thanks
    Srinivas

  • Date Book will not sync

    My device is a Treo 650. I can sync the address book, to do, and memos, but the date book will not sync. The HotSync program hangs. Using Palm Desktop by Access 6.2.2 with Win XP Pro SP 3. Oddly enough, this only happens on my home computer, with the sync working fine on my office computer. Any suggestions?
    Post relates to:

    Need to add that I have done a complete clean reinstall and I log in as administrator.

  • My hard drive crashed on my Mac Book Pro and I just had it replaced yesterday.  After restoring my data, Safari will not open.  The error message I continue to receive is "Safari quit unexpectedly"  Should I just delete the application and download a new?

    My hard drive crashed on my Mac Book Pro and I just had it replaced yesterday.  After restoring my data, Safari will not open.  The error message I continue to receive is "Safari quit unexpectedly"  Should I just delete the application and download a new one?

    http://swcdn.apple.com/content/downloads/37/23/041-5058/lr5tynbldi18zcrqo8a8uq88 rnjushqliu/Safari6Lion.pkg 
    Here you go.....

  • My numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    my numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    Rebooted computer works now ok

  • In the advanced tab of languages and Region the time and date formats will not change

    For a certian Application I am using I need to change the format of the Time and Date. I had no problems in Mountain Lion. In the advanced tab of languages and Region the time and date formats will not change. I need the date format to read as 01/01/14 and time format to read 13:00. As I said this was easily done in Mountain Lion and all previous Apple OS. I suspect it's an issue with in the OS.

    You're right, it has been that way for a long time. I've never bothered reporting it as a bug since it's simple enough to deal with, but reporting it would be a reasonable thing to do.

  • TS4000 When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    Sounds like we have a similar problem.  Four days ago I was playing music through a wireless Bose speaker via bluetooth and everything was fine.  Then I was texting while listening and got 2 texts about the same time as I was typing one and my phone went black.  I pushed the home button and it worked, went into my texts and all were there.  However ever since then the time isn't right, so it can't keep time no matter what I do.  The bluetooth works only at times, the wifi keeps jumping on and off, sometimes my data won't work and the other day I couldn't even turn it off, so had to wait until it died.  The battery life display at that moment wasn't correct either.  Took to Verizon, they couldn't help.  Suggested a factory reset, which I did last night and still the same issues!  One day I couldn't even text my husband on his iPhone.  Just wouldn't work at all.  Did everything suggest and still not good.  Seems like after stalking these pages today a lot of people are having this problem in Dec/Jan and of course also I'm 3 weeks out of my 1 year warranty and so were many others, by days.  Very strange, and all on the 5C.  What did you do?  Is it working now?

  • HT1918 I am trying to change my card and after putting in the card number and the expiry dates it will not let me type in the security code please help

    I am trying to change me paymenet method by changing my card, after typing in the card number and expiry dates it will not let me type in the box for the security number   I am trying to do this on the computer
    Jill

    finally ...
    1. Logout from all apple devices
    2. open "App Store" application on your macbook. Login and change all the details for card.
    3. Login in itunes, iphone ... I will see that all the details are already updated automatically.
    I've just bought some app from itunes

  • I just upgraded to mountain lion osx and now my applications are crossed out and out of date. they will not run. how do i fix this?

    I just upgraded to mountain lion osx and now my applications are crossed out and out of date. they will not run. how do i fix this?

    Here is a recent post I assembled for a similar question:
    Unfortunately you got caught up in the minor miracle of Rosetta.  Originally licensed by Apple when it migrated from the PowerPC CPU platform that it had used from the mid-1990's until the Intel CPU platform in 2006, Rosetta allowed Mac users to continue to use their library of PPC software transparently in emulation.
    However, Apple's license to continue to use this technology expired with new releases of OS X commencing with Lion (and now Mountain Lion).  While educational efforts have been made over the last 6 years, the fact is that Rosetta was SO successful that many users were caught unaware UNTIL they upgraded to Lion or Mountain Lion.
    Workarounds:
    1. If your Mac will support it, restore OS X Snow Leopard;
    2.  If your Mac will support it, partition your hard drive or add an external hard drive and install Snow Leopard into it and use the "dual-boot" method to choose between your PowerPC software or Lion/Mt. Lion;
    3.  Upgrade your software to Intel compatible versions if they are available, or find alternative software that will open, modify and save your data files;
    3.  Install Snow Leopard (with Rosetta) into Parallels:
                                  [click on images to enlarge]
    Full Snow Leopard installation instructions here:
    http://forums.macrumors.com/showthread.php?t=1365439
    NOTE:  Computer games with complex, 3D or fast motion graphics make not work well or at all in virtualization.

  • Since installing Mountain Lion my Safari will not access my contacts list when wanting to forward an e-mail or send a new one. Why?

    Since installing Mountain Lion I am unable to access my contacts list in Safari to forward an e-mail or send a new one. The Insert contacts link above the address box is not active and will not access the Contacts List. How can I fix this?

    Can you open Contacts and edit, insert, and delete cards, or does it fail to work, also?
    Try the steps I outline here: Re: After Lion upgrade, my addressbook does not work++

  • Dashboard will not open, is still listed as an active application, has anyone had this problem?

    Dashboard will not open, is still listed as an active application, has anyone had this probelm?
    <Edited by Host>

    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Any change?

  • I am trying to download adobe standard but it keeps saying reliable source serving corrupt data and will not download

    i am trying to download adobe standard but it keeps saying reliable source serving corrupt data and will not download

    Hi John,
    Please try downloading from this direct Link (Download Acrobat products | Standard, Pro | XI, X ) and let me know if you still face the same error message:
    Regards,
    Rahul

  • C4180 will not up-date and up-date notice will not go away

    c4180 will not up-date and up-date notice will not go away

    Hi citruscaper,
    I hate to hear you are having issues.  Where is this message appearing at (front panel of printer, computer)? What operating system do you have?  Please see the options below that may help resolve the issue.  If you would like to learn more aobut your printer, Click Here.
    1. Turn off updates if settings available through HP folder. (start-all programs-HP folder-HP update-settings-check mark the box next to never under check for updates)
    2. Turn off service for HP update through MSconfig. Type MSconfig in search box, choose selective startup, under services hide all Microsoft services, and then uncheck the HP update service.  Click apply, then ok and complete a reboot.  This will also allow you to go back and re-enable the service to manually check for updates.
    3. Manually install latest updates from Here.
    4. IF THE PC IS NOT HP-uninstall the HP update through programs.
    Hope this helps!
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input !
    Thank You,
    I work for HP.

Maybe you are looking for

  • Howto create recipient with umlaut?

    Hi there, when I try to send an eMail to a recipient containing an umlaut, the umlaut ends up as Question Mark. Umlauts in Subject and Body work just fine. I am using jdk 1.6.0.18/linux i386 and javamail 1.4.3: MimeMessage m = new MimeMessage(s); m.s

  • How to transfer from ipad 2 to ipad5

    How do I transfer all information from my old IPAD to my new IPAD5?

  • Parameter in custom page???....

    v get some parameters for the pages...what is that v get as a parameter ....is this a VO attribute????.. or a page parameter... in the navigated page we give this as URL... OA.jsp?page=oracle/apps/ak/employee/webui/EmpDetailsPG &employeeNumber={@Empl

  • HT3669 After applying HT3669, my HP LaserJet Professional P1100+ no longer able to use manual duplex.

    After applying HT3669, my HP LaserJet Professional P1100+ no longer able to use manual duplex. iMac C2D, Snow Leopard HP LaserJet Professional P1100+ The alert box is suppressed in the warning printing queue instead of an Alert Box with [OK] to press

  • 1st UDF and questions

    Ok, I got some code working on a page, and would like to now see about putting it in a UDF... The UDF right now looks like: <cffunction name="classSort" output="false"> <cfargument name="eventType" type="string" required="yes"> <cfset temp_var=1> <cf