Re: login and password problem
Hi Sławek, I am new in Strurts framwork. If I am going wrong please correct me. As you said -: i do not want to link my program with database via struts-config.xml Don't specify any data source in your struts-config.xml Create your own static class to create a connection with database. and use
login and password problem
Hello 1.) I have this in struts-config.xml: --- value="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=legra" /> --