Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,122

    MultiActionController

    I have one simple question.
    If I use a SimpleformController then I can setCommand class and CommandName in the .xml file as follows

    <property...
  2. Replies
    1
    Views
    679

    Jsp page has include Jsp tag

    Hi,

    I have a Jsp page index.jsp as follows

    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="spring" uri="/spring" %>

    <html...
  3. Replies
    1
    Views
    727

    How to redirect to next controller ?

    Hi,

    All of the spring books I have seen, I always see that the controller action always returns a ModelAndView reference to a new Jsp page. Meaning see following example:--
    return new...
  4. Replies
    2
    Views
    697

    tracking active sessions?

    How to track active sessions through multiple pages invocation in spring. Meaning you always want to manipulate the data going from page 1 to page 2 to page 3 till user gets thing done and signs out....
  5. Thread: page submit

    by prity
    Replies
    0
    Views
    680

    page submit

    Hi,
    I have a spring and Ajax combination.
    I have login.jsp page and detail.jsp page

    1>URL mapping is as follows. login.jsp is mapped to login.html So login page is displayed the URL shows as...
  6. Thread: Ajax Sorting

    by prity
    Replies
    3
    Views
    2,023

    Ajax Sorting

    Hi,
    I am using spring framework. I have a Jsp1 that displays three columns viz FirstName LastName BankBalance
    Adam Scott 1100
    Kate Thatcher 550...
  7. Replies
    1
    Views
    1,973

    Spring Login Page

    Hi,
    I want to implement a login page functionality using the Spring framework(MVC). UI is login.jsp

    user inputs username and password. spring framework authenticates the user and forwards to next...
Results 1 to 7 of 7