TEI class- want to instantiate a Bean into the page

I have a TEI class which I am using to add an object to the page.
          I am able to address this object by using (psuedo code below)
          <%= object.getName() %>
          however, if I try to call the object with a usebean tag, like
          <jsp:getProperty name="object" property="Name"/>
          I get an error:
          /myfile.jsp(40): object is not defined as bean
          probably occurred due to an error in /myfile.jsp line 40:
          <jsp:getProperty name="object" property="Name"/>
          any ideas on how to instantiate an object into the page so that it is a
          bean?
          right now I am using the code from the API_taglib.html document:
          public VariableInfo[] getVariableInfo(TagData data) {
          return new VariableInfo[] {
          new VariableInfo("object",
          "fully.qualified.classfilename",
          true,
          VariableInfo.NESTED),
          

Josh, I think you have to use "useBean". i.e. <jsp:useBean id="object"
          class="java.lang.Object" scope="page | request | session | application">
          before you can reference.
          -E
          Josh Lannin wrote:
          > I have a TEI class which I am using to add an object to the page.
          > I am able to address this object by using (psuedo code below)
          >
          > <%= object.getName() %>
          >
          > however, if I try to call the object with a usebean tag, like
          >
          > <jsp:getProperty name="object" property="Name"/>
          > I get an error:
          >
          > /myfile.jsp(40): object is not defined as bean
          > probably occurred due to an error in /myfile.jsp line 40:
          > <jsp:getProperty name="object" property="Name"/>
          >
          > any ideas on how to instantiate an object into the page so that it is a
          > bean?
          >
          > right now I am using the code from the API_taglib.html document:
          >
          > public VariableInfo[] getVariableInfo(TagData data) {
          > return new VariableInfo[] {
          > new VariableInfo("object",
          > "fully.qualified.classfilename",
          > true,
          > VariableInfo.NESTED),
          > };
          > }
          

Similar Messages

  • How to save the item without displaying into the Page

    hi
    I have the reqt to save the item without displaying into the Page.
    thanx

    In your yyy Table View Object create one attribute for BusinessGroupId as you want to save it in your yyy table VO.
    Now on click of save button capture this ViewObject and set this VO Attribute at run time. I am assuming that yyytableVO is EO based.
    Snippet
    Controller PFR Code
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    pageContext.getParameter("Save") != null)
      OAViewObject vo = (OAViewObject)am.findViewObject("yyyTableVO");
      if (vo != null)
         vo.getCurrentRow.setAttribute("BusinessGroupId", value);//value is what you have capture from pageContext.getparameter
    }Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • When I want to download -anything- from safari, the page just closes 0.0 please HELP!

    please, I need help, when I want to download something with safari, the page just disappears!! 0.0 HEEEELP!!

    Launch the Console application by entering the first few letters of its name into a Spotlight search, and look under "User Diagnostic Reports" for crash logs related to Safari. Select the most recent one and post the contents -- the text, please, not a screenshot.

  • "Message from Webpage (error) There was an error in the browser while setting properties into the page HTML, possibly due to invalid URLs or other values. Please try again or use different property values."

    I created a site column at the root of my site and I have publishing turned on.  I selected the Hyperlink with formatting and constraints for publishing.
    I went to my subsite and added the column.  The request was to have "Open in new tab" for their hyperlinks.  I was able to get the column to be added and yesterday we added items without a problem. 
    The problem arose when, today, a user told me that he could not edit the hyperlink.  He has modify / delete permissions on this list.
    He would edit the item, in a custom list, and click on the address "click to add a new hyperlink" and then he would get the error below after succesfully putting in the Selected URL (http://www.xxxxxx.com), Open
    Link in New Window checkbox, the Display Text, and Tooltip:
    "Message from Webpage  There was an error in the browser while setting properties into the page HTML, possibly due to invalid URLs or other values. Please try again or use different property values."
    We are on IE 9.0.8.1112 x86, Windows 7 SP1 Enterprise Edition x64
    The farm is running SharePoint 2010 SP2 Enterprise Edition August 2013 CU Mark 2, 14.0.7106.5002
    and I saw in another post, below with someone who had a similar problem and the IISreset fixed it, as did this problem.  I wonder if this is resolved in the latest updated CU of SharePoint, the April 2014 CU?
    Summary from this link below: Comment out, below, in AssetPickers.js
    //callbackThis.VerifyAnchorElement(HtmlElement, Config);
    perform IISReset
    This is referenced in the item below:
    http://social.technet.microsoft.com/Forums/en-US/d51a3899-e8ea-475e-89e9-770db550c06e/message-from-webpage-error-there-was-an-error-in-the-browser-while-setting?forum=sharepointgeneralprevious
    TThThis is possibly the same information that I saw, possibly from the above link as reference.
    http://seanshares.com/post/69022029652/having-problems-with-sharepoint-publishing-links-after
    Again, if I update my SharePoint 2010 farm to April 2014 CU is this going to resolve the issue I have?
    I don't mind changing the JS file, however I'd like to know / see if there is anything official regarding this instead of my having to change files.
    Thank you!
    Matt

    We had the same issue after applying the SP2 & August CU. we open the case with MSFT and get the same resolution as you mentioned.
    I blog about this issue and having the office reference.
    Later MSFT release the Hotfix for this on December 10, 2013 which i am 100% positive should be part of future CUs.
    So if you apply the April CU then you will be fine.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Wiki file attachments - can the wiki be configured to link to a file already on the server rather than uploading it into the page?

    Can the wiki be configured to link to a file already on the server rather than uploading it into the page? This would enable users to open (and edit) the original server hosted document rather than downloading a static copy that can't be edited and synced back into the wiki page.
    As a workaround I've tried attaching an alias to a file but it doesn't work - the wiki instead uploads the aliased file.
    From what I can work out, the default wiki behaviour is to upload a document to a wiki page, which creates a copy of the uploaded document in the wiki database. This copy has no connection to the original document. It can be downloaded and edited, but the edits are not saved back into the wiki hosted version of the document.
    I'd like to be able to upload a link or alias to a document (with preview please!) already on the server. A user could then preview the document or click to open and edit it.
    The only way I can do this at the moment is to create a link "afp://123.../doc.rtf" to the original. This is timeconsuming and confusing for non-technical users and doesn't offer the benefits of the attach function (ie document preview).
    Is there any way the wiki can be configured to link to documents already on the server using the attach functionality?

    An update for anyone in a similar situation.
    Patch 3944727 for 9.0.4.1 that solves this issue: "USER LOV IASM11SHIP EDIT USER LOV SHOULD SHOW THE NICKNAME ATTRIBUTE." However, the patch is mutually exclusive with the latest CPU's and there's no plan to merge the pacthes given the dwindling support for 9.0.4.1. So that patch is pretty much worthless.
    I've been told that this patch is included in newer portal versions, so the real solution is an upgrade.
    Trenton

  • Placing an image exactly into the page size everrytime, can it be done?

    hi,
    I know a bit about in design however was wondering:
    can I place an image exactly into the page size everrytime so it copies the exact measurements?
    helen

    Depends on the version of InDesign. Starting in CS3, if memory serves, you can put a frame on the master page and pre-set the fitting parameters, or assign an object style that includes the fitting options.
    Anything you place into such a frame would honor the fitting options you set.
    Peter

  • Loading class oracle/jpub/runtime/dbws/DbwsProxy into the database

    I am trying to create a Database Web Services call-out in PL/SQL, however, encountered error "ORA-29540: class oracle/jpub/runtime/dbws/DbwsProxy does not exist". I followed some steps to load utl_dbws.jar, utl_dbws_jserver.jar and dbwsclient.jar into the database, but still getting the same error saying DbwsProxy class does not exist. This is very frustrating and I do not know how to fix this. I tried to just load DbwsProxy.class into the database and it executed successfully, however, the database is still complaining that oracle/jpub/runtime/dbws/DbwsProxy does not exist. Does anyone has any idea what's going on? Thanks much. I am cracking my brain out here.

    This is the error message I received when loading:
    The following operations failed
    class java/lang/NumberFormatException: creation (createFailed)
    class java/lang/Number: creation (createFailed)
    class java/lang/Object: creation (createFailed)
    class java/lang/String: creation (createFailed)
    class java/lang/Long: creation (createFailed)
    exiting : Failures occurred during processing
    This is the error message I received in the database after loading dbwsclient.jar:
    ERROR at line 1:
    ORA-29540: class oracle/jpub/runtime/dbws/DbwsProxy does not exist
    ORA-06512: at "SYS.UTL_DBWS", line 135
    ORA-06512: at "SYS.UTL_DBWS", line 132
    ORA-06512: at "MICHELLE.MICH", line 8
    ORA-06512: at line 1
    So that class is still missing. You were suspecting that this class is not loaded successfully into the database? Is it possible for me to just load that particular class into the database?
    Thanks.

  • I want to take an Input from the Page and pass to a plsql package

    Here i am extending a controller class i am get number of errors can you plz chk the syntax:-----
    I am taking Attribute1 ,2,3 from the page and input it into procedure and get the out variable into project number in the page:----
    public class adtDetailDataInputCO extends oracle.apps.ap.oie.webui.DetailDataInputCO
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    public void assignProjectNumber(OAPageContext pageContext, OAWebBean webBean)
    OAApplicationModule oaapplicationmodule = pageContext.getApplicationModule(webBean);
    OADBTransaction dbtrans = oaapplicationmodule.getOADBTransaction();
    OAViewObject vo = (OAViewObject)oaapplicationmodule.findViewObject("OneReceiptBasedVO");
    for (Row row = vo.first();
    row != null;
    row = vo.next())
    String lattribute1 = (String) row.getAttribute("Attribute1");
    String lattribute2 = (String) row.getAttribute("Attribute2");
    String lattribute3 = (String) row.getAttribute("Attribute3");
    String lProjectNumber="";
    String l_status="";
    String l_message="";
    if (lattribute1 != null && lattribute2 != null && lattribute3 != null)
    OADBTransaction txn = oaapplicationmodule.getOADBTransaction();
    CallableStatement cs = txn.createCallableStatement("begin ADTP_PA_COMMON_UTILITY.get_project_from_tcc(:1,:2,:3,:4,:5,:6); END;",1);
    try
    cs.setString(1,lattribute1);
    cs.setString(2,lattribute2);
    cs.setString(3,lattribute3);
    cs.registerOutParameter(4, Types.VARCHAR, 200);
    cs.registerOutParameter(5, Types.VARCHAR, 0, 2000);
    cs.execute();
    l_status = cs.getString(4);
    l_message = cs.getString(5);
    cs.close();
    catch (SQLException sql)
    System.out.println(sql.getLocalizedMessage());
    cs.close();
    row.setAttribute("ProjectNumber",lProjectNumber);
    row.setAttribute("TaskNumber",lTaskNumber);
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    assignProjectNumber(pageContext, webBean);
    }

    I've done a similar PL/SQL package call using the following:
    You need update or add the following to your EO using the following:
    public class AcctMapEOImpl extends OAPlsqlEntityImpl //replaced with OAPlsqlEntityImpl
    public void create(AttributeList attributeList)
    Number n = new Number(0);
    if (getEntityState() != STATUS_NEW)
    super.create(attributeList);
    OADBTransaction transaction = getOADBTransaction();
    setFormId(n);
    setCreationDate(transaction.getCurrentDBDate());
    setLastUpdateDate(transaction.getCurrentDBDate());
    setCreatedBy(getCreatedBy());
    setLastUpdatedBy(getCreatedBy());
    public void insertRow()
    try
    OADBTransactionImpl oadbtransactionimpl = (OADBTransactionImpl)getDBTransaction();
    String a = "begin apps.spl_jdev_api_item_console.spl_create_part(p_acct_nbr =>:1,p_part_nbr =>:2,p_part_desc =>:3,p_part_price =>:4,p_bin_bulk_yn =>:5,p_case_lot_yn =>:6,p_serial_yn =>:7,p_repack_yn => null,p_part_length =>:8,p_part_width =>:9,p_part_height =>:10,p_part_weight =>:11,p_done_flag =>null,p_creation_date =>null,p_uom =>:12,p_revision =>null,p_trans_type =>:13,p_lock_flag =>null,p_lock_id =>null,";
    String b = "p_item_status =>null,p_hazard_class_id =>:14,p_shelf_life_code =>null,p_part_weight_uom =>null,p_volume_uom =>null,p_unit_volume =>null,p_dimension_uom =>null,p_un_number_id =>null,p_un_num_desc =>null,p_haz_id_desc =>null,p_last_update_date =>null,p_last_updated_by =>null,p_created_by =>:15,p_process_key =>null,p_part_type => null,p_comm_code => null,p_cat_desc0 => null,p_attribute1 =>:16,p_attribute2 =>:17,";
    String c = "p_attribute3 =>:18,p_attribute4 =>:19,p_attribute5 =>:20,p_attribute6 =>:21,p_attribute7 =>:22,p_attribute8 =>:23,p_attribute9 =>:24,p_attribute10 =>:25,p_attribute11 =>:26,p_attribute12 =>:27,p_attribute13 =>:28,p_attribute14 =>:29,p_attribute15 =>:30); end;";
    String s = (a+b+c);
    OracleCallableStatement oraclecallablestatement = (OracleCallableStatement)oadbtransactionimpl.createCallableStatement(s, -1);
    oraclecallablestatement.setString(1,getAcctNbr());
    oraclecallablestatement.setString(2,getPartNbr());
    oraclecallablestatement.setString(3,getPartDesc());
    oraclecallablestatement.setNUMBER(4,getPartPrice());
    oraclecallablestatement.setNUMBER(5,getBinBulkYn());
    oraclecallablestatement.setString(6,getCaseLotYn());
    oraclecallablestatement.setString(7,getSerialYn());
    oraclecallablestatement.setNUMBER(8,getPartLength());
    oraclecallablestatement.setNUMBER(9,getPartWidth());
    oraclecallablestatement.setNUMBER(10,getPartHeight());
    oraclecallablestatement.setNUMBER(11,getPartWeight());
    oraclecallablestatement.setString(12,getUom());
    oraclecallablestatement.setString(13,getTransType());
    oraclecallablestatement.setNUMBER(14,getHazardClassId());
    oraclecallablestatement.setNUMBER(15,getCreatedBy());
    oraclecallablestatement.setString(16,getAttribute1());
    oraclecallablestatement.setString(17,getAttribute2());
    oraclecallablestatement.setString(18,getAttribute3());
    oraclecallablestatement.setString(19,getAttribute4());
    oraclecallablestatement.setString(20,getAttribute5());
    oraclecallablestatement.setString(21,getAttribute6());
    oraclecallablestatement.setString(22,getAttribute7());
    oraclecallablestatement.setString(23,getAttribute8());
    oraclecallablestatement.setString(24,getAttribute9());
    oraclecallablestatement.setString(25,getAttribute10());
    oraclecallablestatement.setString(26,getAttribute11());
    oraclecallablestatement.setString(27,getAttribute12());
    oraclecallablestatement.setString(28,getAttribute13());
    oraclecallablestatement.setString(29,getAttribute14());
    oraclecallablestatement.setString(30,getAttribute15());
    oraclecallablestatement.execute();
    catch(SQLException sqlexception)
    throw OAException.wrapperException(sqlexception);
    catch(Exception exception)
    throw OAException.wrapperException(exception);
    Method added to your AM:
    public void createPart()
    OAViewObject vo = (OAViewObject)getPartGenerationVO1();
    if (!vo.isPreparedForExecution())
    vo.executeQuery();
    Row row = vo.createRow();
    vo.insertRow(row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);
    } // end createPart()
    Code in your *VOImpl:
    public void initQuery()
    setWhereClauseParams(null); // Always reset
    executeQuery();
    }

  • Standard tabs - Burned into the page?

    Suppose there is an application with dozens of pages, one standard tabset with a bunch of tabs, all the pages are attached to tabset (default page template One Level Tabs)
    I would like to conditionally display one of the pages without any tabs on it because it also functions as a standalone page.
    Seems like this is not very easy to do. Yes, I can go to each of the tabs and conditionally hide them but that is too difficult to maintain.
    Is there a easy way to hide the entire tabset from one place? The tabset is part of the page attributes (like the template) so this seems not possible.
    Am I missing something? If not, please consider this an enhancement request for the next release.
    Thanks

    Hello,
    It's pretty easy actually.
    Copy the One Tab page template.
    Replace the #TAB_CELLS# with an unused #REGION_POSITION_0N# in my example I used #REGION_POSITION_07#
    Copy the snippets from that page template for your current and non current tabs (into your favorite text editor).
    Create Named Row report template. (using the tab snippets you just saved off to the side).
    For the first row of your named row template put in the html code for your current tab. Use the pl/sql conditional to figure out what makes it current (page number, item value whatever)
    For the second row just put in the code for your non current tab.
    Create a Report Region with no region template in the #REGION_POSITION_0N# that you replaced the #TAB_CELLS# with.
    Create your report sql , make sure to alias your link and display columns to "TAB_LABEL" and "TAB_LINK" set the report template to the Named Row Template you created, set the pagination to none and !bamn! there you go.
    http://apex.oracle.com/pls/otn/f?p=15802:1
    It actually much more powerful than the built in tabs and is really nice because you can create as many tab types as you want not just current and non current.
    Or provide specific images, styles, classes, or even custom tab html per tab as all you need to do is query it in.
    Like I said it's my new favorite.
    Carl

  • How do I get a logo (jpeg) into the Pages header?

    I can´t manage to get a jpeg into the papers header. How do I do?

    When the dialogue box pops up to Insert Page Number, ignore it, and select Media from the Toolbar, or select Insert > Choose >

  • Why does my 11x17 spread start printing 6" into the page? HELP!

    I am trying to print a book dummy using InDesign. I have set my paper to 11x17. The printer seems like it's about to print and then pulls the page in 6 inches and begins printing 6 inches into the image. I've tried printing something on 11x17 paper in Photoshop and it doesn't do this. In print settings I have paper size Defined by Driver. Can anyone PLEAE help me?

    It pays to play.
    I always play with any equipment I have to work with so if these things come up I can fix them or prevent them come a deadline.I always look online at fourms like this for things I need to figure out to keep up-to-date on what to expect and were to go if I need any help for things I can't figure out.
    If the boss or client wonders why I'm not working on his/her project I show them the kind of output/screen representation/error message I get when I try to do something with their setups. All you need in order to get a solid understanding of such is go to a conference or convention and have to help someone give a demo and you are the one setting up the slide show or demo. If you are not totally prepared the worst will happen, inevitably.
    In your case you are correct in trying other avenues but you now have a deadline and your only solution is to use the notebook or take the file to a service bureau for output.

  • How would I insert custom HTML built in a managed Backing Bean into a page?

    I believe I could solve a project requirement if I could generate/build custom HTML in a managed Backing Bean and insert or place the output between f:verbatim elements.
    The custom HTML output would be similar to:
    <ul id="menu" class="view">
    <li>New Search</li>
    <li>Subscriber
    <ul>
    <li>Device List
    <ul>
    <li>New Device</li>
    <li>Device</li>
    </ul>
    </li>
    <li>Inbox List</li>
    <li>Resend</li>
    </ul>
    </li>
    </ul>Looking at the JSF 1.1_01 API, I don't believe there is a placeholder element?
    What is the best approach to do this?
    Thanks,

    This is exactly what you want:<h:outputText value="#{myBean.htmlString}" escape="false" />where getHtmlString() just returns a plain String object with the HTML in it.
    A custom component would be a more clever solution anyway.

  • My wife and I each have an iTunes account. We just got a new iMac, and we want to merge our accounts into the main machine and use them together on our iPhones and ipad2.

    My wife and I each have an itunes account. We just got a new imac, and want to put all of our media on it. Can we share songs and media from two diffrent accounts on the imac, our iphones, and the ipad2?

    Decide which device will be changing accounts.  On that device, if you have any photos in photo stream that are not in your camera roll that you want to keep on the device, save them to the camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll. 
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The device(s) that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iDevice.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, to delete any data that you don't want in each account (such as deleting your wife's data from your account, and vice versa) you will have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete it.

  • I'm trying to find an easier way to import my music to iTunes. Even the most basic music player can scan your computer and import found music into your library. I don't want to move my MP3s into the iTunes folder, I don't want iTunes doing any conversion.

    I'm trying to find an easy way to import my MP3 collection into iTunes without moving, copying or changing it.
    I can't believe that iTunes doesn't have this feature, as even the most basic music players always have this.
    I only use iTunes to sync my iPod, as I like Media Monkey to play my MP3s.
    I have 137GB of MP3s, mainly from my ripping my CDs, LPs and downloading from Amazon. I've only purchased a handful of songs from iTunes,
    Any ideas on how to do this easily?

    DAReese13 wrote:
    I can't believe that iTunes doesn't have this feature, as even the most basic music players always have this.
    It does have that feature. Why would you assume that it doesn't?
    DAReese13 wrote:
    I'm trying to find an easy way to import my MP3 collection into iTunes without moving, copying or changing it.
    Okay, no problem.
    If the top bar menu is not displayed in top left of your iTunes Library, use the CTRL+B keys to turn it on:
    On that menu, use File/Add Folder to Library and navigate to the folder you wish to add:
    If you wish to add just one song, notice the File/Add File to Library command on that menu as well.
    Alternatively, you can drag-and-drop from the file's location into your iTunes Library.
    That's all there is to it.
    By the way, it is possible to have Amazon MP3s downloaded to your computer and then automatically added to the iTunes Library by the Amazon downloader. I do it all the time.
    Message was edited by: the fiend

  • I want to scan a document into the computer and then download it onto a disc or a thumb drive,

    how to scan a document and then download it onto a disc

    Hi SCOOTalong,
    The IJ Scan Utility that comes with the printer can assist you with scanning a document into your computer.  To scan using the IJ Scan Utility, please follow these steps:
    1. On your keyboard, press the Windows key.
    2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN or PHOTO SCAN option on the left pane of the window, depending on what you would like to scan.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
    a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.
    b.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder, but if you already have the USB flash drive plugged into your computer, you can select that drive as the location to save the scanned document.
    6. Once all settings have been selected, click the OK button at the bottom of the window to save the changes. The IJ Scan Utility main screen appears.
    7. Click the DOCUMENT or PHOTO button, depending on what you are trying to scan. Scanning starts. Click the CANCEL button to cancel scanning if needed. Scanned images are saved in previously selected folder location specified in the SETTINGS... window.
    If you find that you need advanced scanning options such as adjusting resolution, brightness, contrast, saturation, color balance, etc. in addition to the options selected above, please click on the SCANGEAR button on the IJ Scan Utility Main screen, then adjust the items as necessary.
    Once the document has been scanned into your computer, you can insert the CD into your computer, then navigate to the area where you saved the scanned document and burn it to the CD.  If you did not scan the document directly to the USB flash drive, you can copy and paste the document to the USB flash drive from the save location.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us at one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • Standard edition unable to connect Discoverer 10g??

    I am doing a proof of concept. I am using the Oracle 10g Standard edition DB and Discoverer. I downloaded th e Discoverer Admin and created an EUL over some sample tables. Now when I attempt to connect the error End User Layer Tables version 5.1.1.0.

  • Possible a new virus in Lion?

    I have strange issues what I can repeat any time: Plug in my USB stick, and then I can not eject no matter how I try to force to eject. If I unplug it, a back screen appear with a message in 5 languages tell me have to push power button to restart! D

  • Loading on a website

    I've created a Captivate file and saved it as a flash file (800x600-6.5M) which is then uploded to a site. The preloader for me on cable comes up fairly quickly, but those on DSL take nearly 20 sec. I'd like to speed up the process. Is it possible to

  • MM42 does not pick up the updated data from MARC

    Hi , We are updating MARC values  (RP type : DISMM and Minimum Safety Stock: EISLO ) for articles through our Z-development  using the  UPDATE statement. Although the MARC is getting updated with new values,  when I enter the article nuber in MM42, i

  • Mail reply reply all issues

    I am trying to reply to an icloud email, when I hit the reply (arrow) or reply all (arrows) the addresses are not replicated ... I have tried it with several emails in the same mailbox with the same results. Anybody else with the same issue? Thank yo