Does doSearch a class?
Type: Posts; User: genocide; Keyword(s):
Does doSearch a class?
you have doSearch class?
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. :)
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...
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...
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"...
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...
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...
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"
...
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.
...
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...
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.
...
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>
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?
...
Having the same problem. Where should I put that context? where is the base test class setup method? sorry novice here.
thanks