How to use the new subfolder feature Web App?

How do we use this new feature, can provide you steps in the process?

BC Blog Web App update subfolder:

suggested http://www.BusinessCatalyst.com/_blog/BC_Blog/post/January_2013_System_Update_-_Fresh_UI_i, _Web_App_enhancements_and_more.

"Make elements of the Web App inside a subfolder, for example/folder/subfolder/webapp-name." For example, you might have/blog/authors/bogdan (where Bogdan is the name of the Web-App element)"

Just like it says really.

You can create a folder with the same name as your web application and create pages inside.

Web application called - news.

File - other

Create the index page - /news/index.html

This means / news will go to that landing page and web elements app works as usual as - / news/your-news-post

You can create other pages in this folder if you want, but may not be the same name as your web application parts.

Tags: Business Catalyst

Similar Questions

  • How to use the new features of Oracle BAM?

    Hi, I read that JDeveloper 11.1.1.2.0 introduced counters, intervals and Indcators business from the perspective of the monitor.

    But I can't find the way to display this information in Oracle BAM like I do with sensors. Someone can explain to me how to use it or let me know if there is a documentation on this subject?

    Thanks in advance.

    In addition, you will need to go into the perspective of monitor in the BPEL view and then you can see all the artifacts - interval, meter, indicator of business and the sensors in this point of view. Select lower down on the top right in view BPEL to change perspective.

    In addition, installation under SOA_HOME/bam/samples/bam - BAM, there a folder called monitorexpress. Navigate to the directory "/ bin" and run the configure script to load the datamodel and dashboards.

    Configure the BAM adapter in the SOA server to make sure that the Monitor objects will receive data from BPEL
    THX
    Poyard

  • How to use the NEW BLACK xbox 360 media center remote with Windows 7 Ultimate & Windows Media Center

    I have the new Black xbox 360 media center remote and I can not understand how to use it with my PC to run windows media center. I'm running Windows 7 Ultimate x 64, and I also have the receiver wireless for my xbox 360 wireless controllers.

    Here is a link to a better image of the remote control.
    Here is a link to my xbox 360 wireless receiver.
    I also have a mini receiver RF for a keyboard and a mouse if that helps somehow.
    I don't have an xbox 360, but I like to use my controller wireless for my PC games and emulators like the style and color of this remote it would go well with my current setup as well as with XBMC.
    If anyone knows or can help me to find a way to make this work I would appreciate it a lot.
    Thank you
         
    Michael

    Hi Michael,

    Thanks for posting your question in the Microsoft Community.

    The question you have posted is related to the Xbox 360 and it would be better suited to contact Xbox support to obtain assistance from the links below:

    Contact XBox Support:

    http://support.Xbox.com/en-us/contact-us

    http://support.Xbox.com/en-us/browse?product=Xbox-360

    I hope that the information above helps you.

  • How to create the new record of web service in the ADF?

    Hello, I use JDeveloper 11.1.2.3.0. I created a class and published as a web service. I created a web method like this:

       public void addNewRow(MyObject cob)

    {

    MyAppModule myAppModule = new MyAppModule();

    try {

    ViewObjectImpl vo = myAppModule.getMyVewObject1();

    ================> vo object is now null

    Row r = vo.createRow();

    r.setAttribute("Param1", cob.getParam1());

    r.setAttribute("Param2", cob.getParam2());

    vo.executeQuery(); getTransaction().commit();

    }

    catch (Exception e) { e.printStackTrace(); }

    }

    As I have written in the code, myAppModule.getMyVewObject1 () returns a null object. I do not understand why! AFAIK AppModule must initialize the object itself, when I call "getMyVewObject1()", but maybe I'm wrong, or maybe that's not the way it should be for the web methods. Has anyone ever have this problem? Any help would be much appreciated.

    You must use Configuration.createRootApplicationModule () to create the new instance of AM.

    Example: creating root Application Module Instance & #8211; Oracle ADF | Techiecook & #039; s Nook

    Also, the methods in your AM can be automatically exposed as service web soap:

    Andrejus Baranovskis blog: Web Service Interface for molten Oracle 11 g ADF BC Application Module

    And note that your code has other issues, for example:

    vo.createRow () will not automatically add this line to the View object.

    vo.executeQuery () is not necessary...

    Dario

  • How to use the sequence of client web proxy.

    Hello

    I created a sequence in the database.

    And I'm sure in EntityImpl as:

    SequenceImpl sequence = new SequenceImpl ("Sequence_name", getDBTransaction);
    setAttribute (sequence.getSequenceNumber)

    I'll put the attribute with the val sequence automatically.


    But I want to get the value of the sequence in the web proxy client generated by WSDL.

    Right now, I'm writing the same code and imported files.
    But it gives me error that:

    java.lang.nullPointException.


    How to access the sequence in the web proxy client generated by WSDL.

    Hello

    expose a method on the ViewObject and make it available to the service interface. In the Web Services it is meaningless to create dependencies between a customer and the details of the implementation of the service.

    Frank

  • How to add the new model feature with tables of another data schema?

    Hi all

    I am trying to add an entity data model to my request. The tables I need are on a schema that does NOT have a default schema of connection of the connection. So I go through the Wizard add new Entity Data Model, generation from database, but then when it comes time to choose your database objects, the only thing that shows is all that is on the default schema. How can I access stuff to another schema with an entity data model?

    (Tangentially: it is also a problem with the old Server Explorer simply itself - when adding an oracle db, I see the other schema object in the treeview control to break.) But when I right click the db and the new query, tables of other scheme become available to me here. "So it is less of a problem in the case of Server Explorer).

    I found this small excerpt to reach other patterns, but I couldn't make it work in the case of the ora db. Any suggestions?

    Thanks for the tips,
    -sff

    Suppose that schema_a has granted privileges to schema_b on database belonged to schema_a objects by running the GRANT statements.
    You add a connection in Server Explorer using schema_b, and then add the schema_a in the "Filters" menu... ». Don't forget to click on
    the button of update in "Filters" dialog box and confirm schema_a illustrated with schema_b in the column 'value '.

    When to use EDM Wizard to create a database data model, choose the connection that you added by using Server Explorer
    schema_b. You will see the database of objects belonging to both schema_b and schema_a select and generate your data model. Schema_b
    should be able to use the database objects belonged to schema_a according to the privileges granted.

  • How to use the new sequence when it is reached its maxvalue in PL SQL code

    Hello

    Currently, I am the filling of a number of unique product in a table column by using a call sequence to generate the new number. For different products, I have different sequences and in my PL SQL code usiing IF... Else block I fill the serial number for different products. For a sequence more selling product, we reach a Max value in the production in one month and ensure that the application continues to run properly for the different end-users without getting any error on their screens, I want my code to automatically switch to the new sequence. I just need to add another if condition but my problem is how to find precisely when the maximum value is reached in old sequence.

    As the call to the old sequence can occur in different sessions he could be inconsistency and can be found in the error. My new sequence value must begin with AV1000. Please suggest.

    My old sequence look like this:
    SEQUENCE of Prd
    INCREMENT BY 1
    START BY AS1000
    MAXVALUE AS9999
    MINVALUE AS1000
    NOCYCLE CYCLE
    CACHE 2
    Order Yes;

    Published by: user11695088 on July 15, 2009 12:14 AM

    Catch the exception and use your new sequence. But somehow, I'm not like your alternative approach.

    SQL> set line 300
    SQL> set pages 50000
    SQL> set serveroutput on
    SQL> create sequence testing_seq increment by 1 start with 1 maxvalue 3
      2  /
    
    Sequence created.
    
    SQL>
    SQL> create or replace procedure test_seq_proc(p_seq out number)
      2  is
      3  begin
      4     select testing_seq.nextval
      5     into p_seq
      6     from dual;
      7  --
      8     dbms_output.put_line(p_seq);
      9  --
     10  end;
     11  /
    
    Procedure created.
    
    SQL> declare v_out number;
      2  begin
      3     test_seq_proc(v_out);
      4  end;
      5  /
    1
    
    PL/SQL procedure successfully completed.
    
    SQL> /
    2
    
    PL/SQL procedure successfully completed.
    
    SQL> /
    3
    
    PL/SQL procedure successfully completed.
    
    SQL> /
    declare v_out number;
    *
    ERROR at line 1:
    ORA-08004: sequence TESTING_SEQ.NEXTVAL exceeds MAXVALUE and cannot be instantiated
    ORA-06512: at "ETL_ADMIN.TEST_SEQ_PROC", line 4
    ORA-06512: at line 3
    
    SQL>
    

    See you soon
    Sarma.

  • How to use the find/search feature in a book?

    Hello

    New to indesign... working on a directory file that contains 25 chapters.

    I have definitive evidence to ensure that all double spaces are gone, all the quotes are right etc.

    Instead of opening of each chapter and by using ' Search/search' through each chapter, I can tell the "Search/search" function through the whole book?

    Appreciate any feedback

    Thanks heaps

    There is no special installation "book Search" in InDesign. You must open all the files that you want to search and then use the option "all the research papers" in the search engine. That and other gaps in the book led me to consolidate all the chapters of my book in a single file.

  • Change the news, layouts of web apps for mobile site?

    I edit an existing Web site to create a mobile version, placing my mobile pages in a subfolder /mobile. I'm having a problem with web applications and news, I've already named my templates and layouts for the full desktop version, and because my webapp and News Articles may not be placed in the my /mobile folder. So, now I need to post this information differently for mobile and cannot understand how, given that I am limited to a presentation of single list and a presentation of detail (for the news. At least the web applications give me a backup list layout, which was useful). How others have done this kind of thing?

    An example: on the version of my office, I have ads displayed on the home page as short texts of presentation (using the list view). My detail view I have already formatted for the desktop version of full screen and doesn't work well for mobile screens. After several attempts of workarounds, I decided that I just show the full announcement for mobile as a layout from the list and not use a detailed at all while I don't even bother with it. My thought was to encode both my list of office and mobile page layouts in the list layout of my ads module and use css to display / hide the appropriate one.

    For example -.

    HTML in my layout of the list:

    < div id = "standardnews" >

    < h3 > {tag_subject} - {tag_eventfromdate} < / h3 >

    < p > {tag_body, 140} < /p >

    < / div >

    < div id = "mobilenews" >

    < h3 > {tag_subject_nolink} - {tag_eventfromdate} < / h3 >

    {tag_body} < /p > < p >

    < / div >

    on my Office css stylesheet:

    div #standardnews {display: block ;}}

    div #mobilenews {display: none ;}}

    on my mobile css stylesheet:

    div #standardnews {display: none ;}}

    div #mobilenews {display: block ;}}

    The css works fine, however, my mobile site instead of the next event date rendering, it actually made the tag "{tag_eventfromdate}".  So, apparently I can't have multiple instances of a tag within a single page?  Is there a way to get around this?

    I would be grateful for any input here on the best way to handle this kind of thing, given the limits that I am running into.

    You can make as many list templates you want now.
    You can have a different model by camera - phone, Tablet, desktop so if modules are in this model that they will then make these different models and so different layouts.

    If you have modules in pages this page may be different by the device as described in setting site and the mobile section.

    Unlimited list layouts - http://www.businesscatalyst.com/_blog/BC_Blog/post/Video_Create_custom_list_templates_for _ BC_Modules /

    You CANNOT however still conditional tags in British Colombia and you can not access a list than tags renders differently depending on the device.

    Style and presentation that you use media quries and the label of system device provided by BC.

  • 30.0 Firefox for Mac (10.6.8) is more you can use the new tab feature, why?

    I upgraded to Firefox 30.0. I use Mac OS x 10.6.8 and tab features are a wreck. When to open a tab window 8-nowhere opens automatically. However, using '+' on the top of the navigation bar / cmd, and T are no longer functional.
    Someone at - it a solution?

    The first add-on for 'test' would be as FLV Runner B Community Toolbar.

    Known as a browser hi-jacker in many circles.
    http://www.shouldiremoveit.com/FLV-runner-B-toolbar-31583-program.aspx
    http://malwaretips.com/blogs/FLV-runner-toolbar-removal/

  • How to disable the new 'corners' feature?

    I'm next to me with exasperation: everything I want to do is be able to lengthen or shorten a long, narrow rectangular shape with the cursor; but I can't because it keeps giving me semi-circular indicators little above and more and more; around and around and around! It doesn't give me the flag with the double-ended arrow cursor so I can just click and drag the line longer or shorter. Someone know how to disable this thing or set if she won't do it again? Please help before I throw my pc at the end of the nearest Pier!

    Thanks in advance!

    kkatblue,

    You can view > show/hide corner Widget.

    You can see more info on live parts here:

    http://helpx.Adobe.com/Illustrator/using/reshape-with-live-corners.html

  • How to use the print face feature two automatic? I get only one side printed.

    I just got a new HP Officejet Pro 8600 and it says it's supposed to automatically print double-sided.  When I have a paper face two feed the paper from the upper bin feeder, it takes in and it then prints on one side, then he pulls the book which he just printed in as if he was going to print the second side, but then it ejects just page and does never print the second side.  I have an Asus computer running Windows 7, but I'm just trying to make a copy two faces to the right of the printer itself.  I went into the settings and there are two options under two back, we say '1-coast face 1 copy Original' and the other choice I have chosen is "1 side 2-sided original copy.  Those are the only choices.  What I am doing wrong?

    The two-sided printing module will print the back automatically when printing.  When making copies, it will print the back if you put two (or more) pages in the feeder and select this option to copy 1-face to face 2.  This model apparently does not 2 head to head 2 copies, i.e., it doesn't have a mechanism to scan the rear face of load in the ADF.

  • May not know how to use the new version of "DC" Adobe [Android]

    I have the Samsung S 10. I had a simple version of Acrobat Reader and was invited to update the access point to this version of DC. Since then, I can't go directly to my files, I can't move my FlashDrive to my files documents.

    Unfortunately, you won't be able to move files in different folders with the latest version of Acrobat DC. However, you can access your documents directly in the tab "Local". It lists all the PDF files available on your device. Sorry for the inconvenience.

    Thank you

    Acrobat DC Team

  • How to make the length of line web app flexible components

    Is there a simple way to ensure that the elements of web application adjusts to keep his friends as many instances as allows it the width of a screen?

    Change the tag from a table structure li ul.

    Apply CSS as needed

    Overall layout online store | Developers of business catalyst

  • How to use the NI USB-6525 digital filtering feature?

    Hi can someone tell me how to use the 'digital filtering' feature of the NI USB-6525 device? How can I set up the device to turn on? Using LabVIEW or NI MAX?

    It is configured using a DAQmx property node:

Maybe you are looking for