Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    537

    Select Menu Interdepedency

    I am fairly new to Spring Portlet MVC and am wondering if any one knows of an example of how to have an interdependency between two select one menus.
    For example If I choose a car type of Ford in...
  2. Replies
    0
    Views
    999

    I need help with the queryForList JDBC

    Hello all,

    I need some help with a queryForList method. When I run the portlet I am
    getting a null pointer exception in my Controller class. I know that queryForList returns a list of map...
  3. Thread: Dao help

    by Howler72
    Replies
    4
    Views
    843

    I solved my own problem. Thanks!!

    I solved my own problem. Thanks!!
  4. Thread: Dao help

    by Howler72
    Replies
    4
    Views
    843

    Thats right. I do inject my studentDao into my...

    Thats right. I do inject my studentDao into my controller class.
    Here is a snippet of my GetStudentController:

    ....
    public void setStudentDao(StudentDao studentDao){
    this.studentDao =...
  5. Thread: Dao help

    by Howler72
    Replies
    4
    Views
    843

    Dao help

    I am getting a null pointer exception when I call a dao I have created on my onSubmit of a simple form controller method. I know that means that my dao object has not been instantiated, but why? ...
  6. Replies
    1
    Views
    673

    Help with spring mvc portlet

    I am getting the following error in a portlet that I have deployed. What does this mean? I know that the spring-jdbc.jar file is in /WEB-INF/lib.


    Caused by:...
  7. Replies
    1
    Views
    842

    Portlet Question

    Hello All,

    I am very new to Spring Portlet MVC. This is my first attempt at deploying a Spring MVC portlet to uPortal 2.5.3 and am experiencing an error. The error I am getting is as follows. ...
  8. Replies
    3
    Views
    796

    Actually I decided to reread the Spring Reference...

    Actually I decided to reread the Spring Reference guide on IoC, and sure enough it is discouraged to place domain objects into the xml configuration. Thanks for the prompt responses.

    Regards!!
  9. Replies
    1
    Views
    672

    Spring Bean question

    Hello All,

    I am new to Spring and have a question. I have Java bean/pojo class called course. I am going to be populating the course object with getter/setter methods from a database query. So I...
  10. Replies
    3
    Views
    796

    Question about beans and injection

    I am complete newbie so forgive me for asking basic questions. I have defined several beans in my applicationContext.xml file such as

    <bean...
  11. I found this old blurb that answered my question....

    I found this old blurb that answered my question.

    "Take another look at spring-portlet-sample/WEB-INF/context/portlet/books.xml in the sample application. In there, you will see that there are two...
  12. PortelMode Parameter Mapping View Question

    Hello All,

    I have question regarding Spring MVC portlet development. If my portlet has multiple view controllers and I am using the PortletModeParameterHandlerMapping class, how do I set my...
  13. Replies
    4
    Views
    869

    After rereading your post and thinking about it,...

    After rereading your post and thinking about it, that is what I ended up doing. I appreciate your response. Thanks!!
  14. Replies
    4
    Views
    869

    So if my bean configuration is as below would...

    So if my bean configuration is as below would that work?

    <bean id="studentDao" class="dao.JdbcStudentDao">
    <property name="jdbcTemplate" ref="jdbcTemplate"/>
    <property name="jdbcTemplate2"...
  15. Replies
    4
    Views
    869

    Spring JDBC Question from a Newbie

    Hello All,

    I am brand new into the world of spring development and am working on my first project. BTW I am really liking what I see thus far. I have been reading the Spring in Action book which...
Results 1 to 15 of 15