Re: Creating a page with tags

Hello

I create a page used with some fields of the tables.

I created an employee table, but I did not insert all data.

I created data controls and I do slip and fall some fields as text with tags.

But the problem is when I run this page I get no input box where I need to enter the data.

Can someone help me on why I don't get.

Thank you & in what concerns:

Pramila Padam

Please check

(1) DC are objects of entity, not unalterable view objects...
(2) you did drag Input text within the shape of the ADF
(3) try drag DC as an ADF with an Insert-create form and delete button

Tags: Fusion Middleware

Similar Questions

  • Create a page with an estimate of the costs with DWCS6

    Hi all

    I need to help, once again. I create a page where the user can choose from many options and ultimately it gets the estimated costs, for example:

    Home: * drop-down list where the user can choose the kind of house they love, with different prices *-> Let's say the user chooses 'Flat', and the apartment is $ 200

    Car: * drop-down list with different kinds of car-> and here, the user chooses 'Ferrari' with a 'related' $ 2,000 value

    -----------

    Estimated total: $2200

    In a table, assuming that it is on a page, it could be:

    Category Selection $
    HouseDish200
    CarFerrari2000
    Total estimated2200

    So, what I need, it's a page where the user chooses goods or services from drop-down lists and at the end of the page you have a total estimated. In these lists, you see the name of the goods/service and next to it 'appears' value (inside a text box or something) once you make a selection.
    How does it work? I checked around but probably I used the wrong keywords... because I couldn't find anything! ;(

    Thanks in advance!

    What you understand about the JS Fiddle I gave you?

    • HTML form,
    • CSS for shape, style
    • function jQuery to calculate the values of the form input.  jQuery code goes inside

      Nancy O.

  • How to create a page with LOV and an OK button that calls a stored procedure

    I am new to Apex but not Oracle. I did some VB, C and other emissions.

    I read the day 2 + and has worked in most of the advanced tutorials as well as the task of ermployee Apex 3.0 OBE. I am searching an OBE or aid as follows:

    I need to create a page that has a dynamic LOV which takes the NAME of the CUSTOMER as d and ID r (what I do).

    I need a button on the page 'Go '. Here's the use case.

    The user selects a customer in the LOV
    The user presses GB
    Go calls myschema.go_sproc and passes in selected LOV Cust ID
    MySchema.go_sproc did some work and retransmits a status
    Status is displayed to the user

    Pointers are appreciated.

    1.

    (a) http://apex.oracle.com/ Go and getting started section gives a good overview on the apex.
    (b) at the top to just right next to disconnect... you will find the help... link to help on most of the thing
    (c) ask your question here

    2 for above senario, I'll use region HTML.

    Kind regards
    Shijesh

  • create a page for the Tablet

    Hi all.

    I do not know English and perkladayu your question in the Google Translator

    Sorry for the typos

    Is it possible to Adobe Muse

    create a page for the Tablet (not a site, but only one page)

    This page is having a video background

    widget that I used for the video backgrounds

    https://creative.Adobe.com/addons/products/2604#.u93-4_l_t8E

    My Web site

    http://skajiprobleme.NET/

    a link to a video setting

    http://skajiprobleme.NET/tips-Alla.html

    I just created a page with a video background to the Tablet, and coming on the site of a tablet that fell on the video backgrounds and not on the main site

    Duplicate Page with video calling Tablet - locking

  • 5.6.1 pages: How to create a table with more than 999 lines?

    5.6.1 pages: How to create a table with more than 999 lines?

    The table on Pages v5.6.1 line selector is limited 3-digit, as it is in Pages ' 09 v4.3. Either use LibreOffice Writer, who does not have any constraint line on processing tables 3-digit, or any application spreadsheet for top 3-digit row needs.

  • Excel, Word, PDF icons and newly created files changed with the page folded with icons instead of appropriate icons.

    Original title: Excel, Word, and PDF icons do not appear I folded the page with icons instead of using appropriate icons - even with newly created files - Microsoft Windows 7!

    I have Windows 7.  I folded the page with icons instead of appropriate icons of Microsoft - even with the newly created files.

    When I change the "open with" to the different program and then select the right product to Microsoft again, it always produces generic folded paper with icons on it instead of the icon to the right for Excel, Word, PowerPoint, etc.  Help!

    Restore your default file types associations...

    http://www.SevenForums.com/tutorials/19449-default-file-type-associations-restore.html

    Scroll down to exe - executable application files.
    Click on the exe

    Follow the instructions from #1 to #6 in the upper part.

    Scroll to lnk - shortcut link (LNK) files.
    Click on lnk

    Follow the instructions from #1 to #6 in the upper part.

  • Problem with PPR in a table advanced with the insertion of several lines in create the page using 'add a new button '.

    Hello experts,

    I created a page that contains an array of advanced, 6-7fields (including a poplist column)

    Whenever I have add a new using the line add new line button, I get a null pointer exception.

    Code in Scenario1.


    Public Sub handleCurrencyChangeEvent()

    {

    PVO OAViewObject = (OAViewObject) findViewObject ("xxCurrencyPVO1");

    Line OARow = (OARow) pvo.first ();

    OAViewObject dtlVO = (OAViewObject) findViewObject ("xxEcreditCardDtlVO1");

    OARow dtlRow = (OARow) dtlVO.getCurrentRow ();

    String currency = (String) dtlRow.getAttribute ("CurrencyCode");    / / NULL POINTER EXCEPTION

    If ((currency == null) |) ("AED".equals (currency)))

    {

    row.setAttribute ("ExchangeRateTypeRender", Boolean.FALSE);

    row.setAttribute ("ExchangeRateDateRender", Boolean.FALSE);

    row.setAttribute ("ExchangeRateRender", Boolean.FALSE);

    }

    on the other

    {

    row.setAttribute ("ExchangeRateTypeRender", Boolean.TRUE);

    row.setAttribute ("ExchangeRateDateRender", Boolean.TRUE);

    row.setAttribute ("ExchangeRateRender", Boolean.TRUE);

    }

    }

    Public Sub initPVO()

    {

    OAViewObject appPropsVO = (OAViewObject) findViewObject ("xxCurrencyPVO1");

    If (appPropsVO! = null)

    {

    If (appPropsVO.getFetchedRowCount () == 0)

    {

    appPropsVO.setMaxFetchSize (0);

    appPropsVO.executeQuery ();

    appPropsVO.insertRow (appPropsVO.createRow ());

    Line OARow = (OARow) appPropsVO.first ();

    row.setAttribute ("RowKey", new Number (1));

    }

    }

    handleCurrencyChangeEvent();    / / If I comment on this call, there will be no null pointer when I click on the button Add a new rank and PPR will not be the first line when I select the poplist.                 

    }

    Public Sub createDetailRow()

    {

    String hdrId;

    OAViewObject hdrvo1 = (OAViewObject) getxxEcreditCardHdrVO1 ();

    OAViewObject dtlvo = (OAViewObject) getxxEcreditCardDtlVO1 ();

    Initialize and create a line of VO

    If (! dtlvo.isPreparedForExecution ())

    {

    dtlvo.setMaxFetchSize (0);

    dtlvo.executeQuery ();

    }

    Line dtlrow = dtlvo.createRow ();

    dtlvo.executeQuery ();

    int count = dtlvo.getRowCount ();

    dtlvo.insertRowAtRangeIndex (count, dtlrow);

    Development of the sequence for the number of request *.

    Number of dtlseq = getOADBTransaction () .getSequenceValue ("xxdm. XXDMI_ECREDIT_CARD_DTL_SEQ");

    hdrId = hdrvo1.getCurrentRow ().getAttribute("CreditCardHdrId").toString (); mind vo

    dtlrow.setAttribute ("CreditCardHdrId", hdrId);

    dtlrow.setAttribute ("CreditCardLineId", dtlseq);

    dtlrow.setAttribute ("LineNumber", count + 1);

    End of sequence generation *.

    dtlrow.setAttribute ("CurrencyCode", "AED");

    String currency = (String) dtlrow.getAttribute ("CurrencyCode");

    System.out.println ("CurrencyCode:" + currency);

    dtlrow.setNewRowState (Row.STATUS_INITIALIZED);

    } / / end createDetailRow()

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processFormRequest (pageContext, webBean);

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    Event string = pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM);

    * Treatment add line button *.

    If ((ADD_ROWS_EVENT. Equals (Event)) & & "AdvTblRN".equals (pageContext.getParameter ("source"))) ".

    {

    am.invokeMethod ("createDetailRow", null);

    am.invokeMethod ("initPVO");

    } //**End add row button *.

    otherwise if

    ("currCodeChangeEvent".equals (pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM)))

    {

    am.invokeMethod ("handleCurrencyChangeEvent");

    }

    ===========================================================================================================================

    Could please help what is wrong in the code, I followed all the steps as stated in the guide, but the table advance, the problem starts whenever I click on the button Add a new row for the creation of new line.

    I couldn't understand what was wrong with the code.

    Thanks in advance,

    Suman

    Suman,

    A few points:

    1. Why do you call handleCurrencyChangeEvent in the event to add a line? Simply set the useful, likely of the values in the line it himself.

    ex:-instead of calling the handleCurrenyChange method, simply add the below lines inside the createDetailRow()

    dtlrow.setAttribute ("ExchangeRateTypeRender", Boolean.FALSE);

    dtlrow.setAttribute ("ExchangeRateDateRender", Boolean.FALSE);

    dtlrow.setAttribute ("ExchangeRateRender", Boolean.FALSE);

    2. it looks like you have on the field of the currency and that fireAction handleCurrencyChangeEvent action method is called, right?

    Instead of using dtlVo.getCurrentRow, use the code below:

    public void handleCurrencyChangeEvent(String eventRowSourceParam)
      {
      OAViewObject pvo = (OAViewObject)findViewObject("xxCurrencyPVO1");
      OARow row = (OARow)pvo.first();
    
      OAViewObject dtlVO = (OAViewObject)findViewObject("xxEcreditCardDtlVO1");
    
      //OARow dtlRow = (OARow)dtlVO.getCurrentRow();
      OARow dtlRow = (OARow)this.findRowByRef(eventRowSourceParam);
    
      String  currency = (String)dtlRow.getAttribute("CurrencyCode");    // NULL POINTER EXCEPTION
    
      if ((currency == null) || ("AED".equals(currency)))
      {
      row.setAttribute("ExchangeRateTypeRender", Boolean.FALSE);
      row.setAttribute("ExchangeRateDateRender", Boolean.FALSE);
      row.setAttribute("ExchangeRateRender", Boolean.FALSE);
      }
      else
      {
      row.setAttribute("ExchangeRateTypeRender", Boolean.TRUE);
      row.setAttribute("ExchangeRateDateRender", Boolean.TRUE);
      row.setAttribute("ExchangeRateRender", Boolean.TRUE);
      }
      }
    

    In the controller:

    if((ADD_ROWS_EVENT.equals(event)) && "AdvTblRN".equals(pageContext.getParameter("source")) )
    {
      am.invokeMethod("createDetailRow",null);
      am.invokeMethod("initPVO");
    } //**End Add Row Button**
    else if ("currCodeChangeEvent".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    {
      String eventRowSourceParam = pageContext.getParameter(EVENT_SOURCE_ROW_REFERENCE);
      Serializable[] params = {eventRowSourceParam};
        Class[] paramTypes    = {String.class};
      am.invokeMethod("handleCurrencyChangeEvent",params, paramTypes);
    }
    

    3. Why do you call initPVO when it is clicked on the Add line? Are you calling not just in the PR?

    You could call it once in the PR and let. When you call it PR, you may need to remove the handleCurrencyChangeEvent of this method call.

    See you soon

    AJ

  • Tips: to create a product with multiple color options page?

    Hello, thanks for reading!

    If I create a site for a client who has a makeup of brick and mortar store. Everything has been easy so far, each product gets its own page. Now, we are in a range of products that has many options: 10 with 12 different Nail Polish various tinted colors each. I could build each page with thumbnail links to each color, but thought someone may have already thought of an easier way to do this. Is there a widget or page shopping etc model anyone could recommend? Thank you!

    S6000 wrote:

    More research and looks like I'll need a updated CMS in place?

    It is an option... I would use one of the ready to use templates, but you need to match your code which allows the host server.

    is the BC Adobe host?

  • Creating a site with login for certain pages

    Is it possible to create a website with Adobe Muse, with a connection to access some pages for members only?

    Not really. You can restrict access to pages a bit by using .htaccess files, but this isn't a real authentication system. If that won't not, look in real systems of CMS as Joomla, Wordpress and so on.

    Mylenium

  • How to create a new project with other page with the new version of Muse layouts?

    Hello
    If someone would continue to operate as before with the inadmissible Muse version... is - this posible to have both versions installed? or how to create a new project with other page with the new version of Muse layouts?
    Or how to download third party) 3 different configurations (desktop/tablet/mobile) under the same url with a clean result, like up yet with the Muse does not?

    Thanks for any help,

    Patrick

    Use the new version! What you want to achieve, will work! Go to the 'Page' menu and choose 'Add another Layout' and the missed buttons are in plan view.

  • The links I created a page that I built with edge animate are no longer works.

    I created a Web page with edge lead a month ago. The links worked then. I just checked and the links are no longer working. I have no idea why.

    Thank you. I fixed and the links work now. I refine them, but the links are back. I never would have found on my own. Thank you for your help.

  • How to create a page "administrator" for the management of web site with muse?

    Hi people from adobe, I am writing because I have a problem and hope you can help me!

    I created a website with muse, but now I have need a page "administrator" for download rapid photos in the Gallery of the site (like CMS) section, can I create with adobe muse or will I achieve a personal PHP page?

    PS I'm sorry for my terrible English and thank you for the help.

    Francesco M.

    You cannot create any dynamic stuff with just muse. You really need to use PHP (or other server languages) and one database.

    Mylenium

  • Can FrameMaker to create several Master Pages with sizes different pages in a single file of FM?

    Can FrameMaker to create several Master Pages with sizes different pages in a single file of FM?

    N °

    You must break your content between files and use the book feature to apply numbering to make look it seamless. Sometimes, if you can, re - organize the content so that all oversize pages come at the end of a chapter/file makes it easier to manage a such split files in the book.

  • I created a project with the first 14 and now subscribed elements trial version. However, when I open it there still the band "created with the trial version...". "in the middle of the page. How can I get rid of this?

    I created a project with the first 14 and now subscribed elements trial version. However, when I open it there still the band "created with the trial version...". "in the middle of the page. How can I get rid of this?

    SAMT

    Removal of watermark Adobe Premiere elements 14 test of the project file... Open the project file of 14 trials in 14 items purchased and then first Expert rendered workspaceTimeline Menu/delete the files. Then restore the timeline content.

    You can not remove the watermark from Adobe to an export of the trial even after you bought the product.

    Some of us have found that just opening the project of tryout in removes it from Premiere Elements purchased the Adobe watermark. Determine the way that works for you.

    Please let us know if everything above worked for you.

    Thank you.

    RTA

  • Creating a page of my Web site that allows users to fill out text fields, with basic formulation tools (text sizes, formatting, etc.).

    Hey, I would like to create a page on my Web site that allows users to fill out text fields, with basic formulation tools (text sizes, formatting, etc.).

    Another thing I need to allow users must be able to upload their own graphics to the pre-assigned fields. Thank you please advise me on how I would go to this topic.

    Nothing to do with the Muse. You need a system dynamic as Joomla, Wordpress, Drupal and so on. Otherwise, there is no way to store your information.

    Mylenium

Maybe you are looking for