Query on portalApp-project folder

Hi All,
We know that whenever a domain is created in Weblogic using say the domain configuration
wizard, then by default 2 folders are created namely portalApp and portalApp-project.
What I wanted to know is that whenever an application is accessed by hitting the
URL on the bowser, does the portalApp-project come into picture at that time or
is this folder only used to perform a "sync" whenever a webflows gets modified
Would really appreciate any inputs on this issue.
Thanks,
Jimmy

The first line of your code is <cfif
IsDefined("form.mail")>. Is form.mail a checkbox or radio
button?
The next line is <cfif form.mailto is not "">. I
presume this is an <INPUT> text field or a textarea.
The reason I ask, you first refer to form.mail, then do a
<CFIF> on form.mailto.

Similar Messages

  • Collaboration API - Is it possible to retrieve all the projects stored in a specific project folder?

    Hello,Is it possible to retrieve a projects list with the collaboration API from only one information: the project folder where are stored these projects ?
    I parsed the API collaboration reference manual. And I don't find any function allowing me to do that.Can somebody confirm or explain if such a query is possible ?
    Thanks in advance,Christian

    Thanks Caroline. Do you know if such a feature could be available in next versions of the Collab or EDK ?If not, could this be considered as a wish for next releases ?Christian

  • Drag drop photo import to aperture folder why auto new project folder appear .

    i do import photos from desktop  to folder that i want in the aperture libary  . as soon as i drag and drop photos automatically new peoject folder appear in the libabry as name untitled project.. why? i dont want that new project folder.  i try to delete that folder and my picture all automatically deleted from library.
    also if i try to delete photos from preject folder .. it completely deleted from master library .. picture will be lost.. why?
    i drag and move pictures to  brand  new album or folder .. then try to delete wanted project folder - master picture are all gone.
    now i have at least 30-40 of untitled project folder in the library ... pictrure are not movable i meant you can move but u still have to keep old project folder to avoid master picture can not be deleted ...
    someone help me? did i make myself clear?

    You might read the manual or the Help as this is all covered there.
    If you want to import to a specific project use the File -> Import option. You can select your destination there.
    Every photo in a Library is in a project. Projects are the basic building block of the Library. That's why.
    Folders don't contain photos. They can contain Projects or Albums. These contain photos. Albums don't contain the actual photos, just links to them. So if you add a photo to an Album and then delete the project... you delete the photo.
    Remember: you don't move photos to an Album, you add them.
    Regards
    TD

  • Rh10 - HTML Help - linking to pdf shows when generate CHM and 'view results' but not when double-click on CHM in project folder or in product help

    I have several PDFs in Baggage Files that are linked to topics in the Table of Contents.  When I generate the CHM file and 'View Results' I am able to pull up/access the PDFs with no problem.  When I go into the project folder and just double-click on the CHM file, I cannot pull up/access any of the PDFs nor can I access them in the product help.  Any ideas?  Is a setting "off" somewhere in my project?
    I am using RoboHelp 10.
    Thanks!

    eeddings wrote:
    Thanks for the idea, but I can't switch the project to WebHelp.  This .chm project consists of a master project with 18 slave projects and a slew of remote jumps.  I'd have to recreate all of the remote jumps if I switch to WebHelp.
    Hopefully Adobe can fix this issue.
    Well, first off, even though it would be WebHelp, it would be inside a CHM container. So for all intents and purposes it would be a CHM file. But having said that, I'm not sure there is a way to merge these hybrid types of CHM files.
    If your statement about Adobe fixing the issue is meaning that they can either remove the Print icon from the CHM Viewer, I wouldn't hold my breath because as I said, that's in Microsoft's lap and they haven't updated the CHM viewer in a long while. Doubtful they ever will.
    The only hope would then be for Adobe to update the code used for the Mini TOC. The only way that will happen is if enough folks submit this as a bug via the following link:
    http://www.adobe.com/go/wish
    Until that would happen, your likely best bet is to simply avoid using the Mini-TOC feature or just insert a warning that if the topic is printed, it will cause issues. Or, you could use bookmarks and links to establish your own verision of a "Mini-TOC"
    Cheers... Rick

  • OSB : How can we copy  actions from one project folder to other projects?

    How can we copy actions from one project folder to other projects in OSB?
    For eg:
    I have a service call out action in Project1/proxySer1
    I want to copy this to Project2/proxySer2.
    Espicially, in our case error handling callout is common to all of our projects and we should be able to copy from one to another.
    Edited by: user10367892 on Aug 20, 2009 12:28 PM

    Thank you for the reply.
    It was my fault. I was on two different servers, while i was doing this and so didn't work. But copy /past action works as you suggested.
    Can I select multiple actions from one stage and paste to different proxy service? I have too many options to copy/paste and hence I have this question.
    Is there any other way of copying all selected actions in one stage to another, but not the complete stage itselft?

  • I have a project that crashed on me when I was about to finish it. When I try to reopen Final Cut Pro it wouldn't open until I took the project out of the Final Cut Project folder. Can somebody tell me if this is a problem that has a solution? I cannot

    I have a project that crashed on me when I was about to finish it. When I try to reopen Final Cut Pro it wouldn't open until I took the project out of the Final Cut Project folder. Can somebody tell me if this is a problem that has a solution? I cannot go back to the project at all.

    If you are using 10.0.3 or above Apple added a backups folder that for a little extra protection in cases like this. If you quite FCPX go to your Final Cut Pro Projects folder. Find the folder that has the project in question. If it has a backups folder there should be a file with a date stamp and .fcpproject extention, that is your back-up. Just move the back-up from that folder one folder up to the place where you deleted CurrentVersion.fcpproject from.  When I have had to do this I haven't renamed the backup but some people to recomend that you rename it to CurrentVersion.fcpproject and it seems to work both ways. Ofcourse it wont work if there is already a CurrenVersion file there you will need to delete that one first.
    If you don't have the backups folder or there is nothing in it I am not sure if there is anything that can be done.

  • How to reference a folder/file outside from project folder

    Hi All,
    I have two extensions which wants to share some code(files) placed in a folder outside from source directory.
    for a simple case see the below example.
    created a sample extension HelloWorld whose project structure are as follows
    HelloWorld
         ExtensionContents
              lib/CSInterface-4.0.0.js
              jsx/InDesign.jsx
              HelloWorld.jsx
              index.html.
    I have another folder say "sharedAssets" it contains two images "Orange.gif and pear.gif" which is at same location where HelloWorld and now folder structure becomes
    HelloWorld > ExtensionContents
    sharedAssets > Orange.gif
                             pear.gif
    I have added linked resource folder see the attached screenshot
    I have written following line of codes in index.html
    <body onLoad="onLoaded()">
    <div id="content">
      <ul>
      <li><img src="Orange.gif" width="42" height="42"/></li>
      <li><img src="shared/pear.gif"/></li>
      </ul>
    </div></body>
    but when I opened the extension then it failed to load Orange.gif and pear.gif,
    Please let me know how I could reference an image placed in a folder outside from project folder.
    Regards,
    Alam

    Hi Alam,
    I don't use Eclipse / EB myself so I can be of no help in the way you set an alternate location folder there.
    I've looked in the MXI reference but it seems there's no token equivalent to the "parent folder of all extensions" i.e.
    /Users/Davide/Library/Application\ Support/Adobe/CEPServiceManager4/extensions
    or whatever it will be in the future. This is where Extension Manager puts stuff when the MXI is something like:
    <file   source="HTML/com.example.helloworld.zxp"
            destination=""
            file-type="CSXS"
            products="Photoshop,Photoshop32,Photoshop64"
            minVersion="14.0" />
    that is, destination is blank, file-type is "CSXS".
    I've never tried to put there stuff other than ZXP - you can give it a try.
    An alternative escamotage could be to use an external folder, which path token exists both in MXI land *and* in (CSInterface or ExtendScript).
    That is, a place Extension Manager installs your shared content; which path can be reached from the panel or the JSX.
    As an example $userdatafolder/alam/shared in MXI, and Folder.userData/alam/shared in JSX, or SystemPath.USER_DATA/alam/shared in JS.
    There are other product specific tokens (Photoshop Script folder for instance) where you can put things into.
    Regards
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

  • I would like to import two different cf cards from two different cameras into the same project/folder and have them be in order of the times they were taken, is there a trick?

    I would like to import two different cf cards from two different cameras into the same project/folder and have them be in the order of the times they were taken, any ideas on how to do this?

    Just import them normally and sort the project by date. They will fall into place. If you tried this and it isn;t happening then make sure the data and times on the two cameras are identical and make sure you are sorting by date and time and nothing else.

  • IMovie '11 How do I recover a project that appears within the IMovie Projects folder but does not show in the Project Library?

    I have had my MBP for just over 3 months now!  Yes, I made the switch and up until now I have been quite happy.
    I now have my Time Capsule, Apple TV running and am generally getting used to life as a Mac user.............even bought Aperture and loaded all the family photos.  Now time to make some Travel movies.
    I have been working on a particular IMovie project for a few weeks now.  Size is 365MB.  Yesterday I closed IMovie and when accessing later that project is not available in the Project Library window.  It does appear in the IMovie Projects folder but I cannot open it.  I have copied the file to DVD just in case.  All up I have 4 Projects, the other 3 are practice files, smaller but they do appear in the Project Library.
    I have scoured the bulletin boards and tried many suggested fixes to no avail.  Main suggestion was to remove the following files from Library/Preferences
    com.apple.iMovieApp.plist
    com.apple.iApps.plist
    However, this did not sort out my problem.  In the end I put back the original files.
    Does anyone have a straightforward fix for my problem or is this one of those ongoing issues that that needs Apple's attention. 
    After all the file is there with the others.  They are available.
    I realise that I can restore from Time Capsule but I am missing the last three days thanks to 'drop out'.
    Thanks.......

    Gweggie Boy wrote:
    Yes, considering we have an ongoing 'glich' within an Apple program with no obvious solution, we should be able to direct it straight to an Apple rep.  I will peruse this possibility when I get a moment.
    You can report the problem by providing feedback to Apple. In the iMovie app, from the menu select iMovie > Provide iMovie Feedback. This will take you to an Apple page where you can complete a form and submit it to Apple.
    The fix for this will probably turn out to be simple/easy.....................so why doesn't Apple comment and/or address it????
    Other than the forum moderators, Apple doesn't normally monitor these forums, nor make comments on posts. So, it's up to us to report the problem to them directly (using the feedback form mentioned above).
    As the problem has affected me just the one time (touch wood), I haven't bothered to report it as yet. But, after seeing your posts on this, I'm now reconsidering that. Something must be triggering it. My system is in pretty good shape, so I'm guessing it must be a glitch of some sort, either in Mountain Lion or in the iMovie app itself. Perhaps it's a 3rd party app causing the problem? It doesn't give us much confidence now, in that we may start worrying about losing other projects.
    A good practice is to duplicate the project from time to time (something I'll be doing more of), although Time Machine backups also provide the necessary security. To duplicate, in Project Library view (where all the projects are listed) click on the project name so that it is highlighted, then select File > Duplicate Project. Alternatively, right-click (or Control-click) on the project name and select Duplicate Project from the pop-up menu. Of course, you may already know this. Duplicating probably won't guarantee that the copy will not also disappear from the Project Library, but is worth doing anyway.
    As I mentioned in the post I linked to earlier, when the problem arose with my iMovie project I was using ProRes 422 clips I had imported from a Final Cut Pro X Event. My immediate thought was that ProRes 422 had caused the problem. But this of course may have been coincidental - reinforced now by your experience, where you are probably working with Apple Intermediate Codec (AIC) clips.
    Anyway, glad to hear that you've recovered your project through Time Machine. Unfortunately, I had to start from scratch as I had Time Machine turned off during my editing sessions (that's a story for another day).
    John

  • No project folder in iPhoto

    When trying to create a book the book goes to Album, I don't seem to have a project folder in iPhoto, any suggestions?

    Do you have any item under Projects?  If not move the cursor over to the far right of the Projects title until you activate the Show button:
    Click on it and you should see all of the slideshow, book, card and calendar projects that you have.

  • Assign Analytic Servers under Projects folder in Shared Services

    Hello experts,
    The problem is that: we are migrating dev environment to a new test environment. All is done, but when I try to assign "Administrator" role for Essbase server to an especific user, I can't see "Analytic Servers" option under Projects folder in Shared Services (where is Essbase server in dev environment).
    How can I assign that role if I can't see Essbase server in Shared Services? Can I assign it? How?
    Thanks for your time!
    Best Regards
    Edited by: user1654709 on 31-ago-2012 10:37

    Hi,
    You can do the following:
    1. Launch the MaxL Prompt and connect to Essbase Server using the Administrative user
    2. Execute the following:
    alter system resync sss;
    alter application all reregister;
    If the Essbase security is externalized, the above commands will execute successfully. If Essbase is not registered to Shared Services, then you execute the following command:
    MAXL> display system security mode;
    +.....If it is 1 then run the alter command:+
    MAXL> alter system set sss_mode <ENFORCE-PWD-SPEC>;
    Please read http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref.pdf page 671 regarding <ENFORCE-PWD-SPEC> option to decide (depending on number of users on the system) what "password option" is best for you.
    After successful, externalization of security, then execute again the following:
    MAXL>alter system resync sss;
    MAXL>alter application all reregister;
    Hope it helps....
    KosuruS
    Edited by: KosuruS on Sep 6, 2012 12:02 PM
    Edited by: KosuruS on Sep 6, 2012 12:03 PM

  • How to run a search query for a particular folder in KM related to portal

    Hi,
    Can any one tell me the steps for : how to run a search query for a particular folder in knowledge management related to portal.
    Answers will be rewarded.
    Thanks in advance.
    KN
    Edited by: KN on Mar 18, 2008 6:33 AM

    Ok u may not require a coding
    But u req configuration
    U should first make a search option set
    Link: [Search Option set|http://help.sap.com/saphelp_nw04/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/frameset.htm]
    Then u need 2 duplicate a KM Command by the name Search From here
    and customize it to include the Search Option that u have created
    Link: [Search from here|http://help.sap.com/saphelp_nw04/helpdata/en/2a/4ff640365d8566e10000000a1550b0/frameset.htm]
    Then in the layout add this command.
    Regards
    BP

  • How to show all sequences in project folder in CC 2014?

    In previous CC version of premiere you could search the project folder for the term "Sequence" and if you were in list view all the sequences in the project would show in the folder they were in. This was great for finding a sequence created by dragging a clip into the timeline then forgetting to move the sequence where I normally store sequences in a "Sequence" folder.
    Now when I search for "Sequence" in CC 2014 nothing happens. Is there a new way to display all your sequences in the project?

    Ok yeah, I quit and restarted premiere and now it seems to be working again. Thx Ann

  • Creating XML file in Project folder thru Java Program

    hi,
    i need one help. i need to create XML file in web://<Project Folder> in xmII thru Java Program. i created one java code and i am able to access XML file that is in c drive. i created jar file for this and placed as action block in Transaction and this working fine. but problem arises when i give file path in java code as web://<folder name>/file.xml which is in Web folder of project in xMII.
    How to access the file that is inside web folder from java code.
    regards
    senthil

    Hi Senthil,
    you can address the files that inside the MII workbench are viewed as "web://..." like this:
    http://<server>:<port>/XMII/CM/<Project>/<Folder>/<Filename>
    The workbench helps you find the correct filename:
    - open the WEB tab in the workbench
    - right-click on the filename
    - select "Copy Link" from the pop up
    Now you have the correct link in your clipboard.You can use the "web://" only inside MII.
    Michael

  • EXS samples in Project Folder...

    When I tell Logic to copy my samples to the project folder (using the Assets section of the Project Settings), is Logic still using the samples from their original location during playback, or is it now playing the files from my Project Folder?
    I'm hoping it's still using the original files, which are located on a different drive than my Project Folder. I think copying the samples to the PF is just for the convenience of having all my project material in one place... True?

    Yes this is true. If I am not sending the project elswhere I don't resave the samples thus avoiding wasting lots of hd space for duplicates.

Maybe you are looking for

  • Dreamweaver adding div height in tooltip?

    I dont normally use dreamweaver, but I must for this project, in dreamweaver for some bizarre reason the tooltip says height 50px (54px) and has added 4pxs to an image in a div. Anyone know why? It aligns in the browsers, IE 6, firefox, but why has d

  • Installing 8.1.6 OCI drivers with 8.1.5 RDBMS

    Hi, I developpe an application in java 1.2.2 which have to connect to an Oracle 8.1.5 Database. Or 8.1.5 OCI or thin Driver don't support java 1.2.x so I try to use 8.1.6 OCI with 8.1.5 Database as it is said in JDBC FAQ : "JDBC 8.1.6 drivers can tal

  • Commas in List Data

    I have a form that uploads a CSV file and puts it into a DB. I am trying to make it as "idiot-proof" as I can with as little responsibility on the enduser as possible to provide "proper format" data. Is there a way to go about escaping certain commas

  • Determining which record has max value

    Hi, In my table I have the following cols: Account_Id, Contact_Id, Modified_Date In this case, one contact_id has multiple account_id's but I want to return only 1 account_id per contact, based on the max modified_date for the accounts. Any help with

  • Regardnig the Cube Processing.

    Hello Team,                  When I tried to process the cube, am getting the folowing window, which shows the cube processing whch is in progress. My Questions are . What is the number which we can see as 9 of 13?. Why It is different for each parti