Property of the attribute VO not reflected in the page

using jdev 11.1.1.3
Editing an attribute of your (width example) property is reflected in the Jspx page that uses this VO.
the component is a 60 maximum width text entry field that reflects varchar2 (60) in the table.
I put the VO attribute for shippingContents to width 60 and in the jspx page I like default width when referred to which is columns = "#{bindings." SHIPPINGCONTENTS.hints.displayWidth}.
Please let me know how it could be defined if she could be defined and why mine does not work

Hello

You try to set the maximum length of a component of af: inputText?
If so, try with this property:

maximumLength="#{bindings.SHIPPINGCONTENTS.hints.precision}"

AP

Tags: Java

Similar Questions

  • Interactive report with display of the icon to set the page element

    Hi all

    I am currently using Apex 4.2.4, I have an interactive report using icons, each icon has a link to another page but a few I want to set a value in a page hidden in the same page element which is then used as a variable for a classic report.

    I have this work via link href in the icon as f? p ='|| FA.page |': 1 :'|| : app_session |': P10_ID_ITEM :'|| FA.link_name without error.

    My problem is that I wanted to put the value of the element without using a link href that I could handle the clicked icon to change the background color so that the user can have a Visual representation, where it was clicked, then using the value of the page item appears the classic report in another region with a partial refresh.

    Any help is appreciated, thanks.

    Can you provide a detailed explanation of the purpose of this report and the logic used in the report query? What are the rules to control which icons appear in the IR, what icons link to the second report on the page of IR, and icons to link to separate pages?

    For me, the report query seems too complicated and inefficient by returning the data it does, and if another level of data is added to the hierarchy or more data is added to the second level, it fails with:

    ORA-01427: einreihig subquery returns multiple rows

    I'm guessing that the intent is that the IR displays only the icons at the top level of the hierarchy and icons for posting a link to a different page when they have no descendants, or to display the related lines in the secondary report below the IR when they do. I created a new page with the report query modified to a route of tree and keep the upper level lines. It is much more effective than the original query and simplifies the logic necessary for the verification of end-nodes. Instead of generating a URL link (which violates the separation of concerns), the query returns of the discrete values that can be used to implement the HTML link in the Icon View link Custom property:

    with icon_tree as (
          select
              ic.id_icon
            , ic.icon_name
            , ic.link_name
            , nullif(connect_by_isleaf, 1) is_parent
            , level depth
          from
              icons ic
                connect by
                    prior ic.link_name = ic.id_parent
                start with
                    ic.id_parent is null)
    select
        id_icon
      , icon_name
      , link_name
      , apex_util.get_blob_file_src('P10_ICON_IMAGE', id_icon) img_src
      , nvl2(is_parent, '586', link_name) target
      , nvl2(is_parent, 'P586_ID_PARENT', null) parent_item
      , nvl2(is_parent, link_name, null) parent_id
      , :app_id app_id
      , :app_session app_session
      , :debug debug
    from
        icon_tree
    where
        depth = 1
    

    In the interactive report, Use Custom Icon Link is set to Yes, and the custom link is:

    
      
      
    #ICON_NAME#

    Public static ID icons and results are applied to the IR and the regions second report respectively for use as selectors in action dynamics and CSS. The protected value property for the page P586_ID_PARENT element must be set to No for the value can be defined by a dynamic action.

    Dynamic action with several real actions is needed to bind alternatives click behavior to the links on the icons that have descendants (i.e. where the data-parent-id attribute has a value):

    Event: Click

    Selection type: jQuery Selector

    jQuery Selector:.apexir_WORKSHEET_ICONS a:not([data-parent-id=""])

    Real Actions

    Seq: 10

    Action: Delete the class

    Class:selected

    Selection type: jQuery Selector

    jQuery Selector:.apexir_WORKSHEET_ICONS a

    Seq: 20

    Action: Add the class

    Class:selected

    Selection type: trigger element

    Seq: 30

    Action: Set value

    Wait for result: Yes

    Type of value: Expression of JavaScript

    JavaScript expression:$(this.triggeringElement).attr('data-parent-id')

    Selection type: Agenda

    Point: P586_ID_PARENT

    Seq: 40

    Action: Discount

    Selection type: Region

    Region: results

    Seq:50

    Action: Show

    Selection type: Region

    Region: results

    Seq: 60

    Action: Cancel event

    Finally, add a style sheet to the Inline CSS property page. Initially, this hides the secondary report and select the parent clicked icon:

    #results {
      display: none;
    }
    #icons .apexir_WORKSHEET_ICONS a {
      border: 1px solid transparent;
      border-radius: 3px;
      padding: 0.8em 0 0.5em;
    }
      #icons .apexir_WORKSHEET_ICONS a.selected {
        border-color: #6a9cda;
        background-color: #bbd1ec;
        transition: 0.6s;
      }
    

    However, after all it is the question of why you use an interactive report here if you turned off all the features of the IR? A dynamic list with a custom template box seems to be more applicable?

  • Submit the page (to force a refresh of the form) without performing any validation

    Hello

    APEX 4.2.3

    I am trying to refresh a form from a DA without performing validations.

    The form must be updated via a shipment (I think it's the only easy way to refresh a form) and return to the same page with the same record.

    Because the quote is initiated from a DA there is no option on the screen to disable the validations. Also if I do the same with apex.submit JS, there no option in the API to disable validation.

    Now, I get the problem with the date fields that are defined to have a minimum date value of + 0d (which you only enter dates in the future and also runs a validation if the form is sent with activated validations).

    Any ideas on how to present a DA without running validations (property of the page item) or refresh a form without submitting it?

    Concerning

    Bottom

    No idea why I have not the redirection of PL/SQL to work. I have tried almost anything but always ended up with parsererrors from the browser.

    Make (or almost) the same js while traveling:

    Redirect('f?p=&APP_ID.:11:&APP_SESSION.::no:::');

  • Open the page of the specific tab button

    Hello

    How can I make this specific page open a button on tab.

    This page has been disabled and I menaged to do my program to view this page, when I click on a button. So next step which would be by clicking on this button it (previously disabled - invisible) page OPENS automatically.

    Chata,

    Use the nodes property.  First, get the page references.  In this table, select the specific page reference.  Then write the Page Enabled in the Enabled property of the Page. After that, write the page value in a local variable (if the tab is a control) or write the value directly in the terminal if the tab is an indicator.  Close references.

    Lynn

  • Passing parameters in the pages of the apex

    I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that? Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

    Rafiq D says:

    If you ask a question APEX, always include the information referred to in these guidelines: How to get the answers from the forum

    I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that?

    Choose lists (and other controls LOV) used in this way are called 'cascading LOVs. Their use is described in the documentation.

    Define airport LOV properties items In cascade LOV article Parent (s) name of the element in the country. Reference this value in the LOV query using bind variables syntax. The Items property of the Page to send can be used to introduce other values of the child depends on LOV.

    Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

    It is also covered in the documentation. URL containing ref and itemValues parameter lists may be specified or generated in the columns the report link, map series, calendar events, branches and other components of the APEX.

  • [ADF, JDev12.1.3] Attribute of EO: uncheck the required box does not reflect on VO (here, it is necessary to change the prop in the bat VO XML). Why?

    Hallo,

    I noticed that when in an OE I uncheck the required box for a field...

    ... do not reflect the changes on the ground of the VO...

    As in the definitions of the VO, the check box is cleared, the only way to make the non-mandatory field is manually change the scope of the definition XML VO...

    I would like if this approach is normal.

    Thank you

    Federico

    I can reproduce this behavior. Fortunately, it is only a display bug. When you run the application the object entity attribute cancels the incorrectly set required field of the VO.

    A user may be confused by this setting, even if it is only a Visual problem, I will file a bug on the ADFEMG issue tracker. WARNING: this incident handler has no attached SLA. If you need a patch for this that you must file a SR with support.oracle.com (paid the necessary support contract).

    Timo

  • VISA (Hex 0xBFFF001E) error the specified state, the attribute is not valid or is not supported as defined by the resource.

    Hello

    First of all that I must say I just starting with control of the instrument using Labview. For this reason, it is possible that the problem I have is easy to solve. However, I am looking for any solution for the forum, but unfortunately I can't fint anything.

    While the situation is this: I'm looking to plug a power Analyzer (Yokogawa WT1800) with the PC through GPIB. To achieve this, I use the USB/GPIB Interface of Agilent 82357 B. The connection is done correctly because I can see and communicate with him through the Explorer NI MAX.

    In order to achieve control of the instrument using Labview, I downloaded and installed the driver of Yokogawa WT1800 (Driver instruments ykt1800) using the NI Instrument Driver Finder tool. The problem I have is that when I run the examples, I find the following error message:

    Error 1073807330 has occurred to the property (arg1) node in Yokogawa WT1800 Series.lvlib: Initialize.vi-> Yokogawa WT1800 series continuous measurement Normal.vi

    Possible reasons:

    VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not taken in charge as defined by the resource.

    I tried to change the input of the open Visa arguments vi because I think that this is where is the problem, but I can't reach any solution. The following image is attached to the block diagram of the initialize.vi:

    Any help is appreciated.

    Thank you.

    I suspect the redirect property. Try to remove it.

  • Change a property of the attributes (VO) doctors use?

    Hello

    I use JDeveloper 11.1.2.4

    We use MDS in our application of user-level customization.

    We have an af:query and its corresponding table in our page. Based on responsibility, the columns of the table are visible/hidden.

    This part works very well the doctors use. However, there is a requirement more. The attributes to add to the option of advanced search for FY: query must also be based on responsibility.

    Now if an attribute will be displayed in the advanced search of af: query depends on the searchable property of the attribute to display.

    We use the following tag in the xml customization file in the model layer:

    < mds: change

    element = "(xmlns (mds_ns1 =http://xmlns.oracle.com/bc4j)) [/ mds_ns1:ViewObject[@Name='SearchView']/mds_ns1:ViewAttribute[@Name='LocationId'] " ">

    < mds:attribute

    name = "IsQueriable".

    value = "true" / >

    < / mds: change >

    Note: The two model and VC use the same customization file (configured in the ADF - config.xml.) The searchable property for all attributes by default is false.


    The question we face is that if I have 2 users A and B with different responsibilities. If a connection first, then whatever the attributes to display for one will be shown in B and vice versa (connections B if first, then both A and B will see the same attributes, i.e. user B). MDS selects the layer that is correct for the first user of the connection once the application has been corrected. However, after which never has connections, see the same attributes as the first connection.


    What Miss me?

    Thank you



    See http://docs.oracle.com/cd/E16764_01/web.1111/b31974/customize.htm#BABEGABC

    34.1.2 content static and dynamic personalization

    Customizations can be classified as static or dynamic. Static customizations have value to a single layer in force for all executions of the application, while dynamic customizations can have values that vary based on the execution of the application context. If a customization can vary for different users running the application, it is dynamic. If a customization has the same value for all users running the application it is static.

    When you implement customizations in ADF Model objects and ADF business components, customizations remain the same for any performance of the application. This is because these objects are loaded only once for an application and reused for the duration of the application. For example, you have a validation rule custom value of Healthcare company #1 site layer that limits the salaries for this site at 3300. It comes to static content for personalization.

    However, you can also implement customizations to the level of the controller or view allowing the value of the layer to determine at run time, based on user roles (responsibilities) or other application-specific criteria. For example, you can design an application that allows users of different organizations see different sets of fields on a given screen. It comes to dynamic content personalization.

    The determination of the question whether a customization is static or dynamic takes place in the class of customization. In the class of customization, if the getCacheHint() method returns ALL_USERS , then the layer of customization is static. For more information on CacheHint , see Section 34.2.2., "what you need to know about customizing Classes."

    All objects may have a static customization layer, depending on how personalization classes are implemented. But for ADF model and components items trade, customizations cannot be static.

  • Hide the line of adf table based on the transient attribute does not

    I have a JSF page where the user can insert new line in View object . this View object contains a transitional attribute which indicates whether or not the record is newly created.

    On the same page, I have a table adf which is bounded on the city view object . This table should show only newly created records. my approach is to use expression language of in the renditions property to hide all the other lines that are not newly created. I changed the render property for the columns of the table as: rendered="#{row.bindings.RowStatus.inputValue eq'new'}" , but the table does not show anything.

    Then, I tried to change the made not for the column property, but to the outputText inside the same way. It worked, but the problem is that the blank line is always on display.

    So, basically because I do not hide the entire line, instead I'm hiding the text in the lines and lines with spaces empty is still on display in the page aside.

    The Table of JSF page where the made property is applied on outputText inside the column:

    <af:table value="#{bindings.UplodedFilesView1.collectionModel}" var="row"
      rows
    ="#{bindings.UplodedFilesView1.rangeSize}"
      binding
    ="#{CreatSR_UserBean.fileTable}">

      
    <af:column sortProperty="#{bindings.UplodedFilesView1.hints.FileName.name}"
      headerText
    ="File Name" id="c1">

      
    <af:outputText value="#{row.bindings.FileName.inputValue}" id="it1"
      rendered
    ="#{row.bindings.RowStatus.inputValue eq'new'}"/>

      
    </af:column>

      
    </af:table>

    I use Jdeveloper with ADF technology 11.1.2.3

    Thanks Timo,

    You are right. Its to late to hide lines after stamping in the row set. I solve the problem by filtering the view object, based on the transitional attribute in the section of liaison page. The steps as follows: (assuming that the object from view with the temporary attribute has been created, and the transient attribute contains the filtered values)

    1. Drag the view object on the page and also make the Table (in my case it might otherwise listen)
    2. On the page, go to the connection tab.
    3. Double-click the object desired in the links column.
    4. New window will appear titled with (change the binding tree)
    5. Check the option (enable filtering)
    6. Select the (filter attribute) and (filter value) for the selected filter attribute.
    7. Select (Display attribute) you want to appear in the page.
    8. Press OK
  • Pagination of the ADF - ScrollPolicy attribute is not recognized

    Hello

    I'm having a problem of paging in my application. The application is developed with JDeveloper 11.1.1.7 and I followed the steps of Andrejus Baranovskis Blog: ADF 11 g PS6 - ADF 10g Table Pagination feature is back finally.

    On my local Weblogic Server, I was able to deploy the application and confirm the paging behavior in my paintings, but when I deploy the same application (EAR) on the development environment (Weblogic) I'm not able to validate it because of an unexpected exception when opening the page.

    I found this on the server logs:

    < i > caused by: weblogic.servlet.jsp.CompilationException: could not compile JSP untitled1.jspx

    Untitled1.JSPX:34:57: this attribute is not recognized.

    rowSelection = "single" id = "t1" scrollPolicy = "page" < /i >

    Are there property of Weblogic Server that I need to turn off or to recognize this property?

    Thanks in advance,

    Manual

    Have you checked that the right (11.1.1.7.0) adf runtime is installed on the weblogic environment development?

    The error that you normally get is if you use an older adf execution on the server.

    Timo

  • Get-vmhost does not reflect the number of correct hosts on a few scenarios

    Hello members of the community.

    When I try to use the cmdlet get-vmhost against a cluster that has one or no hosts in there, I don't get the number of correct hosts. Here are some lines for this information.

    foreach ($objDataCenter to $objColDataCenters)
    {
    $objColClusters = get-Cluster-location $objDataCenter

    foreach ($objcluster to $objColClusters)
    {
    $Details = $Null
    $objClusterBaseRP = $objHosts = $objDataStores = $objVMs = $Null
    $intNUmDatastores = $intNumHostCPUs = $intTotCPUMhz = $intTotUsageCPUMhz = 0
    $intTotMemMB = $intTotUsageMemMB = 0
    $CPUStat = $CPUStatMax = $MemoryStat = $MemoryStatMax = 0
    $intTotMemGB = $intUsageGB = $intMemResGB = $intMemLmtGB = 0
    $inttOTDiskCapacityMB = $intTotDiskFreeMB = $intTotDSCapacityGB = $intTotDSFreeGB = 0
    $intTotVMMemGB = $intTotVMCPUMhz = $intNumVMCpus = $intTotVMMemMB = 0
    $intTotVMProvisionedSpaceGB = $intTotVMUsedSpaceGB = 0

    $objHosts = get-vmHost-location $objcluster

    $objHosts.Count

    }

    }

    code above produce white for clusters that has one host for all other groupings that has 2 or several hosts results are correct. I know that there is no point of having a single node cluster or not, but the result does not reflect his decent stats.

    In the same way under lines also produce incorrect information to the cluster that has no HOST or a single HOST that is in maintenance mode and has no inside VMs

    $objVMs = get-VM-location $objCluster

    $objVMs | %{
    $intNumVMCpus += $_. NumCpu
    $intTotVMMemMB += $_. MemoryMB
    $intTotVMProvisionedSpaceGB += $_. ProvisionedSpaceGB
    $intTotVMUsedSpaceGB += $_.usedSpaceGB

    }

    When I print the values of all the variables above, it should report 0 instead I have the chance to see some numbers. Please note I have explicitly assign values $null to all objects and 0 in all other variables at the beginning of the loop for clusters.

    Any help to solve this is greatly appreciated - thanks

    Kind regards, Philippe

    Hello, Ramkrish-

    Welcome to the communities.

    For the first part, the number of hosts in a cluster with zero (0) or one 1 host - there are a number of things happening there.

    When the Get-VMHost call returns only one host, and you then try to access to the. Property of the count of $objHosts, you try to access this property on an object VMHost, not an array of length 1 with a VMHost inside.  And, since the VMHost object has no property '. " Count' you get a return of the 'white' or null.

    And when Get-VMHost will return no host, and you are trying to access. Count on $objHosts, you effectively type '$null. "Count", since $objHosts - eq $null at that time.

    Two ways to handle these cases would be to use the Measure-Object cmdlet or explicitly to a table, even if zero or one VMHosts are returned.  As:

    ## using Measure-Object$objHosts = Get-VMHost -Location $objcluster($objHosts | Measure-Object).Count    ## correctly returns 0 or 1 (or greater)...## or## forcing an array, even if 0 or 1 items returned$objHosts = @(Get-VMHost -Location $objcluster)$objHosts.Count        ## correctly returns 0 or 1 (or greater)...
    

    Regarding the behavior you're seeing with the statement Foreach-Object with $objVMs, I suspect that the behavior of the Foreach-Object statement when you're running an empyt null him is at stake here.  In other words, while you can imagine "$arrEmptyArray | % {'Hello'}' to produce anything, happening actually by an interation of the loop (really - try - the).  So to avoid this, you can delete the unnecessary part that stores the output of Get - VM in the variable "$objVMs" and combine the lines to channel the output from Get - VM directly to the Foreach-Object statement, as:

    Get-VM -Location $objCluster | %{    $intNumVMCpus += $_.NumCpu    $intTotVMMemMB += $_.MemoryMB    $intTotVMProvisionedSpaceGB += $_.ProvisionedSpaceGB    $intTotVMUsedSpaceGB += $_.usedSpaceGB}
    

    By the way: while we're updating this code a little, another way that you could get these totals is again using the Measure-Object cmdlet, this time with the parameter - sum, as:

    Get-VM -Location $objCluster | Measure-Object -Sum -Property NumCpu, MemoryMB, ProvisionedSpaceGB, usedSpaceGB
    

    Much more compact and allows just of PowerShell do the work.  Although you then maintain the return of the object of measures, depending on the situation, it is quite practical.

    How about that?

  • Zoom r16 output does not reflect the master Pro Logic output

    I have a Zoom R16 hooked to Logic Pro X on El captain.

    Everything seems to work fine, but the release of the Zoom R16 always gives the sound, the monitor of the line, not the output of Logic Pro X inputs. If the helmet and out of line always give the full release of all entries and not the combination of Logic Pro. On the master output indicators seem to give the right indication (that is, not if all the sliders are declining), but that does not reflect the sound on the output.

    Is this a settings problem, a problem with Logic Pro or a problem with the Zoom R16.

    Anyone who suffers it, or has a sollution?

    How exactly this is connected to your Mac?  I guess that via USB?

    You have the latest drivers for it?

    Have you checked the Audio 'MIDI settings' application (Applications > utilities) to check that it is correctly configured in the operating system?

    Have you checked its configuration in LPX?  Two place to check.  1 - logic Pro X menu > control surfaces > Preferences 2 - Logic Pro X menu > control surfaces > Setup

  • VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not supported as defined by the resource.

    I try to open a com port Seraglio in LabVIEW get this error:

    VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not supported as defined by the resource.

    It occurs in ISA set up a Serial Port (Instr) .vi and seems to be related to the speed of transmission. If I use anything else than 9600, I get this warning. I need to use 115200. I can open successfully to other com ports at 115200.

    I am able to talk to this device using other Terminal programs to 115200 without problem. It is only through LabVIEW and NI MAX.

    The Unit presents itself as "Stellaris Virtual Serial Port (COM12)" in deveice Manager.

    Is there a way to get around this?

    Thanks in advance!


  • Hard drive is not reflected in the list of disks

    Device Manager recognizes a disk but the disk management does not show in the list of disks (affected/not allocated).  You want to set up and assign a drive letter.   Thank you.   Russ

    < original="" title:="" disk="" management="">

    Hello Russell,

    Thanks for posting your query on the Microsoft Community.

    With the publication of the description, I understand that the hard drive is not reflected in the list of disks on your Windows 7 operating system. I will certainly help you get this problem.

    This problem can occur because of incorrect settings. In order to solve the problem, I would suggest trying the following methods and check if this is useful:

    Method 1: Troubleshooting hardware and devices

    Integrated the hardware and devices troubleshooter can automatically detect and fix most of the incorrect settings and errors that could cause problems with the equipment. I suggest you run the troubleshooter to check if there is no problem with the graphics card. See albums as follows:

    1. open Control Panel

    2. click Troubleshooting and select the option to display all on the left pane.

    3. click Troubleshooting of hardware and devices and follow the prompts.

    Try Method 2, if the problem persists

    Method 2: Make sure that the drive is enabled

    Follow the below mentioned steps to make sure that the drive is enabled:

    1. click on start and type device manager in the search box

    2. click on Device Manager in the control panel list

    3 locate the drives item in the list, and then click the small arrow to the right to expand the list of readers

    If a disk is disabled you will see an icon with an arrow pointing down on the icon of the hard disk

    If you see an icon with an arrow pointing down on the hard drive icon, double-click the icon and click on the button Activate peripheral

    4 then click on activate a device dialog box, click Next, and then click on finish

    5. click Close, and then close the Device Manager window

    Note: If you do not see your hard drive in the listed readers, the player is not detected by Windows.

    Note: If you receive an error message when the hard disk is activated, you can have a bad hard drive.

    Hope the helps of information. Let us know if you need help with Windows related issues. We will be happy to help you.

  • Error: The 'MIDlet-Version' attribute is not a valid version number

    I'm having a hard time setting up my file .jad for OTA downloads.  I get the following error when I try to access the file jad from the BlackBerry browser.

    "Error: Invalid manifest or application descriptor."   The 'MIDlet-Version' attribute is not a valid version number. »

    The content of my jad file is as follows:

    Manifest-Version: 1.0
    MIDlet-Version: 1.0.0
    MIDlet-Jar-Size: 379217
    RIM-COD-URL-2: EveryTrail - 2.cod
    Microedition-Configuration: CLDC-1. 1
    MIDlet-Jar-URL: EveryTrailBBerry.jar
    RIM-COD-Module-dependencies: net_rim_cldc, net_rim_os, net_rim_bbapi_invoke, net_rim_locationapi, net_rim_xml, net_rim_xml_org
    RIM-COD-SHA1-2: 91 64 64 84 7 b 51 06 and 43 e6 f6 da 73 e3 fc 43 b4 ed 4th 9 a 1 c
    RIM-COD-URL-1: EveryTrail - 1.cod
    RIM-COD-SHA1-1: da d9 42 24 bd a5 3f f6 a6 a4 6F 91 2f 3 a 1 fe fd has 62 e7 d7
    RIM-COD-size-2: 47788
    RIM-MIDlet-flags-1: 0
    RIM-COD-size-1: 62672
    RIM-COD-Module-name: EveryTrail
    MIDlet-name: EveryTrailBBerry
    RIM-COD-size: 67732
    RIM-COD-creation-Time: 1233537686
    MIDlet-1: EveryTrail... /... /.. / BlackBerry/EveryTrail/src/everytrail-logo-small.png,.
    RIM-COD-URL: EveryTrail.cod
    RIM-COD-SHA1: 64 b7 3B 1e 71 97 28 42 4 d 36 0 b 7th f6 94 72 83 77 99 cb 2f
    Microedition-profile: MIDP-2. 0
    MIDlet-vendor: GlobalMotion

    I have had prior success with OTA but the version number showed as 0.0 and the seller "".  I think that this problem was when I clicked on "title available resources" in the tab "resources" of the project properties.  So far, no other version number value that I have tried has been proven.  Anyone have any ideas?  Thank you!

    I had the same problem. The .jad for a project file does not get automatically regenerated during a build, so I have no pre-build defined in all my projects that removes the .jad file, causing again regenerated each time. You can set a pre-build tab step build of the project properties window. You'll want something in the sense of:

    cmd.exe /C del com\company\product\AppName.jad

    Note that the command runs with his working directory set to the location of the file to workspace rather than the project file, for example, you must specify the path to the .jad compared file.

Maybe you are looking for

  • Whenever I try to login, I get: "you want the following program to make changes to this computer?

    A few days ago, I started getting the following message EVERY time I try to open a session:«You want the following program to make changes to this computer: it lists the FF and Mozilla Corp.»I have to click 'Yes' EVERY time, and then it seems my Comc

  • Emails received before March all gone?

    I have been using Windows Live Mail as my default e-mail for the last two years and have never had any problems with it so far. I was looking for an email that I received in February to print and my Inbox seems to be unable to load the messages I rec

  • execution plan

    HelloGR 11, 2, is it possible to see the contents of a plan table based on a hash value of the plan?I executedSelect plan_hash_value in the dba_hist_sql_plan where sql_id = "somesqlid."to view the details of a plan for a query which was executed a fe

  • 2 host HA - DRS cluster

    Hi allI have 2 HA - DRS host clusters, it seems that DRS does not work no doubt, when I look at the performance of 2 hosts hosts one of them consume more memory of 45 GB 42 GB and the other consume 26 GB to 45 GB, I all know the DRS to balance the lo

  • Add to cart

    I would like to make an addition to the basket which is not on the product page or catalog. So, it should be something like {tag_addtocart} with an ID of product in there. Hoping someone can help!