Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    340

    Why Spring implements Serializable

    I have a fellow work who has been using "implements Serializable" on all their DAO in Spring 3.0 MVC. I noticed some documentation that says to do this but why?
  2. This does work; however, I didn't notice the...

    This does work; however, I didn't notice the following in the page.

    <form action="${flowExecutionUrl}" method="post">
    <input type="submit" name="_eventId_nextForm" value="enter" />
    </form>
    ...
  3. I get remove of the 'execution' parameter from GET?

    I use to Spring Webflow. Can I get remove of the 'execution' parameter from GET?

    For example:

    http://localhost:8090/myapp/account/register.do?execution=e1s2

    I have set the following value...
  4. Replies
    3
    Views
    1,857

    This might work; however, I am not sure if I have...

    This might work; however, I am not sure if I have to do it with each WebFlow entry.

    http://forum.springsource.org/showthread.php?110930-Webflow-returns-full-page-instead-of-tiles-fragment
  5. Replies
    3
    Views
    1,857

    Information about the subject:

    I found the following information about the issue. Not a solution at this point, however.

    http://stackoverflow.com/questions/3282178/is-spring-webflow-suitable-for-async-flows
  6. Replies
    3
    Views
    1,857

    SWF-Tiles-Ajax Partial Rendering

    Is there a way to partial rend a web page using Spring Web Flow. I have tried several different ways and cannot seem to get it to work. I am using titles. My configuration is as follows;
    ...
  7. Replies
    1
    Views
    666

    How to hard code auto-config="true"

    I am trying to extend the Spring Security Framework. I have extracted spring-security-web.jar and modified the DefaultLoginPageGeneratingFilter to create my own login page. Is there a way to...
  8. Replies
    0
    Views
    644

    Dojox.widget.Standby

    Can someone give me a good example on how to use Dojox.widget.Standby in Spring?

    I have tried,
    <a id="entryId" href="<c:url value="/index.html" >Link</a>
    <script type="text/javascript">...
  9. Replies
    0
    Views
    677

    ContextLoaderListener

    I am using Spring 3.0. I have a jar file created by our company. Inside the jar file is an XML file. I want the ContextLoaderListener to read the file. The jar file is placed in the lib...
  10. Replies
    2
    Views
    1,084

    I have the following statement in my XML file. ...

    I have the following statement in my XML file.

    <bean id="myPrescriptionSystemJdbcDao" class="edu.utah.uuhsc.wrc.pharmacy.data.PrescriptionSystemJdbcDao">
    <property name="dataSource"...
  11. Replies
    2
    Views
    1,084

    Spring 2.5 / SYBASE / Connection Issue

    I have created a Spring 2.5 MVC Web Application. The application connects to a SYBASE database using the JDBCTemplate. The SYBASE system keep reporting that a connection from the application keeps ...
  12. Replies
    0
    Views
    441

    Lossing Style Sheets SWF - Popup

    I am creating a web based application using Spring v3.0 MVC, Spring Web Flow, Tiles and JSPs. When I select a link on my main page the popup comes up; however, their is no CSS on the popup.
    ...
  13. applicationConfiguration-webflow.xml

    applicationConfiguration-webflow.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <flow xmlns="http://www.springframework.org/schema/webflow"
    ...
  14. applicationConfiguration-security.xml

    applicationConfiguration-security.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <beans:beans xmlns="http://www.springframework.org/schema/security"
    ...
  15. applicationConfiguration.xml

    applicationConfiguration.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  16. Here is my code: Web.xml

    Here is my code:

    Web.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="eobHealthPlan" version="2.5"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  17. Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.spring

    I am new to Spring Web Flow. First time caller long time listener. I am creating an application using

    Spring Framework MVC 3.0.3
    Spring Security 3.0.3
    Spring Web Flow 2.1.1

    When I run the...
Results 1 to 17 of 17