Search:

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

Search: Search took 0.04 seconds.

  1. Thread: Update Data

    by Eclectica
    Replies
    0
    Views
    157

    Update Data

    Hey,

    As some already know I creating Crud app
    I already have Read,Delete and create but I get an error while updating data

    When I click on a reservation(for a hotel) I get the values from my...
  2. Thread: Persist data

    by Eclectica
    Replies
    5
    Views
    207

    PROBLEM SOLVED I forget adding my xlmns schema...

    PROBLEM SOLVED
    I forget adding my xlmns schema and location for my transaction manager
  3. Thread: Persist data

    by Eclectica
    Replies
    5
    Views
    207

    Ok thanks, but im a newbie in Java so can you...

    Ok thanks, but im a newbie in Java so can you explain the steps I need to do ?
    Thanks
  4. Thread: Persist data

    by Eclectica
    Replies
    5
    Views
    207

    Do you mean I need to delete the code...

    Do you mean I need to delete the code "@Repository" ?
    If I delete this I get an error:


    Or Do I need to delete also other codes ?
  5. Thread: Persist data

    by Eclectica
    Replies
    5
    Views
    207

    Persist data

    Hi,
    A few weeks ago I posted my problem I could not persist my records.
    I still have this problem but I fixed some errors.

    I have a Form with a few textboxes to make a reservation for a hotel....
  6. Replies
    7
    Views
    346

    I Comment my tx:annotation-drive because i get...

    I Comment my tx:annotation-drive because i get this error "Element of attributes dont match"
  7. Replies
    7
    Views
    346

    Hi Carlos, here my app-context

    Hi Carlos, here my app-context


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  8. Replies
    7
    Views
    346

    Hi carlos, Where can i enable logging on...

    Hi carlos,
    Where can i enable logging on org.springframework.... ?
    And where can i set the transactionmanaget ?

    Thnx
  9. HTTP Status 404 - Servlet appServlet is not available

    Hi I have a Webapplication and yesterday everything was ok when I tried to run my project.
    Today I wanted to run my project and get the error :HTTP Status 404 - Servlet appServlet is not available
    ...
  10. Replies
    7
    Views
    346

    Insert In SpringMVC

    Hi I have a Webapp and i want to insert a record in my db
    This is my controller



    public class ReservationController {
    @Autowired
    private RoomDAO roomdao;
    @Autowired
    private...
  11. Replies
    2
    Views
    289

    Hey MArten, I found my problem The name of my...

    Hey MArten,

    I found my problem The name of my database is FutureFruit and not 'Futurefruit' it made a mistake.

    So problen solved thnx fr yr relpy!
  12. Replies
    2
    Views
    289

    Cannot create PoolableConnectionFactory

    Hi,

    I have a MavenWebapplication in netbeans and when I run my project I have the following error:

    Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException:...
  13. Replies
    7
    Views
    302

    Hi, How can I create a unit test in Eclipse?...

    Hi,

    How can I create a unit test in Eclipse?
    If I run my project I see my Home.jsp so thats not a problem
    I see my Welcome screen but no data...
  14. Replies
    7
    Views
    302

    Thnx for your reply I changed some code in my...

    Thnx for your reply
    I changed some code in my view but it still doesnt work :-( :



    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
  15. Replies
    7
    Views
    302

    hi pgrimard, this is my controller class ...

    hi pgrimard, this is my controller class


    package eu.hotel.example.controller;

    import org.springframework.beans.factory.annotation.Autowired;
    import org.springframework.stereotype.Controller;...
  16. Replies
    7
    Views
    302

    no data when run my webapp

    Hi,

    I'm trying to create a HotelBooking application in SpringMVC.

    I create a database in MySQL named: dbHotels with a table: tblhotels with a few columns (name,address,...)

    In Eclipse I...
Results 1 to 16 of 16