Submitting form to portlet

I'm having trouble getting form fields to be visible to a portlet when I submit the form to the page containing the portlet. I've tried setting the page parameters to be the same names as the form fields and then having those page parameters passed into the portlet, but no matter what I try, the portlet doesn't see the submitted form fields.
What am I doing wrong?

The Form portlrts needs to be submitted using the call interface API given in the edit screen of the page.
In order to get the same, Goto Navigator -> Providers -> Locally Built Providers -> Click on your Provider Link -> Here you see "Call Interface Show".
Click on the link and get the URL Interface shown also with example (make sure to pass the module_id as a parameter):
For E.g. i invoke my portlet as,
http://pvasista-pc.idc.oracle.com/pls/portal/PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=1144663114&p_arg_names=_show_header&p_arg_values=YES&p_arg_names=P_EMPID&p_arg_values=' + 100;
Here i pass the parameter p_arg_names to 100. and all other parameters are required.

Similar Messages

  • Do I gee a copy of submitted forms with the free account?

    Do I gee a copy of submitted forms with the free account?

    Hi;
    Using the Free account you can view the submitted data and export it to Excel, PDF or CSV (the data is in a table format).
    Email Notifications, where an email comes to you each time someone submits the form is a paid level feature.  Another Paid level feature is "Download Response as PDF" which allows you to save/download a PDF version of the filled out form that looks like the original.
    Thanks,
    Josh

  • How to avoid submitting form twice

    How to avoid submitting form twice when this form use spry
    validation.

    The first step in your hanlder function would be to disable
    the submit button.

  • Change sender email for submitted Form emails

    I built a website for a client using Muse and the Form widget through Business Catalyst. However, now whenever the client gets emails from a submitted form, it says its coming from MY email. How do I change the sender so that they recognize that it's not a personal email from me, but rather a submitted website form. Hope that makes sense!

    UPDATE: I just figured it out after having posted this no less than 10 mins ago. Thanks community, your genius overflowed to me and helped me solve my own problem. For anyone who is curious, in the Business Catalyst Admin Console, Under the Site Manager tab in the menu, you simply click "System Email" and the "Set default from email."   I can't believe I missed that, and I call myself a professional. Hope it helps someone else!

  • Email with attachement as pdf of submitted form

    Hi all,
    Can anyone suggest me how to get an email as an acknowledge ment with the submiteed form as an pdf format.?
    I want to get an acknowledgement mail after submitting the form through the work space..
    and email should contain the submitted form as an attachment in a PDF format
    Please assist...
    Thank you

    You can add an email submit button in your form to achieve this.
    Check this - http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000323.html and http://help.adobe.com/en_US/livecycle/10.0/DesignerHelp/WS107c29ade9134a2c5324ea7712a81c8d a6b-8000.html
    Som more pointers which could help
    https://groups.google.com/forum/#!topic/livecycle/81OXCQfsNys
    http://livecycleapps.wordpress.com/2008/07/28/a-submit-button-that-will-send-an-entire-pdf /
    ~ Varun

  • Symbol error when submitting form

    experiencing a symbol error when submitting form.

    Hi Gen,
    Unfortunately, the error came from a client who was submitting a form via Mac OS.  He stated that when he attempted to submit he received a symbol error.
    On another note, I did experience issues with periods (.) within another form such as 2009.01 and 2011.25.  When I downloaded the files corresponding to the numbers, it wouldn’t allow me to save it with the period (used an underscore instead).
    Warmest regards,
    Delia
    Delia Boyd
    Program Manager, Standards Development
    Executive Office
    AOAC INTERNATIONAL
    481 N. Frederick Avenue, Suite 500
    Gaithersburg, MD 20877-2417
    301-924-7077 x126
    301-924-7089 - Fax
    [email protected]<mailto:[email protected]>
    www.aoac.org<http://www.aoac.org/>
    cid:[email protected]
    127th AOAC Annual Meeting & Exposition
    Palmer House Hilton
    Chicago, Illinois
    August 25-28, 2013
    For more information visit our website
    at: http://www.aoac.org/meetings1/127th_annual_mtg/main_2.htm
    þ Please consider the environment before printing this email.
    ...you will see it when you believe it!

  • How to make form as portlet

    i want to use form portlet which is a built in portlet used creating form as portlet to publish a form as portlet, however, according to the wizard, i find i can not use the tables other than tables in AS Database, but the useful data is in other Oracle Database, i could i direct to other database? when i want to create a database provider, i need to provider a schema and a procedure package? what is a procedure package mean and how could i find which procedure package should i use to develop the application?

    you have to create first, a DB Link to your "data" database.
    Then, create a new schema in your AS database with a view like : select * from MYTABLE@mydatabaselink.
    From this point, you can build a form or a report.
    I think that a synonym can be used instead of a view (but I'm not sure).
    Patrick.

  • Submitting form via button click

    Hi, i have a following code and it doesnt work and i dont know why
    <jsp:useBean id="pageinfo" class="zrna.PageInfo" scope="session"/>
    <jsp:setProperty name="pageinfo" property="*"/>
    <html>
    <head>
    <script type="text/javascript">
         function clickEvent(form,md,wrkOn)
              form.mode.value = md;
              form.workingOn.value = wrkOn;
              form.submit();
         function m(form){return true;}
    </script>     
    </head>
    <form action="index.jsp" method=get >
         <input type="hidden" name="mode" value="">
         <input type="hidden" name="workingOn" value="">
         <input type="submit" value="Add" onclick="clickEvent(this.form,'add','Student')">
         <input type="submit" value="Alter" onclick="clickEvent(this.form,'alter','Student')">
         <input type="submit" value="Done" onclick="clickEvent(this.form,'general','')">
    </form>          
    So im trying to change jsp bean properties of pageinfo thru submiting form and it doesnt work. when button is clicked the page goes blank. What am i missing?

    is this page you posted "index.jsp"?
    Not sure offhand, but could the form submit before onclick fires? If so, change them to button types, not submit types.
    The bean has those named fields? Public get/set methods?
    Does useBean have to be this?
    <jsp:useBean id="pageinfo" class="zrna.PageInfo" scope="session">
    <jsp:setProperty name="pageinfo" property="*"/>
    </jsp:useBean>

  • Editing submitted forms

    Are users able to edit their forms after submission and resubmit?

    No, they are not able to edit a submitted form.
    If, however, you have enabled the Save feature, and your respondents have only Saved, not Submitted, then they can pull the saved form up, edit it, and then Submit when the form is all correct/complete.
    Brian

  • Error submitting form for Distribution: "The filename you specified is not valid because it does not

    Error submitting form for Distribution:
    "The filename you specified is not valid because it does not include a .pdf extension, contains one or more invalid characters or teh path preceding it refers to a protected system location."
    Tried removing dashes from filename, shortenign filename, moving to root directory. No changes. File ends with a .pdf extension.
    This is my first attempt to distribute via acrobat.com

    I found that I got that same message using Acrobat Professional to send out a document for shared review.  I had an exclamation mark in the title of the PDF. When I took out the exclamation mark, it worked.
    So maybe try taking out anything "unusual" (parentheses, dashes, exclamation marks, etc.) in the file name and see if that helps.
    Good luck,
       Philip.

  • Submitted form emtpy under Acrobat Reader 9 (Mac OS X only)

    Hi
    I have a problem sending a form by a submit button (also by scripting) to a webserver. I'd like to submit the form as a PDF (not FDF or anything else).
    I either used a submit button or code like below:
    > this.submitForm({ cURL: "sample.org/inbox", cSubmitAs: "PDF"});
    The submit itself seems to work fine, but the submitted form is not posted as a document, but only the request with empty body is sent.
    b This only happens on Adobe Reader 9 on Mac OS X!
    The same document sent on a Windows Adobe Reader 8/9 works fine and sends the entire document.
    This thread is related to http://www.adobeforums.com/webx/.59b6abf5, but I now realized the problem appears only under Mac OS X and not under Windows.
    Did anybody make similar experiences or has a solution for the problem? Is it maybe a security thing?
    Thanks in advance
    Daniel

    Hi Onewizard,
    I tried and checked this on different version of Acrobat and Reader however not able to replicate this behavior. I am on MAC 10.6.8

  • Error Submitting form

    Anyone getting this error while submitting form.My process looks good . Same connection works for other form but not for this form.Any help please its urgent

    Here is something new i found.The process which worked i tried to attach the form (pdf form) from my other process which showed me error while submitting form and i get the same error when i use tht form in the process which worked...
    why is this so any thoughts???

  • Submitted Form Help Needed

    Hi there,
    I have created a form in Adobe LiveCycle Designer 7.0 so that clients can fill in their answers and send back. I included the Submit button, however when I did a trial run with the form, it returned in .xml format which wont open in Internet Explorer. Can anyone guide me on how I can have the submitted forms returned in PDF form or if I need to do something with Internet Explorer to be able to access the .xml docs?
    Thank you!
    Amy

    If you want to use the .xml file, open the original pdf and import the file in to it then save under another name.
    You CAN enable the file so that people using Reader can fill it out, save it then email the entire form back to you but there are limts to it's use. You can either send the form to 500 people and collect an unlimited amount of responses or you can send it to an unlimited amount of people and collect 500 responses. Anything over that amount will be in violation of your license.
    To enable the file in Acrobat, you would find the option under Advanced>Enable usage rights in Adobe Reader (at least that's the verbiage in Acrobat 8 Pro). I'm not sure exactly where that option is in LiveCycle Designer but it's probably similar.

  • Why won't the responses file open when I receive a submitted form

    Hi all,  We have recently started to use Acrobat Pro X for editable pdfs.  When training was done (all work contained was created on our server) the responses file opened as it should when a submitted form was received.  Now trying to use these forms "live" the response file doesn't open.  The wording to double click the file and select the response file is in the body of the email of the submitted form but instead of the response file opening the form opens.  Anyone have any ideas??

    It does seem to be happening to all forms received.  We are using Adobe Acrobat X Pro to create the editable pdfs.
    When you ask "being used to save the forms?"  do you mean from the person submitting the form back to me?   If that is the case then Acrobat X also.

  • Can I print my submitted forms in bulk?

    1st of all I'm totally confused as to why I have both Adobe Acrobat Pro and Forms Central, but no worries there I suppose.  I created my new form in Forms Central and was able to "publish" or share the form on my website via Forms Central.  The user then completes the form and submits it to me.  What I do not know how to do is to print all of the submitted forms in "bulk".  It appears to me, thus far, that I have to click on each form and save it to my computer and then print it!  I am expecting 100's of these forms to come in and was hoping that I could just print ALL the forms at once without saving each individual form to my Macbook.  Please advise!

    Select your slides, go to File>Page Setup and change to portrait.

Maybe you are looking for

  • 6.0.1 &6.0.2 are crashing and unstable with Sys.7. PLEASE HELP

    Laptops or desktops running sys7 that NEVER crashed before are CONSTANTLY crashing with 6.0.1 and 56.0.2 fireFox on Windows 7

  • CS2 with Leopard?

    I just received my new shiny 24" iMac to replace my old 20" one. I have been running CS2. I understand that CS2 will not run on the new Mac OS, is that right? I hate to have to go buy new software to do photo editing.  I use nothing in the CS2 suite

  • Can only render Audio of QT,video is black

    I received a Quick Time file via Dropbox. It's 1280x720, 23.98fps, Compressor H264, Square Pixel. It plays in QT player.  But after I imported it in FCP v7 the video doesn't move, only the Audio plays after being rendered for Playback. The Video cann

  • 5800 wont download using wlan

    When at home i connect my 5800 xm to my wlan to use the internet and download apps. but for some reason when ever i am downloading anything (eg just updated ovi maps) it will connect to t-mobile internet to download although i can see that my homes s

  • Program not functioning

    I have been having problems with photoshop element 10 since I got it.  I thought is was due to all the picture and programs on my computer.  i purchased a new computer and deactivated the program on the old computer and installed on my new computer.