Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    12,533

    Using dwr tohandle Map Objects

    Hi,

    I have a quick question after getting rid of the above mentioned dwr issue. It's this::

    I have a function which returns Map<String,String>. Signature is below:


    public Map<String,...
  2. Replies
    4
    Views
    12,533

    Hi, Thanks for the info. I used firebug to...

    Hi,

    Thanks for the info. I used firebug to analyse the java script and it was indeed the [data] which was the problem. I've removed it and things work well.. I love this plugin.Helps me overcome...
  3. Replies
    4
    Views
    12,533

    dwr list of Objects conversion

    Hi ,

    Am using Dwr along with spring mvc 2.5+ Hibernate. This is the scenario

    I have a class wich implements controller and whose handleRequest looks like


    public ModelAndView...
  4. Replies
    14
    Views
    3,830

    Hi, Am not sure either. I have just started...

    Hi,

    Am not sure either. I have just started playing around. Will let ya know if i come across something

    Regards,
    Kartik
  5. Replies
    14
    Views
    3,830

    yep. Thanks for that :).. Saw that in your...

    yep. Thanks for that :).. Saw that in your earlier post. Great to hear from you experienced blokes.
  6. Replies
    14
    Views
    3,830

    Voila! got it rite

    Hi,

    I had managed to get an answer by referring to one of the previous replies to this exception by Joerg.

    It reads :

    "By changing your method to include command and BindException Spring...
  7. Replies
    14
    Views
    3,830

    Only one version present - its 2.5

    Hi,

    I've just scanned the app and the libraries. There is just only one version of spring jars - which is 2.5. Just curious, if it had been a spring version conflict, shudn it throw an exception...
  8. Replies
    14
    Views
    3,830

    Spring mvc 2.5 with annotations

    Hi,

    I've been trying out spring mvc 2.5 with annotations for the first time. I read through a post last week in the forum by one of the senior blokes and i was trying to modely my app in a similar...
  9. Replies
    8
    Views
    2,081

    exception on console.

    yes , i could figure out the fact that the issuez with getting dwr wired properly. I had already pasted the exception abv in the thread. Its here again:



    15:59:00,015 WARN ...
  10. Replies
    8
    Views
    2,081

    /dwr is accessible but no methods exposed

    Hi,

    The url /web-context/dwr is indeed accessible, but None of the classes/methods show up in that page.

    The jobss console o/p reads: "Names of known classes are: " ..

    and yes i already...
  11. Replies
    8
    Views
    2,081

    Doesn not work still.

    Hi,

    Am not sure whats wrong with the <body onload..> tag but i've tried through hyper links and buttons too.The result is the same. The classes are not getting exposed... Am still on the lookout...
  12. You might try multiaction controller

    Hi Guru,

    You could experiment with org.springframework.web.servlet.mvc.multiaction.MultiActionController
    .

    Check out :...
  13. Replies
    8
    Views
    2,081

    dwr.xml was the cluprit

    Hi,

    Thanks for the info. It was infact a dwr.xml that i had cleaned up some time back , that was causing the problem. I had spotted the old file in the exploded war directory of jboss server where...
  14. Replies
    8
    Views
    2,081

    Spring mvc with dwr

    Hi,

    I've been trying to use spring mvc with dwr and been hitting this exception which is bcomin a real showstopper.



    20:15:42,109 ERROR [[dwr-invoker]] Allocate exception for servlet...
  15. Replies
    6
    Views
    1,509

    Spring's session mgmt

    Hi ,

    Yep i had declared a HibernateTransactionManager bean in my spring context to take care of the transaction and sessions and everything was fine until i wrote something like this in the dao...
  16. Replies
    1
    Views
    986

    Transaction not getting rolled back.

    Hi,

    Am employing org.springframework.orm.hibernate3.HibernateTransactionManager for the first time.

    Let me give you the code where am trying to commit a transaction. If every single entity...
  17. Replies
    6
    Views
    1,509

    Thanks

    Hi,

    Thanks a lot. The problem was actually due to the open sessions. I was repeatedly tring to open the hibernate session rather than getting from the current one. Thanks for your help

    Regards,...
  18. Replies
    6
    Views
    1,509

    Stack Trace

    Hi,

    Here is the stack trace:

    Daemon Thread [http-127.0.0.1-8080-2] (Suspended)
    Object.wait(long) line: not available [native method]
    GenericObjectPool(Object).wait() line: 474 ...
  19. Replies
    6
    Views
    1,509

    Problem with session or spring web mvc ?

    Hey Guys,

    I have a spring web mvc web app. It has some 4 controllers(2 that extend simpleform and 2 that implement org.....servlet.mvc.Controller)

    In the first controller that gets loaded , i...
  20. Replies
    6
    Views
    1,708

    Thanks for the info

    Thanks a lot for the info guys. Got my problem sorted out.
  21. Replies
    6
    Views
    1,708

    binding hashmaps with

    I have been searching for this all along , but could not find a proper one. So calling for help :)

    This is my jsp:



    <form:form name="mu_mgmt" commandName="muFetch" method="post">
    ...
  22. Replies
    2
    Views
    987

    Problem with

    Hi ,

    I am having a small issue with spring web mvc.Let me GIVE MY SAMPLE CODE FIRST:




    public class MUConfigDetailsController extends SimpleFormController{

    protected ModelAndView...
  23. Thread: Design Issue

    by kittu57
    Replies
    0
    Views
    845

    Design Issue

    Hi,

    I am using spring MVC to achieve a login/create user functionality. Am giving the necessary code snippets here.

    I have a login screen which accepts a username and password. There is also...
Results 1 to 23 of 23