New Web Form Based on Frames for Web Page Composer

Hi,
We are trying to build the below scenario of New Custom Web Form to use in Web Page Composer for Web Site Creation.
We want to use the Web Form for Having Frames in the Output and
Left Frame will contain the Table of Content List
Right Frame Will Have the Details of the Selected Table of Content.
I have Created the XML File and Now Trying to develop the XSL File to use frames.
Any Ideas and Suggesstions on this?
Thanks & Regards
Sumanth

If you export the project as exp file and open it with a zip file reader, you can find your forms under forms/ui/.
I personnaly could always see them whatever the tool (jdev or composer) and the way (file or MDS) i used.

Similar Messages

  • I am unable to use my client' web forms that are required for my job. It's a pdf that can be filled out and submitted within a web page. new firefox will only download and open as a regular pdf. NOT OK! HELP!!

    I need to find out how to make these pdf web forms work again!! I have to use IE now and I HATE IE. Please don't prove me wrong after I've been telling people how amazing firefox is for years. I can no longer do my job with your browser

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • Web form based authentication. HOW ????

    So , I've read almost all the forums and the specs that I could find and I still dont get it.
    How do you form based authenticate a user ?
    The unclear part is how/where is "j_security_check" mapped to ??
    Is the Web Container taking care of that?
    If it does, how do I configure the web container to access the database (all the username/password are in there)?
    If not, I suppose I need a custom servlet that will pull the username/password from the db. The question is how do I tell the web container that the user credentials are verified??
    Any suggestions or code samples are welcome!
    Thanks,
    mihut_m

    If you're using Tomcat, try:
    http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#JDBCRealm
    and
    http://www.onjava.com/pub/a/onjava/2001/07/24/tomcat.html
    Basically you:
    1) create a login and an error page. The form for the login must post with an action of "j_security_check" with a field named "j_username" and anoter named "j_password"
    2) you tell tomcat (in server.xml) what realm to use and you configure it accordingly
    3) in WEB-INF/web.xml you set the parameter for your security constraints.
    Patrick

  • Acrobat Flattening Form Fields and Optimizing for Web

    I'm trying to optimize a PDF for the web and flatten all the form fields. I also want to remove the purple dialogue box at the top when optimizing on the web. Has anyone else experienced this problem? I've toiled around with it for some time and can't seem to figure it out. In the older version, I would simply save it as a file optimized for the web, which would then flatten all the form fields and remove the purple box at the top. Any help would be appreciated.

    Your question really belongs in one of the Acrobat forums. I flatten form fields (use the pre-flight tool) and then save for the web.

  • How to create a form based on table using dynamic page?

    Hi,
    I need to create a form using dynamic page. How do you pass values from the html form to a oracle procedure that will get executed on submission of the form ? I could not find any documents which shows how to do that. Can anyone please help me out with an example ?
    thanks,
    Mainak

    Hi,
    Something seems to get added to the form action because of "http". Hence I am removing it.
    You need to write a procedure with the values in the as parameters. Say for example you want to insert a record into dept
    table then
    Dynamic page code
    <html>
    <body>
    <form action="portalschema.insert_dept">
    <input type="text" name="p_deptno">
    <input type="text" name="p_dname">
    <input type="submit" name="p_action" value="save">
    </form>
    </body>
    </html>
    Procedure code.
    create or replace procedure insert_dept
    (p_deptno in number,
    p_dname in varchar2,
    p_action in varchar2)
    is begin
    if p_action = 'save' then
    insert into scott.dept(deptno,dname) values(p_deptno,p_dname);
    commit;
    end if;
    end;
    grant execute on insert_dept to public;
    Hope this helps.
    Thanks,
    Sharmila

  • To print the headings in report based on coloumn for every page

    Hi
    In multi layout report ,i am getting the data with headings at first page only.
    But my requirement is like below:
    ·     Report Header details applied to every new page of the generated report. A new page is indicated by each change in (<coloumn name)Reporting Basis) for the Summary Intercompany Matching Report
    or
    by a change in (coloumn name)Entity for the Detail Intercompany Matching Report.
    revert back ASAP

    revert back ASAP>All forum volunteers are assisting with other issues right now, your request has been logged and will be answered some time within the next six months.
    If this is an urgent request please contact your support representative or engage qualified consultants.
    As well as being in the wrong place for your urgent answer you are also in the wrong place for a reports question, if it is Oracle reports which you don't say either.
    Reports

  • Can you enable both Windows Based Authentication and Forms Based Authenication for the same web application?

    Hello Community
        In WS2012 and SharePoint 2013 Server is it possible when creating a
    web application to enable both Windows Based Authentication/Negotiate
    (Kerberos) and enable Forms Based Authentication or does the web application
    use either one or the other?
        Thank you
        Shabeaut 

    Yes , you can use dual authentication on same web application. You can use same web application , at OOB login page you will have option to use windows or form login.
    Or you can extend your web application to a new web app and configure extended web application to use Form Based Authentication(Note extended web application will also show same content database , so the content will same only url will be different)
    http://blogs.technet.com/b/ptsblog/archive/2013/09/20/configuring-sharepoint-2013-forms-based-authentication-with-sqlmembershipprovider.aspx
    http://gj80blogtech.blogspot.in/2013/11/forms-based-authentication-fba-in.html
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • New custom web form not visible in the menu.

    Hello WPC Experts,
      I created a new web form by following this pdf https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2041eb17-6001-2b10-b08d-b95ce55fa9b7
    After the "3.2.6 Referencing the XML File in the Document Type" step and restarting the server, I don't see the web form I just created.
    I have the wpc_editor_role assigned. Where should I be looking to access the new web form.

    Hi Anja,
    Thanks for your response. I was working on other issues. I confirmed that I enabled "Generate UI-command" for my new Web Resource Type.
    I deleted the xml/xsl files and recreated them by copying from the how to guide: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2041eb17-6001-2b10-b08d-b95ce55fa9b7
    After referencing the xml/xsl files and restarting the portal, where should I check for the new web form I just created ( this is section "4. Result" in the how to guide).
    Thanks
    Srinivas.

  • Can't 'save for web' in photoshop cc on new mac (yosemite)

    I have just upgrade to a new Mac running Yosemite and I can now longer save for web in Photoshop CC
    I get an error "no file or directory can be found"
    I have notice that in one of my Actions the directories are different on each computer:
    on my new computer the directory is shown as:
    "in: /Users/myusername/Desktop/"
    on my OLD computer (that works)  the directory is show as:
    "in: Macintosh HD:Users:myusername:Desktop:"
    I'm wondering if this is related to my issue when saving
    I have spent a lot of time searching and trying different solutions... none have worked

    Exit Photoshop CC.
    Try deleting the SFW Prefs.  It's in this directory:
    /Users/ ~username~ /Library/Preferences/Adobe/Plugins/Adobe Save for Web CC/Photoshop/Adobe Save for Web CC Prefs
    Gene

  • Rendering glitch in Save For Web?

    Hello,
    When I "save for web" with some particular files, I get a rendering glitch in the image that takes the form of small, colorless horizontal lines.
    Example 1
    Example 2
    Where do these come from? What can I do about it?

    I have this exact issue.
    Happens in "Save for web" and in  "export". I managed to keep CS4 still installed and took the exact same  file and "exported" it and "saved for web", and no issue at all in CS4.  This is def. an issue that has popped back up in CS5 then.
    On my  attached image there is no gradients or special effects, just clipping  masks.
    I've tried the new options they have in save for web, "Art  Optimized" and "Type Optimized". The issue does not happen in "Type  Optimized" but the quality in type optimized is lower and it renders the  exact same as the vector file appears(so colors bleeding out a pixel  behind some objects etc.) The issue does happen in "art optimized".
    Issues  happens when saving in png and jpg format, with or without  transparency.
    I've  attached an example, notice the lines in her face. (same as initial  attached image)
    So is this a "wait for an update" sort of scenario? or is  this a "use a different program to save for web" scenario?

  • Web Form in Task List and Security

    Hi,
    I have a couple of specific questions regarding Task List; below is a simplified example of my questions
    1. Say, I have a 2 web forms (X,Y) that are part of a Task List 1. Group A has been given access to both web forms X and Y. Group A also has access to Task List 1. Group B has been given access to only web form X. Group B also has access to Task List 1. Now, everything is good for users belonging to Group A. However, users belonging Group B has a specific issue. They still see the "Web form Y" in the Task List Selection on the left. However they cant open the web form Y on the right side which is good.
    My question is, is there a way to prevent users from even seeing this "Web Form Y" in the selection list? The problem is they shouldnt even see that particular web form as a choice and moreover this web form that they havent been given access to becomes part of the Task List completion status, forcing them to click on "Complete" for an empty web form.
    Is there some setting that could prevent unassigned web forms based on security from showing up in the Task List for various groups (similar to security restricted members not showing up in web forms)? Or is creating several different Task List the only work around?
    2. I have started a WorkFlow via FILE->WORKFLOW->MANAGE PROCESS and defined required Scenario and Version members. This seems to work just fine for my created Task Lists with Web Forms. Is there another intermitent process to connect the WORKFLOW with the created Task Lists? Or does Hyperion Planning automatically assume the Task List belong to available WorkFlow?
    Another question I have is in the Task List creation menu, when creating an individual Task, there are several options for "Task Type", one of which is WorkFlow. What is the difference between this WorkFlow option and the WorkFlow under the File menu? Is is that the WorkFlow created as Task becomes part of a Task List? Is that the only difference, ie make WorkFlow creation part of Task List versus not part of a Task List?
    Appreciate all your inputs
    Thanks

    Hi,
    1. Probably you may try "Manage Security filters", but im not sure. If it doesnt work then no way other than creating two tasklists.
    2. FYI, workflow will not promote either tasklist nor the webform. it only promotes the "DATA". u shud be careful creating forms for different level users ex: A basic user entry form cant be created for Next level user say manager. he l want to see only his entity level data not the level 0 in our terms.
    3. File->Workflow : will be used to start the workflow by the administerator.
    Tasklist Type-> workflow : Will be used by the "users" to promote their subsequent data entered or loaded at their level
    Regards

  • Business Catalyst thinks I deleted my web form

    I thought I may have found a way around Muse's weak forms implementation, by creating a web form on Business Catalyst > Site Manager > Web Forms.
    I created a web form, set the email response, copied the html, inserted the HTML on a Muse page, published the site, filled out the form, and got this:
    So I went back to the same page on Business Catalyst, deleted the web form I just made minutes ago, created it AGAIN from scratch, inserted the HTML in my Muse page, published it, filled out the form, and got the SAME ERROR message a second time.
    I did not delete the form, but Business Catalyst thinks I did.  :-(
    How do I get around this "error of an ERROR?"
    I noticed that there are THREE forms on BC with similar names (I only made ONE). To be sure that I'm working in the correct form, I COPIED it -- it now has the same name as before, plus the word "Copy." But when I open the copied form, all the fields are in the wrong order. I tried this several times, and this weirdness is consistent. Right now I'm really stumped on getting a decent (customized) form in Muse.
    Thanks for any help.

    Thank you, Vikas. That was the trick.  :+)
    I still don't understand what "submit a case" means, but I was able to get it to work, possibly not as you expected (?)
    I had already published this site in its partially-developed state, when trying to get the form to also be published. So it was in the web page already, as the completed form.
    All I did after reading your message was to go directly to businesscatalyst.com, create a new simple (unfinished) form, and then via Site Manager > Web Forms > More Actions > Add Web Form to a Web Page, choosing the contact page from my site in development.
    When I opened the previously-uploaded site in my browser, the ENTIRE form was there as originally published, exactly as it was originally and formatted placed in Muse.
    It works, but I confess it's about as UN-intuitive as it can be!  :+)
    Thanks again.

  • Calling Web Form from Client-Server Form

    Hi. I have an existing Client-Server Form (6i) still in production that needs to call a Web Form and pass it a parameter. Obviously I can't use Call Form or New Form from the client-server version, but can I somehow issue a command line (including a parameter) that opens the Web Form? Any suggestions for accomplishing this?
    I can create a command line like this, but have no idea how to pass a parameter to my Web Form. The Web Form named participants which has a Parameter defined named 'p_participant'.
    *"C:\Program Files\Internet Explorer\iexplore.exe" http://9.35.32.206:7777/forms/frmservlet?form=participants*
    I can also create a command line to open a web form like this to:
    *"C:\Program Files\Internet Explorer\iexplore.exe" http://9.35.32.205:7777/forms/html/sas2.htm*
    Where the sas2.htm looks like this:
    *<html>*
    *<body onload="document.menulaunch.submit();">*
    Launching File Generation...
    If the application does not load in 30 seconds then click the button below:
    *<form name=menulaunch action=http://9.35.32.205:7777/forms/frmservlet?config=FileGeneration method=post>*
    *<script>*
    var wshshell=new ActiveXObject("wscript.shell");
    var username=wshshell.ExpandEnvironmentStrings("%orauser%");
    var pw=wshshell.ExpandEnvironmentStrings("%orapass%");
    document.write("<input type=hidden name=userid value="+username+"/"+pw+"@sparc20*>")*
    *</script>*
    *<input type=submit value=Launch>*
    *</form>*
    *</body>*
    *</html>*
    Any help would be greatly appreciated.
    Edited by: Buechler on Apr 8, 2009 8:58 AM

    Simply add to your URL as follows:
    http://9.35.32.206:7777/forms/frmservlet?form=participants&otherparams=p_participant=<SOME VALUE>I assume you plan to use HOST to make this call. I would recommend something like this:
    HOST ('cmd /c start iexplore.exe "http://9.35.32.206:7777/forms/frmservlet?form=participants&otherparams=p_participant=<SOME VALUE>"');

  • Web form integration error

    I am working on integrating a web form with Oracle CRM On-demand. This web form offers the ability for users to submit file attachments.
    Rether than submit the whole file as an attachments, we would like them to submit a URL to the attachment. I would like these URLs to appear under the "Attachemnts" tab which appears at the bottom of every new Oracle profile.
    I’ve attached the error message and the wsdl file that I’m using.
    You can download them here:
    http://www.mediafire.com/?djeeeify0zn
    Also here is the code snippet that is calling the web service:
    SCAPTitle.AttachmentData[] data = new SCAPTitle.AttachmentData[1];
    data[0] = new SCAPTitle.AttachmentData();
    data[0].Attachment = file.FileBytes;
    data[0].DisplayFileName = displayFileName;
    SCAPTitle.ListOfAttachmentData[] listOfAttachmentData = new SCAPTitle.ListOfAttachmentData[1];
    listOfAttachmentData[0] = new SCAPTitle.ListOfAttachmentData();
    listOfAttachmentData[0].Attachment = data;
    CustomObject1Data[] myCustom1Data = new CustomObject1Data[1];
    myCustom1Data[0] = new CustomObject1Data();
    myCustom1Data[0].ListOfAttachment = listOfAttachmentData[0];
    ListOfCustomObject1Data myListOfCustom1Data = new ListOfCustomObject1Data { CustomObject1 = myCustom1Data };
    CustomObject1Update_Input myCustom1ObjectUpdateInput = new CustomObject1Update_Input { ListOfCustomObject1 = myListOfCustom1Data };
    CustomObject1Update_Output myCustom1ObjectUpdateOutput = scap.CustomObject1Update(myCustom1ObjectUpdateInput);
    This is using Visual Studio 2008.
    Can you help me fix the code, so I don't get an error message?

    Hi,
    Attachment in Ondemand are Always Child objects, they need to be associated to a parent in you case which is CustomObject1, as you can see you have not specified the CustomObject Record Id to which the Attachment needs to be associated to.
    Specify the Row Id of the record to which the Attachment needs to be associated to
    //Specifing the Record's RowId
    myCustom1Data[0] .Id='AXSA-1234'
    Regards,
    Deepak H Andeli

  • You cannot drop components on plain HTML documents, only web form

    Hi,
    I have created new page, from page navigation->new page. Added output text components, buttons,text fields, dropdowns, etc. Next day, all the components just disappeared from the JSP page but the JSP source file still has the all the outputText, selectOneMenu,inputText,etc.
    I tried to add new components again but it wouldn't let me to add, instead displays a message "You cannot drop components on plain HTML documents, only web form".
    So I deleted the page, recreated whole page from scratch, after few hours the very same problem.
    I deleted the page again and created the new page from scratch, wrote java code which was working absolutely fine. Next day its the same problem again.
    I am fed up with creating the same page again and again, wasting lots of time. Can some one please tell me whats going on?
    I did search the forum, few people reported the same problem but couldn't the find solution.
    Can some pleaseeeee tell me whats going on.
    Any help will be greatly appreciated.
    cheers
    kush

    Hi runaK,
    thanks for getting back to me.
    Unfortunately, the link dint solve my problem.
    I have already read this link and the cpu time is not my problem( I mean not highest priority for now, I will have look in to it once I solve the drag and drop problem).
    I haven't used getContext() so its not the source of the problem. I din't quite understand the workarround suggested by Eric. Could you please explain in detail about the workarround? and how to do it?
    thanks
    kush

Maybe you are looking for

  • I can't burn a music disk

    iTunes will not burn a music disk. it starts to burn 1 or 2 tracks then stops and kicks the disk out.

  • Table,Images in Email text area

    Hi Experts, I am using javax.mail API to send a mail which is deployed on SAP WAS. I want to send text of a mail which contains table as well as in images. How do i achieve it with Webdynpro

  • How do I upgrade InDesign CS 5.5 to InDesign CS 6?

    I have InDesign CS 5.5 on my local drive.  I want to upgrade to InDesign CS 6.  I don't want a subscription to the Creative Cloud.  I spend a lot of my time in 3rd world places with poor Internet access.  I prefer to have the software on my computer.

  • Saving/ Capturing part of a podcast

    Hi , I would like to record / capture part of a podcast . How can this be done with Tiger OS ? Thanks Koolsan

  • What is going on with my keyboard?

    okay so last night i was on my macbook (white 2008) leopard software...out of nowhere some keys were typing on their own then some keys wouldnt type i thought they were stuck and ran my fingers across the board trying to unstick them, then no keys wo