Best way using ADDT? : No page refresh, but form fields change on selection.

The top half of the form is a simple user registration. The bottom half is dependent on the user selecting an item from a dropdown menu which then changes the form accordingly.
What is the best way to do this?

-----
How about an alternate solution, where each form is on an a spry widget accordion plane?
When tyring to do that with ADDT or Dreamweaver forms, you would have to define multiple insert or update transactions as well -- that´s per se not possible, also because an insert/update transaction always comes with an "redirect after insert/update" trigger, means the user will be leaving that page.
But is there a way to still have the simple registration form at the top of the page?
see my "redirect after insert" comment above.
Would each widget form have its own submit button?
You might want to consider creating separate (non ADDT) forms for each SPRY accordion which submit their stuff to the database behind the scenes and without leaving the page. To my knowledge the SPRY documentation shows how this can be done -- but as this isn´t related to ADDT, I´m not going to comment on that :-)
Then on submit it inserts the simple registration form along with its own form?
the main form
(regardless if it´s driven by ADDT´s or Dreamweaver´s insert/update behaviours) will be redirecting to another page
Cheers,
Günter Schenk
Adobe Community Expert, Dreamweaver

Similar Messages

  • Best way to find duplicate pages / find duplicate background images

    What is the best way to detect duplicate pages?
    The pages I am dealing with are searchable image (scanned Image background with selectable text overtop). In this case, Any two pages that have the exact same background image will be duplicate.
    I only know how to get page text though, so I've been getting the text and hashing it, then checking for duplicate hashes. This works for the most part, but I fear running into two different pages with the exact same text.
    What about looking at the background image? If a PDF has multiple pages with the same background image, I assume it would store the image once and then just reference it from the pages? Is it possible to check duplicate pages this way?
    Or Does Acrobat have a built-in checking solution I haven't discovered? As always, any help is appreciated

    Ok, well for the most part doing it by text works, but it sometimes flags things that arn't duplicate: such as two of the same worksheets that were not filled out will have the exact same text, despite being completely different pages

  • What is the best way to print from pages on my iPad 2?

    What is the best way to print a pages document directly from ipad 2?

    Purchase and use an AirPrint capable printer.  Everything is described here:
    http://support.apple.com/kb/HT4356

  • What is the best way to format a novel w headers  w/o changing the ...

    what is the best way to format a novel w headers w/o changing the following pages. I've used Microsoft office initially, but publishing house uses a program called word perfect. I find that I have too many blank white pages no matter what i do! Have to fix pagination as well...Paul

    When you start you are offered templates under 2 categories "Word Processing" and "Layout", choose wisely.
    For header and footers yes, you will have to:
    +Menu > Insert > Section break+ at the bottom of the last page of the section you wish to preserve.
    Then you can change the next section and the 2 will stay different.
    Please read the Pages09_UserGuide.pdf, you need to know a lot more than this if your novel is ever to hit the streets.
    Peter

  • Hello, i have updated my iphone 5 black 16 gb to ios 7 ios 7.0.2 (11a501) and my battery has become worse it gives 9 hours of usage with out doing anything, i have done everything i tried, not using my iphone as well but still no change at all!

    hello, i have updated my iphone 5 black 16 gb to ios 7.0.2 (11a501) and my battery life of my iphone has become worse it gives 9 hours of usage with out doing anything, i have done everything every tip that is available online i had 3gs and 4s so i know how to save battry life,i even tried  not using my iphone as well but still no change at all!. i have upadted to ios 7.0.3 then downgraded it , i thought battery may be an issue ,so i put  brand new battery still no change , so what should i do ? , update to the latest version which is ios 7.0.4 or wait for the ios 7.1 , i was using iphone 4s running on ios 6.1 it gave me 3 days of battery timing , iphone 5 seemed to be very bad for me ,help ! ?
    its facory unlocked btw

    Try to do a reset, if it doesn't work try remove recently added apps this may solve your problem ( like google app because it has happened with me)
    Take a look at apps using your location service in privacy, it can cause battery draining.

  • What the best ways to save web pages  on the cloud ? Using an iPhone ?

    Dear folks
    I read a lot of web pages on iPhone that I need to refer to / come back to later
    I have limited space on my iPhone and do not want to clutter the phone saving all these pages
    What are the best options to
    a) save these web pages on the cloud ?
    B) Or mail them to myself ( again store on some specific gmail or so account ? )
    Or
    C) It would also be great to convert  them to PDF and mail them to myself or  save them on box dot net or Dropbox
    Or
    d) save them initially on the phone but , eventually move them in batches to my hard drive thru backups
    What is the best option ? And  What are the best ways to do this
    Free apps / solutions preferred
    If not so paid ones are okay 
    TIA
    Regards
    Subu

    Import photos to your computer, then delete the copies that reside on the phone. Also remove apps you no longer use.

  • Best way to view PDF page(s) with in a custom program

    What is the best approach for viewing PDF page(s) in a custom program?  I know you can hook in Adobe PDF Viewer, but I need access to mouse clicks and location on the page.  As well, I need to control the scale and zooming of the PDF page(s).
    I'm not looking to change the PDF file, but rather draw over top of the page(s).
    Thanks for any help or pointing me in the right direction,
    Shayne

    Actually, Ive already implemented an interface after throughly reading all the Acrobat documentation on Javascript within the PDFs. Its functional but not spectacular. It simply uses the setField function to get and set the values to the Field objects. It do this by posting messages to and from the web page that is hosting the PDF object.
    I was wondering if there is a better way. It needs to stay a thin-client interface - nothing besides PDF Reader loaded on the workstations. I am currently investigating the several other methods but was hoping for some guidance.

  • Best way to create functional pages

    We are getting ready to migrate all our content and functional pieces from out old CMS to CQ5. We have 20 or so pages that are not managed for content. They are basically forms that handle calculations. So we don't really need these in CRX for content managers to open and edit.
    So I am wondering what is the best way to go about this? We'll need one template I suppose, but twenty pages will need to created and very customized forms will need to be created that likely would be better off not being editable in CQ.
    So I guess my real question is where do we put these files? How do we build them. The code is already there, we just need to find them a home. Maybe a example of a tree structure would be helpful, or if there are tutorials anywhere that deal with this type of thing.

    Willy,
    According to the CQ5 Developer Training, the best way to do a website structure like these one is by the following steps:
    1 - Create a CRX Project (By CRXDE Lite or CRX DE): you need to start by this step because any components that will be used in your site need to be created and managed by CRX. Besides, all the coding (html, css, javascript, jsp, etc) you'll do in the CRX, not in the CQ WebSites.
    2 - After create a project, the first component you need to build is the template. The template defines wich components can be used within the selected scope. Every page you'll create after the structure building process will be related to this template.
    3 - After the template, you'll build the Page-rendering component. This is the first definition of pages, and inside this component you will create the html/jsp/others pages.
    4 - By now, you will be able to create a website and pages in the CQ5 WebSites using the template that you created in step 2 and the pages will look exactly like the
    page-rendering component created in the step 3. Everything after that is are adittionals, like a logo component, a parsys component, a serch component, etc.
    Here you can see the structure of folders/components in CRX that I created following the Exercise Guide of the Developer Training.
    Hope that these informations can help you.

  • Best way to raise ADF page in _blank targetFrame?

    Using JDev 11; I want to invoke an ADF inquiry page from another ADF page, and am wondering how this is most commonly/best done. Use a lot of icons, so generally have these sorts of functions firing off commandImageLink components. These are fine for invoking action based page-flows, but don't allow startup in another window. The goLink could work, but this doesn't support icons. So to just put an icon on the page that fires off another ADF inquiry page, I need to fall back to the html image and anchor tags ?
    Thanks for your help.

    Hi,
    You have an option to insert javascript on the page from command link's action listener, that way you could open a page in a new window with command link.
    Another option is to use dialog framework, take a look at section 19.3 of Fusion Developer's Guide http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/taskflows_dialogs.htm#BABFHFDJ
    Pedja

  • What is the best way to auto-generate pages at an interval?

    In order to minimize the server's workload we're exploring
    ways of auto-
    generating pages that have dynamic content throughout our
    website.
    I know we could use CFSCHEDULE and have it make an
    HTTPRequest as its
    operation to read the dynamic page then use output to write
    the resultant
    page. However, if an error occurs during the request, the
    result is can be a
    blank file.
    So would it be a better approach to use CFSCHEDULE to run a
    page that would
    have the error checking using CFTRY and CFCatch, and as a
    result, have a
    go/no-go in terms of overwriting the previous successful
    version of the file
    via cffile?
    Does anyone have an example of such a system that would keep
    me from re-
    inventing the wheel?
    Thanks for your help,
    Michael Brown
    Webmaster
    Texas Department on Aging and Disability Services

    Michael,
    i have a "refresh" page for monitoring updates on a client
    site... the only issue is that this page must be kept open but it
    does goes thru numerous data sources and updates any pages as
    needed.
    nice thing is that you can keep a running track of generated
    content (with links) and check for errors, etc...
    basically page has line
    <META HTTP-EQUIV="REFRESH"
    CONTENT="900;URL=home.cfm?pdg=1&pdgg=1&pncom=1&dtst=1">
    the 900 is seconds (15min) and it just calls itself each
    time. page has all functions and reporting written in
    maybe will work your requirements. rest is just tags to
    trigger queries, etc and keep out the nosy.

  • Session State Values Only Used After a Page Refresh

    We recently moved our application to use Oracle Application Server. I don't know if this is an issue but I thought it might be relevant to my question.
    In this application there is report that has a link to another page. This link sets the ID of the company that the subsequent pages use to provide several summarized reports with drill downs. I'll call this the main page.
    Users recently started to report that when they drill into the details and use the breadcrumbs to get back to the main page, that page will display the wrong company, one they were viewing recently.
    In testing I find that when I click a link to drill down into the details the details page is not for the right company. I check session state and the value of the ID is correct. If I refresh the page I then get the correct drill down page. Some of the drill down reports will pass a page specific ID into each page and others will just reference the ID from the main page. Not sure if this is relevant since the breadcrumbs to go back to the main page would not be able to use every possible page specific ID, my understanding was that once I set the ID in session state on the main page I could rely on it.
    Also if I get the wrong details page and click on the breadcrumb to the main page I get the wrong main page (it displays a previously viewed company). Again the session value is correct and a refresh of the page will bring back the right company.
    Our systems admin was asked to check if we had WebCache on and she said it was not. Is there something else that could be caching the results of these pages?
    Thanks,
    Greg

    Scott,
    This is in version 2.2.1 and there are no caching features available.
    The application does require login.
    I'm playing around with the APP_UNIQUE_PAGE_ID right now but I am finding that even in the builder if I edit the attributes of a report column and then try to edit another column it will bring up the last column I edited. Even if I use the record navigation buttons next to the Apply Changes button it will keep bringing me the same page over and over unless I constantly refresh the pages.
    Greg

  • Design question - best way to design a page for layout at runtime

    I have an application that I want to port to ADF faces. The application currently generates HTML for both the layout and for the data at runtime. All of the examples I have researched rely on a layout defined at design time, which will not work in my case as I have no way of knowing exactly what the layout will be until runtime.
    My question is what is the best way to use ADF faces to dynamically build a web page where the page layout can not be known at design time, only at runtime. Is there a way to build the component tree that will generate the HTML at runtime?
    Here are the specifics:
    I have an existing application that generates repeating sections of HTML for a user view -- a set of step by step instructions. Each step in the instructions contains one or more of the following elements
    - a heading
    - some text
    - a table with text in the table cells
    There can be one or more steps in a document. Some documents will have a few steps, some will have many steps.
    I am looking for the best way to generate the repeating HTML steps in a single HTML document.
    One idea: can I use a fragment for each step and bind to the data at rutime? If this works, how would I create an iterator or loop that would be able to include the fragment n times to render a single HTML view showing the sequence of all steps?

    Thanks for the suggestions, still don't have a good strategy, however.
    What I am really trying to do here is to generate HTML at runtime. This is easy to do with servlets and or jsp, it looks like it is very difficult or impossible with ADF Faces. Using Java EE technologies, I simply include or exclude the HTML markup as an output of my servlet or jsp. I can use JSTL and a backing bean to do most of this. Unfortunately, in ADF faces, it seems that all controls are defined at design time in XML. Editing the XML files at runtime does not seem to be a logical approach. I have tried adding some controls in the backing bean at runtime, and got them to render. However, I also got an el error at runtime, indicating that the framework cannot find the accessor methods, which of course makes sense, as they don't exist in the backing bean. I don't really see any way to effectively modify the backing bean to accommodate this use case.
    Interestingly, a coworker is using .Net to do a similar project. In this project we want to print labels using convention instead of configuration. In the convention, we have a data object that contains named fields. We try to match up the field name in a label template with the field name in the data structure, using reflection. Any fields that cannot be matched up end up as input text boxes with associated prompts. Since we cannot know how many fields will match up at design time, we dynamically build a web page containing one or more text inputs for the user to enter data that cannot be pulled from our data structure. We return this page to the user for data input. In short, using .Net we can create a single tool that can be used to print any current or future label our users may want to create. Apparently, .Net can do this quite easily.
    This is a somewhat common approach, that I have used in a number of businesses. Did Oracle really miss this use case with ADF Faces, or is there some way to approach these types of problems?
    Thanks,
    Steve

  • Best way to manage login page without Tabs in Tabbedapplication

    HI fellow developers!
    I'm encountering a problem while building my first Tablet application.
    I'm using Flex that communicates with PHP, that's no problem at all. I've created a testapp to test my services and everything works fine.
    Now, i've started to develop the real application. I'm using a tabbed application, but i want to use authentication in my mobile app.
    For the authenticationpage i don't want to see those tabs so i'm looking for the best way to do this.
    At first I thought to add a login viewnavigator aswell and hide the tabbar but i can't get my tab 'login' away.
    Probably this isn't the right way to do this.
    So, is there someone that can help me with this? I really don't know how to go further.
    with regards

    Hi
    Thanks for your answer, but that isn't really a solution.
    I tried that myself, but the problem then is that the other views stil have the 'login' tab.
    I didn't really find a way to hide that one.

  • Best way to handle multi-page documents?

    Hi,
    I'm creating a multi-page editor on top of TLF and I'd like to hear some opinions about the best way to handle multi-pade documents.
    I'm basicaly considering two options:
    1.) A single RichEditableText and several ContainerControllers.
    2.) Several RichEditableText.
    Tks.

    I'm not sure you can create a RichEditableText and give it multiple ContainerControllers. If you use multiple RichEditableText
    components, then you will have to decide in advance which text goes in which one.
    We have posted sample code for doing this in straight ActionScript, which you could presumably also host inside a Flex container. See:
    http://blogs.adobe.com/tlf/examples/
    Look for "ActionScript Pagination Example".
    - robin

  • Page refreshes but takes me back to the top of the page

    When I am on yahoo! sports and scrolled down the page, once the page refreshes, it returns me back to the top of the page.
    Once the page refreshes, I'd like to be back at where I was on the page and NOT the top of the page.

    I do not have this exact extension. I seems to affect only certain web sites, mainly some forums, like Macrumors and Modmyi.
    Still cannot fix...

Maybe you are looking for

  • Part of screen is dead

    Hello community, Spontaneously, several keys on the touchscreen keyboard stopped working when in portrait mode. Naturally I just typed the rest of my message in landscape.  I thought it might have just been the keyboard I was using(Swiftkey X), so I

  • Configuration problem for suncluster3.1

    Hi ALL I am Murali working as system admin in CA , I have configured suncluster3.1. I have followed below steps I have machines sun fire v245 O/S is Solaris 10 sparc. Wants to configured suncluster3.1 1) Installing the packages with the installer 2)

  • Is it possible to change 16 GB to 32 GB iPad?

    I want to know if is it possible to upgrade my ipad2 with more storage capacity

  • Bind variables problem, very urgent

    hi, Oracle gurus, In my current project while executing the following ststement i am getting the run time error"ORA-01008: not all variables bound". This statement is used inside of a procedure and some bind arguments have values and some arguments h

  • Sort by multiple columns

    I'm hoping that I'm missing something really obvious here and someone can kindly sort me out. I've got loads of comp albums. In fact the vast majority of my library is mix CDs from various clubs/DJs/etc. Previously I had the lib sorted by artist and