Weblogic 5.1 - Attributes in servlet Page Context

          Looks like Weblogic 5.1 only supports "String" for attributes and parameters in a servlet pageContext . I wanted to make use of boolean and int but I received wrong values . When changing to String , everything works fine . Does anyone knows about this issue ? Please email me at [email protected] if you can help me with this .
          Thanks,
          Daniel
          

          Looks like Weblogic 5.1 only supports "String" for attributes and parameters in a servlet pageContext . I wanted to make use of boolean and int but I received wrong values . When changing to String , everything works fine . Does anyone knows about this issue ? Please email me at [email protected] if you can help me with this .
          Thanks,
          Daniel
          

Similar Messages

  • Info attribute in jsp page tag

    Is anybody else experiencing a problem with the info attribute in the page
              tag? None of my pages with the info attribute will compile. Every one
              generates a 'Duplicate method declaration/definition' error because the
              Weblogic JSP compiler is generating two 'getServletInfo' methods if the
              attribute is included. If I take the info attribute out they compile fine.
              Here's a sample tag:
              <%@ page info="myfile.jsp (c) 2000, InvoiceLink Corporation. All Rights
              Reserved."
              import="java.util.*,com.invoicelink.invoicer.util.*,java.text.*,
              com.invoicelink.invoicer.data.*"
              errorPage="./ErrorPage.jsp"
              contentType="text/html; charset=ISO-8859-1"
              buffer="8kb" autoFlush="true"
              isThreadSafe="true"
              %>
              Randall Rupp
              BCE Emergis (formerly InvoiceLink Corp.)
              [email protected]
              

    I should note that this is with wl5.1.0 sp6:
              Randall Rupp <[email protected]> wrote in message
              news:39ed9f50$[email protected]..
              > Is anybody else experiencing a problem with the info attribute in the page
              > tag? None of my pages with the info attribute will compile. Every one
              > generates a 'Duplicate method declaration/definition' error because the
              > Weblogic JSP compiler is generating two 'getServletInfo' methods if the
              > attribute is included. If I take the info attribute out they compile
              fine.
              >
              > Here's a sample tag:
              >
              > <%@ page info="myfile.jsp (c) 2000, InvoiceLink Corporation. All Rights
              > Reserved."
              > import="java.util.*,com.invoicelink.invoicer.util.*,java.text.*,
              > com.invoicelink.invoicer.data.*"
              > errorPage="./ErrorPage.jsp"
              > contentType="text/html; charset=ISO-8859-1"
              > buffer="8kb" autoFlush="true"
              > isThreadSafe="true"
              > %>
              >
              > Randall Rupp
              > BCE Emergis (formerly InvoiceLink Corp.)
              > [email protected]
              >
              >
              >
              

  • The window title attribute for the page layout region has not been set

    Hi, I am a newbie to OA Framework extensions. Could you please advise me how to get rid of below error ?
    "The window title attribute for the page layout region has not been set. This attribute value will be used for the browser window title and should be set according to the UI standards. A default window title will be displayed for all such pages that violate the standards. Action: Set the window title or title attribute for the page layout region. The title attribute is used as a secondary source for the window title if the window title is missing."
    My requirement is to extend a VO and almost done with that but when i run the PG ( HomePG.xml ) file to ensure everything is fine , The target page is being displayed with above error. Just to let you know that i have already set the Titile and Window Title attributes for the HomePG.xml region i.e PageLayoutRN.
    One more thing i would like to share is that i was set the Window Title to 'Oracle Applications Home Page' , but target page name is being displayed as 'Oracle Applications'.
    Any suggestions ??
    Thanks.

    Hi all, I now getting below error when i click on notification from notification page ( AdvancWorklistPG.xml ) which should have taken me to the notification details page ( NotifDetailsPG ). Please note that i am running the page from Jdeveloper.
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT NtfEO.NOTIFICATION_ID,
    NtfEO.RECIPIENT_ROLE,
    NtfEO.BEGIN_DATE AS BEGIN_DATE_F,
    NtfEO.DUE_DATE AS DUE_DATE_F,
    DECODE(NtfEO.MORE_INFO_ROLE, NULL, NtfEO.SUBJECT, FND_MESSAGE.GET_STRING('FND','FND_MORE_INFO_REQUESTED')||' '||NtfEO.SUBJECT) AS SUBJECT,
    NtfEO.PRIORITY AS PRIORITY_F,
    NtfEO.STATUS,
    NtfEO.END_DATE AS END_DATE_F,
    NtfEO.USER_COMMENT,
    NtfEO.MORE_INFO_ROLE,
    NtfEO.FROM_USER,
    NtfEO.FROM_ROLE,
    NtfEO.TO_USER
    FROM WF_NOTIFICATIONS NtfEO
    WHERE NtfEO.NOTIFICATION_ID = ?
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:597)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.nav.OAPageButtonBarBean.processRequest(OAPageButtonBarBean.java:351)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:953)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01008: not all variables bound

  • R/3 connection from servlet page

    Helllo,
    I have implemented a servlet page from SAP NetWever Developer Studio:
      1 - J2EE -> Web Module Project for the development
      2 - J2EE -> Enterprise Application Project (EAR) for the deploy
    Now I need to access to the R/3 system. It is possible connect to R/3 system from a servlet page? In the portal already exists a system connection created under the section "Syatem Administration -> System Configuration" but I'm trying to implement the connection unsuccessfully (following the Java code used into the servlet):
    String sapSystem = "MNT";
    IUserAccount uacc = UMFactory.getUserAccountFactory().getUserAccountByLogonId("Administrator");
    IUserAccount iuacc = UMFactory.getUserAccountFactory().getMutableUserAccount(uacc.getUniqueID());
    IUser user = iuacc.getAssignedUser();
    IConnection connection = null;
    // get the Connector Gateway Service
    IPortalComponentRequest req = (IPortalComponentRequest) request;           => HERE Casting error
    Object connectorservice = PortalRuntime.getRuntimeResources().getService(IConnectorService.KEY);
    IConnectorGatewayService cgService = (IConnectorGatewayService) connectorservice;
    ConnectionProperties cp = new ConnectionProperties(user.getLocale(), user);
    connection = cgService.getConnection(sapSystem, req);
    String res = "", name = "", path = "";
    // Get the Interaction interface for executing the command
    IInteraction ix = connection.createInteractionEx();
    // Get interaction spec and set the name of the command to run
    IInteractionSpec ixspec = ix.getInteractionSpec();
    String functionName = "Z_R3_FUNCTION";
    // Put Function Name into interaction Properties.
    ixspec.setPropertyValue("Name", functionName);
    // return structure - parametro di export della funzione
    String function_out = "P_PAR";
    String function_in_value = "VALUE";
    RecordFactory rf = ix.getRecordFactory();
    MappedRecord input = rf.createMappedRecord("input");
    // put function input parameters
    input.put("P_KUNNR", function_in_value);
    MappedRecord output = (MappedRecord) ix.execute(ixspec, input);
    connection.close();
    Object result = output.get(function_out);
    Anybody knows how implement it?
    Thanks and best regards,
    Matteo.

    Hello Marcos,
    I have followed the example shown in your link, I have found all JAR file, the Java code has not error, I hace deployed my project, but the server returns the error:
    java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [no sapjcorfc in java.library.path]. java.library.path [/opt/java1.4/jre/lib/IA64W:/opt/java1.4/jre/lib/IA64W/server:/opt/java1.4/jre/../lib/IA64W:/usr/sap/PCT/JC00/j2ee/os_libs::/usr/sap/PCT/JC00/j2ee/os_libs:/usr/sap/PCT/SYS/exe/run:/usr/sap/PCT/SYS/exe/run:/usr/sap/PCT/SYS/exe/run:/oracle/PCT/sapdata4/SP24/LOGS/J2EE/sapinst_exe.252.1243940833:/usr/lib:/usr/sap/PCT/JC00/j2ee/os_libs:/usr/sap/PCT/JC00/j2ee/os_libs:]
    I have notice that into the folder "C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.mw.jco\lib" there is the file sapjcorfc.dll
    Do you know if I have to put JAR into a particular folder into my project, or I have to do some configuration on the server?
    Thanks and best regards,
    Matteo

  • How to use Oracle Procedures with Servlet page

    Hi all
    I'm working on Servlet pages and I need to insert and select some records from Oracle database but it has to be done by calling some already written Procedures. I've never really used them before so I'm little lost. I know where the queries are used it'll be Procedures but what is the syntax for it.Can anyone put me in right direction please.
    Thanks

    Just google it. You will find lots of examples. Here are some :
    [http://java.sun.com/docs/books/tutorial/jdbc/basics/sql.html|http://java.sun.com/docs/books/tutorial/jdbc/basics/sql.html]
    [http://onjava.com/pub/a/onjava/2003/08/13/stored_procedures.html|http://onjava.com/pub/a/onjava/2003/08/13/stored_procedures.html]

  • Calling a bean in weblogic 4.5 from a servlet which is in Iplanet webserver4.1

    while Calling a bean in weblogic 4.5 from a servlet which is in Iplanet webserver4.1 sometimes the servlet is not able to call the bean. There is no error logged in webserver. This is happening very rarely and when it happens I have to shut and restart IplanetWS.
    Can anyone tell me some solution or reason
    Regards
    Nitin

    We did receive a 4.5.1 / 5.1 interoperability patch - but it wasn't quite 'seamless'.
    We never tried to use it.
    SOAP? Isn't that around 50 times slower than RMI?
    Mike
    "Gary Mui" <[email protected]> wrote:
    We ran into this issue last fall and got some feedback from weblogic
    support. They originally said that it could be done (as well as different
    versions talking to one another via JMS) but it turned out that they
    were
    incorrect and ended up saying that it is not possible. Before 6.0 went
    GA,
    BEA said that there would be a interoperability patch to do this, but
    I've
    never seen nor heard of anything regarding it. As a workaround, we
    implemented 4.5.1 / 6.0 communication via SOAP.
    Mike Reiche wrote in message <3b1bcaec$[email protected]>...
    I have the same question - and more. Last year we were told that wecould
    not use
    RMI (and ejbs) between 4.5.1 and 5.1. Which seems kinda weird becauseI've
    heard
    of people using WL ejbs from Tomcat. This issue has caused us to avoidusing
    WL ejbs in any future development which has any chance of ever beingused
    by any
    app server (WL included) that is not under the direct control of thedata
    center.
    I've been trying to convince the Architecture team here that we canuse WL
    EJBs
    and we can call them from other app servers - but can't seem to getany
    supporting
    statement from BEA (maybe I haven't tried hard enough).
    Anyway, a response from BEA would be appreciated.
    - Mike
    "Madhu K" <[email protected]> wrote:
    Is it possible to call a (stateless session) bean deployed in weblogic
    6.0
    from a bean in weblogic 5.1? I have two versions of weblogic running
    on two
    different hosts and I have to call a bean that is running in 6.0 from
    5.1.
    Are there any limitations?
    Appreciate any feedback/suggestions.
    Thanks,
    Madhu

  • How to call global attribute in .htm page in sap crm

    hi friends,
    in the class i have  created a global attribute . i want to access this global attribute in .htm page of the view . how to call this attribute in .htm  please send me the syntax .
    thanks and regards,
    sashi

    hi,
    I have accessed the global attribute in .htm page . I have declare a local variable and pass the global attribute value to local variable.
    Here I put a validation for hiding the field . If the data is not available in the field then only I have to hide the field. For this I have written the code. For your reference,
    <%
    DATA : lv_exprevenue TYPE STRING.
    DATA : lr_entity TYPE REF TO if_bol_bo_property_access.
    *lv_exprevenue = ZL_BT111H_O_DETAILS_IMPL=>gv_dref.
    *lv_exprevenue =  controller->gv_dref.
    lr_entity ?= BTOpportH->collection_wrapper->GET_CURRENT( ).
    CALL METHOD lr_entity->GET_PROPERTY_AS_STRING
    EXPORTING
       IV_ATTR_NAME = 'EXP_REVENUE'
    RECEIVING
          RV_RESULT         = lv_exprevenue.
    IF lv_exprevenue is NOT INITIAL.
    exit.
    else.
    data: lv_xml type string.
    lv_xml = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
    replace all occurrences of '//BTOPPORTH/EXPREVENUE' in lv_xml with ''.
    ENDIF.
    %>
    <chtmlb:config displayMode = "<%= controller->view_group_context->is_view_in_display_mode( controller ) %>"
                    xml     = "<%= lv_xml %>"
                   mode        = "RUNTIME" />
    But the entire view is being hidden in WEB UI.
    Please Let me know if there is any mistake in the above code or I have write code some where else.
    Thanks & Regards,
    Sashi
    Edited by: skancharla on Nov 2, 2011 2:09 PM

  • Oracle XSQL Servlet Page Processor 0.9.9.1 (Technology Preview)

    I trying XSQL Servlet in oracle8.1.6,Java Web Server.
    When I access http://localhost:8080/xsql/index.html
    I am getting this error.
    "Oracle XSQL Servlet Page Processor 0.9.9.1 (Technology Preview)
    XSQL-013: XSQL Page URI is null or has an invalid format."
    Any suggestion....
    null

    JWS is not one of the supported Servlet Engines in 1.0.0.0 please see the release notes for supported engines (there are lots of them).
    The XSQL 1.0.1.0 release will support and
    additional set of engines that cause XSQL-013 errors becuase the return null for
    the Servlet API call:
    req.getRealPath(req.getServletPath());

  • Adding another attribute in jspx page

    hi how can i add another attributes in jspx page.In the empdetails Data Controls Palette i expand the application module to locate the lastname column and i h Drag the lastname column into the Structure window before the FirstName. When prompted for a drop target i choose text>adf input text W/LABEL.
    when i run the apllication the other column does not display,it only display the top two column above lastname but in design it show all column

    Hi.
    Sorry, I don't quite understand you.
    Try this, perhaps will be useful to you
    select the table in Structure panel and then in the section columns press a plus green icon and select in value Binding the new attribute.

  • Adding menuItems to the Pages context menu

    I am trying to add menuitems to the Pages context menu. I found this:
    http://support.adobe.com/devsup/devsup.nsf/docs/50383.htm
    But is specifically says those are SOME of the keys for the menus. Anyone happen to have a list? (I and other people may wish to add them to the Pages, or other context menus)

    hmmmm.... I think I got what you are talking about (kinda modified the one that was there):
    var myMenuNames = app.menus.everyItem().name;
    var myTextFile = File.saveDialog("Save Menu Action Names As", undefined);
    if(myTextFile != null){
    myTextFile.open("w");
    for(var myCounter = 0; myCounter < myMenuNames.length; myCounter++){
    myTextFile.writeln(myMenuNames[myCounter]);
    myTextFile.close();
    Furthermore... Since I actually found the name of the menu I was looking for.
    var myMenuNames = app.menus.item("Pages Panel Pages Context Menu").menuElements;
    var myTextFile = File.saveDialog("Save Menu Action Names As", undefined);
    if(myTextFile != null){
    myTextFile.open("w");
    for(var myCounter = 0; myCounter < myMenuNames.length; myCounter++){
    try{myTextFile.writeln(myMenuNames[myCounter].name);}catch(e){}
    myTextFile.close();

  • No "presence" Attribute for Master Pages or Content Areas?

    Is it true that there isn't a .presence attribute for master pages and content areas?  I have a form with multiple master pages, and based on certain criteria, I'd like to not display the master page.
    This master page has 1 content areas.  One is a header area.  The rest of the page is content area 2.  It is blank.  I have a conditional breakpoint that sends line items from a table to content area 2 if I have more than 7 line items.
    If I have 7 or fewer line items, I'd like to hide this master page, but LiveCycle doesn't seem to think you should ever hide an entire master page.  If I could hide the top content area, then at least the page would print blank.
    I can't wrap content areas in subforms.  If I could do that, then I could hide the subform.
    Thanks!!

    My problem is I have page 1 with fields in the header, then there are line items attached to a database table.  There could be 1 line item or 200.  I can print up to 7 line items on the first page and then a footer must appear on just page 1.
    If there are more than 7 line items, I continue to another page.  I have to have a bunch of header fields at the top of this continuation page.  The line items continue under this.  If another continuation page is needed, then the header info appears at the top and then the line items continue.  This goes on until all line items are displayed.
    I have to use a conditional breakpoint in this line item table so I can tell it to go to a content area under the header on the continuation page.  I can't have the line items continue at the top of a page because I need that header.
    I define the content area under the content area for the header on the continuation page.  I have only been able to define content areas on master pages.
    I have more than 1 master page.  Page 1 and the final page are on 1 master page and they must always print.  The line item continuation page is another master page with 2 content areas (header and line item continuation).
    If I have 7 or fewer line items, the continuation page is not needed.  I need to be able to hide or display this page dynamically based on the number of line items from the database.
    I can show some examples when I get back to work.
    Thanks!

  • Can I get Href attributes in HTML page ?

    Can I get Href attributes in HTML page ?
    I want to get HTML's table include href.
    I want to get columns "item", "item href", "value" from below table in a HTML web page.
    <table>
    <thead>
    <th>item</th>
    <th>value</th>
    </thead>
    <tbody>
    <tr>
    <td><a href="http://xxx.com/blue">item blue</a></td>
    <td>10</td>
    </tr>
    <tr>
    <td><a href="http://xxx.com/red">item red</a></td>
    <td>20</td>
    </tr>
    </tbody>
    </table>
    Regards,
    Yoshihiro Kawabata

    Hello Ben, I'm using some methos Web.Contents+Text.FromBinary+Text.Replace+Web.Page for href on HTML.
    source1 = Web.Page(
    Text.Replace(
    Text.Replace(
    Text.FromBinary(
    Web.Contents(url)),
    "href=""",
    ">"),
    "q=xx"">", "q=xx,")),
    This query transform href attribute to text in specific HTML.
    Original:
    <table>
    <thead>
    <th>item</th>
    <th>value</th>
    </thead>
    <tbody>
    <tr>
    <td><a href=http://xxx.com/blue?q=xx>item blue</a></td>
    <td>10</td>
    </tr>
    <tr>
    <td><a href="http://xxx.com/red?=q=xx">item red</a></td>
    <td>20</td>
    </tr>
    </tbody>
    </table>
    Result:
    <table>
    <thead>
    <th>item</th>
    <th>value</th>
    </thead>
    <tbody>
    <tr>
    <td><a>http://xxx.com/blue?q=xx, item blue</a></td>
    <td>10</td>
    </tr>
    <tr>
    <td><a>http://xxx.com/red?q=xx, item red</a></td>
    <td>20</td>
    </tr>
    </tbody>
    </table>
    Regards,
    Yoshihiro Kawabata

  • Java Servlet page not opening error 404

    Hi!
    I am working with servlets. I compiled the java file and the class file is been moved to
    c:\javawebserver2.0\servlets, and the html files moved to public_html. Html files r opening
    the classpath is mapped to jsdk.jar i.e
    set CLASSPATH=c:\javawebserver2.0\lib\jsdk.jar
    Built-in samples r working without any problem
    when i try to run the servlet
    Page Not Found error 404 occuring
    Please do the favour for me
    thanks

    404 Not Found means you didn't deploy the app properly.
    I think deploying an app like this is a terrible idea. If you have more than one app deployed on a production web server/servlet engine, you wouldn't want to put them all in the same place. "public_html" and the generic "servlets" directory shouldn't be used as dumping grounds for all your apps.
    Learn how to deploy using a WAR file. It'll keep all your apps separate and their constitutive parts together.
    Why Java Web Server? I don't think anyone uses it seriously anymore. Tomcat is the reference implementation of the servlet/JSP specs. I'd download that and use it instead of JWS. JMO, of course.

  • Verification Of SQL destils on a servlet page

    Hi,
    I am just wondering if anyone can help me with my litle problem, I need to read avalue from a database and display it on the servlet page, but the name has to be verified, something like:
    SELECT acbalance FROM actable WHERE acname = user
    I am wondering if I could read thevariable "user" from the session and verify it that way?
    If so, how do I do this?
    Or does anyone else have a better idea how I can do this?
    Any help greatly appreciated,
    Aidan.

    More simply you can use a PreparedStatement: SELECT acbalance FROM actable WHERE acname = ?... then, at each call, just use pstatement.setString(1, user)

  • Restoring of HREF on same servlet page

    hi,
    i have a servlet page that generating number of hyperlink in form of menu. on clicking any HREF control goes to other page.
    till now everything is fine, but i want to display most recent used top 10 HREF on servlet page without affecting the functionality.
    Pls help me.

    How about counting the clicks in static variables?
    Let's assume this:
    interface HrfClicks{
           public static int HRF1_CLICKED = 0;
           public static int HRF2_CLICKED = 0;
    public class TestServlet extends HttpServlet {
             public void doGet(HttpServletRequest request, HttpServletResponse){
                        HrfClicks.HRF1_CLICKED++;
                       //display the top ten links....etc.
    }Is that what you want?
    regards....
    Message was edited by:
    n3bul4

Maybe you are looking for

  • PO text not updated on SRM portal

    Hi Friends, We have upgraded SRM 4.0 (SRM server 5 SP04) to SRM 5.0 (SRM server 5.5 SP03) in MM-SUS scenario using XI 3.0. In a standard functionality text at header and item level of PO is visible on the portal. However currently we are not able to

  • Replaced controller is not working for customised IC_BASE's "Root.htm" view

    Hi All, We created ZIC_BASE application and included "Root" view from standard IC_BASE .further this setup is maintained in the runtime profile for replaced controller part. while triggering thro debugger,  flow is going to  IC_BASE's  Root.view  ins

  • Doing background processing in a servlet

    Hello folks I'm new here, I wonder if someone can give me an advice in an architecture problem I encountered. This text looks long, but the problem is quite simple � how to allow a servlet to do something independent by the doXXXX() methods invocatio

  • FitFrameToContent is going too small

    I'm using InDesign server to create documents. The document must precisely position a single character. I'm using FitFrameToContent expecting to get the bounds of the character, but the frame is reducing beyond that size. I've attached a JPG to show

  • Apple Broadband Tuner won't install.

    I've tried three different download sites. Using Safari.