Search:

Type: Posts; User: genocide; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    4,679

    Does doSearch a class?

    Does doSearch a class?
  2. Replies
    11
    Views
    4,679

    you have doSearch class?

    you have doSearch class?
  3. Replies
    4
    Views
    581

    I had seen many sample applications but can't...

    I had seen many sample applications but can't work it out.

    And if I may correct..i'm starting to learn java not spring. (my bad :( )

    Anyway, thank you for the ideas and suggestions. :)
  4. Replies
    4
    Views
    581

    Thank you for the reply. Can you provide me a...

    Thank you for the reply.

    Can you provide me a correct way of a search controller? even just the basic user search (id, name, email, company, position) from a database.
    Please bear with me, I'm...
  5. Replies
    4
    Views
    581

    formBackingObject() must not be null

    Hi,
    I'm having this error with the formBackingObject of my SearchController:


    javax.servlet.ServletException: Form object returned by formBackingObject() must not be null
    at...
  6. Thread: Search module

    by genocide
    Replies
    7
    Views
    1,024

    it's 2.5.6. How did you test it? do you think...

    it's 2.5.6. How did you test it?

    do you think my searchController is correct? for me to make a search module?
    maybe i should post also the basicSearch.jsp


    <form:form method="POST"...
  7. Thread: Search module

    by genocide
    Replies
    7
    Views
    1,024

    i don't use the three of them..i'm on the process...

    i don't use the three of them..i'm on the process of deciding on which of the three I should use..that is why I'm asking what is the correct way or which of them is the right controller bean.
    thank...
  8. Thread: Search module

    by genocide
    Replies
    7
    Views
    1,024

    there's something wrong with the...

    there's something wrong with the dispatcher-servlet.xml I posted.

    This should be:

    dispatcher-servlet.xml:


    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
  9. Thread: Search module

    by genocide
    Replies
    7
    Views
    1,024

    Here's the servlet.xml: I don't know on which in...

    Here's the servlet.xml: I don't know on which in red of search controller should I use.


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  10. Thread: Search module

    by genocide
    Replies
    7
    Views
    1,024

    Search module

    Hi,

    newbie here..

    i was assigned to developed a search module..but no idea if i'm doing the right thing..here's my SearchController: please correct me and tell me what should i add or remove.
    ...
  11. Thread: Search module

    by genocide
    Replies
    2
    Views
    489

    Oh sorry for that. And yes I tested it but no...

    Oh sorry for that.

    And yes I tested it but no resources found. My search function includes the dispatcher-servlet.xml, search.jsp, sampletbl.java and the database named sampledb and its table...
  12. Thread: Search module

    by genocide
    Replies
    2
    Views
    489

    Search module

    Hi,

    newbie here..

    i was assigned to developed a search module..but no idea if i'm doing the right thing..here's my SearchController: please correct me and tell me what should i add or remove.
    ...
  13. Replies
    0
    Views
    487

    spring jsp file

    hi,
    newbie here.

    i have a registration.jsp


    <form:form commandName="account" method="POST" name="account">
    <tr>
    <td>Email Address:</td>
    <td><form:input size='40' path="email"/></td>
  14. Replies
    1
    Views
    775

    hash password in user registration

    Hi,

    newbie here.

    I have registration.jsp use for account creation. Question is how can I make the password that the user created to be in hash (md5 or salt) and will be saved to the database?
    ...
  15. Having the same problem. Where should I put that...

    Having the same problem. Where should I put that context? where is the base test class setup method? sorry novice here.
    thanks
Results 1 to 15 of 15