ADF 11 generate different codes for box

Hello

I want to generate different ID of an iterator Panel box because the feature is drag-and - déposer does not work. I knew the ID of component does not support EL.
This is a chance to generate my ID dynamically, and how?

My code for my page is:

< af:panelGroupLayout id = "pgl8" >
< af:iterator id = "i2" var = "row".
value = "#{bindings." MeniuVO1.collectionModel} ">"
< af:panelBox text = ' #{rank. " Description} ".
Binding = "#{WelcomeBean.PB1} '"
inlineStyle = "width: 167px;" >
< name f: facet = "toolbar" / >
< af:dropTarget dropListener = "#{DragAndDropBean.handleContainerDrag} '"
action = "MOVE" >
< af:dataFlavor flavorClass="javax.faces.component.UIComponent"/ >
< / af:dropTarget >
< af:componentDragSource / >
< / af:panelBox >
< / af:iterator >
< / af:panelGroupLayout >


Thank you.

Hello

You can try with

as










Published by: Santosh Vaza on April 10, 2012 12:56

Tags: Java

Similar Questions

  • How to generate the code for the ZXP file signing certificate

    I'm developing a creative using FlashBuilder 4.6 Adobe extension. I released the extension of a file .zxp and wanted to generate the code for him signing certificate. I've checked all the supported providers Adobe, but not found that anyone can do. Only, they provide the certificate for *.exe * .cab, *.dll and *.ocx.


    Thanks in advance.

    Leon.

    It's all too confusing.

    We use the Comodo certificate. You can use all the others as long as you end up with a point p12 certificate.

    Signing certificate by using the Digital Signature of the code

    http://www.InstantSSL.com/code-signing/index.html

    (1) request you the certificate. I used Internet Explorer on a PC because Comodo says it's better for them.

    (2) they do a thorough credit check to make sure that you are who you claim to be.

    (3) they shall issue a certificate giving you a PIN that he pay back.

    (4) redeem you your PIN certificate and the certificate is in your browser certificate cache.

    (5) you go to the cache and add a personal password for your certificate.

    (6) what makes a dot P12 file file name you choose.

    (7) now you can use your file p12 point with the utilities Adobe XZPSignCmd or ucf.jar to sign your Panel. I use the Mac utilities to sign on a Mac. The point p12 file is good on the PC and Mac.

    Don't worry, the utilities they speak about to sign. Adobe has their own utilities ZXPSignCmd and ucf.jar to do the signature. You are forced to timestamp your signature.

  • Different codes for different - looking of table (but the same memory-wise)

    (I've posted something similar here as well, but it's kind of emergency):
    http://www.Java-forums.org/advanced-Java/40756-HashMap-treating-isomorphic-but-different-objects-same-key.html)

    Hi all

    I am trying to program the Reversi game on my computer and I represent the game like a lookup table tree using a hash table.
    Any available to the Commission is represented as an int. [8] [8]. The hash table takes a configuration of the Board of Directors as a key, and is meant to restore an object that contains information about the possible move.

    But I have a problem. Suppose I have a Council (4 x 4 for readability):

    Code:
    Board of Directors of int [] [] = {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0}};

    And suppose that it gives a hash code of say "1607178090".

    Then, when I change the Council;
    Board = {{0,0,0,0}, {0,0,0,0}, {1,1,1,1}, {1,1,1,1}};
    I want the hash to be different code, then my hashMap will recognize it as a different Board.


    ---

    I tried to make a Matrix object and dominant equals and hashCode, but I'm not sure what to change. The Java API says that the hash code for the tables is based on the content, even if the following code renders the same code to hash twice. I don't really understand this:
    int [] a1 = {0,1,2};
    System.out.println (a1.getHash ());
    A1 [0] = 1;
    System.out.println (a1.getHash ());




    Moreover, my Matrix class is:
    to import java.util.Arrays;

    public class {Matrix
    public int [] [] Council;
    public matrix()) {}
    }

    {public matrix (int [] [] b)
    Board = b;
    }

    @Override
    public int hashCode() {}
    first final int = 31;
    int result = 1;
    System.out.println ("based hash code calculation on :"); ")
    first = result * result + Arrays.hashCode (board);
    for (int c = 0; c < board.length; c ++) {}
    for (int r = 0; r < board.length; r ++) {}
    System.out.Print(""+Board[c][r]+"");
    }
    System.out.println ();
    }
    System.out.println ("return" + result);
    return the result;
    }

    @Override
    public boolean equals (Object obj) {}
    If (this is obj)
    Returns true;
    If (obj is nothing)
    Returns false;
    If (getClass()! = obj.getClass ())
    Returns false;
    Matrix other obj = (matrix);
    If (!.) Arrays.Equals (Council, other.board))
    Returns false;
    Returns true;
    }
    }

    Published by: 845707 on 19 / mrt / 2011 02:20

    845707 wrote:
    I don't really understand this:
    int [] a1 = {0,1,2};
    System.out.println (a1.getHash ());
    A1 [0] = 1;
    System.out.println (a1.getHash ());

    Me neither does table have a method called "getHash();" these days?
    In case you meant hashCode(), what you call it is hashCode() of the object, which would remain the same for the object during its lifetime.

    In your example code you use correctly Arrays.hashCode (), then why did you write an example that does not represent your actual code?

  • FB2b3 automatically generates different codes that b2 did.


    When you make a new standalone class with FB2 b3, it automatically generates the code between the brackets in the style of:

    public function dostuff (): void
    {

    }

    I hate this style. I prefer:

    public function dostuff (): void {}

    }


    This may seem like a small thing, but I spend much time cursing at my monitor, while I go through and delete these 10 or 15 extra line breaks whenever I'm doing a class. FB2 b2 code generated by the way I liked it. Is there somewhere in the preferences that I can fix it?

    Well Yes, we changed the default code generation settings to match the set of standards
    upward by the Flex framework. Personally, I'm not a big fan of this encoding
    standard, but we wanted to stay consistent.

    That said, the version release of Flex Builder 2 will provide a
    way to third parties add formatting content to Flex capabilities
    Generator 2. Maybe someone will write one as the formats of braces in a way
    that better matches your coding style.

    Hope that helps

    -david

    --
    David Zuckerman
    Software engineer, Flex Builder 2
    http://www.davidzuckerman.com/Adobe/

    TankMan89 wrote:
    > When you make a new standalone class with FB2 b3, TI automatically generates the code with
    > braces in the style of:
    >
    > public function dostuff (): void
    > {
    >
    > }
    >
    > I hate this style. I prefer:
    >
    > public function dostuff (): void {}
    >
    > }
    >
    >
    > This may seem like a small thing, but I spend a lot of time a curse to my
    > control when I go through and delete those 10 or 15 jumps of additional lines every time I
    > only one class. FB2 b2 code generated by the way I liked it. Y at - it somewhere in
    > preferences I can fix it?
    >
    >
    >

  • Would like to see the code for a static page generated by Muse

    I'm very comfortable with HTML and CSS and some Javascript and PHP, but I'm curious to see what the code on a page built Muse looks like.

    Thank you very much.

    http://Muse.Adobe.com/ or sites "Site of the Day' linked from there.

    Note that the Muse allows you to insert HTML codes in the head or the body of a page and also supports third-party embedded via widget custom code. Validate sites of Muse. If find you one that doesn't, you are most likely looking at a custom code that has been added to that generated by the Muse. In most cases, you will see comments shouting the custom code or widget.

    If you are a developer, you are looking for something that will generate the code for you to move forward in a text editor, Muse is probably not the right tool for you. But if you are ready to embrace the change of paradigm of work leave within brackets Muse offer (for example MuCOW widgets), rather than take the exit code of Muse and pulling in a text editor, some of the amazing productivity gains and collaborations are possible. This article provides an overview of how a team to Al Jazeera has exploited the skills of journalists, designers and coders to create the site of Beyond the Beach using Muse Prize winner.

  • Different help for different Web Site areas

    I am facing a big enough task to work. Here's the scenario: there is a web site (AKA the parent domain) parent who is using the Site. The web site parent has several subsites (subdomains). Each of those subsites need to have their own help, which may be different from using the Site displayed in the site parent, but still need to use the same source files and output. Creating different projects for each subdomain is not an acceptable option for several reasons. We must be able to 'turn on' and 'disable' visibility in selected pages and information on the selected pages.

    How can this be accomplished without generating (and the maintenance of separate projects) for each subdomain?

    Example usage: using the Site for the website parent has three help pages to create a survey - 1) seizure of analytical data, 2) download the survey and 3) edition of the survey. On the Edit poll page, there are 5 fields containing information that the user can change. Site Help for the subdomain of the web site parent may just have two of the help pages - enter summary information and edit (no download page of the survey) survey. Also, on the edit poll page, only 3 of the 5 fields can be changed - the other 2 fields must not be displayed using the Site for the subdomain.

    How can I use the same Site Help for the web site parent and the subdomain (i.e. use the same source files and output files), but hide the loading survey page and hide the 2 of the 5 fields on the edit poll page in aid of the Site for only the subdomain? I already thought about the use of conditional compilation tags, but it seems to me that this would require generating different projects (for example, different output files) and I doubt that it will be an acceptable solution for our needs.

    Thanks in advance to anyone who can help me.

    Your product "structure" reminds me of product from my client. Four years ago, it was similar to your description. Today, it has evolved and applications 'tailor-made' are based on a basic application, but EVERYTHING is kept separate until subdirectories for each topic within the app. Even my help reflects this subdirectory of application and the file naming convention. This makes it much easier to keep track of all of the project for a client gave (the 18 500 files for my client).

    If possible, to manage the aid project in pieces. Due to the structure of the domain (subdirectory) void help right from the start. The only place where it gets referenced is in the Site Help links and this is better managed as projects merged, as suggested by Peter Grainge.

    The 'core' Help is that you create and provide to the developers of project. Don't forget to provide a detailed list of the names, titles, functions, etc., and instructions on how to import basic assistance in a new project to help customize for customer. With this approach, you need separate directories of project on your servers as each project custom generated help will have common file names but different content. The positive side to this is easy using the Site maintenance when a subproject of field is updated.

    So how is your architect approaching the application? Do you use a container (common) window with other frames, fields, or combination of the two, which are populated based on a previous selection? Or y at - it a unique window based on a previous selection? How aid is requested in GUI - a help button / icon, hotkey - the call triggers a JavaScript written to your application toolbar? You use the simple call to RoboHelp style or is it suitable for reading the file name of the displayed content window? Could use a lot more information to help set up an approach.

    I think you have a lot to plan in advance and more than one session of stop in the head with the developers. Good luck!

    Kind regards
    GEWB
    (been there, done that... got the bruises to prove it)

  • How to generate the file for ADF Application using Jenkins CI ear

    JDeveloper: 11.1.2.1.0

    Hi all

    We use the continuous Integrator tool Jenkins to deploy the Source code for the ADF in various environments such as UAT/Prod etc. I have never used Jenkins to build the ear file and got the same basic questions about its use. Can someone with me how to use this tool.

    1. as far as I know, Jenkins supports scripts ant, but what I need to do any thing added in the Jenkins case, in support of controls ojdeploy

    2. all the documents that I can refer to stages of deployment using Jenkins

    3. If I need to deploy it to multiple environments, what I need to make any changes in the Jenkins case or a job is enough and properties file will take care of it

    4. I want Jenkins system to read the code of source code control server (we use p4)

    Thank you

    Delighted Nuka.

    Look for ojdeploy coating in an Ant script, then call your script by Jenkins/Hudson Ant as a recurring task.  This blog previous messages of talks to the technique of ojdeploy-Ant:

    One size does not fit all: using ojdeploy and Ant to create pots of ADF library

    From your point of view development, get the ojdeploy-Ant scripts first work in JDeveloper, then expand to be called by Jenkins/Hudson.  You will need to install JDeveloper on the build server for this to work, so why you may need to adjust the Ant scripts for your construction engine, JDev configuration may be different on your build of your the desktop configuration server (although ideally you should standardize the JDev on your PCs of dev configuration and build server in my humble OPINION).

    CM.

  • Help-Code for one or more InDesign cannot be generated. (Error 400: font not available).

    Hello

    I have the last Version of Muse in a Mac. Yosemite.

    I have problems when I want to publish my Web site. It appears error 400.  For some reason, the code cannot be generated for Typekit. That s the German version. "Code for one or more InDesign in"Homepage"cannot be generated. (Error 400: font not available).

    Imágenes integradas 1

    A time comes this: publish the view have an error, because the Muse may not have an HTTP connection. It may be a software firewall that does not allow to connect. The main reason may be a software firewall that stops the HTTP connection. Probably you should check the Firewall properties.

    Imágenes integradas 3

    Imágenes integradas 5

    But nothing has changed.

    I did the following things:

    1. I'll raise the app
    2. I disconnect from the creative cloud, leave, reconnect and reopen Muse.
    3. I remove Ghostery.
    4. Muse I uninstalled and re-installed.
    5. Restart the computer.
    6. Try again with a new Web site.
    It's my current antivirus

    Imágenes integradas 4

    Help please! Need to finish a project.

    Looks like you have anti-virus/anti-malware with settings that prevent Muse to connect to internet. Your screenshots are not visible on the forum. They must be inserted using the response within the forum feature in your browser (click the camera icon to add an image).

  • Im trying to download the creative cloud on my Mac but its gives me the error "Installation on case-sensitive volumes is not supported. Please choose a different volume for the installation. (Error code: 22) "can you help me with this please?

    Im trying to download the creative cloud on my Mac but its gives me the error "Installation on case-sensitive volumes is not supported. Please choose a different volume for the installation. (Error code: 22) "can you help me with this please?

    Try error "Unsupported of disks case-sensitive" or similar install error | Mac OS

  • view the code for two different pages at a time

    HI - in other editors I've used I've always been able to implement the code for two different pages so that I can watch side by side to compare. I can't find a way to do this in Dreamweaver. Anyone know if this is possible?
    Thank you

    Found. Always after asking for help! This is the "cascade" in the Windows menu.
    Thanks anyway!

  • How to open a different window for separate codes pl/sql?


    Hello

    In my form, I have many controls. When I open the pl/sql code for all trigger of any control, it opens in the same window that was previously containing pl/sql of some other trigger codes.
    I want to open a separate window for each trigger handled in my form.
    How is that possible?

    Database: 10g
    OS: Windows XP Virtual machine 32 bits
    Forms version: 10g

    Thank you.

    You can open as many windows as you want.

    Hold down the SHIFT key, and then click twice on the unit to trigger or program you want to open, reapeat for several triggers/program units that you want to open.

    Make sure that you do not have the Publisher pl/sql window/s maximized if yes, you will see 1 pl/sql editor open at the same time.

  • Jump to replace jump of blackBerry that I can't buy an unlock code for?

    I have a new Bond that is a telus replacement for a failed unit form, it came without a box and the Appointment #, I tried two different unlock suppliers and can't find a code for me, they tried my service provider and claim to have tried bb, is this common will, it will be a code published in the future for my phone? Thanks in advance for any help

    on a side note, the two unlock companies tried them for a few days before giving me a refund.

    Problem solved, what I had to do was get a person who uses a Telus phone when trying to network to get the unlocked jump, when the first attempt failed blackberry Telus contacted and sent me a code from them, this code has worked, it has more money to a third party, but only by a little money

  • Dynamics of licenses, regenerate an activation code for a new device.

    Hello

    I know that allowed App World to clients to generate three activation code for three different phones after the first purchase.

    Y at - it a guide that explains to customers how to do this?

    There is little documentation somewhere because I can see and try successfully.  Here's what I got as an answer to insert that I send to my clients:

    "If you have purchased the application via the App World, you can go to MyWorld and login with your account PayPal.  This will display all your previous downloads.  The application should apear here as well as the license key and you will have the option reinstall. »

    This should do the trick.

  • foreign key 'generate' strange behavior check box, any idea?

    Summary: in the properties of the table, the foreign keys, the box generate behaves badly, and I don't understand why or how I got there.

    Oracle Data Modeler 4.0.2.840 8.1 X 64 Windows, jdk1.7.0_55

    the behavior is:

    (1) add the foreign key (two different more to see strange behavior)

    (2) uncheck 'generate' on a foreign key

    (3) apply, Ok

    (4) ask 'Preview DDL', a foreign key constraint is generated, SO FAR SO GOOD, I'm happy

    5-now click on the button 'generate the DDL' for any design = > * * TWO foreign keys are generated?

    (6) even more strange: sometimes the 'generate' check itself after step 5, most of the time is not

    (7) at the beginning this has occurred for a couple of foreign key 'uncheckees', now it almost always happens.

    The relational model was built by importing the SQL scripts already exist (try to migrate the Data Modeler). No too complex ~ 115 tables, 12 times.

    I think it's a bug, but I can't find any reference on the web, maybe I do something wrong?

    Hi Michel,.

    The generation is different depending on whether or not the relevant storage design is open.

    If the design of the storage is not open, the option "Generate DDL" on the foreign key is taken into account (for an overview of the DDL or full generation of DDL).  For an entire generation of DDL, the foreign key will initially not selected phase in the generation of the DDL if Options the option "Generate DDL" on the foreign key has been disabled.  (This change in the phase of the generation of DDL Options will also cause the option "Generate DDL" on the foreign key update.)

    If the design of the storage is open, the option 'generate DDL"on the foreign key has no effect (in a Preview of DDL or full DDL generation).

    Also in a generation full of DDL, an object will be initially marked as not selected if it has been disabled in the previous generation of DDL.

    I hope that this helps to explain the behavior that you find.

    David

  • RoboHelp HTML 10 print output contains the code for all the headings on the pages on the screen.

    Hello

    When I generate output files using RoboHelp HTML 10 printed Documentation, the pages on the screen containing code for all items on all pages. When I print the document, the code has disappeared. Anyone know how I can't view the code on the screen?

    Thank you.

    Please do not take into account. I chose to show hidden text in MS Word and when I disabled the check box, the strange code on the screen disappeared.

Maybe you are looking for

  • Site with Videos - all I get is an empty box?

    I don't know who caused the problem Windows or Firefox update, which happened 2 days ago. I'm going on my usual sites, but is no longer, I see the video. All I get is an empty box or no box to click and watch the video. I tried with IE and Chrome, an

  • TimeCapsule not showing on mac

    I have Time Warner and that you have connected my Time Capsule/TC via ethernet to the modem (ARRISS). I click the wifi icon in the upper right corner of my mac, but I do not see the TC I closed and re-connected things several times... and still nothi

  • Laptop HP 15: Touchpad

    I disable my touchpad on HP laptop 15 with windows 10 it works but then when I turn my computer off voltage and turn that back on the touchpad is enabled and I have to go and turn it off again.  I go through this every day.  Can not turn off the touc

  • Windows Media Player-cannot play audio file

    recive, whenever I click for a song, a message saying:-"WMP encountered a problem when reading the file. - and that's all he says but I can burn and thin ripjust, ideas? Hello everyone thanks for any response, I have recive, whenever I click for a so

  • Ricambi laptop (617298)

    Buongiorno, e fornibile the motherboard by laptop computer Latitude E5540 express service code 3943763030 service tag 1T80J12? MI fate is prezzo, tempi di delivery sapere e di supply terms? Grazie Sara Landoni