Search:

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

Search: Search took 0.01 seconds.

  1. Thread: Spring Quartz

    by Shearer
    Replies
    2
    Views
    985

    WebLogic which is the application server I´m...

    WebLogic which is the application server I´m using include some options, one of them is ¨redeploy¨. I think this internally stops and then starts the application. But as I mentioned threads are still...
  2. Thread: Spring Quartz

    by Shearer
    Replies
    2
    Views
    985

    Spring Quartz

    I'm working with some applications which use Quartz as the scheduler. The problem I'm facing with this, is whenever I do a redeploy. It seems that the threads continue alive even after the redeploy...
  3. Replies
    3
    Views
    993

    but how would i cancel the onsubmit event. Do you...

    but how would i cancel the onsubmit event. Do you have a little example of how to accomplish this??

    thanks for your help
  4. Replies
    3
    Views
    993

    Parent/Child

    Hi

    I have to <form:select> elements into my page. How can I load the information in the child <form:select> with the selected value from the parent element.

    I know this is accomplish in the...
  5. Replies
    14
    Views
    8,961

    It depends if you configure that bean with scope...

    It depends if you configure that bean with scope of singleton or prototype

    If it's singleton then there would be a single instance for your controllers, and will run in a thread safe way
  6. Replies
    8
    Views
    4,400

    just create a jsp file and name it as you like...

    just create a jsp file and name it as you like and include all the tags that you need
    <!--Taglibs.jsp-->
    <%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %>
    <%@ taglib...
  7. Replies
    8
    Views
    4,400

    Please check this jsp, which I have named...

    Please check this jsp, which I have named layout.jsp, this is the page where everything gets injected. Im replacing the content for this page and also the title.

    <html>
    <head>
    <meta...
  8. Replies
    8
    Views
    4,400

    Just adapt this to your needs In the...

    Just adapt this to your needs

    In the viewResolver, you just need to specify that you are using TilesJstlView

    And in the second bean you just need to load you tiles file

    <bean...
  9. You can configure your dispatcher servlet in the...

    You can configure your dispatcher servlet in the web.xml as follows, to specify where you config file should be found

    <servlet>
    <servlet-name>terminalsconsole</servlet-name>...
  10. Replies
    2
    Views
    992

    I did it. It's brings up the message that is...

    I did it. It's brings up the message that is specified in the property along with the other stuff. I dont know why it is including the rest of the message
  11. Replies
    2
    Views
    992

    Error message to wordy

    Hi

    I trying to figure it out, why I'm reciving a very detailed error message.

    public class MerchantValidator implements Validator {
    public void validate(Object command, Errors errors) {...
  12. Replies
    0
    Views
    823

    Step into the middle in SWF

    I read some documents, about Spring Web Flow, and I think I will consider it for my app. But I have one doubt about it.

    The flow as follows
    - Take client phone number
    - Take the order
    - Take...
  13. Hi everyone, you can get good Valang examples...

    Hi everyone, you can get good Valang examples from the ¨Expert Spring MVC and Web flow¨ book. they are covering valang in a good level, so I suggest you to take a look at it.
  14. Replies
    8
    Views
    1,439

    Hi I'm not sure if you are using MyEclipse...

    Hi I'm not sure if you are using MyEclipse plugin. If you do, and you also added spring support then you can go to the root of your project and the select properties.

    Then select MyEclipse-Spring....
  15. Replies
    1
    Views
    713

    Iterate thru same page multiple times

    Hi all.
    I would like to know if there is something into spring in order to iterate into the same page. The flow is as follows

    1- First page get filled from the user input, then calls page two....
Results 1 to 15 of 16