Search:

Type: Posts; User: me10lee83

Search: Search took 0.11 seconds.

  1. Re: Limit length of characters output in JSP string

    I found a JSTL function to do this and that is working exactly as desired, however in the process I found that the back button doesn't work. Everything looks fine that I can see, just loads a blank...
  2. Limit length of characters output in JSP string

    I am outputting a string from a java bean and want to limit the number of characters. How can I do that? Here is the code I have in the JSP


    <table frame="box">
    <c:forEach...
  3. Replies
    1
    Views
    1,178

    Using an If statement to check boxes

    I have a servlet that is basically a shopping cart. You select some items, POST is called and it totals them up and gives the total of selected items. When the back button is clicked (which really...
Results 1 to 3 of 3