User Profile

Collapse

Profile Sidebar

Collapse
Cli
Cli
Last Activity: Aug 29 '08, 07:43 AM
Joined: Dec 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Cli
    started a topic JSP query
    in Java

    JSP query

    Hi Guys,

    I want to read a parameter from my query string and display it in my JSP page.
    e.g. "Results for your query JSP Query returned 10 results."
    I am using the following JSP code to grab the parameter from my querystring
    Code:
    String queryStr = (String) request.getParameter("querystr")
    All works fine unless someone searches for a piece of text which contains a script tag. Instead of displaying...
    See more | Go to post

  • Cli
    replied to JSF and Prototype framework?
    No, am new to web development trying to determine which framework(s) to use (if any).

    Have been reading up on Struts and JSF as the application framework. Have more or less decided on JSF.

    For Javascript, being torn between JQuery and prototype. Am currently leaning towards JQuery due to the documentation available.

    Can't find much or any documentation on which js framework works best with which application...
    See more | Go to post

    Leave a comment:


  • Cli
    started a topic JSF and Prototype framework?

    JSF and Prototype framework?

    Anyone using JSF in conjunction with Prototype javascript framework?
    See more | Go to post

  • Cli
    replied to Reloading page on servlet response
    in Java
    Why I'm not using one... There was just too much to learn when I started this project.. Had only seen Spring in action and it scared me ;-)

    Can I do what I'm trying to do with out a framework?

    Anyone suggest a good framework, My app is heavily dependant on AJAX and DB access.
    See more | Go to post

    Leave a comment:


  • Cli
    started a topic Reloading page on servlet response
    in Java

    Reloading page on servlet response

    Hi Guys,

    I have a servlet which determines if the user entered a valid captcha,
    If the captcha is correct the request is forwarded to another servlet which inputs the form data to a DB.
    if the captcha is incorrect a response is sent back to client to indicate the captcha has to be re-entered.

    When the captcha is incorrect... I can't figure out how to respond to the client without forcing a page refresh....
    See more | Go to post

  • Cli
    replied to ft_stopword_file
    I found the missing step. Had to rebuild the fulltext index.
    Thanks anyway...
    See more | Go to post

    Leave a comment:


  • Cli
    started a topic ft_stopword_file

    ft_stopword_file

    I want to create my own stopwords file. But it just won't work for me.

    Before applying my own file I run the following query:
    Code:
    Select title from table where MATCH (title) AGAINST ('+The +Confession' IN BOOLEAN MODE)
    I get two results:
    1. title = The confession
    2. title = confession

    After creating my own stopwords file I run the same query and get NO Results.

    I have verified "the" is in...
    See more | Go to post

  • Cli
    replied to FullText Search Exact Phrase
    I was missing a set of single quotes ' "Dublin 1" '.
    It works a treat.
    Thanks !
    See more | Go to post

    Leave a comment:


  • Cli
    started a topic FullText Search Exact Phrase

    FullText Search Exact Phrase

    Is it possible to search for exact phrases which include a digit. e.g. "Dublin 1" vrs "Dublin 2" using Mysql fulltext search?

    As far as I can tell the digits are considered stop words ( too short ) and are ignored. I have a need to search for those exact phrases - spaces included.

    Thanks.
    See more | Go to post
No activity results to display
Show More
Working...