Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,115

    Checkout jpetstore sample

    Have a look at AccountFormController.java in jpetstore sample,

    you can return it as a Map in your view, later use you JSTL tags to display it

    Here is the code snippet

    protected Map...
  2. Replies
    1
    Views
    930

    Solved!

    Ok, I solved this one.

    here is the solution

    <property name="pages">
    <list>
    <value>Page1</value>
    <value>Page2</value>
    <value>Page3</value>
    <value>Page4</value>
  3. Replies
    1
    Views
    930

    setPages in AbstractWizardFormController

    Hi,

    I'm wondering how i could wire this in my applicationContext.xml file
    for a AbstractWizardFormController, instead of doing from constructor

    publicn MyControllerConstructor() {
    ...
  4. Attribute "xmlns" must be declared for element type "beans"

    I'm using Spring 2.0 M2
    I get SAXParseException during startup


    Here is my configuration

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
  5. Replies
    5
    Views
    1,423

    Got it working!

    Well it is for sure classloader issue in WSAD 5.1.2 (WAS Test environment 5.1)

    Following trick worked for me

    1. For your application set following classloader policy
    Classloadermode...
  6. Replies
    5
    Views
    1,423

    WSAD / Spring / Log4j Problem

    Hi guys,

    I have seen many posts on this issues, well basically how do we enable logging in websphere server 5 and above for Spring apps.

    I have given it a try for days now and haven't got it...
  7. Replies
    1
    Views
    1,715

    ibatis 2.2 support

    Hi any idea , when spring will support ibatis 2.2

    Currently Abator generated classes does not seem to work with spring M2, it fails to parse the SQL mapping files.

    I guess...
Results 1 to 7 of 7