I want to use jsp or jsf as the layer view without using the adf faces

I have successfully build ADF application, but I have problem here
I followed tutorial how to generate ADF application using the simple java class as services trade and JSF as the view layer http://blogs.oracle.com/shay/entry/java_class_data_control_and_ad layer
the problem of the view layer ADF faces HERE IS THE PAGE

* <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN."
* "http://www.w3.org/TR/html4/loose.dtd" > * "
* < % @ page contentType="text/html;charset=UTF-8"% >
* < % @ taglib uri prefix = "http://java.sun.com/jsf/core' = 'f' % >
* < % @ taglib uri prefix = "http://java.sun.com/jsf/html' = 'h' % >
* < % @ taglib uri prefix = "http://xmlns.oracle.com/adf/faces/rich' = 'af' % >
* < f: view > *.
* < af:document title = "title" id = "d1" > *.
* < af:messages id = "m1" / > *.
* < af:form id = "f1" > *.
* < af:outputText value = "#{bindings." Return.inputValue}"id ="ot1"/ > *.
* < / af:form > *.
* < / af:document > *.
* < / f: view > *.

I want to change the tags with JSP tags, how can I do this cause I don't want to use ADF Faces

Replace af with h.

"http://www.w3.org/TR/html4/loose.dtd" >
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>




Tags: Java

Similar Questions

  • How to build finance balance sheet as user interface using the ADF Faces component

    Hello

    We know that financial balance sheet will have a calculated field, imaging of the last row will be the value of the sum for all above each column (see below the very approximate example), I doubt that ADF Table is the faces component appropriate to have a quick idea on this? Thank you

    1 point | 10. 10. 10. 10. 10.

    2 point | 20. 20. 20. 20. 20.

    sum | 30. 30. 30. 30. 30.

    -Liang Yi

    It is possible in the ADF. See below how you can add a sum calculated lines.

    http://rohanwalia.blogspot.in/2012/11/ADF-Groovy-for-total-sum-of-column-in.html

    You can extend the same approach in your use case.

    Thank you

  • My Copier wants to send it to me via the ADF to the doc when I need to copy my lD

    I most 8600

    copy id is only taken in charge with flat.  Do you put any target in the automatic document feeder?

  • How to include file jsp in jsf, adf

    Hello!
    I would like to register my jsp to jsf adf file, but when I run my jsf page I have this error
    «javax.faces.event.AbortProcessingException: javax.faces.view.facelets.FaceletException: Scanning.jsp of the error analysis: detected default [line: 1] < line 1, column 2 >: XML-20201: (severe error) expected: name and not %.»

    My jsp page is Scanning.jsp and include my jsp like this page in my jsf page

    <? XML version = "1.0" encoding = "UTF - 8"? >
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    < f: view xmlns:f = "http://java.sun.com/jsf/core" xmlns:af = "http://xmlns.oracle.com/adf/faces/rich" >
    < af:document title = "untitled1.jsf" id = "d1" > "
    < af:form id = "f1" >
    < af:panelTabbed id = "pt1" >
    < af:showDetailItem text = ' showDetailItem 1 ' id = "sdi1" / >
    < af:showDetailItem text = ' showDetailItem 2 ' id = 'sdi2' >

    < af:declarativeComponent viewId = "Scanning.jsp" id = "dc1" > "
    < / af:declarativeComponent >

    < / af:showDetailItem >
    < / af:panelTabbed >
    < / af:form >
    < / af:document >
    < / f: view >

    What's wrong???

    Help me please

    Is your jsp a component reusable ADF Faces? is this a taskflow? or is it just a simple JSP page and not even a JSF page?

    If it's the later, you can use an af:inlineFrame to show component than JSP in a section on your ADF page.

  • How to redirect to another page Using JavaScript in ADF Faces?

    Hi guys,.

    I have a case of user UI that has an af:menu which contains mutiple af:goMenuItem. When the user clicks on the menu, the menu slides down and the af: goMenuItem presents itself. As we know, you can set page destinations in af:goMenuItem to go to another page when the user has clicked, but af:menu itself cannot be redirected to another page. Well, the case of the user wants the menu itself could be redirected if the user clicks on it.

    So I think that the use of JavaScript to do this: when you click on the af: menu, redirect to another page. BUT, I've looked over the ADF Faces Javascript API and wasn't able to find this piece of code to do this. Any help?

    Another work around to the user scenario is to use the brands of HTML + CSS/JavaScript instead of af: menu and af:goMenuItem, but this changes the scope of the technology although it is not hard to do

    Any other idea to make the case of the user other than what I could think?


    Thank you guys!

    Jay

    Hello

    1. you can have a control hidden element to the navigation based on a case of control flow. In this case, you access the JavaScript command component create a new ActionEvent and he queued
    2 - JavaScript can use an af:serverListener to call a server side managed bean method to perform the navigation

    There is no JavaScript API for navigation in ADF Faces because navigation in JavaServer Faces is an event-driven framework and we do not support the developers of fight against the framework.

    Frank

  • How to develop an application using ADF Faces components main in JDev 11 g?

    Hello
    I just started to work with JDEV11g. Now, I have a question here.

    By default when we tried to create any Application in JDev 11 g libraries of tags are still showing only ADF Faces rich client components (11g). I want to use the ADF Faces Components (10.1.3) Core in the same application with addition to ADF Faces Rich Client components.

    How to develop a sample with ADF Faces Core components (10.1.3) application. What are the steps to follow in JDev 11 g?

    Please help me.

    Thank you
    -Afif

    Yes.

    Trinidad is all correct and documented components to use. They are almost exactly the same as the ADF Faces 10.1.3.x ones.

    John

  • Get the value of the ADF component when the control of data bindings are not used

    I'm doing some development with 11.1.1.1.3.0 JDev ADF. What is an apt approach to retrieve the values of the ADF Faces (in page jspx) components in the Managed Bean page? I do not have the use of ADF AM and no data controls.

    Published by: sackam on 10/17/2010 14:58

    You can access the value in a bean to support using an item.getValue ().
    Basics listed here:
    http://blogs.Oracle.com/Shay/2010/03/working_with_backing_beans_in.html

  • JSF tutorial, EJB, JPA, the sample of the problems with the ADF runtime

    Hello

    I'm new to jDeveloper.
    I downloaded the version 11.1.1.2.0 and tried to make my first tutorials with the product.
    I started with the sample "create Applications with EJB, JPA and JSF" and run to the following problems:

    -1st part: step 10 expose the EJb as a data control
    Click here FODFacadeBean.java and choose Create a Data control.
    This option "create data Control ' is not at all to the top. There is no option

    -Part 2: Step 1 Add tag libraries in a project
    The ability to select "the ADF Faces Components 11'
    does not come either. I can't see any ADF Associates options...

    Is there something missing in my installation, because I can't access these components of the ADF?
    Should I include the components of the ADF sometime during the installation to have access to these
    or is it a license option?

    I downloaded the product yesterday from the public site, filename jdevstudio11112install.exe

    Jan-Erik

    Go to tool-> preferences-> roles
    and pass the default role, then you should have all the ADF their stuff available.

  • How to communicate between JSP and jsf/jspx/managed bean using ADF11gR2

    Hello

    Scenario1.

    I use Jdeveloper 11 g R2, I am developing an application in the ADF. In our application, we implement of payment gateway.
    Application of the ADF, we call payment gateway.
    inside the payment2.jspx
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    * < af:commandButton text = "#{res ['makepayment_2.totalpaymentthroughknet ']}" id = "cb1" action = "#{makePayment2.callPaymentGatway}" / > * "
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PaymentGatwayManagebean Method callPaymentGatway()
    public void callPaymentGatway() {
    > System.out.println ("Hi callKnetMethod method called");}
    > String payUrl, payId = null;
    > HashMap hm = new HashMap();
    > HttpServletRequest request = (HttpServletRequest) (JSFUtils.getFacesContext ()) .getExternalContext () .getRequest ();
    > logger.info ("-> callKnetMethod method called");
    > hm = KnetUtils.knetInitialize ("1", "2", "3", "4", "5", "6", "7");
    > payUrl = (String) hm.get ("PayUrl");
    > payId = (String) hm.get ("PayId");
    > request.setAttribute ("knetRedirect", "true");
    > try {}
    > KnetUtils.knetPay (payUrl, payId);
    >} catch (Exception e) {}
    > e.printStackTrace ();
    {>}
    }
    the above method called Paymentgateway after response from gateway payment successful return transaction with some data as the id of the transaction, the name of the Bank, amount, train etc. all data by adding to the URL
    Exodus http://192.168.102.41:7101/amificweb/faces/ami/repback.jsp?paymentId="+paymentId+"& result ="+ result +"& auth ="+ auth +"& ref ="+ ref +"& postdate ="+ post +"& trackid ="+ trackid +"& amp; tranid = "+ tranid + ' & udf1 =" + udf1 + ' & udf2 = ' + udf2 + ' & udf3 = "+ udf3 +" & udf4 = "+ udf4 +" & udf5 = "+ udf5;

    *Current repback.jsp page*
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    < %
    Payment gateway data take into repback.jsp
    > String paymentId = request.getParameter("paymentid");
    > String ErrorNo = request.getParameter("Error");
    > String udf1 = request.getParameter("udf1");
    > string udf2 = request.getParameter("udf2");
    > string udf3 = request.getParameter("udf3");
    > string udf4 = request.getParameter("udf4");
    > string udf5 = request.getParameter("udf5");
    > System.out.println (request.getParameter("result").toString ());
    > if (request.getParameter("result").equalsIgnoreCase ("CAPTURED")) {}
    > result = request.getParameter("result");
    > are later = request.getParameter ("postdate");
    > tranid = request.getParameter("tranid");
    > auth = request.getParameter("auth");
    > trackid = request.getParameter("trackid");
    > Ref = request.getParameter("ref");
    >
    > out.println ("REDIRECT = http://192.168.102.41:7101/amificweb/faces/ami/*voucherPrinting1.jsp*?paymentId="+paymentId+ "& result =" + result + "& auth =" + auth + "& > Ref =" + ref + "& > postdatent =" + postdatent + "& trackid =" + trackid + "& tranid =" + tranid + "& udf1 =" + udf1 + "& udf2 =" + udf2 + "& udf3 =" + udf3 + "& udf4 =" + udf4 + "& udf5 =" + udf5 "); {
    } else if (request.getParameter("result").equalsIgnoreCase ("CANCELED")) {
    > result = request.getParameter("result");}
    >
    out.println ("REDIRECT =http://192.168.102.41:7101/amificweb/faces/ami/Error1.jsp?paymentId=" + paymentId + "& result =" + result + "& ErrorText =" + ErrorText);
    >}
    > % >
    -
    In the present scenario I can redirect from repack.jsp to voucherPrinting1.jsp and I can take all of the data in the jsp page.

    But I want all the data * CallPaymentGatwayManagebean * method, how can I do. ?

    How communication between jsp and jsf, jsff, jspx, managedbean?



    Maroof

    You must save the config.xml file adfc bean in the scope of the request this ways you can call the method any page bean.

    Also have you tried using the pages in a taskflow with jspx and saving the bean in the taskflow which is a better approach?

  • I want to refresh my page jsf click on the command button.

    Hi all

    I m using JDEV 11.1.2.1.0

    I created a page jsf with fragment I want to refresh my entire page during the click on the command button that is present in the page fragment. Besause I want to refresh some field but those that are present in the jsf page so I can't apply partial trigger because the property of the command button in the support page fragment bean class and the attribute I need to refresh its property in another class.


    Thank you.



    Rafat

    Check this http://adfandjdeveloper.blogspot.in/2011/07/adf-page-refresh-using-java-code.html

  • Java JSP VS JSF ADF Web technologies

    Hello I am new to Java, familiar with web development. To become good with web technologies JAVA which path should I take - JSP or JSF combined with ADF. Is there a lot of people using JSF or even most people use JSP. I come from a development environment microsoft .NET web

    JSP is considered obsolete compared to JSF, but there are a lot of him. I don't know why you pair JSF with ADF, there are many other ways to use it, including itself.

  • Learning JSP and JSF for ADF

    Hi gurus,

    It is with regard to the preconditions for learning and expertise on ADF.
    Here's my current skills.

    Core Java (Standard edition), JDBC, XML. SQL and PL/SQL.

    What I need to add THAT JSP, JSF, or any other skill sets to work on ADF (you want to work on ADF over the next 5 to 10 years).

    All input will be greatly appreciated.

    gt1982.

    One of the features of the ADF is that you don't HAVE to learn the details of low level of technology - which means, for example if JSP goes out of style and a different UI technology happens so ADF is ignoring this change.

    If you are looking for a step to learn ADF I wrote a guide to quick start for ADF - details here;
    http://www.McGraw-Hill.co.UK/HTML/0071744282.html

    concerning
    Grant

  • Register user JSP or JSF for weblogic

    Hello world

    I use JDeveloper 11 g, ADF BC, Weblogic Server 10.3.

    I have authentication and it works but I have to enter the login and password weblogic console and enter the login in weblogic.xml in JDeveloper.
    I would like to know if it is possible to register for the user of the JSP/JSF page (the user registers itself). I am new to this technology (JDev and Weblogic) so if it's possible, please tell me step by step what I need to do.

    Thank you very much

    Concerning

    youlewinner wrote:
    Yes, I restarted the WLS after changing.

    I have 3 authentication providers: DefaultAuthenticator, DefaultIdentityAsserter, db_users. I need DefaultIdentityAsserter? Can I set inside?

    No, DefaultIdentityAsserter is created by default. You don't need to modify / delete to make the SQLAuthenticator to work.
    >

    In DefaultAuthenticator, should I tick "use recovered user name as the main"?

    No, do not have to change anything in the DefaultAuthenticator other than the control indicator.
    >

    You are right, I have problem with SQL, I see ini the newspaper. I will fix it. But I have a question: should I fill any statement SQL WLS? Because that I do not use roles or member group, so I didn't fill them, only first 6.

    As far as I KNOW, you must have SQL queries for users, roles, and groups.

    Thank you

    Published by: youlewinner on 27 July. 2009 06:07

    Kind regards.
    Arun

  • Since Apple ridiculously decided to abandon the center of games tab of my friends in the game does not load automatically and I have to go to GC and click the circle of friends so he could load, MORE I wonder constantly if I want to use my game stored loc

    Since Apple decided to abandon the center of games tab of my friends in the game does not load automatically and I have to go to GC icon and tap the circle of friends so he could load several times, MORE we continue to request if I want to use my game stored locally or my stored GC game. I refuse to install iOS 10, because it means of course I won't be able to manually load the tab my friends and my losing my game completely. How can I fix it? Remove the Center game is the worst thing that Apple could have done, in my humble OPINION.

    You will not lose your game entirely. I have several games of game Center, and they work fine. And I understand the developer of a game that this game center continues to store the backup of your game.

    It's just that now friending is handled via the interface of the game. The only options that you have in iOS10 is to go to the settings panel in / log out of game center or remove all friends. And none of the games I play has updated so I can see how their friending works with iOS10.

    Beyond providing the basic interface, Apple seems to have turned all aspects of the social game on the games themselves.

    If you want to make Apple know how you feel, you can leave your comments via this form

    http://www.Apple.com/feedback/

  • I've updated to 10.0.1 IOS and the new messaging feature will not work on my phone.  Help, I really want to use invisible ink...

    I've updated to IOS10.0.1, and the new features of meassaging do not work. Help because I really want to use invisible ink!

    You're now sending the arrow and selecting invisible ink?

Maybe you are looking for

  • Match + Apple iTunes music DRM Free?

    Dear Apple community, Music is my life, is more valuable to me then anything else. In the early half of my library was already purchased files WAV, Apple Lossless-converted. The other half was poor quality MP3. I signed up for Apple music and began t

  • Qosmio F20: wireless keep disconnecting

    Hello I have a problem with my laptop. He always cut after 2-3 min for the wireless network. I don't know what's the problem with him.My laptop is Qosmio F20 with WINDOWS MCEMy router is USR 9108 with security on the wireless network using WPA - TPK

  • Error starting and error .exe

    Hi, the problem I've seen with is when I logged in, the startup is long to load... When you start the charge, nothing appears. Only my desktop background appear with no icons or anything on this subject. I need to press CTRL + ALT + DELETE to go to T

  • The user profile Service has not logon. Unable to load the user profile?

    Hello Everytime I try to log in my account I get this error. IM an administrator but he is also another account Admin I tried to create a new account and copy all the files from my old to my new account, I managed to make a new account, but when I tr

  • Why the my folder appdata is so great?

    While browsing my files, I noticed that my user folder takes place an unusual amount of space on my hard drive. I ended up watching in my AppData folder for the solution and found the culprit, AppData/Local/Microsoft/Windows, who was 86 GB by itself.