Search page based on the procedure

Hello

It is a case-change to my post Re: not refreshing page

I have 2 pages, a search page and a page of the single record built on CustomerVO1.
each VO is based on a dedicated procedure wrapped up like a point of view, so I can't use the same VO as an easy decision.
(my client is in need of two dedicated procedures: selection by customer id and a procedure for research by various parameters such as name, birth date etc.)
Research page I have provided consultation, then push the button to open the selected customer page
in the bean of backup of my search page that I use:
RKS RowKeySet = t1.getSelectedRowKeys (); read the current key of result of lookup table
The list of selectedRowKey = (List) rks.iterator () .next (); get a selected
DCIteratorBinding dciter;
DCBindingContainer dcBindings = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();
dciter = (DCIteratorBinding) dcBindings.get ("CustomerVO1Iterator"); Download
dciter.setCurrentRowWithKeyValue (selectedRowKey.get (0) m:System.NET.SocketAddress.ToString ());
dciter.setCurrentRowWithKey (selectedRowKey.get (0) m:System.NET.SocketAddress.ToString ());
dciter.executeQuery ();
FacesContext fc = FacesContext.getCurrentInstance ();
fc.getApplication () .getNavigationHandler () .handleNavigation (CF, null, "backtocustomer");

Accordingly, at the opening of the simple display page I see no data refresh on it
Please indicate on what an i did wrong or not done right?
How to synchronize the data between the two pages?

What kind of relationship exists between the original Version and its iterator?

If you have two build VO for this, you can make this declarative (like the other use cases). I create an example here http://tompeez.wordpress.com/2011/07/31/using-diferent-vos-for-master-detail-navigation/

Timo

Tags: Java

Similar Questions

  • Search page based on query with Table on Layershift ADF Panel does not work correctly

    Hello

    I'm on 11.1.2.4 jdev and deployed my application on glassfish 3.1.2. I've hosted this application on Layershift externally.

    I created a search page based on query ADF with table Panel. All fields of research are working fine on weblogic Server integrated and my deployment local glassfish.

    However, on Layershift, when I enter some criteria of research in certain fields, it does not record.

    UPDATE, it seems that the problem is with the fields which are of the "String" ie. Name. Fields of data type Integer and Date seems fine.

    any ideas please?

    Thank you

    kdario, you're right, ViewCriteria does not use the correct syntax for mysql for the concatenation.

    The generated sql statement looks like this.

    SELECT * FROM (select student_id, student_name, from  student) QRSLT WHERE ( ( (UPPER(student_name) LIKE UPPER('%' || 'Per' || '%') ) ) )
    

    as DB MySql does not support | (double pipe sign), its sql causing failure.

    in order to support |, mysql requires to change the sql mode setting in the file my.cnf (on linux) in the

    # Set the SQL mode to strict
    sql-mode="PIPES_AS_CONCAT,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
    

    After setting this parameter, its working fine now.

  • Change the features of the search page to view the selected record

    Hello
    I have a search page that shows the results of the query at the bottom in a table. The user right click and select 'change '. The user is taken to an edit page. The edit page is a view of AllEmployees object, and it shows the first record. I want the edit page to display the row of data that the user has selected on the search page. How can I do.

    Thank you

    What version of jdev you use?
    In the version one (or more) were a mistake where right-clicking does not trigger the selection of the line.
    The next question is are you using the VO even to the (results table) and the edit form? If this isn't the case, you must configure the VO, the edit form is based on the game in row, power to the key of the selected row in the table of search results. The basic work flow is described herehttp://tompeez.wordpress.com/2011/07/31/using-diferent-vos-for-master-detail-navigation/

    Timo

  • Redirect to 3 different pages based on the value of the Auto complete field.

    Hi friends,

    I use a "Auto complete field" in a page for research (Apex version 4.0). But I need to get the values of the 3 tables and when you click on the redirection of the value to one of the 3 pages based on the value.

    For example, I have 3 tables. 1 customer 2 Sites 3.Employees. When I enter "c" in the search field, I need to get values of 3 tables in this area "AutoComplete". That is to say, if I have a customer with the name "cusotmer1", "customer2" and the location with the names of "cisc1", "cisc2" and employees with the name "cid1", "cid2"; When I enter "c" in the FQDN of the auto all 6 values must be given in the "AutoComplete" box and clicking on "customer1" / "customer2" need to redirect to the 'customer' page When you click on 'cisc1' / 'cisc2' redirect to 'site' when clicking on "cid1" / "cid2" redirect to the page of the employees. Is there a way to do this. Help, please.


    Kind regards
    NAV

    Net asset value,
    Here is a sample page that uses the code I proposed works fine for me with FF and IE (8.0).

    http://Apex.Oracle.com/pls/Apex/f?p=18:3

    Note: I've added a warning message before being submitted

    This page works by your side?

  • How to navigate to the next page based on the value returned by the method call inside the action attribute of the command key.

    How to navigate to the next page based on the value returned by the method call inside the action attribute of the command key.

    I use JDeveloper 12.1.2.0.0

    < af:button id = "tt_b2".

    rendered = "#{attrs.nextRendered} '"

    partialSubmit = 'true '.

    action = "#{attrs.backingBean.nextAction} '"

    Text = "next".

    Disabled = "#{attrs.nextDisabled}" / >

    private static final String NEXT_NAVIGATION_ACTION = "controllerContext.currentViewPort.taskFlowContext.trainModel.getNext";

    public String nextAction() {}

    If (validate()) {}

    updateModel();

    Return NEXT_NAVIGATION_ACTION;

    }

    Returns a null value.

    }

    Use case is made for model train, which is being implemented based on this blog: http://javacollectibles.blogspot.co.UK/2014/10/ADF-train-template.html

    We define a generic action following in the model, but the action must be called under certain conditions, based on the question of whether all validation controls had been passed on no.

    You can do this in two ways:

    1 returnValue = (String) ADFUtils.invokeEL("#{controllerContext.currentViewPort.taskFlowContext.trainModel.getNext}");

    return returnValue;

    2.

    public String getNextTrainStop() {}

    String nextStopAction = null;

    ControllerContext controllerContext = ControllerContext.getInstance ();

    ViewPortContext currentViewPortCtx = controllerContext.getCurrentViewPort ();

    TaskFlowContext taskFlowCtx = currentViewPortCtx.getTaskFlowContext ();

    TaskFlowTrainModel taskFlowTrainModel = taskFlowCtx.getTaskFlowTrainModel ();

    TaskFlowTrainStopModel currentStop = taskFlowTrainModel.getCurrentStop ();

    Terminus of TaskFlowTrainStopModel = taskFlowTrainModel.getNextStop (currentStop);

    nextStopAction = nextStop.getOutcome ();

    _logger.fine ("train, next stop:"+ nextStopAction ");

    Return nextStopAction;

    }

  • Create a form based on the procedure

    Hi all

    I am creating a form based on the procedure, but when I entered the name of stored procedure, I got this error:
    Specified procedure could not be found, please choose a procedure name valid store.

    965628 wrote:
    My procedure is in a package.

    How can I prepend package name?

    Like this

    your_package_name.your_procedure_name(parameters);
    
  • Pages based on the template is displayed in the preview

    Hi all. I am a newbie to Dreamweaver and I have a problem with a site that was NOT created by me, but asked me to make a few simple changes to various pages (ha!). I downloaded the previous files of designers (via ftp) and did not transfer anything from the original location. Whenever I open my .shtml files (all) and try to preview in a browser, nothing in the template files mode is displayed.

    For example, this is what I see in Dreamweaver (design mode):

    Picture 1.png

    and when I saw the file in Firefox or Safari, that's what I see:

    Picture 2.png

    I made sure the Styles of rendering/display/display Style is checked indeed.

    Any ideas why the model elements show not on the preview? I even created a new page based on the template with the same results. Just for fun, the code for the template file is below.

    Thank you

    Kim


    ------------------------------

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict / / IN" "http://www.w3.org/TR/html4/strict.dtd" > ""
    < html >
    < head >
    <!-TemplateBeginEditable name = "doctitle"-->
    < title > Coastal insulation LLC < /title >
    <! - TemplateEndEditable - >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 ">"
    <!-TemplateBeginEditable name = "head"->
    < name meta = "keywords" content = "" >
    < name meta = "description" content = "" >
    <! - TemplateEndEditable - >
    "< link href="/css/global.css "rel ="stylesheet"type =" text/css">
    "< link href="/css/section.css "rel ="stylesheet"type =" text/css">
    "< link href="/css/print.css "rel ="stylesheet"type =" text/css"media ="print">
    "< link href="/css/handheld.css "rel ="stylesheet"type =" text/css"media ="Pocket">
    "<!-[if lt IE 6] > < link rel ="stylesheet"type =" text/css"media ="screen"href="/css/ie6.css "/ > <! [endif]-->
    <!-TemplateParam name = "under title" type = "boolean" = "true"-> value <!-TemplateParam name = 'optional-lfContent' type = 'boolean' = 'false'-> value <!-TemplateParam name = "captionPhoto" type = "boolean" value = "true"->
    < / head >

    < body leftmargin = "0" topmargin = "0" marginWidth = "0" marginheight = "0" >
    "<!--virtual="/includes/masthead.ssi #include "-->
    <! - START content - >
    < div id = "content" >
    <! - left column of DEPARTURE - >
    < div id = "lfColumn" >
    "<!--virtual="/includes/lfNav.ssi #include "-->
    <! - left content optional START - >
    < div id = "lfContent" >
    <!-TemplateBeginIf cond = "_document ["option lfContent"]"--> <!-TemplateBeginEditable name = "optional-lfContent"-->
    the optional content < p > < /p > here
    <! - TemplateEndEditable - > <! - TemplateEndIf - > < / div >
    <! - left content optional END - >
    < / div >
    <! - left column of END - >
    <! - BEGIN right column - >
    < div id = "rtColumn" >
    <!-TemplateBeginEditable name = "title"--> < h1 > title < / h1 > <! - TemplateEndEditable - >
    <!-TemplateBeginIf cond = "_document ["sub-headline"]"--> <!-TemplateBeginEditable name = "Sub headline"--> < h2 > under title < / h2 > <! - TemplateEndEditable - > <! - TemplateEndIf - >
    <!-TemplateBeginIf cond = "captionPhoto"--> <!-TemplateBeginEditable name = "captionPhoto"->
    < ul class = "captionPhoto" >
    image
    Photo < /li > < li > legend
    < /ul >
    <! - TemplateEndEditable - > <! - TemplateEndIf - >
    <!-TemplateBeginEditable name = "bodyCopy"->
    Insert here the contents of < p > < /p >
    <! - TemplateEndEditable - > < / div >
    <!--> END right column
    < br class = 'clear' >
    < / div >
    <! - END content - >
    "<!--virtual="/includes/footer.ssi #include "-->
    < / body >
    < / html >

    Just a guess, but it seems that the site uses SSI (shtml extension and there is a ssi include in your model). You will probably need a testserver running (like XAMPP) on your local system for this preview in a browser.

    Friend

  • Redirecting to the page based on the domain name

    I have a domain main site it www.tesseract.co.uk with another domain www.tesseractusa.com pointing to it.
    I would like the '.com' to have specific pages we visitors. I'm looking for a way to redirect to a specific page based on the domain name.

    Hope you can give some advice.

    Thank you
    Richard

    Dave,
    Awesome, works perfectly!

    First post you was right! I've slightly modified your script:

    <%@LANGUAGE="VBSCRIPT"%>
    < %="">< br="">sname = Request.ServerVariables("SERVER_NAME")% < br=""> sname = ucase (sname) < br=""> if InStr (sname, "WWW.TESSERACTUSA.COM") <> 0 THEN< br="" >="">
    End If< br="" >="" %="">

    I really, really appreciate help you.
    Thank you
    Richard

  • Customize a page based on the SQL function

    Hello

    Please someone help me solve this problem.

    In a page I am Image. By clicking on the image, a page will open. The image is created using the code of the controller.

    The values are displayed in the second page based on the clicked image.

    While the page is being prepared a SQL function must obtain an entry and based on the input TextField should be changed to read-only or not.

    Thanks in advance,
    Roselyne

    There is no log file for OFA...

    Set the profile FND: Diagnostics to 'yes '.

    You can see the error on the screen.

    Prasanna-

  • Offshoot of page based on the return value of function

    I have a combo box (P2008_SUPPORTING_MATERIALS) with 'Yes' and 'No' values.

    I need a button that will save the selected value, and then create a branch to the 1092 page if it of 'Yes' or branch to page 2094 if it is 'no '.

    That's what I did:

    1 create a SAVE button
    2. created a page process of type PL/SQL with function (see code below) inside (PageBranchDecision). The conditional processing I put him "when press button" for the "SAVE" button.
    3. create a branch of the page with a branch type of DIRECTION to the FUNCTION RETURN A PAGE. For the action of the branch, I put the name of the procedure on the page (PageBranchDecision). Because these are conditions, I defined him "when press button" on the "SAVE" button.

    This is the code for the page process:

    DECLARE
    whole n_page_id;
    v_sup VARCHAR2 (3);

    BEGIN
    v_sup: =: P2008_SUPPORTING_MATERIALS;

    IF v_sup = "Yes".
    THEN
    SELECT 1092 INTO double n_page_id;
    RETURN n_page_id;
    ON THE OTHER
    SELECT 2049 INTO double n_page_id;
    RETURN n_page_id;
    END if;

    END;

    Now, that's the problem... According to the 'Oracle HTML DB manual"page 294 books and ' easy Oracle HTML-DB' page 307, with the type of the branch of 'Branch to function returning a Page', a function PL/SQL is written which returns a digital page at junction id. In my code, it would be 'n_page_id '. But, when I run my page and click on my "SAVE" button I gives me an error that a RETURN statement cannot contain an expression.

    I don't know why I get this error. I need to get the value of the page to the branch based on the 'yes' or 'no '.

    Someone has an idea what I am doing wrong? My situation seems, as it is possible through the logic, I'm following?

    Thanks in advance,
    Maggie

    ch - ensure that any unconditional branch on the page has a largest number in sequence to ensure that this branch is triggered and ensure that there is no other branch that is triggered by the "SAVE" button

  • Change the content of the page based change the selection box

    Hi all

    I want to create a page with 2 box selection and 1 table below

    • Selection box
      • Box1: 1-12 (months of the year)
      • Box2: 2010-2015 (year between 2010 and 2015)
    • Table
      • Get data from view GET_DATA_SALARY. This view having a 4 column: NAME, SALARY, FAC_MONTH, FAC_YEAR
      • This table will be based on the selected value of 2 boxes above change

    Please help me solve this problem.

    Thank you

    To put it simply, add a button that submits the page.

    Add a where clause clause to your report

    where FAC_MONTH = P_MONTH

    and FAC_YEAR = P_YEAR

    Gus

  • Pages based on the recognized but not secondary model updated

    I have DW CC. I do minor changes to the names on the bars of subnavigation on templates.  When I record, change is recognized and asks me if I want to update pages based on this template, and lists all the.  I updated.  The next area is LOOK IN: [auto filled in the correct Sub model], MODELS of UPDATE is enabled, and this appears:

    Macintosh HD:Users:marilynsair:Public:Website MSullivan 2015:htdocs update:

    Fact.

    files: 7

    updated files: 0

    the files that could not be updated: 0

    total: (0: 00:01).

    I get this same result for all secondary models.  I tried other ways to update and did not work.

    Here is the code for the template above under:

    "< html > <!-InstanceBegin template="/Templates/toplevel.dwt ' codeOutsideHTMLIsLocked = 'false'->

    < head >

    <!-InstanceBeginEditable name = "doctitle"-->

    lease < title > equity sharing agreement contract option forms to sell home < / title >

    <! - InstanceEndEditable - >

    < meta http-equiv = "Content-Type" content = "text/html"; >

    <!-fireworks MX, Dreamweaver MX target.  Created Tuesday, may 27, 11:39:27 GMT - 0700 2003->

    < script language = "JavaScript" >

    <!--

    <!--

    function MM_findObj (n, d) {//v4.01

    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}

    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}

    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];

    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);

    If (! x & & d.getElementById) x = d.getElementById (n); Return x;

    }

    function MM_swapImage() {//v3.0

    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).

    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}

    }

    function MM_swapImgRestore() //v3.0 {}

    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;

    }

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    ->

    < /script >

    "" < link href = "... / _includes/style.css" rel = "stylesheet" type = "text/css" >

    <!-InstanceBeginEditable name = "head"--> <!-TemplateBeginEditable name = "head"--> <! - TemplateEndEditable - >

    < style type = "text/css" >

    <!--

    . Style1 {make-size: 9px}

    . Style4 {color: #990000}

    ->

    < / style >

    <! - InstanceEndEditable - >

    < name meta = "description" content = "" >

    < name meta = "keywords" content = "" >

    < / head >

    < body bgcolor = "#ffffff" LEFTMARGIN = 0 RIGHTMARGIN = 0 TOPMARGIN = 0

    MARGINHEIGHT = 0 marginWidth = 0 onLoad = "MM_preloadImages('..)." "> < a name = top > < /a >

    < table border = "0" cellpadding = "0" cellspacing = "0" width = "750" >

    < b >

    < td valign = top width = 197 >

    "" < img src = "... / pictures/house.jpg ' width = height 197 = 116 ="Law Office of Marilyn Sullivan"alt > < table >

    "" < td valign = top width = 433 > < img src = "... / pictures/logotype.gif" 433 height = width = 116 = "Law Office of Marilyn Sullivan" alt > < table >

    "" < td valign = top width = 120 > < img src = "... / pictures/tiffany.jpg ' height = 116 ="Law Office of Marilyn Sullivan"alt > < table >

    < /tr >

    < b >

    "" < td colspan = 3 valign = top > < img src = "... / images/tagline.gif" width = 750 height = 22 = "Law Office of Marilyn Sullivan" alt > < table >

    < /tr >

    < /table >

    < br >

    < table LEFTMARGIN = 0 RIGHTMARGIN = 0 TOPMARGIN = 0 MARGINHEIGHT = 0 marginWidth don't is 0 border = "0" cellpadding is "0" cellspacing = "0" width = "740" >

    < b >

    < td width = 196 valign = top >

    < table border = "0" cellpadding = "0" cellspacing = "0" width = "196" >

    "<!-fwtable fwsrc ="navigation.png"fwbase =" homepage_final_1d.gif "fwstyle ="Dreamweaver"fwdocid ="742308039"fwnested ="0"->

    < b >

    "" < td > < a href = "... / shared_ownership/index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('equity_sharing', ",'... /images-NAV/shared_f2.gif',1)" > < img name = "equity_sharing" src =""... /images-NAV/Shared.gif "width ="196"height ="25"border ="0"alt ="Equity sharing"> < /a > < table >"

    < /tr >

    < b >

    "" < td valign = top > <!-InstanceBeginEditable name = "Equity subNav"--> < a href = "... / rent_to_own/How_it_Works.html ' class ="style1 leftlink"> < img src =" images/spacer.gif"width = 1 height = 3 > < /a > <!-InstanceEndEditable--> < table >"

    < /tr >

    < b >

    "" "< td > < a href ="... / rent_to_own/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('Lease_option ',", '... /images-NAV/rent-to-OWN_f2.gif',1) "> < img src =" "... /images-NAV/rent-to-Own.gif" alt = "Lease Option" name = "Lease_option" width = "196" height = "25" border = "0" > < /a > < table > "

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = 'Hiring subNav'->

    < ul class = "ul-leftlink" >

    "" < a href = "... / rent_to_own/How_it_Works.html" class = "leftlink" >

    HOW IT WORKS < /a > < br >

    "" < a href = "... / rent_to_own/Sample_Transaction.html" class = "leftlink" > SAMPLE TRANSACTION < /a > < br >

    "" < a href = "... / rent_to_own/Do_it_Yourself.html" class = "leftlink" > < /a > < br > DO-IT-YOURSELF

    "" < a href = "... / rent_to_own/Finding_a_Partner.html" class = "leftlink" > FIND A PARTNER < /a > < br >

    "" < a href = "... / rent_to_own/FAQ.html" class = "leftlink" > FAQS < /a > < br >

    < Br > PRODUCTS

    "" < a href = "... / rent_to_own/fees.html" class = "leftlink" > < /a > < br / > FEES

    < br >

    < /ul >

    <!-InstanceEndEditable--> < table >

    < /tr >

    < b >

    "" "< td > < a href ="... / for_sale/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('Sale by Owner',",'... /images-NAV/sale_by_owner_f2.gif',1) "> < img src =" "... /images-NAV/sale_by_owner.gif" alt = "Sale by owner" name = "Sale by Owner" width = "196" height = "25" border = "0" > < /a > < table > "

    < /tr >

    < b >

    < td valign = top > < img src = "images/spacer.gif" width = 1 height = 1 > < table > "

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = "ForSale subNav"--> < img src = "images/spacer.gif" width = 1 height = 1 > <!-InstanceEndEditable--> < table > "

    < /tr >

    < b >

    "" "< td > < a href ="... / loan_workout/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('short sale',",'... /images-NAV/Loan-WORKOUT_f2.gif',1) "> < img src =" "... /images-NAV/Loan-Workout.gif" alt = "short sale" name = "short sale" width = "196" height = "25" border = "0" > < /a > < table > "

    < /tr >

    < b >

    "" < td valign = top > <!-InstanceBeginEditable name = "short_sale subNav"--> < img src = "... / images/spacer.gif" width = 1 height = 3 > <!-InstanceEndEditable--> < table >

    < /tr >

    < b >

    "" "< td > < a href ="... / Testimonials/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('Blog '", '... /images-NAV/blog_f2.gif',1) "> < img src =" '... /images-NAV/blog.gif ' alt = 'blog' name = 'Blog' width = "196" height = "25" border = '0' > < /a > < table > "

    < /tr >

    < b >

    "" < td valign = top > <!-InstanceBeginEditable name = 'blog subNav'-> < img src = "... / images/spacer.gif" width = 1 height = 3 > <!-InstanceEndEditable--> < table >

    < /tr >

    < b >

    "" < td > < a href = "... / products/index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('products', ",'... /images-NAV/products_f2.gif',1)" > < img name = "products" src =""... /images-NAV/Products.gif "width ="196"height ="25"border = '0' alt = 'Products' > < /a > < table >"

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = 'SubNav products' - > < img src = "images/spacer.gif" width = 1 height = 2 > <!-InstanceEndEditable--> < table > "

    < /tr >

    < b >

    < td valign = top > < img src = "images/spacer.gif" width = 1 height = 1 > < table > "

    < /tr >

    < b >

    "" < td > < a href = "... / contact/index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('contact' ",'... /images-NAV/contact_f2.gif',1)" > < img name = "contact" src =""... /images-NAV/contact.gif "width ="196"height ="25"border ="0"alt ="Contact Us"> < /a > < table >"

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = "Contact subNav"--> < img src = "images/spacer.gif" width = 1 height = 3 > <!-InstanceEndEditable--> < table > "

    < /tr >

    < b >

    "" < td > < a href = "... / index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('home', ",'... /images-NAV/home_f2.gif',1)" > < img name = 'home' src =""... /images-NAV/Home.gif "width ="196"height ="25"border ="0"alt ="Homepage"> < /a > < table >"

    < /tr >

    < /table >

    < table >

    < td width = "544" valign = top >

    < table width = 96% cellpadding = 0 cellspacing = 0 border = 0 align = center >

    < b >

    < td valign = top class = "16" > <!-InstanceBeginEditable name = "content area"->

    < p >

    < table width = "150" border = "0" cellspacing = "0" cellpadding = "1" align = "right" bgcolor = "#660066" >

    < b >

    "" < td > < img src = "... / images/hdr_whats_new.gif" width = "150" height = "16" > < table >

    < /tr >

    < b >

    < td >

    < table width = "" 100% "border ="0"cellspacing ="0"cellpadding ="1"bgcolor ="#FFFFFF">"

    < b >

    < class = 'daily-padding' td valign = "top" >

    < p align = "center" > < b > Article in the Wall Street Journal < /b > < / p >

    < p align = "left" > Marilyn was interviewed for an article

    on equity sharing. "< a href ="... / shared_ownership/articles.html "> click on"

    here for the article. < /a > < /p >

    < p align = "center" > < b > can't sell? Rental option. < /b > < / p >

    < p align = "left" > Marilyn has created the Movated market

    Lease option as the answer to the real estate crisis.

    "< a href ="... / products/index.html "> click here for details." < /a > < /p > < table >

    < /tr >

    < / table > < table >

    < /tr >

    < /table >

    < p > Marilyn D. Sullivan is a lawyer and author, real estate developer

    Broker known nationally as the guru of sales creative and elected best

    Lawyer in his locale. Real estate is its lifeline and equity

    Sharing agreements and lease Option contracts are his specialties.

    She wrote 5 books of real estate and has travelled the country sharing

    his expertise on national television, including of Good Morning America, by

    radio and print. < /p >

    < p > since 25 years, Marilyn gave us the strategies to go

    beyond the conventional real transaction. She is a supporter of manufacturing

    the best of real estate, not only purchases and sales assets

    them, but relying on them for optimal operation. < /p >

    < p > first of all she gave us equity shares as a way to maximize profits and

    tax deductions through the sharing of property and obligations imposed.

    More recently, it has redefined the rental Option to respond to the

    real estate slump 2008, introducing the Option motivated rental market.            < /p >

    < p > in California, it facilitates the sale of real estate for sale by owner

    for a low fixed price. It also provides protection of assets by offering

    Training of the limited liability company to protect personal assets

    passive real estate related. < /p >

    < p > her collection of services provides the real estate owner

    a versatile to make the most of the property toolbox and

    to protect his personal real estate related responsibility. < /p >

    < p > not only no Marilyn believe in creative strategies, she believes

    in personal empowerment. She shares her own personal legal tools

    and forms with you so you can enter your own equity sharing

    Agreements and contracts of lease Option - in all the States of the union.

    It also gives you the tools to form your own California Limited

    SARL. "These tools are available by clicking on < a href ="... / products/index.html "> here < /a >."

    Check out the Blog of Marilyn, soon, to better understand and

    help of our real estate guru. < br >

    < br >

    < /p >

    < p align = "center" > < a href = ".. " http://www.msullivan.com/testimonials/index.html "> click here for reports < /a > < /p > .

    <! - InstanceEndEditable - >

    < hr noshade class = "top" > < div align = right class = "toplink" > < a href = "#top" > top of page < /a > < / div >

    < p > < /p > < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < /table >

    < script type = "text/javascript" >

    var (("https:" == document.location.protocol) = little? " ") https://SSL ." : " http://www .");

    document. Write (unescape ("% 3Cscript src ='" + little + "some google-analytics.com/ga.js type = ' text/javascript' %3E%3C/script%3E"));))

    < /script >

    < script type = "text/javascript" >

    var mouseover = _gat._getTracker("UA-5135880-1");

    pageTracker._trackPageview ();

    < /script >

    < / body >

    <! - InstanceEnd - > < / html >

    The page that you have demonstrated is linked to the toplevel.dwt' as can be checked on your first line of code, namely

    Template="/templates/toplevel.dwt".

    Any changes you want to make to your document are possible only in the said model.

    I've never used nested models and I would strongly encourage you to do the same, they are very difficult to maintain.

    Better to use server side includes (SSI) SSI as by SSI: the command Include or, if you are using PHP, PHP 5 include and require

    As a side note, it is advisable to provide a type of document at the beginning of the document. See here the HTML doctype declaration

  • Redirect to different pages based on the value of linked report table

    Hello

    I wanted to navigate to different pages of a report link based on a value from the table on which the report is based. I was able to link to a particular page without any problem.

    But I wanted to link to different pages depending on the value in the table. Please let me how can know I do this?

    Thank you

    Kaminey wrote:
    I use Apex 4.2 and my report is a classic.

    If I click on empID in a classic report, now it redirects to page 1. Now what I want to do, if I click empID, if his role as MANAGER he should redirect to page 2 and fill out the form on the page with the details of the employee. The role of the employee is ANALYST should redirect to page 3 and fill in the form on the page with its details

    This approach makes maximum use of the APEX has standard and minimizes the extra programming.

    1. If it is not already included as a displayed value, include the role column giving the value of MANAGER/ANALYST as a hidden column in the report.

    2. create the link in the column on the EmpID column, with the target of the link on the same page as the report and ask the role column value (for example #ROLE #).

    3. on the page of the report, create a On Load: front branch to page 2, with an request = Expression 1 condition with 1 Expression defined for the MANAGER.

    4. on the report page, create a On Load: front branch to page 3, with a Request = Expression 1 Expression 1 ANALYSTvalue condition.

  • Result of the search page is incorrect, the results page is empty

    Hello

    I'm designing a website for my job. IAM not very familiar with coding and don't know exactly, what is lacking in the code.

    The search page filter search criteria and clicking the button submit, redirects to the page of result which should display only the rows that contain the search criteria. However, it is the empty display in the result page with only the names of columns in the table (in the Recordset)

    The code of the search page is:

    <? php require_once('Connections/connect.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $colname_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $colname_Recordset1 = $_GET ['class'];

    }

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $colname_Recordset1 = "-1";

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $totalRows_Recordset1 = $_GET ['class'];

    }

    $colname_Recordset1 = "-1";

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $totalRows_Recordset1 = $_GET ['class'];

    }

    $colname_Recordset1 = "-1";

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = "SELECT * FROM time_table";

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $totalRows_Recordset1 = $_GET ['class'];

    }

    $colname_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $colname_Recordset1 = $_GET ['class'];

    }

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($Recordset1); $colname_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $colname_Recordset1 = $_GET ['class'];

    }

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($Recordset1);

    $query_Recordset1 = "SELECT distinct 'class' OF time_table ';

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    ? >

    <? PHP

    Validate request to connect to this site.

    If (! isset {})

    session_start();

    }

    $loginFormAction = $_SERVER ['PHP_SELF'];

    If (isset($_GET['accesscheck'])) {}

    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];

    }

    If (isset($_POST['Rid'])) {}

    $loginUsername = $_POST ['Rid'];

    $password = $_POST ["textfield"];

    $MM_fldUserAuthorization = "";

    $MM_redirectLoginSuccess = "index_1 - Copy.php";

    $MM_redirectLoginFailed = "login_2.php";

    $MM_redirecttoReferrer = false;

    @mysql_select_db ($database_connect, $connect);

    $LoginRS__query = sprintf ("SELECT reg_no, password FROM login_table WHERE reg_no = %s AND password is %s",

    GetSQLValueString ($loginUsername, "int"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $connect) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    }

    ? >

    <! doctype html >

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > CALENDAR < /title >

    < link rel = "stylesheet" href = "styles.css" type = "text/css" / > "

    < / head >

    < body onsubmit = "registerEvents()" >

    < name of the form = "form1" method = "POST" action = "<?" PHP echo $loginFormAction;? > ">"

    < / make >

    "< img class ="header image"src ="images/logowhite.jpg"style =" float: left "/ >

    < header >

    < h1 > < a href = "/" > CHRIST PRE-UNIVERSITY < span > E-SCHOOL </span > < /a > < / h1 >

    EXCELLENCE IS ALL THAT ISSUES of < h2 > < / h2 >

    < / header >

    < div id = "body" >

    < name of the form = "form2" method = "get" action = "time.php" >

    < p align = "center" >

    < strong >

    < label for 'Rid' = >

    < br >

    < / label >

    < label for = "Rid" > < br >

    < / label >

    < label for "sid" = > class < / label >

    < select name = "sid" id = "sid" >

    <? PHP

    {}

    ? >

    < option value = "<?" PHP echo $row_Recordset1 ['Class']? > "<?" PHP if (!) () strcmp ($row_Recordset1 ['Class'], ucwords ($row_Recordset1 ['Class']))) {echo "selected = \"selected\"" ;}? "} > > <? PHP echo $row_Recordset1 ['Class']? > < / option >

    <? PHP

    } While ($row_Recordset1 = mysql_fetch_assoc ($Recordset1));

    $rows = mysql_num_rows ($Recordset1);

    If ($rows > 0) {}

    mysql_data_seek ($Recordset1, 0);

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    }

    ? >

    < / select >

    < label for = "Rid" > < br >

    < / label >

    < facilities > < / p >

    < p align = "center" >

    < input name = "Submit" type = 'submit' class = "formbutton" id = "Submit" value = "Submit" >

    < /p >

    < / make >

    < id article 'content' = >

    < item > < / item >

    < / section >

    < / div >

    < / body >

    < / html >

    <? PHP

    mysql_free_result ($Recordset1);

    ? >

    The result page code is:

    <? php require_once('Connections/connect.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    } If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $maxRows_Recordset1 = 10;

    $pageNum_Recordset1 = 0;

    If (isset($_GET['pageNum_Recordset1'])) {}

    $pageNum_Recordset1 = $_GET ['pageNum_Recordset1'];

    }

    $startRow_Recordset1 = $pageNum_Recordset1 * $maxRows_Recordset1;

    $colname_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $colname_Recordset1 = $_GET ['class'];

    }

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $query_limit_Recordset1 = sprintf ("%s LIMIT %d, %d", $query_Recordset1, $startRow_Recordset1, $maxRows_Recordset1);

    $Recordset1 = mysql_query ($query_limit_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    If (isset($_GET['totalRows_Recordset1'])) {}

    $totalRows_Recordset1 = $_GET ['totalRows_Recordset1'];

    } else {}

    $all_Recordset1 = mysql_query ($query_Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($all_Recordset1);

    }

    $totalPages_Recordset1 = ceil($totalRows_Recordset1/$maxRows_Recordset1)-1;

    $colname_Recordset1 = "-1";

    If (isset($_GET['Class'])) {}

    $colname_Recordset1 = $_GET ['class'];

    }

    @mysql_select_db ($database_connect, $connect);

    $query_Recordset1 = sprintf ("SELECT * FROM time_table WHERE"Class"= %s", GetSQLValueString ($colname_Recordset1, "text") ");

    $Recordset1 = mysql_query ($query_Recordset1, $connect) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($Recordset1);

    ? >

    <! doctype html >

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > < /title > CLASS TIMES TABLE

    < link rel = "stylesheet" href = "styles.css" type = "text/css" / > "

    < / head >

    < body bgcolor = "#CCFF99" >

    < div >

    "< img src =" images/logowhite.jpg"width ="274"height ="103"class ="header image"style =" float: left "/ >

    < / div >

    < header >

    < h1 align = "left" > < a href = "/" > SCHOOL CALENDAR for < span > THE CLASS </span > < /a > < / h1 >

    < / header >

    < / div >

    < div align = "center" >

    < / div >

    < p align = "center" > < / p >

    < p align = "center" > < / p >

    < div align = "center" >

    < p align = "center" > < / p >

    < table border = "5" cellpadding = "15" cellspacing = "15" >

    < b >

    Class < td > < table >

    Day < td > < table >

    < td > 1 < table >

    < td > 2nd < table >

    < td > 3 < table >

    < td > 4th < table >

    < td > room no < table >

    < /tr >

    <? PHP {? >}

    < b >

    < td > <? PHP echo $row_Recordset1 ['Class'];? > < table >

    < td > <? PHP echo $row_Recordset1 ['day'];? > < table >

    < td > <? PHP echo $row_Recordset1 ["1"];? > < table >

    < td > <? PHP echo $row_Recordset1 ['2nd'];? > < table >

    < td > <? PHP echo $row_Recordset1 ['3'];? > < table >

    < td > <? PHP echo $row_Recordset1 ['4'];? > < table >

    < td > <? PHP echo $row_Recordset1 ['No room'];? > < table >

    < /tr >

    <? PHP} while ($row_Recordset1 = mysql_fetch_assoc ($Recordset1));? >

    < /table >

    < / body >

    < / html >

    <? PHP

    mysql_free_result ($Recordset1);

    ? >

    Please help me.

    Thank you

    Change your name input field of the form ClassName (without space)

    In the results.php also page change ClassName

    If (isset($_GET['ClassName'])) {}

    $colname_Recordset1 = $_GET ['ClassName'];

    Does make a difference in what concerns if the results show or not?

  • How to set the landing page based on the login information?

    Hello

    I'm on 4.0.2 Apex and use the custom with application authentication table users (that is, the application itself that manages the connection).

    The application has a few tabs and based on the role of the logged in user, I show/hide the tabs using conditional display.

    Things are very well so far, but I don't know how to change the default landing page connecting based on the role.

    By default, page 1 appears when connecting, but not all roles have access to this page. How can I change the launch page, under certain conditions?

    For example,.
    If the role is Admin then go to page 1,
    If the role provider then go to page 310
    .
    .
    etc.

    I use the logon page out-of-the-box 101


    Thanks for the help.

    I quickly tested on an ApEx 3.2 above environment. It worked only once I've changed the URL of disconnection in the authentication scheme:

    wwv_flow_custom_auth_std.logout? p_this_flow = & APP_ID. & p_next_flow_page_sess = & APP_ID.: 101

    I changed the id app at the end of 1 to 101.

Maybe you are looking for

  • How can I prevent the Thunderbird combining my address books?

    I have three address books. One of them use 98% of the time. The latest version of TB combines all three, when I go to the write screen and I have to click on a window to select the one I want. It's a nuisance. If I wanted that everything in an addre

  • Satellite P850 - can't access boot options

    P850 with windows 8Can't access boot or bios options, I have tried all the ussualF12F2DeleteESCcfunction key more F12I tried pressed eah before turning on, I've tried everything I can think of.Thought really frustrated, return it to the shop

  • 100th mini power HP about password resetting

    Hello I have a series of mini 100th hp [edited by Moderator] IS THERE ANY POSIBILITY TO CRACK or PASSBY

  • Character set for message conflict

    I am running Win XP Pro w/SP3 and IE7 and OE6 support. When you try to send the entire copy & pasted text of a long article in the NY Times, I get the "conflict message character set" window which offers three choices, send as, Send as Unicode, or ca

  • get the current speed when executing sentences nmea Simulator

    Hello I'm having a few problems getting GPS simulators to give me the current speed. I was wondering if anyone can tell me what I'm doing wrong? I have log NMEA files that have been captured many actual trips as I pushed it, these NMEA files were als