Search:

Type: Posts; User: skiabox

Search: Search took 0.36 seconds.

  1. Replies
    1
    Views
    2,753

    Custom jsp tag does not compile

    I get compilation errors when I try to compile the custom tag below.

    address.tag



    <%--
    Document : address
    Created on : Feb 21, 2012, 1:47:19 PM
    Author : skiabox
  2. Implement paging when having an underlying servlet controller

    Here is the jsp code :



    <table id="productTable">

    <c:forEach var="product" items="${categoryProducts}" varStatus="iter">

    <tr class="${((iter.index % 2) == 0) ?...
  3. Replies
    2
    Views
    3,267

    [SOLVED] Re: No META-INF directory

    I created the folder by hand and it worked.
  4. Replies
    2
    Views
    3,267

    [SOLVED] No META-INF directory

    I am reading murach's book about jsp and servlets.
    He uses netbeans(I am using intellij idea) and I am at a point when he uses the META-INF folder that netbeans creates to save a context.xml file...
Results 1 to 4 of 4