Hi everyone,
Based on Spring Framework (v2.5) I have to implement for a web registration page with several steps.
The user must give his data (contact data, vehicle data, etc.) that are allocated...
Type: Posts; User: Lukem; Keyword(s):
Hi everyone,
Based on Spring Framework (v2.5) I have to implement for a web registration page with several steps.
The user must give his data (contact data, vehicle data, etc.) that are allocated...
Hi dbrinker,
Thank you for your answer...
I have defined the address user flow as a subflow (child-flow) in mandatorydata-change flow (parent-flow).
Here are the code:
In JSP...
Hi everyone,
I have a form "mandatorydata-change.jsp" where the contact data (name, first name, ...) and the address of the user data must be specified. The contact data have his own table and the...
Hi vbrasov,
I've got the same problem as you and did you described.
But it does not work for me.
My problem is:
I have a formular "mandatorydata-change.jsp" where you have to be given out the...
Hi everyone,
I need for my work to pass data from one form to two different Java classes and then save with Hibernate JPA in the database.
Here are the code:
In jsp file:
...
<form:form...
Hi everyone,
I want to protect my web application and the protection process is not working properly.
I have made locally and the following:
In web.xml of the web application I have made the...
Hello InverseFalcon,
As I wrote last time, I will now save the uploaded image in a folder (/style/img/userpics/) in my web project.
I've made as follows:
Here the flow:
...
<var...
Hi Everyone,
Does JQuery library, a method that can easily make a multiple-select operation? Or is there example?
Thanks in advance.
Hi Everyone,
I will make in a Web page
Users specify a multiple private vehicles data and address data and then save the specified data into database.
The whole thing is to be realized with...
Hi Everyone,
I want to insert in a web page a download link.
Here's the code:
<li>über <a href="${pageContext.request.contextPath}/handyprogramm/TeamViewer_Setup.exe">diesen Link</a> per...
Hi,
Does someone can tell me what's new in Spring 3 and the difference to two (Spring 2.5 and Spring 3)?
Thank you in advance
In RegistrationNewAccountStart "view-state, I'm just the fields (gender, smoker, and agreehandonphonenumber) initialized with <on-render> tag. And that's the same in "User Registration Info".
How...
Hello InverseFalcon,
Thank you for your reply.
Because the input data disappearing, the forms is in viewScope.
How can I now set the forms in flowScope, so keep the input data remain?
Here...
Hi Everyone,
I have realized in my current project a Registration with multiple steps.
If one has to click on "Back" button after you have completed the first form and then puts on the "Next"...
Hi Everyone,
I am now working in a Spring project using the Spring webflow.
The JavaScript library I would like to use JQuery.
How to integrate JQuery project in Spring and Spring webflow?
Thanks...
Hello InverseFalcon,
I want to thank you for your help. With the API I was able to display the Filname and size.
Now I want to save the uploaded file and I have made to the following.
Here is the...
Thank you very much Luke Taylor
I did and it works :).
Thanks again.
Thank you Luke Taylor for your reply.
Here's the login controller:
...
public class LoginController extends AbstractController {
public ModelAndView...
Hi Everybody,
I have a problem with Spring Security: default-target-url. I have to display allow the user to the login page of the user and leave after the login of the admin see the home page of...
Thanks for the tip MartyJones.
Do you have an example?
It would help me a lot.
Thanks
Thanks for the tip.
Do you have a specific instance?
It would be very happy ...
Thanks.
Thanks for your tip.
But I still do not understand, because I'm new to the subject.
Is there a concrete example?
Thanks.
Hi Everyone,
when registering at a Web site, the user should receive an email to his mailbox and to confirm his registration by clicking on the link in that email before he logs on.
The mail...
Hi Everyone,
I'm now working on a site and should allow the user to request a new password if he has forgotten his password.
How can I do that?
Thanks in advance.
Thank you for your reply.
I have changed it, as you said, but it did not always work.
So I get no error message. I can not log easy. I get the "loginfailed" page when I try to sign me.
Here is the...