Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    665

    Sending a message to the user

    Yes mewssage to the phone
  2. Replies
    2
    Views
    665

    Sending a message to the user

    How di I send a message to the user when the transaction is successful on the successView
  3. Replies
    0
    Views
    657

    Multiple View Resolvers

    I'm using two view resolvers in my app

    <bean id="viewResolver" class="org.springframework.web.servlet.view.ResourceBundleViewResolver">
    <property name="basename" value="views" />
    </bean>...
  4. Replies
    0
    Views
    727

    Simplyfing XSLT view resolution.

    I'm using this configuration for my view resolver


    <bean id="viewResolver1" class="us.docmgt.controller.DefaultXsltViewResolver">
    <property name="order"><value>1</value></property>...
  5. Solution

    Did anybody have a solution for this
  6. Is there anyway to pass a value to views.properties file?

    Is there anyway to pass a value to views.properties file?
  7. Communication between two war files without hardcoding the context root

    I have an ear application which has two war files.
    The first web application is using struts frame work and the second one is using spring framework.
    In the application on clicking a hyper link the...
  8. Communication between two war files without hardcoding the context root

    I have an ear application which has two war files.
    The first web application is using struts frame work and the second one is using spring framework.
    In the application on clicking a hyper link the...
  9. Communication between two war files without hardcoding the context root

    I have an ear application which has two war files.
    The first web application is using struts frame work and the second one is using spring framework.
    In the application on clicking a hyper link the...
  10. Replies
    0
    Views
    629

    UNION in Sql Query

    I'm using UNION in my query. If I execute the query on the command center it is fine.But in the application it is giving me this error..


    Error 500: Request processing failed; nested exception is...
  11. Replies
    4
    Views
    943

    FormBackingObject

    It is fixed and thanks for your help
  12. Replies
    4
    Views
    943

    No it doesnot.. it resolves into...

    No it doesnot..

    it resolves into saveupload.view
  13. Replies
    4
    Views
    943

    FormBackingObject Failure

    I have a save controller which is overridung formBackingObject method and onSubmit method.
    When I'm submitting my form it is giving me this error

    java.io.FileNotFoundException: JSPG0036E: Failed...
  14. AbstractLobStreamingResultSetExtractor

    I'm using AbstractLobStreamingResultSetExtractor to read tthe BLOB data and write it to an output stream.
    If My resultset has more than two rows it is throwing an exception....
  15. Thread: LOBHandler

    by springfield
    Replies
    8
    Views
    4,599

    Marten.. I have my configuration like this.. ...

    Marten..
    I have my configuration like this..


    <bean id="multilplefiledb2" class="us.il.state.hfs.oig.docmgt.dao.MultipleFileImpl">
    <property name="lobHandler" ref="lobHandler" />
    </bean>...
  16. Thread: LOBHandler

    by springfield
    Replies
    8
    Views
    4,599

    LobHandler

    Marten

    What exactly should I do in my configuration.This is my first project on Spring..
  17. Thread: LOBHandler

    by springfield
    Replies
    8
    Views
    4,599

    [ code] private DefaultLobHandler lobHandler; ...

    [ code]
    private DefaultLobHandler lobHandler;

    /**
    *
    * Constructors
    *
    **/

    public MultipleFileImpl() {
  18. Thread: LOBHandler

    by springfield
    Replies
    8
    Views
    4,599

    LobHandler

    Hi martein..
    I'm setting the LOBHandler in my DAOImpl class.
    Code snippet..

    public Object insert(Object anObject) {
    MultipleFileFormBean bean = (MultipleFileFormBean) anObject; ...
  19. Thread: LOBHandler

    by springfield
    Replies
    8
    Views
    4,599

    LOBHandler

    I'm using BLOB with db2.
    I'm trying to insert a row into the table and setting the binary stream using lobhandler. But in the AbstractLobCreatingPreparedStatementCallback it is throwing a null...
  20. Thread: LOBHandler

    by springfield
    Replies
    0
    Views
    896

    LOBHandler

    I'm using BLOB with db2.
    I'm trying to insert a row into the table and setting the binary stream using lobhandler. But in the AbstractLobCreatingPreparedStatementCallback it is throwing a null...
  21. Replies
    2
    Views
    833

    here is the stack trace.. this blows up only...

    here is the stack trace..
    this blows up only when I work on a new case the second time..
    It is still hanging to the instance of the object I believe

    [11/1/07 15:32:40:250 CDT] 00000026...
  22. Replies
    2
    Views
    833

    New to Spring

    I'm using spring for the first time .
    I have an object which I'm inserting into the db and it is working fine.
    When I try to work on a new case it is loading the same oblect instead os a new one...
Results 1 to 22 of 22