Bug: Editor two different view on a single page?

Hi all

I use WebCenter Portal 11.1.1.8 and I encountered a problem with the page execution on space (Webcenter Portal). I created a new portal with the default parameter and create a new page with the name is "New Page" with the Style of the blank Page and ID = "newpage". In the Source tab, I see code like this:

<? XML version = "1.0" encoding = "UTF - 8"? >

" < = xmlns:jsp jsp:root ' http://Java.Sun.com/JSP/page "xmlns:pe =" " http://xmlns.Oracle.com/ADF/PAGEEDITOR "cust =" http://xmlns.Oracle.com/ADF/faces/customizable "xmlns:f =" http://Java.Sun.com/JSF/Core "xmlns:trh =" http://MyFaces.Apache.org/Trinidad/html "xmlns:af =" http://xmlns.Oracle.com/ADF/faces/Rich "version ="2.1"> " "" ""

< jsp:directive.page deferredSyntaxAllowedAsLiteral = "true" / >

< jsp:directive.page contentType = text/html"; charset = utf - 8 "/ >

< f: view >

< af:document title = "#{pageDocBean.title}" id = "docrt" > "

< f: facet name = "metaContainer" >

< trh:meta name = "keywords" content = "#{bindings." SEO_KEYWORDS} "/ >"

< / f: facet >

< af:form usesUpload = "true" id = "f1" >

< af:pageTemplate value = "#{bindings.shellTemplateBinding.templateModel}" id = "T" > "

< f: facet 'content' = name >

< pe: pageCustomizable id = "PGE1" >

< af:panelGroupLayout id = "pgl1" layout = "scroll" styleClass = "WCSchemeCustom" inlineStyle = "" >

< cust:panelCustomizable id = rendered = "#{bindings.showHeader"hm_pnchdr"}" layout = "vertical" showTabAction = "true" / > "

< af:panelGroupLayout id = "pgl2" layout = "vertical" styleClass = "AFStretchWidth" >

<trh:tableLayout id = 'tl1' width = '100% ' >

< trh:rowLayout id = "rl1" >

"< trh:cellFormat id ="cf1"rendered =" #{bindings.leftWidth! = "and bindings.leftWidth! =" 0% "}" width = "#{bindings.leftWidth}" valign = "top" >

< cust:panelCustomizable id = "hm_pnc1" layout = "scroll" showTabAction = "true" / >

< / trh:cellFormat >

"< trh:cellFormat id ="cf2"rendered =" #{bindings.centerWidth! = "and bindings.centerWidth! =" 0% "}" width = "#{bindings.centerWidth}" valign = "top" >

< cust:panelCustomizable id = "hm_pnc2" layout = "scroll" showTabAction = "true" / >

< / trh:cellFormat >

"< trh:cellFormat id ="NF3"rendered =" #{bindings.rightWidth! = "and bindings.rightWidth! =" 0% "}" width = "#{bindings.rightWidth}" valign = "top" >

< cust:panelCustomizable id = "hm_pnc3" layout = "scroll" showTabAction = "true" / >

< / trh:cellFormat >

< / trh:rowLayout >

< / trh:tableLayout >

< / af:panelGroupLayout >

< cust:panelCustomizable id = rendered = "#{bindings.showFooter"hm_pncftr"}" layout = "vertical" showTabAction = "true" / > "

< / af:panelGroupLayout >

< f: facet name = "Publisher" >

< pe: pageEditorPanel id = "pep1" / >

< / f: facet >

< / pe: pageCustomizable >

< / f: facet >

< / af:pageTemplate >

< / af:form >

< / af:document >

< / f: view >

< / jsp:root >

You pay attention to the red line. Here you can see the body of the page, we have 3 columns.

If you click on the Edit link, you will still see the page in edit mode with 1 single column in the middle (this is normal).

In the tree view of pages, I create a new link object has ID = "newlink" The link is to 'New Page'.

(a) arrived to the New Page , I click on the view link to see the page on the portal and then press Ctrl + Shift + E to go into edit mode and here I saw that it is normal with 1 single column in the middle of the page.

(b) after that, I try to go to the New Page in another way with the link , I create above. And I always display the normal News Page . But when I press Ctrl + Shift + E to go into edit mode, I saw another screen, not like the screen I saw in step a. "We have 3 column in the middle of the page"?


You have an idea about this?

Thank you very much!

Post edited by: AS84

Yes, I see the same question in WebCenter Portal 11.1.1.8.6 but switching back and forth between a Page and PageLink cope (via Ctrl + Shift + E) - began to show a box or a column by the suite and the issue is not seen any more that it overrides the settings of the page.

Another option that I tried and it works for me. Steps are the following:

Create a copy of the blank Page Style

Click on change the Source

Delete the columns or the code for leftWidth and rightWidth ONLY that resembles

NOTE: Do NOT remove the centerWidth.

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

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

Now, create a new page (say MyNewBlankPage) using 'Copy of the blank Page Style' with all the default options (left: 0%, Center: 100%, right: 0%)

Then, create a new Page link pointing to "MyNewBlankPage" with the value of the parameters as the left: 25%, Center: 50%, right: 25% and click Save

Show portal, access MyNewBlankPage and press Ctrl + Alt + E for edit to new message and now you will see only 1 box or column of composer.

Return to the view portal, access the link to the MyNewBlankPage page and press Ctrl + Alt + E to edit the composer. Again, you will see only 1 box or to the composer instead of 3 boxes or 3 columns (i.e. it is not replacing the Page settings when I used the new style (based on the Style of the Page blank) page in which I had removed left & right columns.)

Also, it seems that this problem is resolved in 11.1.1.9.0 that I am not able to reproduce it.

Tags: Fusion Middleware

Similar Questions

  • Passage of a setting for two different queries on a single page

    I followed tutorial ADF - value of the parameter passing between Pages. It works very well, but I tried to add a second query to the page single.jspx , using the same setting and it shows all the data.

    I tried to analyze the queries and the problem is in bind variables. While the first query gets the right value, the second Gets null (see the log below). I also noticed that if I return to the single.jspx page, only the first request is executed.

    < oracle.adf.model > < ViewObjectImpl > < buildQuery > < [3556] SELECT ServiceRequests.ASSIGNED_DATE,.

    ServiceRequests.ASSIGNED_TO,

    ServiceRequests.CREATED_BY,

    ServiceRequests.PROBLEM_DESCRIPTION,

    ServiceRequests.PROD_ID,

    ServiceRequests.REQUEST_DATE,

    ServiceRequests.STATUS,

    ServiceRequests.SVR_ID

    OF SERVICE_REQUESTS ServiceRequests

    WHERE (ServiceRequests.SVR_ID =: p_svr_id) >

    < oracle.adf.model > < ViewObjectImpl > < getPreparedStatement > < ViewObject [3557]: [oracle.srdemo.model.ServiceRequestById_VO] AppModule.ServiceRequestById_VO1 created new QUERY statement >

    < oracle.adf.model > < ViewObjectImpl > < bindParametersForCollection > < [3558] params for ViewObject Bind: [oracle.srdemo.model.ServiceRequestById_VO] AppModule.ServiceRequestById_VO1 >

    < oracle.adf.model > < OracleSQLBuilderImpl > < bindParamValue > < [3559] param 'p_svr_id' liaison: 111>

    < oracle.adf.model > < ViewObjectImpl > < buildQuery > < [3716] select svh_date, service_histories where svr_id =: p_svr_id order of svh_date >

    < oracle.adf.model > < ViewObjectImpl > < getQueryHitCount > < [3717] number of rows estimated for ViewObject: [oracle.srdemo.model.ServiceHistoryByRequestId_VO] AppModule.ServiceHistoryByRequestId_VO1, query statement: >

    < oracle.adf.model > < ViewObjectImpl > < getQueryHitCount > < [3718] ' SELECT count (1) FROM (select svh_date, notes from service_histories where svr_id =: p_svr_id order of svh_date) ">"

    < oracle.adf.model > < ViewObjectImpl > < getQueryHitCount > < [3719] Bind params for ViewObject.getQueryHitCount: ServiceHistoryByRequestId_VO1 >

    < oracle.adf.model > < ViewRowSetImpl > < doSetWhereClauseParam > < [3720] ServiceHistoryByRequestId_VO1 ViewRowSetImpl.doSetWhereClause(-1, p_svr_id, null) >

    < oracle.adf.model > < OracleSQLBuilderImpl > < bindParamValue > < [3721] null of type 12 for connection "p_svr_id" > ""

    I got it.

    I need to add an another ExecuteWithParams of the request on the other in the pageflow.

  • I use Windows 7 and I am not able to print several different images on a single page.

    When I try to print photos from the 'My pictures' library, I use the following steps:

    1. turn the photo highlight

    2. click on 'print '.

    3. in the window that says: "How do you want to print your photos? I choose the number of photos I want per page, for example 3 x 5.

    4. when I try to add a picture DIFFERENT from my library so that I can print several different photos on this page of photos of 3 x 5, it simply replaces the previous photo. How can I get there?

    Thank you.

    Original title: I use Windows 7 and I am not able to print several different images on a single page. The answer posted here from 8/11 includes a link that does not work.

    Hello

    Welcome to the community of Microsoft and thanks for posting the question. I've surely you will help find a solution on the issue.

    What program you want to use?

    We will try to print in a different way and check.
     
    Open Paint and then do a collage of different photos then save it then open it in their program and print.
     

    To print the image in Microsoft Paint, steps to follow:

    a. Click Start, in the search box, type in the paint.

    b. open the document you want to print.

    c. select print and check.

     

    With the help of paint

    http://Windows.Microsoft.com/en-us/Windows7/using-paint

     
    Hope this information helps. Please reply back with the
  • Culture in two different places in the same page

    What on Earth, I want to crop in two different places in the same page. For example, I want to keep something in the upper part and something in the lower part, but skip the other parts. What happens on Earth, I can do that, gentlemen?

    There is a rectangle of cropping by page.  What the parties 'ignored' would look like? Flat white?

  • Two different antennas on a single point of access

    Hi all

    I know that the two different antennas connected by an access point are not supportet by Cisco.

    Unfortunately I can not find the document where this scenario is described.

    Does anyone know what document describes this solution?

    Thank you

    Martin

    you are correct. It is actually recommended that it makes no sense that he would defeat the purpose of the diversity. If an antenna gain is higher then the other your stronger antenna is probably still favored for tx

    Diversity

    Diversity is the use of two antennas for each radio, to increase the chances that you get a better signal on

    or antennas. Antennas used to provide a solution of diversity may be under the same physical envelope

    either two separate but equal co-located antennas. Diversity provides relief to a wireless network

    network in a scenario of multiple paths. Diversity antennas are physically separated from the radio and the other to

    ensure that we meet less trips with multiple effects of propagation than the other. Double antennas generally to ensure

    that if an antenna is in RF null, while the other is not, which offers better performance in railways

    environments (see Figure 3). You can move the antenna around the null point and provide a means of

    receive the signal correctly.

    http://www.ciscosystems.or.at/application/PDF/paws/27147/multipath.PDF

    hope this helps... Please rate the post if you find it useful

    Thank you

  • How can I add (gather) two different images into a single image?

    Well, I'm creating a HTML element / CSS Web site. I have two logos that I need to add to the header areas of the Web page. I thought that creating a chart would contribute to this question. I want to be able to add two different images (logos) into a finished product. However, I am having some difficult understand how to combine two different images on the same workspace (tab).  The images would be out there with text in the middle of the space. I would use the 2015 Photoshop, does anyone have and ideas?

    If it was me I open one of the images then go to Image--> the canvas size.  Then expand TI (relative check) of several (12) inches in width and height (choose to anchor the part you want to stay where he is.)

    Open another image and drag it in the first.  Or select all and then copy / paste If you wish, you can you should now have two images in the same file/tab.  Everyone should be on different layers.  Use the move tool to position them how you want.

    Finally go to Image > Trim and leave the default values.  He must cut off all the excess.  Save in any format you want.

    I hope this helps.

  • Is there a way to create a button etc to get different views of the same page?

    I have a page full of product images and wants to give the viewer an option to choose the size of the images on the page. So far, I just had two different pages with the same images and created a hyperlink button to switch between views. The reason why I want to get the two points of view on the same page, is I want to use the same name for each page. Muse won't let me create two pages with the same name, so now I have a parent page "Products" (with large images) and its child page "products 2" (with the small images) with a hyperlink linking them. "» This also creates a problem in the menus, since the 'product 2' does not have the active menu bar.

    I have the same problem with the creation of the site in different languages. I would like to make a simple drop-down list with options "Suomi" and "English". What I have to create two different sites in two different languages and have just the hyperlink connect for example home pages?

    Thanks for the tips!

    You can use any number of widgets to create online pop-overs / hover pods / galleries. Lightbox to the ToolTip, anything is possible. The language issue to indeed create individual sites and crosslink them.

    Mylenium

  • Two updated reports on a single Page

    I have 2 put reports to date on a single page and two updating procedures (one for each report)
    Each procedure is related to a different button and calls another procedure in the database

    My question is how to tell the procedure page, which report to look?

    Gus

    Gus C wrote:
    I changed my company and the new company uses tabular forms

    I'm on the right track

    So if the report 1 I use number 1-20, for example, apex_item.hidden(4,geokey)
    and report 2, I use the numbering 21-40, for example, apex_item.hidden(22,f.siid).

    Yes.

    The problem I see, is that the two reports produce a checksum using APEX_ITEM. MD5_CHECKSUM I think you
    refer to the update as apex_application.g_fcs procedure.
    How can I handle this?

    Use apex_item.md5_hidden instead, by specifying an array of different form for each report element.

    (Maybe you should ask someone in the new society on their preferred this approach if it is a common practice it...?)

  • Why two different types of formatting content page?

    Hello

    I learned a lot from this series of pages "The Perfect fluid width Layout;

    http://CSS-tricks.com/the-perfect-fluid-width-layout/

    This is the 'container' of the page section:

    {#page online purchase

    background: white;

    min-width: 780px;

    Max-width: 1260px;

    margin: auto 10px;

    }

    {#page - wrap #inside

    margin: 10px 10px 0px 10px;

    padding-top: 10px;

    padding-bottom: 10px;

    }

    And here is the corresponding page formatting:

    < div id = "page-wrap" >

    < div id = "inside" >

    all their stuff

    < / div >

    < / div >

    My questions:

    1. What is the advantage of having two different pages 'container' / so close 'content' layouts of all?

    2. Why use an 'id' instead of a 'class '?

    Thanks in advance.

    Tim

    1. This has to do with the box model. If you were to apply the margin on page #-wrap, the division would be 20 PX (10 + 10) wider. Have a look here http://paulirish.com/2012/box-sizing-border-box-ftw/ just use

    * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

    at the beginning of your CSS. This will eliminate having to use the second container.

    As another note, there is a container called body that you can use instead of #page online purchase. This will remove both of the divisions

    {body

    background: white;

    min-width: 780px;

    Max-width: 1260px;

    margin: auto 10px;

    }

    2. I use only classes except when it is necessary to isolate a single element. The latter might be true when I want to manipulate the DOM using JS.

  • Print texts in different formats on a single page

    Hi all

    Is it possible to print on one page text in different fonts and sizes? It seems that PrintTextBuffer prints all text on a single page at a time and there is no chance to change the format. Thank you

    LT

    I must confess that I give you this suggestion, but I did not use these functions for several years ; test your function on my system now (CVI 2009SP1 on Win7 with HP LaserJet printer) I have the same results as you.

    Due to the limitations of this method of printing, I moved quickly to the other printing modes: there are many discussions you will find in the forums on the reports, but basically, you can:

    • Create a hidden Panel 'report' where to print your data on the standard controls (strings, numbers, graphs, tables and so on) and use PrintPanel to print it
    • Use NIReports instrument
    • Use Office report print (via Word or Excel)
    • Create a PDF file
    • ... (other methods that I can't think of right now)

    One is probably the fastest: you already used to create panels and after a short trial, you can set the correct control/panel aspect for a good report. It also allows you a limited preview if you want to.

  • Navto a different view on the same page

    Is it possible to use the navto command to access a different view in a page or is to work in a floating framework?

    Yes, using decimal numbers in your navto page number. For example, navto://myarticle#2.3 jumps to a place between the page 3 and 4, in an article of smooth scrolling.

    For examples, see the advice of DPS > Advanced overlays > scrolling image links.

  • Navigate through several page views within a single page

    [Keep it short and simple without getting confused]

    I am putting together a small publication.  (5 pages) I want to be able to navigate several pages in a single page (see Page 3).

    1 cover coup next to page 2 page

    Page 2 Ad shot from page3

    Page 3 Story [3 sub separate page views: 3 a, 3 b, 3 c]

    3 as a view-animation art [w / button that takes you to 3 b]coup next to page4

    View 3 b floors with scrolling text [w / button that takes you to 3 a or 3 c]coup next to page4

    Content view-Supporting 3 c [w / button that takes you to 3 a or 3 b]coup next to page4

    Page 4 Directorycoup next on page5

    Page 5 Ad

    The document should slide only on 5 pages. I don't want the page swipe down.

    3 pages can be built in the same document. Or is it possible to navigate the page without Folio Builder in the pages as files sperate

    If I build them as separate pages, Folio Builder read them separately - it sends me on 7 pages.

    In this case then you will need to use a MSO on page 3.

    Bob

  • Navigate from two different master on the same page of detail pages

    Hello. IM using JDev 11.1.1.1.0 JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407. Fusion Web application.

    I have two ViewObjects based on an entity unique entity1 and each VO has another value where clause. First, I create a master VO1-based view and a page of details based on the same VO1. Navigation works very well using a link in the pharmacokinetics of the selected line and using setCurrentRowWithKey.

    Then I created a view of second master page based on VO2 and to enable navigation to the page of detail based on VO1. I thought that the key is the same (entity has a PK a column and the same VO1 and VO2) but when I tried browsing with setCurrentRowWithKey or setCurrentRowWithKeyValue does not work.


    Can anyone provide steps to achieve this? Is it possible to do?

    Thank you.

    Hello

    You might be using the method setCurrentRowWithKey of VO2, if so, try to use the method setCurrentRowWithKey VO1 (on which detail page is based)

    Jean Lou

  • Has used two different PC with a single product key supplied with my DVD to buy?

    Hello

    Sorry if the question is already asked.

    My friend has purchase DVD Ultimate to windows 7. There two which is 32-bit and 64-bit. But there is only one product key. A PC is already installed with 64-bit windows with this product key. If one pc to another is eligible for the installation of 32-bit windows with the same product key? Is this possible?

    If it is not possible, then why have 2 CD?

    Thank you.

    They are different architectures.  Use 64-bit 4 GB or more of RAM, 32 bit for 3 GB or less RAM.

    You can install one at a time.

    Clean reinstall Windows 10.

  • Two different databases in a single RPD


    Hi all

    is it possible to have the oracle and Teradata connections pools in a unique RPD. If so is there any impact. Please suggest

    Yes it is possible. No there is no impact whatsoever. You can have 50 different sources connected to any type of technology that is supported by the RPD.

    If you look at SampleApp you will see in this RPD only a ton of data types and distinct sources:

Maybe you are looking for

  • Error update driver: driver being installed is not validated

    Hello world. I'm nii of Ghana. I'm trying to update my graphics to run a 3D program requiring it, but I get the error message "driver is not validated for this computer. You can get the correct driver from the manufacturer of the computer. The accele

  • uninstall applications is no longer on the iPhone 4S

    How uninstall is no longer the APP now on my iPhone 4S?  & I can uninstall an APP like iBooks?

  • Lenovo y570 ssd sata III

    Hi all. I have a question about SATA3 ssd drive. My laptop is Lenovo Y570 is compatible with the interface SATA3 IE, I want to connect the SATA3 SSD instead of the old hard drive and install a system of programs, etc. Is that the laptop will not rest

  • My Windows XP stops when I'm surfing the internet

    I have a problem when I'm online, windows turns off with notice, and then it restarts and takes me into my window password. It gives me an error signature n

  • using outlook express 6 with programs it is bound to

    I use 4 dell towers, 3 dimension 8100 and 1 4600. All are loaded with IE6 and OE6. OE is related to a number of programs both MS and MS No. One of them is OPEN OFFICE. I wrote a letter recently with OO and tried to send by email (OE6) only built the