Oracle of the MAF: How get text of a page from the amx and show them in another page of amx

I created a simple form using amx as below:

<? XML version = "1.0" encoding = "UTF-8"? >

" < amx:view xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

' xmlns:amx = ' http://xmlns.Oracle.com/ADF/MF/AMX "xmlns:dvtm =" http://xmlns.Oracle.com/ADF/MF/AMX/DVT ">

< amx:panelPage id = "pp1" >

< amx:facet name = "header" >

< amx:outputText value = "Header" id = "ot1" / >

< / amx:facet >

< amx:facet = "primary" name >

< amx:commandButton id = "cb1" / >

< / amx:facet >

< amx:facet = "secondary" name >

< amx:commandButton id = "cb2" / >

< / amx:facet >

< amx:panelFormLayout id = "p1" >

< amx:inputDate id = "i1" label = "Date" / >

< amx:selectBooleanCheckbox id = "s1" label = "CheckBox" / >

< amx:selectBooleanSwitch id = "s2" label = "Switch" / >

< amx:selectOneRadio id = "s3" label = "Radio button" >

< amx:selectItem id = "s4" / >

< / amx:selectOneRadio >

< amx:inputText id = "i2" hintText = 'enter something '.

Label = "Edit Text" > < / amx:inputText >

< amx:inputText id = "text1" label = "" enter password: ""

secret = "true" / >

< / amx:panelFormLayout >

< amx:commandButton id = "c1" text = "Send" action = "getFormDetails" > < / amx:commandButton >

< / amx:panelPage >

< / amx:view >

I want to extract the text entries, check box, option button, and display them in another page of amx. Please help me.

Hello

Here is an example.

Assuming that there is a taskflow (as feature) which uses two activities with the name View1 and view2, with a case of View1 to View2 control flow is getFormDetails.

code View1.AMX:

"http://www.w3.org/2001/XMLSchema-instance" xmlns:amx ="http://xmlns.oracle.com/adf/mf/amx"

xmlns:dvtm ="http://xmlns.oracle.com/adf/mf/amx/dvt" >. "

value="#{pageFlowScope.TestBean.userNameValue}"/ >

code View2.AMX:

"http://www.w3.org/2001/XMLSchema-instance" xmlns:amx ="http://xmlns.oracle.com/adf/mf/amx"

xmlns:dvtm ="http://xmlns.oracle.com/adf/mf/amx/dvt" >. "

TestBean.java (which is located in pageFlowScope).

mobile plan;

public class TestBean {}

private String _userNameValue;

Private boolean _checkboxValue;

public TestBean() {}

}

{} public void setUserNameValue (String _userNameValue)

This ._userNameValue = _userNameValue;

}

public String getUserNameValue() {}

Return _userNameValue;

}

{} public void setCheckboxValue (boolean _checkboxValue)

This ._checkboxValue = _checkboxValue;

}

public boolean isCheckboxValue() {}

Return _checkboxValue;

}

}

Arun-

Tags: Oracle Mobile

Similar Questions

  • How can I download the updates and transfer them to another computer?

    I have a Win7 netbook I currently can not connect to the internet (but that's another post). I need to download available Win7 updates to another pc and trnasfer via USB key. How can I do this?

    Thank you!

    Take a look at this link and see if it helps-

    http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/a75f8d76-8689-4661-A546-90b555d80c9d

  • Very much a beginner. How can I cut someone on a group photo and move them to another part of the same photo?

    I have a group photo and I would like someone from one side of it to the other. I would like to know how to select this person, cut him and stick him in a different place on the image. Is this possible? If so, how? Thank you!

    Try this

    Using Photoshop | Moving and Patch content-Aware

  • How can I get my favorites on an old hard drive and transfer them to another hard drive?

    the motherboard is dead on my old desktop - but the hard drive is still usable. I got a new office and a friend added the old hard drive from my old computer (which has all my favorite firefox somewhere) on my new computer. Now I have two hard drives on a computer - one that came with the new computer - and my old - so, I'm now able to move all my pictures and files, etc. - and even found the bookmarks of Internet Explorer - but, I can't seem to find bookmarks in firefox. I look under Program Files - and I have-see Mozilla Firefox but don't see the bookmarks. I have searched for it - tried the answers that the mozilla site says to do it - but I can't find them. can anyone help? Thank you

    Bookmarks are not stored in the Program Files folder, but rather in their own folder profile 'hidden '.
    This link will show you where Firefox holds all of your information and what are the files to be transferred through

    To access your profile folder, while in Firefox, click the new menu button on the right side of the navigation bar, click Help, and then click troubleshooting information. In the Applications section base, click the Show folder. The window that opens will be your profile folder.

    Because you want your bookmarks, you should enter places.sqlite and then put them in the profile folder in your new hard drive with Firefox closed

  • How can I remove my photoshop of a computer and download them to another?

    I have already downloaded Photoshop elements 13 on two separate computers, but I'll use another computer soon and the need of photoshop on my future computer instead of my current computer. I tried to go to my orders, but it says that the download is not applicable. I hope that this is possible, please help!

    You don't have to uninstall the application.

    All you have to do is to disable activation, so that you can turn on the new computer.

    Launch Photoshop elements 13 and then click the Help menu and select disable/disconnect .

    Then you can go ahead and activate Photoshop elements 13 on the new computer.

  • New items - save the cut and paste them into another image.

    I'm new to photoshop.  I am trying to record an image that I could 'cutting' a photo, so I want to paste this image on a different photo.  I learn about layers (slowly...) and I've seen several tutorials.  What I have seen/heard makes it look simple, but I'm missing something.  Worked on it for several nights with no luck.  Using Photoshop Elements 11.   Appreciate the comments, the links, the ets.  Thanks in advance.

    Once you have the choice of loan on the first image,

    Use the move tool (see the below screen shot for the moov tool), and then drag the selection to the first image on the secondary image tab.

    As soon as you place the cursor on the second image the second image tab will open and now you can place the cutting on the second image.

    It will automatically create the layer for you.

    -Thomas yannick

  • I'm trying to extract the strings and load them into a text-helpplease file

    I'm trying to extract the strings and load them into a file text without space between them - see below

    p_csa = ISCC M4 DP

    where p_csa is a tring to load into a text file



    Code:

    SELECT SUBSTR (p_csa, 0, 0) INTO v_telco FROM DUAL;
    SELECT SUBSTR (p_csa, 1, 4) INTO v_comp FROM DUAL;
    SELECT SUBSTR (p_csa, 5.3) INTO v_csa_prefix FROM DUAL;
    SELECT SUBSTR (p_csa, 8, 4) INTO v_csa_type FROM DUAL;

    fileidinvoice: = UTL_FILE. FOPEN (c_data_location, filenameinvoice, 'W');
    fileidlog: = UTL_FILE. FOPEN (c_data_location, filenamelog, 'W');

    UTL_FILE. PUT_LINE)
    fileidinvoice, v_telco | » '|| v_comp | "|" | v_csa_prefix: "| v_csa_type);


    -the content of the file-

    ISCC M4 DP

    =====================
    I want to remove the space between the chain above for the content of the file should look like this:

    -the content of the file-

    GCSIM4DP

    Hello

    976253 wrote:
    I'm trying to extract the strings and load them into a file text without space between them - see below

    p_csa = ISCC M4 DP

    where p_csa is a tring to load into a text file

    Code:

    SELECT SUBSTR (p_csa, 0, 0) INTO v_telco FROM DUAL;

    Is it always NULL?

    SELECT SUBSTR (p_csa, 1, 4) INTO v_comp FROM DUAL;

    You don't need the double table much in PL/SQL. You can simply say

    v_comp := SUBSTR (p_csa, 1, 4);
    

    Almost all integrated single-row functions work in PL/SQL. (NVL2 is the only one I know who does not work in PL/SQL).

    SELECT SUBSTR (p_csa, 5.3) INTO v_csa_prefix FROM DUAL;
    SELECT SUBSTR (p_csa, 8, 4) INTO v_csa_type FROM DUAL;

    fileidinvoice: = UTL_FILE. FOPEN (c_data_location, filenameinvoice, 'W');
    fileidlog: = UTL_FILE. FOPEN (c_data_location, filenamelog, 'W');

    UTL_FILE. PUT_LINE)
    fileidinvoice, v_telco | » '|| v_comp | "|" | v_csa_prefix: "| v_csa_type);

    What are you trying to do here? For example, what you're trying to put between c_comp and v_csa_prefix?

    -the content of the file-

    ISCC M4 DP

    =====================
    I want to remove the space between the chain above for the content of the file should look like this:

    -the content of the file-

    GCSIM4DP

    If you don't want space, then only concatenate all the spaces in the string before you write it and REPLACE allows you to delete all the spaces that have been copied from p_csa. For example:

    UTL_FILE.PUT_LINE ( fileidinvoice
                , REPLACE ( v_telco || v_comp
                                        || v_csa_prefix
                              || v_csa_type
                       , ' '
                       )
                );
    

    I guess you need the v_comp of separate variables, the v_csa_prefix and the v_csa_type for something.

    I hope that answers your question.
    If this isn't the case, after a complete script that people can run to recreate the problem and test their ideas. Display the results you want (in other words, the contents of the file created).
    Always say what version of Oracle you are using (for example, 11.2.0.3.0).
    See the FAQ forum {message identifier: = 9360002}

  • I changed my internet provider and so I have the new email address. How can I delete my old e-mail address and put them in a new in Outlook express?

    I changed my internet provider and so I have the new email address.  How can I delete my old e-mail address and put them in a new in Outlook express? AND another problem, if I want to send pictures by e-mail... default .it my no more used by email, not allowing to send because I do not agree with them. Thank you

    original title: outlook express

    XP was the last version of Windows to use Outlook Express and that you are in a forum of Vista. Assuming that Windows Mail:
     
    Tools | Accounts and add the new address/provider and remove the old.
     
    Once the old account is removed, your second issue must be without object.
  • How to import a vector editable in Illustrator to draw I was working with on my portable version of Illustrator? (I'm trying to leave my laptop at home and use my iPad to show customers the work and edit them in place with them.)

    How to import a vector editable in Illustrator to draw I was working with on my portable version of Illustrator? (I'm trying to leave my laptop at home and use my iPad to show customers the work and edit them in place with them.)

    Hi,

    This workflow is not yet possible to the draw. But it has been a very popular feature request lately and I know that the team is studying how it could be integrated into the app.

    I will definitely pass your comments along to the team.

    Sue.

  • I can't use PS &amp; LR full version, so I uninstall the 'old' and install them again. But I just can't. How can I install them again in version complete?

    I can't use PS & LR full version, so I uninstall the 'old' and install them again. But I just can't. How can I install them again in version complete?

    Please check the help below document:

    Does not open App | Wheels of progress turn continuously

  • After you create an action to reduce the size and convert them to JPEG format, how to eliminate the word "copy" of each image name?

    After you create an action to reduce the size and convert them to JPEG format, how to eliminate the word "copy" of each image name?

    You can batch process using the image processor script and no user action should still be included in the process.  Check out our menu file > Scripts > image processor.

  • How to freeze the layers and block them so that they do not appear when you open the file?

    How to freeze the layers and block them so that they do not appear when you open the file?

    You can set the Initial State of the layers as hidden.

    The game, 18:09, kathya97643775, [email protected], 8 October 2015 >

  • I want to create a Web site where people can choose a date and time and click on search, and it will find the photo of my HARD drive and show them on the page, is that poosible? If so could somone tell me how I will pay?

    I want to create a Web site where people can choose a date and time and click on search, and it will find the photo of my HARD drive and show them on the page, is that poosible? If so could somone tell me how I will pay?

    On your local HARD drive? N ° on your web server? Course

    How do you know php? There are exif function that can read EXIF headers on your images. You can use it in conjunction with the functions of file system scanning of the images on your web server. If you have thousands of images, you want to index the results in a database rather than search the real-time file system.

  • How can I copy a location of a photo and paste it in another? iPhoto can do this, but I can't find a way with Photos.

    How can I copy a location of a photo and paste it in another? iPhoto can do this, but I can't find a way with Photos.

    Accessible location via Get Info (command-I) information.

  • How can I cut a circle of an image and put it on another image?

    How can I cut a circle of an image and put it on another image?

    Hi tamarak,.

    Refer to this tutorial: move, copy and delete the pixels selected in Photoshop

    Kind regards

    Claes

Maybe you are looking for