Urgent : Trees in JSP

hii guys
i am very new to jsp..i want to display a employee hierachy structure( who reports to whom)..
current i am using java swing tree and loading it in applet..but this is giving me problem because of the large size of driver file..
i would like to know if i can embed swing tree or any other tree which jsp supports.i want to update the tree dynamically i.e when the user clicks on a employee i wnat to expand it to show who reports under him...
plzzz reply very soon..thanks
sairam

JSP has no native support for displaying trees. Hence I have created a tag library to solve the problem
http://www.jenkov.dk/projects/treetag/treetag.jsp
Jakob Jenkov
www.jenkov.dk

Similar Messages

  • Exercise / display tree in JSP

    Until recently, I though it was not possible to display a tree
    with JSP pages unless using some "external" code [tag,js,etc.] for
    generating the HTML.
    So I propose you a little challenge:
    - display a tree [for example a directory structure starting from a given directory]
    - in a nested form
    - with no library tags
    - without direct use of "out"
    - <%= ... %> only allowed to display file names
    - with a single JSP

    what you want ommit is all the advantage of the jsp:(()
    without those, why people use jsp?My purpose is only to demonstrate that it is possible to display
    a nested structure with "simplistic" JSP. So, will you take up the challenge ?

  • Graphical tree in JSP

    I wanna write a code that will allow users to make a tree structure at runtime, it must be a web based server site most preferably in JSP

    cotton.m,
    Unless you are planning to use an applet this won't be happening.Exactly and this is what happened to me when I tried to implement table tree in jsp and javascript, after several approach; it turn out the is no way of controlling the view; then I moved to build the Report based on applet
    You don't seem to be aware that JSP code executes on the server. And produces something like HTML. Which is then viewed in the browser.Yes and It is not easy to handle the event on the browser to the server; especially if you want to use one component from Struts or any rich client interface framwork, you will end up adding the whole libraries and different configurations etc.. so there is not light weight approach to extract what you need from these frame work (ZK, Struts, Myfaces etc..)
    Regards,
    Alan Mehio
    London,UK

  • Urgent help, Tree Viewer JSP

    Has anyone gotten the tree viewer bean to work on a JSP? If so, please give tips on it, or an example of table would be appreciated. I keep getting an error message that my row-set browser is not self-refferencial.
    Thanks

    hi vidyut, thanks for the help. was juz wondering. The file contents tt im supposed to read in and print out contains around 200 similar entries, meaning :
    MEASURE Waist_Full=33.19
    MEASURE Waist_Front=16.06
    MEASURE Waist_Back=17.12
    MEASURE Waist_Height_Front=38.82
    MEASURE Waist_Height_Back=39.73
    MEASURE Waist_Height_Left=39.28
    MEASURE Waist_Height_Right=39.28
    MEASURE Waist_Front_X=43.98
    MEASURE Waist_Back_X=35.04
    MEASURE Waist_Width=11.85
    MEASURE Shirt_Collar=14.88
    MEASURE Neck2Waist_Front=19.64so is the properties object stil the best method to use? To extract the whole string except MEASURE and '='?

  • Problem in impelementing tree in jsp using XML

    I am trying to impelemnt "treeview.htc" to impelement tree structure in my jsp page.I am using XML file to get the elements for treenodes.Now My Problem:
    Basically i have one ASP page with me, and there they have done all this things.But when i try to impelement the same thing in JSP it is thrwing me error.
    <b>Error: It is unable to detect the namespace i have mentioned in :>
    IT is not able to detect the "TVNS" namespace..Hence showing error while saving the jsp file</b>
    <code>
    <?XML:NAMESPACE PREFIX=TVNS />
    <?IMPORT NAMESPACE=TVNS IMPLEMENTATION="C:/XMLTREE/treeview.htc" />
    <tvns:treeview id="ctlFilter_TreeFilter" class="clsTreeView"
    defaultStyle="font:normal normal normal 8pt Tahoma;" selectedNodeIndex="0" HelperID="__ctlFilter_TreeFilter_State__" systemImagesPath="C:/XMLTREE/images"
    onexpand="javascript: if (this.clickedNodeIndex != null) this.queueEvent('onexpand', this.clickedNodeIndex)" oncollapse="javascript: if (this.clickedNodeIndex != null) this.queueEvent('oncollapse', this.clickedNodeIndex)"
    oncheck="javascript: if (this.clickedNodeIndex != null) this.queueEvent('oncheck', this.clickedNodeIndex)" onselectedindexchange="javascript: if (event.oldTreeNodeIndex != event.newTreeNodeIndex) this.queueEvent('onselectedindexchange', event.oldTreeNodeIndex + ',' + event.newTreeNodeIndex)" style="height:100%;width:100%;">
         <tvns:treenode Type="And" Expanded="True" Selected="true">
              And<tvns:treenode Type="Property">
                   Buyer Name = "Abukar Hagi, Abdirashid"
              </tvns:treenode><tvns:treenode Type="Property">
                   Buyer Name > "Abukar Hagi, Abdirashid"
              </tvns:treenode><tvns:treenode Type="Property">
                   Buyer Name <= "Abukar Hagi, Abdirashid"
              </tvns:treenode>
         </tvns:treenode>
    </tvns:treeview>
    </code>
    Please help me out .its very urgent.
    Thanks in advance.

    Have you actually been able to get this to work? I tried some of the demos from the MS site and running the html file with the treeview.htc just sends my browser into a state of loading with nothing happening!?!
    This is a webcontrols component which is rather MS specific. As for finding the namespace, are you accessing this page locally or remotely? the namespace location, if run from a JSP, will resolve the C: drive to the one the web browser is running in not your server.
    If you have your htc file in the same dir as the jsp your running, then putting just "treeview.htc" as the namespace whould be fine or add the context path like so:IMPLEMENTATION="<%=request.getContextPath()%>/treeview.htc"Let me know if you actually get this running without a web server. Otherwise it may be the .Net server that renders the page.
    Anthony

  • TREES in JSP

    how can i create Tree like structure in JSP.can i use swings.IF yes what can be the container.
    I am trying to access database and show the data in TREE node like structure.
    Rohit

    <%@ page import="java.util.*"%>
    <jsp:useBean id="TreeBean" class="resourceweb.TreeBean"/>
    <html>
    <head>
    <title>Listing of resources Found</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <STYLE type=text/css>A:visited {
         COLOR: #cc0033
    A:link {
         COLOR: #cc0033
    A:active {
         COLOR: #cc0033
    A:hover {
         COLOR: #ff0033
    </STYLE>
    <script language="JavaScript">
    <!--
    var Open = ""
    var Closed = ""
    function preload(){
    if(document.images){
         Open = new Image(16,13)
         Closed = new Image(16,13)
         Open.src = "img/openfolder.gif"
         Closed.src = "img/closedfolder.gif"
    function showhide(what,what2){
    if (what.style.display =='none'){
    what.style.display='';
    what2.src=Open.src
    else{
    what.style.display='none'
    what2.src=Closed.src
    -->
    </SCRIPT>
    </head>
    <BODY bgColor=white onload=preload()>
    <FONT face=Verdana size=2></FONT><FONT face=Verdana size=2>
    <%
    HttpSession session1 = request.getSession();
    Vector v = (Vector)session1.getAttribute("treeResults");
    String cat = (String)session1.getAttribute("catid");
    String loc = (String)session1.getAttribute("location");
    int i = 0;                                                                                     
    int catid = 0;
    int resid = 0;
    resourceweb.TreeBean c = null;
    String tempType = null;
    GregorianCalendar now = new GregorianCalendar();
    int mth = (now.get(Calendar.MONTH)) + 1;
    int year = now.get(Calendar.YEAR);
    %>
    <%
    //iterate through beans to display category.
    c= (resourceweb.TreeBean)v.elementAt(i);
    while (i < v.size())
         tempType = c.getResourceCategory();
         catid++;
         resid++;
         %>
         //this is where the top level stuff are
         <SPAN id=cat1<%=catid%> onclick=showhide(res<%=resid%>,cat<%=catid%>)
         style="CURSOR: hand; FONT-FAMILY: Verdana; FONT-WEIGHT: bold;">
              <FONT
                   style="TEXT-DECORATION: none">
                   <!-- <IMG id=<%=c.getResourceCategory()%> src="img/closedfolder.gif"> -->
              <IMG id=cat<%=catid%> src="img/closedfolder.gif">
              </FONT>
         <%=c.getResourceCategory()%>
         </SPAN><BR>
         //this is where the second level stuff are.
         <SPAN id=res<%=resid%> style="DISPLAY: none">
         <%
         while((tempType.equals(c.getResourceCategory())) && (i < v.size()))
         %>
         <% if (i == (v.size() - 1)) { %>
              <IMG src="img/lastnode.gif">
              <% }
              else
              {%>
              <IMG src="img/node.gif">
              <% } %>
              <IMG src="img/doc.gif">
              <a href="../servlet/resourceweb.MthViewDispatcherServlet?Action=MthView&ResId=<%=c.getResourceId()%>&Mth=<%=mth%>&Year=<%=year%>&CatId=<%=cat%>&Location=<%=loc%>&View=Tree target=folderFrame"><%=c.getResourceName()%></a>
              <BR>
         <%
         ++i;
              if(i < v.size())
              c= (resourceweb.TreeBean)v.elementAt(i);
         }      %>
         </SPAN>
         <% } %>
    </FONT>
    </BODY>
    </head>
    <frameset rows="170,*" onLoad='initializeTree()'>
    <frame name="banner" scrolling="no" noresize target="contents" src="Menu.html" frameborder="no">
    <frameset cols="150,*">
    <frame name="treeFrame" frameborder="no" src="blank.html">
    <frame name="folderFrame" src="AllResources.html" frameborder="no">
    </frameset>
    </frameset>
    </html>
    This is the jsp that displays the tree, you can either manually code the SPAN_IDs to include watever u want in the tree or you can get the contents of the tree from the database.

  • JS Tree Browser - JSP

    I have inserted a JS Tree Browser Data Web Bean in a JSP page but it doesnot works!! This is the result:
    "Rowset must be self-referential and ViewLink accessor must be defined"
    ... What should I do??...
    Thanks!!
    Johary Pirez.

    You need to prepare the query using the setWhereClauseParams(x) call, before you initialize your data web bean. Otherwise, if you call the methods after you initialize your web bean, the context has already been set and the error occurs.
    You should insert another data web bean into your page somewhere at the top and use it to setup your query and create a view object. You should remove this bean's Render() method since you are only interested in the Initialize() method here. Add your code to prepare the query and create the view object.
    Then when your JS Tree Browser executes, it will be able to call getRowSet() on the View Object you created already.

  • Hierarchical trees in jsps

    Hello:
    Does anyone have any sample code that shows displaying a
    hierarchical tree from a jsp page?
    We're new at jDeveloper and are using xml and xsl
    stylesheets.
    We cannot use the swing control as this requires the client to
    download a 2mb file to their computer.
    Any advice, samples or links for a solution would be greatly
    appreciated.
    Thanks.
    Sheena

    Check out Coldtags suite on http://www.servletsuite.com/jsp.htm
    There is a Tree taglib

  • Using tag library to create a tree in jsp

    Hi,
    I want to create a tree in a JSP page whose node values are obtained from the database. The number of children of a particular node is known only during the construction of the tree.
    Root
    |---Node I
    |----Node I Level 1 Child 1
    |----Node I Level 1 Child 2
    |----Node I Level 1 Child 2 SubLevel Child 1
    |----Node I Level 1 Child 2 SubLevel Child 2
    |---Node I Level 1 Child 2 SubLevel Child 2 Subsub Level1
    |----Node I Level 1 Child 3
    |---Node I Level 1 Child 3 SubLevel Child 1
    |---Node II
    |---Node n
    These node values are obtained from the database. Any early help is appreciated. Helping in tree construction using JSP & Tag Libraries is requested (not swings). Also help me in deploying the same in Tomcat 4.0 server.
    Regards
    Vimal

    I am not very knowledgable in tag libraries. Bust using pure java, you can do something like this:
    Create Node and NodeRenderer java classes. These classes will have methods to access their siblings, parent and its properties and to render itself using HTML code. When you read the database to retreive the tree structure, you can build a hierarchy of nodes. Each Node can render itself and by doing an appropriate traversal, the tree can be rendered.

  • URGENT help with JSP

    Any help with this will be really appreciated. I'm new to programming.
    If I search for an ssn in a database, I want to view all records relating to that ssn. However, I am getting all the records in the table.
    eg.
    at the prompt for ssn, let's say I enter 111111111
    I would like to see
    111111111 abc xyz etc
    111111111 pdg ppp etc
    however, I am getting
    000000000 utt tui etc
    111111111 tug etg etc
    How do I make limit the search to the ssn I want?
    The related code is below.
    Thanks.
    Java Code
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    if (checkLoginSessionPresent(request, response)) {
    loadTable("/esoladm/TaxView.jsp", request, response);
    else {
    checkLoginSessionRedirect("/esoladm/ESOLAdminMain.jsp", request, response);
    JSP Code
    <% while (MyTaxSuppress != null) { %>             
    <% String sPlanCode = MyTaxSuppress.getPlanCode(); %>
    <% String sSSN = MyTaxSuppress.getSSN(); %>
    <% String sTaxYear = MyTaxSuppress.getTaxYear(); %>
    <% String sDistCode = MyTaxSuppress.getDistCode(); %>
    <% double sGrAmount = MyTaxSuppress.getGrAmount(); %>
    <% String sStmtType = MyTaxSuppress.getStmtType(); %>
    <% boolean bNewSuppress = MyTaxSuppress.getNewSuppress(); %>
    <% String rowID = sPlanCode; %>
    <% rowID += sSSN; %>
    <% rowID += sTaxYear; %>
    <% rowID += sDistCode; %>
    <% rowID += sStmtType; %>
    <% rowID += sGrAmount; %>
    <% System.out.println( "Do While lp exiti" + rowID);%
    <% if (bNewSuppress) { %>
    <% out.println( "<TD> %>
    <% <img BORDER='0' SRC='/esoladm/ESOLNew2.gif' %>
    <% ALT='' WIDTH='50' HEIGHT='20'> </TD >"); %>
    <% } else { %>
    <% out.println( "<TD></TD>"); %>
    <% } %>
    <TD><%= sPlanCode %></TD>
    <TD><%= sSSN %></TD>
    <TD><%= sTaxYear %></TD>
    <TD><%= sDistCode %></TD>
    <TD><%= sGrAmount %></TD>
    <TD><%= sStmyType %></TD>
    <TD><input TYPE="checkbox" name="<%=rowID %>" ></TD>
    <% MyTaxSuppress = MySuppressTaxList.getNext(); %>
    <% } // end of while loop %>

    I don't see anywhere in your code where you conditionally output a tuple from your database. You seem to be outputting everything.
    Maybe you need:
    <% if (sSSN==input_value){ %>
    <TD><input TYPE="checkbox" name="<%=rowID %>" ></TD>
    <% } %>

  • [URGENT] : Tree Navigation through SSO

    Greetings,
    I have an external application which is hosted on weblogic server 8. the application has navigation tree and the user to the application gets the navigation tree according to his/her role maintained in Tables under schema. i have portal 10.1.2.0.2 installed with SSO, then portal is upgraded to 10.1.4.
    I want to have single sign on for the application in weblogic so that it can be seen tree wise with SSO enabled from portal.
    is it acheivable.? if yes then pls guide.
    Thanks & Regards,
    -Tarique Abdullah-

    The Oracle Jinitiator is no longer supported and is not compatible with newer browsers. I recommend you configure your system to use the Oracle/Sun Java Plug-in (Java Runtime Environment-JRE) 1.6.0_18 or higher; but not Java 7. Last I had heard Java 7 was not certified/supported with Oracle Forms; but that may have changed.
    To use the Java 6 plug-in, take a look at the Oracle White Paper Oracle 10gR2 Forms Services – Using Sun's Java Plug-in. This document will show you how to configure your system to use the Oracle/Sun Java Plug-in.
    As for upgrading your Forms version to the 10.1.2.3.0, Christian is right, you can only get the patch from My Oracle Support and you must have a support contract with Oracle.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Urgent Help in JSP for multiple records update

    I have a Order Placement form for the dealers. Here they place their orders online and submit the form. The details they enter are stored in Orders table in a database. This order is sent for processing. This is an external operation for the users of our products.
    This table has two extra fields AccptNo and DelDate, which are filled in by the Admin of the Stores Dept of our company. The Admin then logs in and views the new orders. He sees the new orders displayed in the following format. The data shown is from the Orders table.
    He is then reqd to just fill in the Accpt No and Del Date against the requisite Order.
    Having finished filling up all the details he clicks the Submit button which updates the Orders table. i.e the existing records are updated with the accptno and del dates or rather the records are overwritten.
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>New Page 1</title>
    </head>
    <body>
    <p><b><font size="3" face="Arial Unicode MS" color="#FF0000">Orders - Admin
    Page.</font></b></p>
    <b><font size="2" face="Verdana" color="#0000FF">
    Following are the new pending orders.</font></b>
    <form method="POST" action="updtOrd.jsp">
    <div align="center">
    <center>
    <table border="1" cellspacing="0" width="68%" bordercolor="#000080">
    <tr>
    <td width="13%" align="center"><font size="2" face="Arial Unicode MS"><b>Dealer
    Id</b></font></td>
    <td width="11%" align="center"><font size="2" face="Arial Unicode MS"><b>Product</b></font></td>
    <td width="13%" align="center"><font size="2" face="Arial Unicode MS"><b>Quantity</b></font></td>
    <td width="10%" align="center"><font size="2" face="Arial Unicode MS"><b>Value</b></font></td>
    <td width="53%" align="center"><font size="2" face="Arial Unicode MS"><b>Acceptance
    No.</b></font></td>
    <td width="53%" align="center"><font size="2" face="Arial Unicode MS"><b>Delivery
    Date</b></font></td>
    </tr>
    <tr>
    <td width="13%"><font size="2" face="Verdana">d0116033</font></td>
    <td width="11%"><font size="2" face="Verdana">ABC</font></td>
    <td width="13%"><font size="2" face="Verdana">100</font></td>
    <td width="10%"><font size="2" face="Verdana">100000</font></td>
    <td width="53%"><input type="text" name="T1" size="20"></td>
    <td width="53%"><input type="text" name="T6" size="20"></td>
    </tr>
    <tr>
    <td width="13%"><font size="2" face="Verdana">d0116065</font></td>
    <td width="11%"><font size="2" face="Verdana">XYZ</font></td>
    <td width="13%"><font size="2" face="Verdana">160</font></td>
    <td width="10%"><font size="2" face="Verdana">16000</font></td>
    <td width="53%"><input type="text" name="T2" size="20"></td>
    <td width="53%"><input type="text" name="T5" size="20"></td>
    </tr>
    <tr>
    <td width="13%"><font size="2" face="Verdana">d0116058</font></td>
    <td width="11%"><font size="2" face="Verdana">PQR</font></td>
    <td width="13%"><font size="2" face="Verdana">300</font></td>
    <td width="10%"><font size="2" face="Verdana">3000000</font></td>
    <td width="53%"><input type="text" name="T3" size="20"></td>
    <td width="53%"><input type="text" name="T4" size="20"></td>
    </tr>
    <tr>
    <td width="153%" colspan="6">
    <p align="center"><input type="submit" value="Submit" name="B1"></td>
    </tr>
    </table>
    </center>
    </div>
    </form>
    </body>
    </html>
    I hope this makes the scene clear still you may eat my head for more clarifications but please help me.
    Can mail me at [email protected]
    ThanQ

    Name your textfields for accetance number and del date as your primary key that must be dealer id in your case.
    You can do this by writing <input type=text name=<%=<something>%>>
    Then you can get all the parameters in jsp to which you are going to submit your request by using function getParameterNames(). That will return you all the primary keys posted as name of your textfield. Then get the parameter value from parameter name and run the sql.

  • Tree in JSP

    I am trying to display the values getting from the database and display in the tree to different levels of nodes.I also need to dynamically add a node to the tree.
    So please help me to do the needful if any one has the solution
    thanking you

    http://forum.java.sun.com/thread.jspa?threadID=483984&messageID=2567249

  • Tree view JSp

    hai all,
    i am new to XML. I have the requirement like
    I have a tree structure with parent and child
    It goes upto 30000 records.
    User enters the text and presses submit button the
    coresponding text has to be searched in the tree structure
    and that has to be made selected.
    all the parent node which has the text as child has also
    to be populated in the List box. how can I do this.
    Is it possible to do this in client side ?
    I want help ?
    thanks
    sundar

    Internet Explorer 5 can do it on the client-side. it uses the Active-X plugin as a DOM parser....and you can use javascript with it.

  • URGENT: sp6 and JSP compiling/classpath problem?

    Hi,
              We installed sp6 on our production site a little over a week and started
              seeing this problem on our logs with regards to any JSP with an include tag,
              such as:
              <%@ include file="/inc/insideHeadTag.jsp" %>
              INTERMITTENTLY, we will get the following error in the page on the client
              side at runtime:
              < ! -- cannot include file '/inc/insideHeadTag.jsp', resource not
              found -- >
              I grepped this newsgroup and noticed a previous unanswered post of the same
              nature, "Static compiles do not seem to include JSP's". Except in our case,
              this problem also manifest for dynamic JSP compiles, happens sporatically,
              and only started with sp6.
              Bug???
              Gene Chuang
              Join Kiko.com!
              

              Just to clarify - I'm not from BEA, I'm from EA - short a letter.
              As far as I know, there is no synchronization between WL instances in a cluster regarding the
              the compiling of JSPs. So when you start up two WL instances that share the same workingDir,
              and each WL instances gets a hit on your shiny new index.jsp, they both need to compile it. So the first
              one compiles it and writes index.class, the second does the same, overwriting the first _index.class,
              possibly at the same time that the first instance is trying to load _index.class into memory. And you
              get a mysterious 'class not found' error. Not likely, but possible.
              "Gene Chuang" <[email protected]> wrote:
              >Hmm, interesting... I thought Weblogic strongly recommends clustered
              >servers sharing the same file system?
              >
              >So you're saying the system-wide, cluster and node specific directories can
              >reside on the shared drive, but workingDirs should reside on local drives?
              >
              >--
              >Gene Chuang
              >Join Kiko.com!
              >
              >"Mike Reiche" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> Make sure that your WLS instances are NOT sharing the workingDir. If two
              >instances
              >> try to compile the same JSP at the same time, bad things can happen.
              >>
              >> Mike
              >>
              >> "Gene Chuang" <[email protected]> wrote:
              >> >Hi Jong,
              >> >
              >> >Thanks for the reply; but I wish the solution is as simple as that.
              >Yes,
              >> >my .jsps are in the proper directory. They have been working properly
              >for
              >> >the past 6 months, since we were running WL 4.5.1. Only when I switched
              >to
              >> >WL 5.1 sp6 did this bug start showing up. Plus, like I said in my
              >original
              >> >post, this bug is sporatic. SOMETIMES the included jsp is found by
              >Weblogic
              >> >and the includer jsp compiles correctly; other times it isn't found and
              >the
              >> >includer jsp leaves a gap! What's going on?
              >> >
              >> >We are running clustered web servers in Solaris 2.7 with a shared file
              >> >system. This sporatic behavior may be because some nodes aren't working
              >> >properly???
              >> >
              >> >--
              >> >Gene Chuang
              >> >Join Kiko.com!
              >> >
              >> >"Jong Lee" <[email protected]> wrote in message
              >> >news:[email protected]...
              >> >>
              >> >> "Gene Chuang" <[email protected]> wrote:
              >> >> >Hi,
              >> >> >
              >> >> >We installed sp6 on our production site a little over a week and
              >started
              >> >> >seeing this problem on our logs with regards to any JSP with an
              >include
              >> >tag,
              >> >> >such as:
              >> >> I assumed insideHeadTag.jsp is in
              >> >> YOUR_DOCUMENT_ROOT/inc/insideHeadTag.jsp
              >> >>
              >> >> if you haven't read the spec of relative URI please do so:
              >> >> jsp spec 1.1 - section 2.5.2
              >> >>
              >> >> Jong
              >> >>
              >> >> >
              >> >> > <%@ include file="/inc/insideHeadTag.jsp" %>
              >> >> >
              >> >> >INTERMITTENTLY, we will get the following error in the page on the
              >client
              >> >> >side at runtime:
              >> >> >
              >> >> > < ! -- cannot include file '/inc/insideHeadTag.jsp', resource not
              >> >> >found -- >
              >> >> >
              >> >> >I grepped this newsgroup and noticed a previous unanswered post of the
              >> >same
              >> >> >nature, "Static compiles do not seem to include JSP's". Except in our
              >> >case,
              >> >> >this problem also manifest for dynamic JSP compiles, happens
              >> >sporatically,
              >> >> >and only started with sp6.
              >> >> >
              >> >> >Bug???
              >> >> >
              >> >> >Gene Chuang
              >> >> >Join Kiko.com!
              >> >> >
              >> >> >
              >> >> >
              >> >>
              >> >
              >> >
              >>
              >
              >
              

Maybe you are looking for

  • Make any sense out of crash report?

    Hello- Since upgrading to Yosemite FCP is not usable. Slow to the point of not being usable. If anyone can see anything in this report that I might be able to fix/work on I would be grateful. Thank you. Process:               Final Cut Pro [468] Path

  • How can i get the name of a symbol and pass to a variable?

    Hello! Is posible to get the name of a symbol and pass to a variable?? Thanks Sonia

  • Canceled opening the page

    Hi, there, I added a Flash animation to a web page, and instead of showing it, I get this Canceled opening the page error (that, or it just shows this big blank space) in all of the browsers I've tried (IE, Firefox, Safari, Chrome, Opera). Adobe says

  • Auto file generation on desktop

    One of our FI user, getting files created on his desktop automatically with file name like "sapfewdll_01_0002_01_-896239.err.trc" all files are with extension .err.trc Can anyone faced this type of prob, pl help BS

  • Using awk or sed to parse the web proxy file

    I'm trying to figure out how to extract the web address from the proxy log, so that upon seing www.apple.com/images/image.jpg the function would only return www.apple.com Essentialy I'd like to find the first instance of .*/ (so it could be .com/ .ne