Commanbutton submit issue...

I am new to ADF, using ADF (Jdev) 11g
I am working on a jsff page which is embedded in a taskflow, this shows up in a dynamic region... based on a command button action call, a method is invoked in the backing bean.
The problem i am facing here is when i click the command button, the action call invokes some method in the backing bean where i print all the values entered in the inputtext box. But when i print out those in the method, i get null printed.. Can anyone please let me know what am i missing here, please find the code as mentioned below???
Please refer the code as mentioned below
<af:panelFormLayout labelWidth="150px" fieldWidth="200px">
<af:inputText label="one" id="p_one" value="#{upgradeMaster.jdbcDriver}" />
<af:inputText label="two" id="p_two" value="#{upgradeMaster.jdbcUrl}" />
<af:inputText label="three" id="p_three" value="#{upgradeMaster.jdbcLogin}"/>
<af:inputText label="four" secret="true" id="p_four" value="#{upgradeMaster.jdbcPassword}"/>
<af:selectOneChoice id="p_selreptech" labelAndAccessKey="five"
value="#{upgradeMaster.repTechnology}">
<af:selectItem label="value1" value="value1"
id="p_hypsonsql"/>
<af:selectItem label="value2"
value="value2" id="p_ibmdb"/>
<af:selectItem label="value3" value="IBM_DB2_UDB"
id="value3"/>
<af:selectItem label="value4" value="value4"
id="p_micsqlser"/>
<af:selectItem label="value5" value="value5"
id="p_oracle"/>
<af:selectItem label="value6" value="value6"
id="p_postgressql"/>
<af:selectItem label="SYBASE_AS_ENTERPRISE" value="SYBASE_AS_ENTERPRISE"
id="p_sybase"/>
</af:selectOneChoice>
<f:facet name="footer">
<af:panelGroupLayout layout="horizontal" halign="center">
<af:popup id="p_upgdmastpop">
<af:dialog title="Output Message"
type="none">
<af:outputText value="#{upgradeMaster.outputMessage}" id="p_upgdmess"/>
</af:dialog>
</af:popup>
<af:commandButton text="Upgrade Master Repository"
id="p_upgdmast" action="#{upgradeMaster.upgradeMasterRepository}">
<af:showPopupBehavior popupId="p_upgdmastpop" triggerType="click" align="endAfter" alignId="p_upgdmast"/>
</af:commandButton>
<af:popup id="p_testconnpop">
<af:dialog title="Output Message"
type="none">
<af:outputText value="#{upgradeMaster.outputMessage}" id="p_testmess"/>
</af:dialog>
</af:popup>
<af:spacer width="10"/>
<af:commandButton text="Test Connection"
id="p_testconn" action="#{upgradeMaster.testConnection}">
<af:showPopupBehavior popupId="p_testconnpop" triggerType="click" align="endAfter" alignId="p_testconn"/>
</af:commandButton>
</af:panelGroupLayout>
</f:facet>
</af:panelFormLayout>
faces-config.xml file has
<managed-bean>
<managed-bean-name>upgradeMaster</managed-bean-name>
<managed-bean-class>upgrade.UpgradeMasterBean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
UpgradeMasterBean.java  ( this has all the getter and setter methods of different variables like jdbcDriver.. etc. )
private String jdbcDriver;
public void setJdbcDriver(String jdbcDriver) {
this.jdbcDriver = jdbcDriver;
public String getJdbcDriver() {
return jdbcDriver;
public void upgradeMasterRepository()
System.out.println("jdbcDriver " + jdbcDriver);
System.out.println("jdbcUrl " + jdbcUrl);
System.out.println("jdbcLogin " + jdbcLogin);
System.out.println("jdbcPassword " + jdbcPassword );
this.outputMessage = "success";
public void testConnection()
System.out.println("jdbcDriver " + jdbcDriver);
System.out.println("jdbcUrl " + jdbcUrl);
System.out.println("jdbcLogin " + jdbcLogin);
System.out.println("jdbcPassword " + jdbcPassword );
this.outputMessage = "failure";
}

Hi,
if you have a dynamic region, try setting the scope of the managed bean to view scope so its larger than request. For this however the managed bean must be defined in the Task Flow definition since view scope is not an option for faces-config.xml
Note that beans that perform JDBC access should not be in request scope if you expect your application to scale
Frank

Similar Messages

  • Email Submit Issues

    I currently have Adobe CS4 now.   The problem I am having is with the form emailing to the person I  specified in the Email Submit button.  Instead, it wants to email to  me.  I never had this problem with the previous version.  I create a  form, I add a person to the submit email, I distribute the form, they  ask me for an email again, and now when they fill out the form, it sends  to me instead of the person I specfied in the form itself.
    So, I had to  reinstall LiveCycle because I moved to Windows 7.  I created a form for  a user again.  I put her her name as the Submit to Email.  When I  distributed, it asked for an email there as well like before.  This time  I put her email in that place.  Now, of course, it emails to her, but  if I try to create a new form now for someone else, it still wants to  email to the prevous person.
    Does anyone know why this is happening or how I  can fix it.  LIke I said, I never had this problem with the prevoius  LiveCycle.  I just don't get why it will not submit to the person's email I entered for the Submit button.
    Thanks.

    I'm running Acrobat 9.0 Pro.  I saw in the identity there that it was the other lady's address that I keyed in Lifecycle.  I just changed that one back to mine. 
    I've been using LifeCycle for a long time now and just never had this issue with the Submit Email address going to a different address before in the other version.
    In the previous version I was using, when I distributed the form and tested it, it went to the person's address entered for the button and not to me.

  • Select list with submit issue when they are referred in report region query

    I have a page with a reporting region. Same region also has 3 different list items and depending on the value selected in each item, the report is refreshed. All the 3 list items are "Select list submit with submit"
    Out of 3 items, 2 (say item2 and item3) are populated through dynamic LOV using the value in item1.
    Additionally, when I select a default "ALL" value in in item1, I ignore values in item2 and item3.
    With this background, I am a following issue:
    1. I select a value other than Default value in item1 which filters the report.
    2. Then I select some value in item2 which further shrinks the reports.
    3. Now if I go back to item1 and select the default "All" value, the report is not refreshed with the new values of item1, item2 and item3. But it still shows the report based on value of item2 that I selected in step2.
    How do I set the value of item2/item3 to null if value of item1 is default which is "All"
    Any word of advise will be a great help!
    Thanks,
    Girish

    Hi,
    Make two computations each with the computation text NULL; or
    Make one process with code like:
    BEGIN
    :P1_ITEM2 := NULL;
    :P1_ITEM3 := NULL;
    END;With the condition "Value of Item in Expression 1 = Expression 2"
    Expression 1: P1_ITEM1
    Expression 2: ALL
    (or whatever the return value of ALL is...remember that this is case sensitive)
    Mike

  • Save and submit issues with nested/expanding form

    I've built two forms in designer (Form_B and Form_C, we'll say) which use scripted repeating subforms to accomodate a range of inputs without presenting the user with piles of fields. I need both of them to correctly maintain their state when saved and re-opened, and transmit the data I need through acrobat.com distribution.
    Form B currently doesn't save and re-open correctly:
         There are two levels of repetition, Areas and Categories. There can be one or more Areas, and each Area has one or more Categories. If I open the form (in Acrobat Pro) and fill it out with 2 areas, each area having 2 categories, when i save and re-open the file the second Area is gone, and the first Area has 4 categories.
    Form C has many fields (up to 1500+) but I only need a fraction of them to be submited
         On the assumption that the settings in the "binding" pallet would controll this for me, I made a script to unbind all the unnnessisary fields pre-submit, and reverse the changes post-submit. When I test this, the fields still save and submit despite being set fieldName.bind.match = "none". I would also like to temporarily re-name the submitted fields so they come through with unique names. I have a script to do this, and I tested it by running the script (confirming that they changed by looking at the mouse-over tooltip) and saving the form in that state. The form will open back up with the old(unchanged) names and those fields have lost other layout settings.
    On both forms, all fields and subforms are normally set to binding = "normal", or fieldName.bind.match = "once"
    I currently have no external data bindings (the data view pallet is blank.)
    Any thoughts on why fields whos binding = "none" would still submit/save?
    Or why repeating subforms with binding = "normal" would get lost in a save?
    Is originalFieldName.name = "newName" somehow not sufficient to change how that fieldname gets saved in the data? (despite the apparent name change)
    I've searched all the resources I know for any useful idea on this one, and came up blank. Any help or suggestions would be much appreciated.
    <<<<<   don't rule out "It shouldn't do that, it must be buggy."  I'm starting to lean that way pretty heavily on a couple counts.  >>>>>>
    If anyone would like to see the files in question,  please send me an email at  manager<at>rocklight<dot>net and I'll get a copy of each off to you first thing in the morning.

    I've found a partial answer for the Form_B issue. (areas and categories not saving correctly):
    It looks like another case of this - http://forums.adobe.com/message/1358727#340913
    but for subforms.
    In order to keep my naming consistent, I had every repeating subform at every level called "fields" and within that a subform called "content" etc. (See attached image) It looks like when the file is re-opened, acrobat/reader is finding the First node named "fields" to apply the saved information to, rather than the correct one. When i renamed the subforms to "AreaFields" and "CatFields" it seems to have solved the problem. (It's still giveing me extra categories, but i think more re-naming is going to solve that too.
    Still looking for a solution to the submission problem: how to only submit some of the fields in a form.
    (yeah, the nesting is rediculous, I know, but it was necisary for some formatting elements.)

  • Apex.submit issue when using jQuery Overlay

    Dear All,
    This is my first post in this forum and I hope I can find a solution for my issue.
    Currently we are developing a new Time Attendance System by Apex.
    I am facing a problem when I use the jQuery Overlay in one of the pages.
    the page it self is working fine and all it button and tabs are also working fine until I click the link for the overlay content
    the content is another page getting loaded in a similer to a popup window (overlay effect) after I close this overlay window
    all the links in the original page that are using the apex.submit are not working and show an error in the browser "Object doesn't support this method or property"
    This only occur when I click the overlay link but if I load the page and I don't open the overlay link all links are working fine.
    And Thank you all inadvance.
    Regards

    It's always easier to debug an issue like this by recreating the problem on apex.oracle.com and providing credentials.
    How did you set up the overlay content? Did you create any additional HTML elements within one of the apex regions? If was just adding some DIV content then try moving that DIV content to after the #FORM_CLOSE# substitution string in the page template.

  • Multiple submissions issues

    multiple submissions - how to handle issues on multiple submission by the recipients if the form is intended for single submission only per recipient

    If you're using a web form, there's nothing you can do. It would be possible to configure a PDF to include hidden data with each submit that identifies a particular instance of a form, but if the user doesn't save the form they could always reopen it and submit more times, so it would basically identify the submissions from a single session. So even with a PDF you can't guarantee that you'd be able to identify multiple submissions from a single user, unless you customize the form for each user.

  • SUBMIT issue in background

    Hi experts,
           I am submitting the other program which is using the LDB in my program. When i execute the program in foreground it is working properly. But when i execute the same program in background, the job is getting cancelled by giving the error message as 'fill in all required entry fields'. But there are no mandatory fields in calling program. I have been strugling with this from last one week. please help me regarding this issue

    u have to enter job name.
    SUBMIT <REPORT>
           USER <USER> VIA JOB <JOB NAME> NUMBER <JOB NUMBER>
           WITH PARAM1 =
           WITH PARAM2 =
              AND RETURN
    Refer this Thread:
    how to pass parameters to a background job?

  • Submit issue

    Hi all,
    I have usedhte Submit statement for the report RFITEMAP (Vendor line item) and get the entries in the Memory.
    SUBMIT rfitemap EXPORTING LIST TO MEMORY
                 USING SELECTION-SET p_vari
                 AND RETURN.
    In the report SAP has used one function module 'FI_ITEMS_DISPLAY' for displaying the Line items,How do i get those entries in my Submitting custom report.I have tried Memory options and Perform statement oprions,but cant able to retireve the values.can anybody explain me the way to retrieve the table values ( it_pos ).
    call function 'FI_ITEMS_DISPLAY'
        exporting
          caller_repid  = c_repid_ap
          acctype       = c_koart_ap
          x_change      = x_change
          i_u_save      = gd_alvsave
          is_u_variant  = gs_variant
          it_u_fieldcat = gt_fieldcat[]
          it_kontab     = it_accts[]
          it_slbtab     = it_comps[]
          it_t001       = it_h_t001[]
          it_lfa1       = it_h_lfa1[]
          it_lfb1       = it_h_lfb1[]
          x_grid        = x_grid
          x_inet        = pa_inet
        tables
          it_items      = it_pos.
    Thanks
    Raja

    Hi,
    You can make you of data cluster. For example:
    1. Create a data cluster in SE11.
    2. In the program where you say SUBMIT , say -
    EXPORT i_tab TO DATABASE ZDATA_CLUST(AR) ID v_key.
      SUBMIT Z_REPORT WITH p_werks = p_werks
                           WITH p_bedae = p_bedae
                           WITH p_versb = p_versb
                           WITH p_period = p_period
                           WITH s_dispo  IN s_dispo
                           WITH s_mmsta  IN s_mmsta
                           WITH p_key = v_key
                           AND RETURN.
    3. In the report Z_REPORT, say -
    IMPORT i_tab FROM DATABASE ZDATA_CLUST(ar) ID p_key.
    DELETE FROM DATABASE ZDATA_CLUST(ar) ID p_key.
    Regards,
    Deepa.

  • Java Script: Form Submit issue.

    Is there a way where I can submit two forms ?
    Thats is submit 2nd form only when the first form is submitted.
    I tried this it works.
    function formSubmit(){
    document.form1.submit(); //Submit First Form
    alert(); //This will stall the execution thus form2 will not be submitted till I click on OK
    document.form2.submit();
    }But If I dont put an alert in between, only the second form is submitted.
    If I put a delay of say 3 seconds in between then it will throw a SOCKET CLOSED error in the action event triggered due to first form submit.
    Well Basically when the Alert pop's up the parent page "STALLS" and thus the form2 does not submit till I click on OK, Is there a way I can stall the browser/Parent JSP page using JAVA SCRIPT ??

    Relax people... Ok I will move my querries else where :) ..
    But whats wrong if somebody can provide me an answer ? I am sure most of you know java script , if you dont know then don't answer simple as that.
    You do know that Sun did not create JavaScript, right? So the Sun forum sites may not be the best place to look for a JavaScript forum " {code} 
    You mean to say if something is not from sun I am not supposed to ask a question on that, I agree that this is JAVA Programming forum.
    Peace,.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • h: commandButton submit issue

    I am using <h: commandButton> as:
    <h:commandButton type="button" id="logout" action="#{logOff.logout}" image="images/logout_icon.jpg" alt="Logout" style="border:0">
    </h:commandButton>
    Now i want the button to call this action without validating the form. I mean i want to remove the submit behaviour from the button. I used type = "button", but the problem is still there.

    The type="button" is what you want, BUT it is not supported in some or all versions of JSF 1.2 and prior. This is in spite of many books and documents describing this feature in JSF 1.2. type="button" does not work at all in Glassfish 1.2.
    I upgraded from Glassfish 1.2. to Glassfish mojarra-2.0.1-FCS, and the type="button" now works, the form is not submitted.
    Also, immediate="true" should not effect if the form is submitted or not, this property is used post submit.
    Edited by: zsaurnni on Nov 3, 2009 8:56 PM

  • Submit issue about RMPU_SEL_SCREEN

    hi
    the report RMPU_SEL_SCREEN  have two tcode MF60 AND MF63.
    sy-tcode = 'MF60'.
    submit RMPU_SEL_SCREEN USING SELECTION-SET variant AND RETRUN.
    i debug it when go in submit ,the sy-tcode will be set SE38.
    how to set TCODE to submit!
    thank you !

    hi
    submit <program name>USING SELECTION-SET variant AND RETRUN.
    i get MF60 of program name from system->status.
    data: p_VARIANT type VARID-VARIANT.
    p_variant = 'FULL'.
    SUBMIT RMPU_SEL_SCREEN USING SELECTION-SET p_variant AND RETURN.
    when go in SUBMIT:sy-tcode = 'SE38'  NOT MF60.
    how to set SY-tcode = 'MF60' when submit.
    thank you very much your help!

  • Comcast fails to provide an easy to access email address where you can submit issues

    Cable boxes keep freezing up when surfing, have to unplug to reset, delay in response to entries cause wrong entires i.e. enterin 212 but the two does not show so you press it again and again next thing you know you have 222212 instead of 212. COMCAST does not provide an email address for its customers to file complaints because they do not want to get them...Had to try multiple account names before I found one that was not taken... 

    If you look around the forum, you will find a email address to send to.  Also on the forum, you can post your issue and someone from Comcast will followup, you can do a online chat if you don't want to call.  
    Pretty much if you email, they will just call you back anyway so they can confirm your identity, since it's easy to spoof someone's identify to get into your Comcast account and make changes.  Identify theft runs rampant these days using email.
    The Comcast team has been notified and will followup, expect a response here by tomorrow.

  • Acrobat 9: Error when PDF form submit with file attachment

    Hi all,
    Hope you can provide some help with my PDF form submit issue. I am getting this error "There is no PDDoc associated with this CosDoc." in Acrobat 9 (Reader and Pro) when I try to submit a PDF form with a file attachment field (the file is specified). The same PDF form works fine in Acrobat 7 or 8 (Reader and Pro) with file attachment.
    If no file attachment is specified (user did not select a file) then the PDF form submits fine in acrobat 9. The form data submission format is in FDF. Same problem if I change to XFDF.
    There are no differences in the problem if the PDF form is created in Acrobat 7 or Acrobat 9, the same submit issue exists in Acrobat 9 but not in the older Acrobat versions.
    Is this a known issue and are there any workarounds/solutions?
    Thanks.

    Sounds like a bug to me. Please report it: http://www.adobe.com/support/feature.html
    George

  • Need help with a currently "in-use" form we want to switch to Adobes hosting service

    Hi, I am in desperate need of help with some issues concerning several forms which we currently use a paid third party (not Adobe) to host and "re-distribute through email"...Somehow I got charged $14.95 for YOUR service, (signed up for a trial, but never used it)..and now I am paying for a year of use of the similar service which Adobe is in control of.  I might want to port my form distribution through Adobe in the hopes of reducing the errors, problems and hassles my customers are experiencing when some of them push our  "submit button". (and I guess I am familiar with these somewhat from reading what IS available in here, and I also know that, Adobe is working to alleviate some of these " submit"  issues, so let's don't start by going backwards, here) I need solutions now for my issues or I can leave it as is, If Adobe's solution will be no better for my end users...
    We used FormsCentral to code these forms and it works for the most part (if the end-user can co-operate, and thats iffy, sometimes), but I need help with how to make it go through your servers (and not the third party folks we use now), Not being cruel or racist here, but your over the phone "support techs" are about horrible & I cannot understand them or work with any of them, so I would definitely need someone who speaks English and can understand the nuances of programming these forms, to please contact me back. (Sorry, but both those attributes will be required to be able to help me, so, no "newbie-interns" or first week trainees are gonna cut it).... If you have anyone who fits the bill on those items and would be willing to help us, please contact me back at your earliest convenience. If we have to communicate here, I will do that & I can submit whatever we need to & to whoever we need to.
    I need to get this right and working for the majority of my users and on any platform and OS.
    You may certainly call me to talk about this, and I have given my number numerous times to your (expletive deleted) time wasting - recording message thingy. So, If it's not available look it up under [email protected]
    (and you will probably get right to me, unlike my and I'm sure most other folks',  "Adobe phone-in experiences")
    Thank You,
    Michael Corman
    VinylCouture
    Phenix City, Alabama  36869

    Well, thanks for writing back...just so you know...I started using Adobe products in 1987, ...yeah...back then...like Illustrator 1 & 9" B&W Macs ...John Warnock's Helvetica's....stuff like that...8.5 x 11 LaserWriters...all that good stuff...I still have some of it working on a mac...much of it was stuff I bought. some stuff I did not...I'm not a big fan of this "cloud" thing Adobe has foisted upon the creatives of the world...which I'm sure you can tell...but the functionality and usefulness of your software can not be disputed, so feel free to do whatever we will continue to pay for, ...I am very impressed with CC PS on the 64 bit PC and perhaps I will end up paying you the stipend that you demand for the other services.
    So  I guess that brings us to our problem.. a few years back and at the height of the recession and near bankruptcy myself,  I was damn lucky and hit on something and began a small arts and crafts supply service to sell my products online to a very "niche market" ...I had a unique product and still sell that product (plus others) online...My website is www.vinylcouture.com...Strange? Yes...but there is a market it seems, for everything now, and this is the market I service...Catagorically, these are 99%+ women that use these "adhesive, sticky backed vinyl products"  to make different "craft items" that are just way too various and numerous to go into... generally older women, women who are computer illiterate for the most part...and all this is irrelevant to my problem, but I want you to have every bit of background on this and especially the demographic we are dealing with, so we can get right to the meat of the problem.
    OK...So about two years ago, I decided to offer a "plain sheet" product of a plain colored "stick back" vinyl... it is available in multiple quantities of packs ( like 5 pieces, 10 pieces, 15 pieces, in a packi  & so on)...and if you are still on my site.. go to any  "GO RIGHT TO OUR ORDER PAGE"  button, scroll down a little...and then to the "PLAIN VINYL" section...you will see the Weebly website order process.) You can back out from here, I think,..but, anyway this product is available in 63 colors + or - a few. So then the problem is,  how do they select their individual colors within that (whatever) pack?... .
    So my initial idea was to enable a "selection form" for these "colors" that would be transmitted to me via email as 'part" of the "order process".. We tried getting our customers to submit a  " a list" ( something my competitiors still do, lol, poor bastards)......but that..is just unbelievable..I can't even begin to tell you what a freakin' nightmare that was...these people cannot even count to 10, much less any higher... figuring out what colors to list and send me... well, lets just say, it wasn't working......I had to figure out a better way...Something had to be done.
    So after thinking this all out,  and yeah...due to my total ignorance, i figured that we could make a form with Live Cycle Designer (Now Forms Central)...(back then something that was bundled with Adobe Acrobat Pro), I believe, and thats what this thing was authored in... and it would be all good...LOL!
    Well not so simple...as you well know, Adobe Acrobat would NOT LET YOU EMAIL anything from itself.....it just wouldn't work (and I know why, and all that hooey), but not being one to take NO for answer,.I started looking for a way to make my little gizmo work.. So I found this company that said they can "hijack" (re-direct actually) the request to email, bypass the wah-wah, and re-transmit it to the proper parties.....for less than $100 a year,  I think...its called http://pdf-fillableforms.com/.
    A nice gentleman named Joseph Silva helped us program the thing to go to his servers and back out. Please dont hassle them...I need them...for now..it basically does work...try it...you should get back a copy of the form that you filled out...good luck however,  if you're on MAC OSX or similar...
    I have included a copy of both of our forms (and feel free to fill it out and play with it)...just put test somewhere on it...(and you must include YOUR email or it will balk)..they are supposed to be mostly identical, except one seems to be twice as large....generating a 1.7 meg file upon submission, while the other one only generates a 600K file or so...thats another issue for another day or maybe you can advise on that also...
    OK so far so good......In our shop, once Grandma buys a 10 pack (or whatever), Only then she gets to the link on her receipt page ro the relevant "selection form" ,(this prevents "Filling and Sending"  with "no order" and "no payment", another early problem we had)... which they can click on and it will usually download and open up on their device if all goes well...Then our little form is supposed to be fillable and is supposed to ADD UP all the quantities, so grandma knows how many she is buying and so forth right on the fly,  and even while she changes her mind..., and IT'S LARGE so grandma can see it, and then it TOTALS it all up for them, ( cause remember, they can NOT add)..,  except there is a programming bug (mouse-click should be a mouse-up probably or something..) which makes you click in the blank spaces to get to a correct TOTAL...about 70-80% of our customers can enable all these features and usually the process completes without problems for them especially on PC's running Windows OS and Acrobat Reader X or XI...at least for most... Unfortunately it is still not the "seamless process" I would like or had envisioned for the other folks out there that do have trouble using our form....  Many folks report to us the following issues that we know of.  First of all it takes too much time to load up...We know its HUGE...is there anyway that you can see, to streamline this thing? I would love for it to be more compact...this really helps on the phones and pads as I'm sure you well know.
    Some just tell us,"it WON'T work"....I believe this is because they are totally out of it and dont even have Adobe Reader on their machine, & don't know how to get it ( yes, we provide the links).....or it's some ancient version....no one can stop this one...
    It almost always generates some kind ( at least one time)  of "error message" which we do warn them about..., telling one,  basically that "Acrobat doesnt even like this happening at all, and it could be detrimental to ones computer files", blah-blah...(this freaks grandma out really bad)...& usually they end up not even trying to send it...  and then I get calls that even you wouldn't believe...& If they DO nut up and push the Red "Submit Form" button, it will usually send the thing to us (and also back to them at the "required email address" they furnished on the form, thats what the folks at the "fillable forms place" do) so, if it's performing it's functions, why it is having to complain?. What are we doing wrong?....and how can I fix it?...Will re-compiling it or saving it as a newer version of "FormsCentral" correct any of these problems ?
    Ok, so that should keep you busy for a minute and we can start out with those problems...but the next thing is, how can I take advantage of YOUR re-direct & hosting services?, And will it get rid of the error messages, and the slowness, and the iOS incompatibilities ? (amazingly,  the last iOS Reader version worked almost OK.. but the newest version doesnt seem to work with my form on my iphone4)  If it will enable any version of the iOS to send my form correctly and more transparently, then it might be worth the money...$14.95 a MONTH you say. hmmmmm...Better be good.
    Another problem is, that I really don't need 5000 forms a month submitted. I think its like 70-100 or less....Got any plans for that?  Maybe I'm just not BIG ENOUGH to use Adobe's services, however in this case, I really don't care whose I do use as long as the product works most correctly for my customers as well as us. Like I said, If I'm doing the best I can, I won't change anything, and still use the other third party, If Adobe has a better solution, then i'm all for that as well. In the meantime, Thanks for any help you can provide on this...
    Michael Corman
    VinylCouture.com
    (706) 326-7911

  • Mavericks crashing every few minutes on MacBook Pro

    Since I installed Mavericks on my MacBook Pro, few months back, it has been crashing very frequently. Intially I was hoping it would go away. But over time I it is crashing more and each time I say submit issue. Latest crash details are as below. Please help.
    Anonymous UUID:       B81B8756-DDED-D17C-50A1-C6D8EDE4A261
    Sun Mar 16 23:14:06 2014
    panic(cpu 0 caller 0xffffff7f99795fb0): "GPU Panic: [<None>] 5 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff80b6aa9000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.35/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8093c3aea0 : 0xffffff8017422fa9
    0xffffff8093c3af20 : 0xffffff7f99795fb0
    0xffffff8093c3aff0 : 0xffffff7f97e22eab
    0xffffff8093c3b0b0 : 0xffffff7f97eec49a
    0xffffff8093c3b0f0 : 0xffffff7f97eec50a
    0xffffff8093c3b160 : 0xffffff7f9816b056
    0xffffff8093c3b290 : 0xffffff7f97f0fb39
    0xffffff8093c3b2b0 : 0xffffff7f97e298fd
    0xffffff8093c3b360 : 0xffffff7f97e27408
    0xffffff8093c3b560 : 0xffffff7f97e28d57
    0xffffff8093c3b630 : 0xffffff7f98d9c3df
    0xffffff8093c3b700 : 0xffffff7f98dc67b3
    0xffffff8093c3b780 : 0xffffff7f98daeae0
    0xffffff8093c3b7e0 : 0xffffff7f98daf3da
    0xffffff8093c3b830 : 0xffffff7f98daf754
    0xffffff8093c3b8a0 : 0xffffff7f98daffc8
    0xffffff8093c3b8e0 : 0xffffff7f98d7cfea
    0xffffff8093c3ba60 : 0xffffff7f98dac940
    0xffffff8093c3bb20 : 0xffffff7f98d7bad9
    0xffffff8093c3bb70 : 0xffffff80178cc7b6
    0xffffff8093c3bb90 : 0xffffff80178cddb1
    0xffffff8093c3bbf0 : 0xffffff80178cb81f
    0xffffff8093c3bd40 : 0xffffff80174b6558
    0xffffff8093c3be50 : 0xffffff8017426bf1
    0xffffff8093c3be80 : 0xffffff80174139f5
    0xffffff8093c3bef0 : 0xffffff801741e043
    0xffffff8093c3bf70 : 0xffffff80174c976d
    0xffffff8093c3bfb0 : 0xffffff80174f3b46
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f97dd3000->0xffffff7f9803bfff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f97abb000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f97dc3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f97d80000
             com.apple.driver.AppleMuxControl(3.4.35)[1BFF66C1-65E4-3BB3-9DEE-B61C3137019B]@ 0xffffff7f99788000->0xffffff7f9979afff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.35)[09897896-ACBD-36B5-B1D4-0CCC4000E 3B3]@0xffffff7f99780000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f97d28000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f97abb000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f97d80000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f99783000
             com.apple.GeForceTesla(8.2.4)[B6C71E9A-E304-354B-80AD-C69C9032D367]@0xffffff7f9 8d6a000->0xffffff7f98e34fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f97abb000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f97dc3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f97d80000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f97dd3000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.2.4)[B0E6AAA7-E970-3D81-8B43-145D56 A3A4AC]@0xffffff7f98046000->0xffffff7f982effff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f97dd3000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f97abb000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13C64
    Kernel version:
    Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    Kernel UUID: 9FEA8EDC-B629-3ED2-A1A3-6521A1885953
    Kernel slide:     0x0000000017200000
    Kernel text base: 0xffffff8017400000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 450593245508
    last loaded kext at 281839304226: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f99898000, size 65536)
    last unloaded kext at 433465309040: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f99898000, size 57344)
    loaded kexts:
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.15
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.3f10
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.6.0f1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.GeForceTesla          8.2.4
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleMikeyDriver          2.6.0f1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMuxControl          3.4.35
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleIntelHDGraphics          8.2.4
    com.apple.driver.AppleIntelHDGraphicsFB          8.2.4
    com.apple.driver.SMCMotionSensor          3.0.4d1
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleUSBCardReader          3.4.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.iokit.SCSITaskUserClient          3.6.6
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.5.1
    com.apple.driver.AppleUSBHub          666.4.0
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AppleAHCIPort          3.0.0
    com.apple.iokit.AppleBCM5701Ethernet          3.8.1b2
    com.apple.driver.AppleUSBEHCI          660.4.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.1
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.AppleGraphicsDeviceControl          3.4.35
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.6.0f1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.5fc2
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.nvidia.classic.NVDANV50HalTesla          8.2.4
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.3f10
    com.apple.driver.AppleHDAController          2.6.0f1
    com.apple.iokit.IOHDAFamily          2.6.0f1
    com.apple.iokit.IOFireWireIP          2.2.6
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.7.0d10
    com.apple.driver.AppleGraphicsControl          3.4.35
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.nvidia.classic.NVDAResmanTesla          8.2.4
    com.apple.iokit.IONDRVSupport          2.4.1
    com.apple.iokit.IOGraphicsFamily          2.4.1
    com.apple.driver.AppleSMC          3.1.8
    com.apple.driver.AppleUSBMultitouch          240.9
    com.apple.iokit.IOUSBHIDDriver          660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.6
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.6
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.6
    com.apple.iokit.IO80211Family          630.35
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBUserClient          660.4.2
    com.apple.iokit.IOAHCIFamily          2.6.5
    com.apple.iokit.IOEthernetAVBController          1.0.3b4
    com.apple.driver.mDNSOffloadUserClient          1.0.1b5
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBFamily          675.4.0
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          23
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.9
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Built-in iSight
    Thunderbolt Bus:

    Sorry have not found a solution i installed the mavericks 10.9.2 update from the site and have fewer crashes but still get them from time to time. Have noticed it is when the graphics card switches from intel hd graphics to the nvidia card. I suggest trying to downgrade to snow leopard to see if you get the same result or either take your computer to an apple store and see if it's defected. They may replace it for free if it's found to be faulty or you may have to pay a fee of $300 to replace the logic board. Mine is a mid 2010 model that has a defect. Haven't gone to the apple store yet cause im a working dj and i use this laptop almost 24/7. But going to make an appointment soon. Cause these shutdowns are not fun

Maybe you are looking for