Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    558

    Hi Manuel What I would like to do (but I don't...

    Hi Manuel

    What I would like to do (but I don't know if it's possible, my sensation is that this is not possible by using dicrectly the Spring view created for jasper) is that when the user clicks...
  2. Replies
    3
    Views
    558

    JASPER Report HTML view in tile

    Hello all

    I'm using the following environment:

    JDK1.6
    Spring 3.1.1
    Jasperreport 4.1.2
    tiles 2.2
  3. Replies
    1
    Views
    629

    Hi I was investigating on this topic and i...

    Hi
    I was investigating on this topic and i realized that the method successfully write the new object in response.
    But the issue is related to the fact that i'm using the spring ETag support. In...
  4. Replies
    1
    Views
    629

    Spring MVC: no body written in response

    Hi there
    I'm using this environment:

    Spring 3.1
    Tomcat 7
    Dojo 1.6.1 (as client framework)
    Hibernate 4.4.1


    I have written this method in my controller:
  5. Hi Suraj Nope in the value there is simply...

    Hi Suraj

    Nope in the value there is simply the value; for example if you need to search for "%mart%" you have to do:


    String value = "mart";
    Criteria.where("raw").regex(value,"i");


    I...
  6. Hi there I solved this question. I used the...

    Hi there

    I solved this question.
    I used the following code:



    Criteria.where("raw").regex(value,"i");
  7. Spring mongodb support: hot to write a like query

    Hi All

    I'm using Spring 3.1 and Spring mongo support

    I'ld like to have some sample how to write a like query; i'ld like to write, by using the spring Criteria and Query API for mongo, somethink...
  8. Hi Enrico The way you suggested is how my code...

    Hi Enrico

    The way you suggested is how my code is actually implemented; now since i passed this aspect to some spanish colleagues (who don't know AOP and Spring) they wanted to know if what i...
  9. Pass one or more parameter from one advice to another

    Hi all

    I'm using spring 3.0.5

    I'ld like to know if it's possible to do the following thing:
    let's suppose I have 2 advices; in one advice I do some operation around a method execution then i...
  10. Information about ContentNegotiatingViewResolver

    Hi there
    I'm using spring 3.0.5 and Spring MVC
    I need to develop an application that can render data in several format (e.g HTML, XML, JSON and so on)

    In order to do it I wanted to use the...
  11. Can u post the table ddl? Are you sure that the...

    Can u post the table ddl? Are you sure that the column has that name?
  12. Hi....maybe i'm wrong but isn't the not equal...

    Hi....maybe i'm wrong but isn't the not equal operator this one: <>?
    Maybe your sql statement should be:


    SELECT COUNT(*) FROM report_X_detail WHERE report_id = ? AND detail_id <> ?


    I hope...
  13. Replies
    3
    Views
    2,611

    Spring, JSF, Richfaces integration

    Hi.

    I have this environment:


    Spring 3
    Richfaces 3.3.2


    First of all i must admit i'm pretty new in JSF and Richfaces and i loved the spring MVC paradigm; moreover i hope this is the...
  14. Replies
    0
    Views
    998

    Regular expression for decimal numbers

    Hi

    I need to have an iput text where user can insert only decimal numbers.

    I'm usign thei environment:


    Spring 2.5.6
    Spring webflow and Spring js 1.5.7
  15. Replies
    0
    Views
    748

    ParseException on XHTML files

    Hi

    This is my environment:


    STS 2.30
    JSF 1.2 Mojarra
    RichFaces 3.3.2
    Spring 3.0
  16. Replies
    1
    Views
    605

    Any ideas?

    Any ideas?
  17. Replies
    1
    Views
    605

    Spring Portlet under Oracle Portal

    Hi

    I'm using this environment:

    Spring 2.5.6
    Spring 2.5.6 MVC
    Spring 2.5.6 portlet
    Oracle Portal 10.1.4.0
  18. Replies
    3
    Views
    1,464

    Hello. First of all thank you for your answer....

    Hello.

    First of all thank you for your answer.

    Well i may also do in this way but sadly i'm not into a normal web application but in a portlet.
    Now in portlet redirect are little bit...
  19. Replies
    3
    Views
    1,464

    Spring MVC: do search and display result

    Hi all.
    I'm using this environment:


    Spring 2.5.6
    Spring MVC
    Spring Portlet MVC
    Hibernate 3.3.1
  20. Replies
    0
    Views
    944

    Spring js+dojo: date range

    Hi.

    I'm using this environment:


    Spring 2.5.6
    Classic Spring MCV (from 2.5.6)
    Spring JS in the SpingWebFlow 2.0.7
  21. Replies
    5
    Views
    1,719

    Hi Saiom. Can u paste any code u use? So we...

    Hi Saiom.

    Can u paste any code u use? So we can check if there is some error in the code.

    Angelo.
  22. Replies
    5
    Views
    1,719

    Hi Saiom. About the jsp i have this jsp for...

    Hi Saiom.

    About the jsp i have this jsp for the tree:


    <!-- ce/generic/viewTree.jsp -->
    <%@ taglib uri="http://ajaxtags.sourceforge.net/tags/ajaxtags" prefix="ajax"%>
    <%@ taglib...
  23. Hello Davy. Have u been able to test it? I'm...

    Hello Davy.

    Have u been able to test it? I'm still continuing to test it but still blocked on this problem.
    I have seen that a similar thing happens in firefox 2 and IE 6...
    Did u do any...
  24. Hi I have done as u suggested to me Well by...

    Hi

    I have done as u suggested to me
    Well by adding this parameters i see a strange javascript error.

    The error message (showed only in IE) tells:

    Could not load 'dojo.nls.dojo_it'; last...
  25. Hi....i really appreciate your help. I have...

    Hi....i really appreciate your help.

    I have tried to chenge code and it doesn't work yet. By going in debugging i have seen that in Firefox 3 all works pretty good; in IE (version 7 and i wonder...
Results 1 to 25 of 61
Page 1 of 3 1 2 3