Search:

Type: Posts; User: Ric.hard; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    695

    nevermind. fixed this by including the...

    nevermind. fixed this by including the spring-webflow-1.0.1.jar and spring-binding-1.0.1.jar in the library list.

    Richard
  2. Replies
    1
    Views
    695

    Tag - IDE problem

    http://img370.imageshack.us/img370/3373/tagerrorxg3.th.jpg

    Hi All,

    I have this error above with my IDE ( IntelliJ ). Any ideas why attr id is not supported?

    The namespace declaration on the...
  3. Replies
    2
    Views
    936

    thanks jonnio. to all, other comments are vry...

    thanks jonnio.

    to all, other comments are vry much welcome.

    richard
  4. Replies
    2
    Views
    936

    spring web-app design

    hi guys,

    may i ask your opinions on how to design a spring webapp?

    right now i let my controllers access my dao which makes my controllers==business objects

    dao factory will depend on the...
  5. Replies
    1
    Views
    789

    FYI, all I found out about XOM... ...

    FYI, all

    I found out about XOM...

    http://www.xom.nu/

    I beleive I can use this to navigate to the xml and replace the value.

    case closed. i hope :)
  6. Replies
    1
    Views
    789

    Xml substitution

    Hi Guys,

    I'm sorry if this is a bit off-topic. I'm not sure under which sub forums should I post this.

    I have a fairly large xml file, its actually a config file for voip devices and I need to...
  7. Replies
    1
    Views
    898

    any suggestions?

    any suggestions?
  8. Replies
    7
    Views
    1,156

    Hi All, I made a simple workaround by making...

    Hi All,

    I made a simple workaround by making all my command class attribute String.

    Richard
  9. Replies
    7
    Views
    1,156

    For some reasons this is not working for me.

    For some reasons this is not working for me.
  10. Replies
    7
    Views
    1,156

    Thanks. I will try them and update this thread.

    Thanks. I will try them and update this thread.
  11. Replies
    7
    Views
    1,156

    I think the error is thrown here... protected...

    I think the error is thrown here...

    protected final ServletRequestDataBinder bindAndValidate(HttpServletRequest request, Object command)
    throws Exception {

    ServletRequestDataBinder...
  12. Replies
    7
    Views
    1,156

    How to Resolve Error before Validation

    Hi Guys,

    I have html form, now on its command object one of its field is a float datatype.
    On loading of the form what the user will see on the browser, that column will have a default value of...
  13. Replies
    6
    Views
    1,012

    try href="#"...

    try href="#" onclick="document.getElementById('test').submit()"

    richard
  14. Replies
    6
    Views
    1,012

    try adding id="test" in the element.

    try adding id="test" in the <form > element.
  15. Replies
    6
    Views
    1,012

    hi how about document. .submit()? ...

    hi

    how about document.<form id>.submit()?

    and may i ask why use link to submit? how about a submit button ?

    richard
  16. Replies
    1
    Views
    898

    Help Accessing Image File

    Hi Guys,

    Is it possible to save an image file into a db as a blob perhaps?

    then access and display that file into a webapp?

    thanks
    Richard
  17. Replies
    2
    Views
    744

    Hi Andreas, Thanks for the reply. I do not...

    Hi Andreas,

    Thanks for the reply.

    I do not have a problem with the scenario, I thought it was an error although I am not sure it is. Now that you explained that its alright...then I guess I'll...
  18. Replies
    2
    Views
    744

    How to Fix This

    Hi Guys,

    Any Idea how to fix this....

    1. start tomcat - navigate to a form page
    2. populate the form getting ready to save
    3. restart tomcat
    4. submit the form.
    5. the record is saved even...
  19. Replies
    1
    Views
    811

    fixed this using javascript.

    fixed this using javascript.
  20. Replies
    1
    Views
    811

    Help in Disabling

    Hello Guys.

    I need help in disabling this ddlb if the collection is empty.

    TIA.
    richard



    <form:select path="phoneNumber" onchange="document.sc.submit()"
  21. Replies
    4
    Views
    2,778

    You mean this xfire...?? ...

    You mean this xfire...??

    http://xfire.codehaus.org/



    Thanks!
  22. Replies
    4
    Views
    2,778

    Hope someone can give any comments....thanks!

    Hope someone can give any comments....thanks!
  23. Replies
    4
    Views
    2,778

    I seem to have got a better values wiring the web...

    I seem to have got a better values wiring the web service.....

    I now got this error....



    INFO: Using service interface [UserManagementWebService_pkg.UserManagementWebServiceService] for...
  24. Replies
    4
    Views
    2,778

    Axis Conversion Help

    Hi Guys.

    I got confused trying to access a web service using spring....

    Here is a working code...



    Service service = new Service();
    Call call = (Call)...
  25. Replies
    3
    Views
    1,091

    You mean I should override getTargetPage()?

    You mean I should override getTargetPage()?
Results 1 to 25 of 48
Page 1 of 2 1 2