Why my function returns nothing when I create as a schema object

I have the ABC's of the user who owns several paintings, some of which have foreign key constraints.

I have user XYZ who has access to all the tables belonging to the user ABC.

When I create a user XYZ feature to use more I get no return when I run:

Select XYZ.ztm_tables_depended_on ('ABC', 'A_TABLE_OWNED_BY_ABC') of double:

Please see after the function definition.

CREATE or REPLACE FUNCTION ZTM_TABLES_DEPENDED_ON (p_Owner VARCHAR2, nom_table_p VARCHAR2) RETURN VARCHAR2 IS

CURSOR C1 IS

SELECT CONSTRAINT_NAME, OWNER, R_CONSTRAINT_NAME, R_OWNER

OF ALL_CONSTRAINTS

WHERE OWNER = p_Owner

AND TABLE_NAME = nom_table_p

AND CONSTRAINT_TYPE = 'R '.

ORDER BY OWNER, CONSTRAINT_NAME, R_OWNER, R_CONSTRAINT_NAME;

--

v_Referenced_Owner VARCHAR2 (31);

v_Ret_Val VARCHAR2 (4000);

--

The FUNCTION CONSTRAINT_TABLE_NAME(p_Owner VARCHAR2, p_Constraint_Name VARCHAR2) RETURN VARCHAR2 IS

CURSOR C1 IS

SELECT TABLE_NAME

OF ALL_CONSTRAINTS

WHERE OWNER = p_Owner

AND the argument CONSTRAINT_NAME = p_Constraint_Name;

--

v_Ret_Val ALL_CONSTRAINTS. TABLE_NAME % TYPE;

BEGIN

OPEN C1;

FETCH C1 INTO v_Ret_Val;

CLOSE C1;

--

RETURN v_Ret_Val;

END;

--

BEGIN

FOR R IN C1 LOOP

IF (R.OWNER <>R.R_OWNER) THEN v_Referenced_Owner: = R.R_OWNER | '.';

ANOTHER v_Referenced_Owner: = NULL;

END IF;

--

v_Ret_Val: = v_Ret_Val | ', ' || v_Referenced_Owner | CONSTRAINT_TABLE_NAME (R.R_OWNER, R.R_CONSTRAINT_NAME);

END LOOP;

--

RETURN LTRIM (v_Ret_Val, ',');

END;

/

But if I enter the function within an anonymous block as follows, I get results:

DECLARE
CURSOR C1 IS
Select owner, table_name
From all_tables where owner = 'ABC ';

--

The FUNCTION ZTM_TABLES_DEPENDED_ON(p_Owner VARCHAR2, p_Table_Name VARCHAR2) RETURN VARCHAR2 IS
CURSOR C1 IS
SELECT CONSTRAINT_NAME, OWNER, R_CONSTRAINT_NAME, R_OWNER
OF ALL_CONSTRAINTS
WHERE OWNER = p_Owner
AND TABLE_NAME = nom_table_p
AND CONSTRAINT_TYPE = 'R '.
ORDER BY OWNER, CONSTRAINT_NAME, R_OWNER, R_CONSTRAINT_NAME;
--
v_Referenced_Owner VARCHAR2 (31);
v_Ret_Val VARCHAR2 (4000);
--
The FUNCTION CONSTRAINT_TABLE_NAME(p_Owner VARCHAR2, p_Constraint_Name VARCHAR2) RETURN VARCHAR2 IS
CURSOR C1 IS
SELECT TABLE_NAME
OF ALL_CONSTRAINTS
WHERE OWNER = p_Owner
AND the argument CONSTRAINT_NAME = p_Constraint_Name;
--
v_Ret_Val ALL_CONSTRAINTS. TABLE_NAME % TYPE;
BEGIN
OPEN C1;
FETCH C1 INTO v_Ret_Val;
CLOSE C1;
--
RETURN v_Ret_Val;
END;
--
BEGIN
FOR R IN C1 LOOP
IF (R.OWNER <>R.R_OWNER) THEN v_Referenced_Owner: = R.R_OWNER | '.';
ANOTHER v_Referenced_Owner: = NULL;
END IF;
--
v_Ret_Val: = v_Ret_Val | ', ' || v_Referenced_Owner | CONSTRAINT_TABLE_NAME (R.R_OWNER, R.R_CONSTRAINT_NAME);
END LOOP;
--
RETURN LTRIM (v_Ret_Val, ',');
END;

--

BEGIN
FOR R IN C1 LOOP
DBMS_OUTPUT. Put_line (ztm_tables_depended_on (R.Owner, R.Table_Name));
END LOOP;
END;
/

Any ideas what is happening here?

Any ideas what is happening here?

Justin said the likely reason.

See the section "How to exercise roles in PL/SQL blocks" the doc of database security for details

http://docs.Oracle.com/CD/E25054_01/network.1111/e16543/authorization.htm#i1007304

Operation of the roles in PL/SQL blocks

The use of roles in a PL/SQL block depends on if it is an anonymous block, or a block named (stored procedure, function, or trigger), and if it runs with the rights of the author or the rights of the applicant.

Roles used in the appointed with rights to define blocks

All roles are disabled in any PL/SQL block named (stored procedure, function, or trigger) that runs with the rights of the author. Roles are not used to privilege control, and you cannot define roles within the procedure of a DEFINER rights.

The SESSION_ROLES view shows all roles that are currently enabled. If a named PL/SQL block that runs with Definer Rights queries SESSION_ROLES , then the query will return no rows.

Roles used in blocks named with the rights of the plaintiff and anonymous PL/SQL

Named PL/SQL blocks that run with the rights of the applicant and the anonymous PL/SQL blocks are executed at the end of the privileges granted through active roles. Current roles are used for verification within rights Summoner of privilege the PL/SQL block. You can use dynamic SQL statements to define a role in the session.

See this line beginning by "all roles are disables in any PL/SQL block named"?

Tags: Database

Similar Questions

  • How to use the TRUNC of DB function in "Evaluate" when you create a filter?

    When I create a new filter on a column with the expression: Evaluate ('Trunc (%1, %2)' Timestamp, 'Time'. ("' SURVIVE ', 'MONTH')

    OBIEE gives the following error:

    The formula syntax is not valid.

    Assertion failure: column! = 0 to 1205 of the project/webreport/reportmetadata.cpp line

    OK (ignoring the error)

    "Time". "' SURVIVE ' is a timestamp column, having dates.

    Can someone help me on how to create this expression correctly?

    Thank you.

    You don't have to use function should be assessed, bI is capable of it.

    Make sure that (you must have this value in db) that required your this timestamp column is

    min (columnName by month (columnName))

    Thank you

    http://cool-bi.com

  • why I increase font size when I create the iphone version 6 more?

    Recently, I'm working on the phonegap project, when I create the version for android design is so normal that when I test on local, but when I create the version for IOS specially for Iphone 6, with then I get the larger font size

    There is the problem.

    The right dimensions are documented in the document of 'images of launch' Apple's iOS. These projections are much larger than what you have. And they determine how iPhone6 + scales.

  • Why GetMonitorBrightness function returns false in the following code?

    I create an application in Qt (its an IDE-platform) in which I want to add the functionality of change of brightness of the screen, but when I call the function GetMonitorBrightness, it returns false, and I don't know why. Maybe my code is not good I don't know please help me solve this problem.

    And I only monitor then there is no need to call the GetNumberOFPhyscialMonitors function right?

    My Code:

    void EyeCare::on_startcaringButton_clicked()
    
    {
    
        HMONITOR monitorHandler = NULL ;
    
        LPDWORD minBrightnessLevel = NULL , maxBrightnessLevel = NULL,
    
        currentBrightnessLevel = NULL ;
    
        HWND windowHandler ;
    
        windowHandler = FindWindow(NULL,NULL) ;
    
        monitorHandler = MonitorFromWindow(windowHandler, MONITOR_DEFAULTTOPRIMARY) ;
    
        if (GetMonitorBrightness(monitorHandler,minBrightnessLevel,
    
                             currentBrightnessLevel, maxBrightnessLevel) ){
    
            DWORD newBrightnessLevel = (*maxBrightnessLevel) - 50 ;  // my current brightness is 100%
    
            SetMonitorBrightness(monitorHandler,newBrightnessLevel) ;
    
            SaveCurrentMonitorSettings(monitorHandler) ;
    
            style.append("color: green ;") ;
    
        }else
    
            style.append("color: red ;") ;
    
        ui->startcaringButton->setStyleSheet (style) ;
    
        QErrorMessage *errorMessage = new QErrorMessage ;
    
        errorMessage->showMessage(GetLastErrorStdStr());
    
    }
    
    QString GetLastErrorStdStr()
    
    {
    
      DWORD error = GetLastError();
    
      if (error)
    
      {
    
        LPTSTR errorMessage;
    
        FormatMessage(
    
                    FORMAT_MESSAGE_FROM_SYSTEM |
    
                    FORMAT_MESSAGE_IGNORE_INSERTS |
    
                    FORMAT_MESSAGE_ARGUMENT_ARRAY |
    
                    FORMAT_MESSAGE_ALLOCATE_BUFFER,NULL,
    
                    error,0,(LPWSTR) &errorMessage,0, NULL );
    
        return QString :: fromWCharArray(errorMessage) ;
    
      }
    
    }
    

    My header files:

    #include

    #include

    My library files:

     

    dxva2.dll (copied ' c:/windows/system32' folder Dll in my project folder)

    dxva2.lib (copied "c:/windows/system32" in the library of my project folder folder)

    This is how include you the Qt library:

    win32:CONFIG(release,debug|release): LIBS += -L&&PWD/Dll/ -ldxva2
    
    win32:CONFIG(release, debug|release): LIBS += -L$$PWD/Library/ -ldxva2
    
    else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/Library/ -ldxva2
    
    else:unix: LIBS += -L$$PWD/Library/ -ldxva2
    
    INCLUDEPATH += $$PWD/Library
    
    DEPENDPATH += $$PWD/Library
    

    Hello

    This issue is beyond the scope of this site and should be asked on the forums Technet or MSDN.

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

    Concerning

  • Why my cfoutput returns nothing?

    I apologize for the double posting but I have a deadline, I try to answer, and I won't go home until I understood that.

    I'm trying to return data based on two queries, I created, using a cfif. Currently, I'm * nada *, no error, either. And I know that there is a lot of information to return.
    Is someone can you please tell me what is wrong with my code (attached)? I would be very grateful.
    ETA: the part that amounts to nothing:
    < cfif #getTeacherInfo.emp_SchoolID # eq #getSalutation.rc_SchoolID # >
    < table >
    < b >
    #getTeacherInfo.TeacherName # < cfoutput > < / cfoutput >
    < /tr >
    < /table >
    < / cfif >



    OK... I had understood it - should be at work 12 hours, today! : Heh D.
    This generates a list of teachers with their certification due dates. I will then link to individual pages. :)

  • getBytesLoaded() and getBytesTotal() return anything when you load content from another domain

    I created a movie that load various media using loadMovie(), then in many cases performs actions on the newly loaded MCs once loading is completed. I rely on getBytesLoaded and getBytesTotal to know when to perform these actions.

    This works very well when the content is on the same server as the film, but I also need to load content from another domain and this is where it falls apart. The media actually does very well in the target MCs, but never make the functions that need to be running when the loading is complete. The problem is that getBytesLoaded() and getBytesTotal() both return nothing when the content is loaded from another domain.

    I'm stuck with loadMovie and getBytesLoaded/getBytesTotal as this film must be published for Flash Player 6, but I actually tried to use loadClip() and onLoadInit() and I get the same problem - onLoadInit() never works.

    Another weird thing is that test by displaying a flash preview is not displayed this problem - the content of fines and getBytesLoaded and getBytesTotal loads two values to return as expected. It's only when I publish the film and display in a browser I have this problem.

    Where I'm going wrong?

    Thank you!

    in your external SWF on the other server, type the following in the first picture...

    Code:

    System.security.allowDomain (_parent._url);

    If you load your swf file into a movieclip with instance name mcImage and then do

    Code:

    System.security.allowDomain (mcImage._url);

  • Creating tables of Business Objects

    Hi, I'm starting a new project using ADF and I created a company schema object connection to an existing database, but without any table created inside.
    After defining certain entities that I have configured a module of application to work with this feature, after that when I run this app module it does not create any model within my database.
    Y at - it a configuration to do inside the AppModule to this tables for creating component inside the database?

    Thank you for your attention.

    Right-click in your diagram and choose to generate tables in the schema.

  • Create a report based on different schema objects

    Hello

    I have a situation of reporting for my database performance.

    Let me explain my requirment.

    There are 2 diagrams in my database called X, Y

    X owns all of the performance of the related data. But read X objects access.

    Now in APEX, a developer that dev1 is mapped to the database schema I Y through WS1.

    I can't map DEV1 to database drawing X for security reasons.

    When I am creating a report as DEV1, it's allowing me to create based on schema objects belonged there.

    However it is not allowing me to create a report based on objects belonged to X, although there are CERTAIN privileges of the items of x.

    Can be a help in this?

    Concerning
    Barro

    Hello

    Choose your post on workshop SQL works?

    Are sure you grant select privilege to your application to the analysis of schema?

    BR, Jari

  • My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

    Mr President

    My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

        public static final int PURQTY = AttributesEnum.Purqty.index();
        public static final int STAXRATE = AttributesEnum.Staxrate.index();
        public static final int UNITPURPRICE = AttributesEnum.Unitpurprice.index();
        public static final int SALQTY = AttributesEnum.Salqty.index();
        public static final int UNITSALPRICE = AttributesEnum.Unitsalprice.index();
        public static final int PARTICULARS = AttributesEnum.Particulars.index();
        public static final int AMOUNT = AttributesEnum.Amount.index();
    

    Can keep us in digital format.

    Concerning

    No.... These int values not the type of display object attributes. These integers is the index of attributes.

    To determine the type of the VO attributtes, you should see the Get accessor of the attribute and the setter

    as

      /**
       * Gets the attribute value for the calculated attribute CountDockets.
       * @return the CountDockets
       */
      public BigDecimal getCountDockets()
      {
        return (BigDecimal) getAttributeInternal(COUNTDOCKETS);
      }
    
      /**
       * Sets value as the attribute value for the calculated attribute CountDockets.
       * @param value value to set the  CountDockets
       */
      public void setCountDockets(BigDecimal value)
      {
        setAttributeInternal(COUNTDOCKETS, value);
      }
    

    This means that the attribute type CountDockets BigDecimal

  • Create a branch to function returns the URL - new tab

    APEX 4.2.2

    I have a branch of type creates a branch to the function return URL that returns a URL. The branch is triggered via a page element button. The branches of the page at the URL very well but the URL has nothing to do with the application, it is an external URL, so I want to open the link in a new browser tab. Using the link attributes, this is done by using target = "_blank" but I don't see a way to do that in this situation. Seems simple enough, what don't get me? Thank you

    HELEN wrote:
    APEX 4.2.2

    I have a branch of type creates a branch to the function return URL that returns a URL. The branch is triggered via a page element button. The branches of the page at the URL very well but the URL has nothing to do with the application, it is an external URL, so I want to open the link in a new browser tab. Using the link attributes, this is done by using target = "_blank" but I don't see a way to do that in this situation. Seems simple enough, what don't get me?

    Nothing. It is not possible to do this using a branch as the changing context of the browser should be initiated by the browser, not the server. Use JavaScript to do this automatically:

    window.open('', '_blank');
    

    I'd go with changing the direction if it branches to the original page, setting a value of ASK for use as a condition on dynamic action of The Execution of JavaScript Code that runs the window.open.

  • Is it Possible to use a function when you create a table?

    Hello

    Is it possible to use a function during the construction of a table?

    I would like to browse my data returned from the db and call a function. The part where I call the function "myFunction [i]" doesn't seem to work. How can I solve this problem? I need to put the function call results in the table.

    var i: uint;

    for (i = 0; i < dataArray.Length; i ++)

    {

    dgArray = [{name: dataArray [i] .name, Type: myFunction [i]}];

    }

    Thank you!
    -Laxmidi

    Hi laxmi,

    Yes of course it is quite possible to use a function when you create a table... In your code, you made some mistakes...

    You used hooks to call the function myFunction [i]... where you are supposed to use parentheses... myFunc (i)... and other you must push the object in the dgArray but yous hould not not attribute...

    dgArray = [{name: dataArray [i] .name, Type: myFunction [i]}]; This will result in only the last table iterates in dgArray...

    So you should write dgArray.push ({name: dataArray [i] .name, Type: (i) myFunction});

    Check out the code below...


    http://www.Adobe.com/2006/mxml"layout ="absolute"creationComplete ="init (); » >

      private var dgArray:Array = new Array();
    private var myDataArray:Array = [{data: '1', name: 'Robert'}, {data: '2', name: 'Nicolas'}, {data: '3', name: "Bika"}]
     
    private function init (): void
    {
    for (var i: int = 0; i
    {
    dgArray.push ({name: dataArray [i] .name, Type: (i) myFunction});
    }
    }
      
    private void myFunction(i:int):String
    {
    Return 'Type' + i;
    }
    ]]>

    If this post answers your question or assistance, please mark it as such.

    Thank you

    Jean Claude Chari

  • MMC returns "MMC could not create the snap-in" when I try to run GPEdit.msc

    MMC returns "MMC could not create the snap-in" when I try to run GPEdit.msc

    I got Home Premium, but have since upgraded to Pro.  Now that I have Pro I have an option of the editor of the political group that is put at my disposal which, I guess, is not available in home edition Premium.

    Problem solved...

    Thanks for your reply.

    Thanks for the update, please close the thread! Itknowledge24.com

  • Why is there a setting duplicate when I create a file pfile from spfile on a DB of RAC?

    Hello world

    I ran ORACHK on a 11g (11.2.0.4) database RAC and one of the results shows "check no input parameter in the init.ora (spfile) database duplicate" that I generated a pfile from two of the database file and the following repeated, I saw:

    (BD1)

    amagua2.__streams_pool_size = 536870912

    amagua1.__streams_pool_size = 536870912

    amagua2.__streams_pool_size = 536870912

    amagua1.__streams_pool_size = 536870912

    (BD2)

    * .db_16k_cache_size = 1610612736

    METRO1.db_16k_cache_size = 2147483648

    METRO2.db_16k_cache_size = 2147483648

    I don't know why this happens, in BD2 when I select the setting of $ v that I see the greatest value, which was the last one I assigned to the parameter, so I don't know why the lower value appears in my file pfile.

    in BD1 two lines appear just a copy with the same value.

    I would fix this, any help will be appreciated.

    Thanks in advance.

    Giancarlo Giammaria

    (BD1)

    amagua2.__streams_pool_size = 536870912

    amagua1.__streams_pool_size = 536870912

    amagua2.__streams_pool_size = 536870912

    amagua1.__streams_pool_size = 536870912

    This is because Oracle manages the size of the SGA on its own. Either you MEMORY_TARGET or SGA_TARGET value. Oracle wrote its flow Pool size in the SPFILE so that when the instance is started, it can resume with that component SGA size to its last known value, based on the workload of your application. It is curious to see the two sets, and I have no idea why. But you can always delete the duplicate entries and re-create the SPFILE.

    (BD2)

    * .db_16k_cache_size = 1610612736

    METRO1.db_16k_cache_size = 2147483648

    METRO2.db_16k_cache_size = 2147483648

    In the case above, you have a set specifically for the METRO1 instance. And another parameter specifically for instance METRO2. The higher setting is global for all cases, unless the instance-specific setting would be substitute one world. If you have only two instances, then the global is not much until you add a third instance.

    Now for Oracle RAC... it is normally a good idea to have all the instances with the same cache size setting. It is rare that there is a good reason for instance1 to have a different value than instance2. In addition, if you use TAF and/or want a second instance to support connections over the failover of the first instance, then you want your LMS components sized so as to be able to manage not only the current work load, but the additional workload due to the failure of the instance.

    See you soon,.
    Brian

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • When I create a desktop/tablet/phone version of a site, why all the pages are blank?

    Hello, listener/user of long date, first time caller

    I use Muse since jumping on the train of creative cloud a few years ago, but so far my experience has been to maintain and update a desktop version of a few small sites.  I liked the idea to help the creation of separate traces of mobile/tablet/Office (ie the delicate design) of Muse, and last week was my first experience using it as I worked on a regeneration of ground-up of the http://www.eridusociety.org.  I started with a presentation of the phone, with the intention to get this right and then expanding outward to a version of the Tablet, and once it was over, adding a provision of office.

    After completing the mobile site and test it on Business Catalyst (thanks to all those involved in this seamless integration, by the way), I clicked on the + tablet button and began to build on the presentation of the tablet of the site.  To my dismay, all the pages he built were empty.  I tried to remove and re-doing with different combinations of the options checked, does not.  Then I ran out of the web browser the closest and began the search - probably, I missed a step, or the collective brains of the internet could alert me on a way to do this.  Alas, no luck.

    White pages are intentional, and how to fill these blank pages is to return to the configuration of the phone, open the page, and then copy all of the content, then switch back to the presentation of the Tablet and open the corresponding page of the provision of the Tablet and paste the contents of the presentation of the source... and of course, rinse and repeat for both office layout (but for my workflow I copied pages of) available Tablet finished to create the desktop version).

    For me, from all elements of the presentation of the source page is much easier than from scratch on every page.  In this way, I know I have everything page and I can add to (or subtract) as well as change the page layout to fairly short term.  I was driving me crazy with all bounce back between the layouts to copy/paste of what I'm working on my site, and for later use, I would like to know if there is a way that can be avoided in the future?

    Ideally, I would like to see an option in the page Setup dialog box to create in order to copy the content (and choose the layout of the source to be copied from).

    Also, another great option for this dialog box would let me choose to spend all the page links to the new provision.  In other words, when it copy and glue all the content of the presentation of the source page, Muse would then also update the links to the pages on the site so that they link to the pages of the presentation.  So when I create a version of the phone, then click on + Tablet, I can check a box to copy content from the source page, specify the source and then another box to update the links to the page layout.  After Muse does its magic, I have a provision of the tablet which already has the content of the page on this subject, and this is the link to other pages on the presentation of the Tablet (and not available to source/phone pages).

    Thank you to all the team members of Muse for a large enough product and the people manning the Twitter account to answer my tweet and direct me here.

    Reactive Adobe Muse CC 2015 is now online. Please install the update of CC > Apps.

    What's new: news summary

    Release notes: https://helpx.adobe.com/muse/release-note/adobe-muse-release-notes.html

    Delicate design:

    Adobe help Muse | Create responsive Web sites

    Adobe help Muse | Responsive web design in Adobe Muse

    Adobe help Muse | Migrate existing Adobe Muse Web sites to answer

    Tutorials

    To get started with Adobe Muse (replaces how to make a website with Adobe Muse (coffee of Katie)):

    - https://helpx.adobe.com/muse/how-to/create-responsive-website.html

    Create a sensitive webpage with Adobe Muse:

    - https://helpx.adobe.com/muse/how-to/responsive-web-design.html (more detailed features RWD of Muse demo)

    Thank you

    Sanjit

Maybe you are looking for

  • documents and data taking up 46GB on iPhone 6 64GB

    "documents and data" is 46GB on iPhone 6 64GB model(6.3.1 iOS). I can't understand what it is or how to remove it. my iPhone has 0 GB free. I have about 2.2 GB photo, less than 200 MB of music, around 1.2 in Apps, 5.2 GB in the other and 46 GB in "Do

  • Re: KeNotify generates pop-up windows on Satellite A500 low memory

    I own an A500 which worked perfectly so far. Today I encountered a problem, I also found on a few articles published on the internet: A KeNotify box appears saying that the memory is insufficient. When I check the Task Manager, I see that there are a

  • Battery Z510 problem, battery is 0% all the time

  • ASA 5505 Licensing / clarification of encryption

    Hello I have an ASA 5505 Security more than licenses.  The specific entry, that I focus on when I do a 'show' version is: AnyConnect Premium peer: 25 perpetualAnyConnect Essentials: 25 perpetual For my IPSEC IKEV2, I have: IKEv2 crypto policy 1aes-25

  • Windows 7 isn't real help?

    I recently had this computer from a friend. His company gave him it because they have their upgrade. He has not used in a few months, just recently, I had and turned on for the first time in the month. After that the signing in I get windows is not m