Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,693

    How to include a controller from jsp page

    Hi,

    i like to include a page (menu pages) with a controller in all my other jsp page.

    I use sitemesh and i try this in my default.jsp :

    <%@ include file="/commun/afficheMenu.html"%>

    But...
  2. Replies
    0
    Views
    723

    Return and Show global message

    Hi,

    here is the way i show message for a specific bean in a jsp :

    jsp

    <!--MESSAGE GLOBAUX-->
    <spring:hasBindErrors name="specificbeanname">
    <c:if test="${errors.globalErrorCount>0}">...
  3. Replies
    20
    Views
    26,207

    Please ....

    Hi,

    Always no way for this ?

    Thanks,

    Fabien.
  4. Replies
    1
    Views
    930

    NonUniqueObjectException

    Hi,

    i have an object named company which have a property named motherCompany.

    In my jsp form i need to show the list of all the company to choose which is the motherCompany of the actual...
  5. Replies
    5
    Views
    3,708

    Hi, For me it doesn't work ? Someone has the...

    Hi,

    For me it doesn't work ? Someone has the same pb ?

    Thanks,

    Fabien.
  6. Replies
    5
    Views
    2,555

    Hi and thanks for your answer. You're right, i...

    Hi and thanks for your answer.

    You're right, i have register this CustumNumberEditor :


    NumberFormat nf = NumberFormat.getNumberInstance&#40;&#41;;
    binder.registerCustomEditor&#40;Long.class, null, new...
  7. Replies
    5
    Views
    2,555

    Input Text and spring:bind, space pb !

    hi,

    i 've got a space pb :

    [historiqueCarte.id has 10385 for value]

    Case 1:


    <spring&#58;bind path="historiqueCarte.id">
  8. Replies
    1
    Views
    1,532

    Scheduler and Service Layer

    hi,

    i need to manage the scheduler from my service layer in order to add, remove / modify jobs which are define in the applicationContexte.xml file.

    How to pass a ref of the scheduler to my...
  9. return Map in formBackingObject, how to use in jsp ?

    hi,

    I need to use 2 object in my jsp page can i use a map for this ?


    protected Object formBackingObject&#40;HttpServletRequest request&#41; throws ServletException &#123;
    Map map=new HashMap&#40;&#41;; ...
  10. Replies
    0
    Views
    1,016

    Could not destroy cache ?

    Hi,

    i have a pb when i start tomcat, i receive this message :



    Miss i something in the configuration of spring ?

    Thanks,
  11. Thread: Laszlo View

    by fmourioux
    Replies
    22
    Views
    9,510

    Hi Hans, Laszlo is new for me, i find it last...

    Hi Hans,

    Laszlo is new for me, i find it last night and i think that's it is a good way when u have complex interaction on the view part.

    I really think that a good integration of Laszlo in a...
  12. Thread: Laszlo View

    by fmourioux
    Replies
    22
    Views
    9,510

    you're right i put the direct link for the...

    you're right i put the direct link for the orthers : http://www.laszlosystems.com/lps/laszlo-in-ten-minutes/
  13. Thread: Laszlo View

    by fmourioux
    Replies
    22
    Views
    9,510

    Laszlo View

    Hi,

    A simple question : is there someone working on a Laszlo View for spring ?

    For people who doesn't know Laszlo, it is like Macromedia's Flex, but it is now opensource ;-)

    Take a look at...
  14. Default properties and inversion of control

    Hi,

    i need to place default properties accessible by some controllers. In fact it is default properties for the user (nb of item by page...) actually placed in application.properties file.
    ...
  15. Replies
    2
    Views
    2,896

    In fact i use the classical JAX-RPC, works fine...

    In fact i use the classical JAX-RPC, works fine with c# with a web-service.

    If the team is interessed for an article about this test i am agree. It is so easy but a sample is always good enough. I...
  16. Replies
    2
    Views
    2,896

    c# (arrrhhh...) and Spring Remoting

    Hi,

    I need to call few managers which are in my spring application using an applciation made in c#.

    For the moment i exposed my services with Burlap (this part is ok) but for the c# part can i...
  17. Replies
    1
    Views
    1,628

    properties and applicationContext.xml

    Hi,

    I want to use 3 properties files : one for my dev, second for the integration server, and the third for my production server.

    How can i set the information in applicationContext.xml that...
  18. Replies
    17
    Views
    7,855

    Thanks for this new robh, i'll look at this the...

    Thanks for this new robh, i'll look at this the week,

    Fabien.
  19. Replies
    1
    Views
    2,221

    I found a classical solution but no so bad ...

    I found a classical solution but no so bad



    ClassLoader classloader = Thread.currentThread&#40;&#41;.getContextClassLoader&#40;&#41;;
    InputStream inputstream =...
  20. Replies
    17
    Views
    7,855

    Hi robh, ok for this way ! i get the cvs...

    Hi robh,

    ok for this way ! i get the cvs directory and begin to dive in the spring code.

    Fabien
  21. Replies
    1
    Views
    2,221

    Jasper report loading and Quartz Jobs

    Hi,

    i need to load files(jasper report) from a quartz job. The files are in my web-inf/reports directory. What is the best way to do this ?

    How can i pass or get the correct path to this file...
  22. Replies
    17
    Views
    7,855

    So my idea was good, i'm happy to see that ! :D ...

    So my idea was good, i'm happy to see that ! :D

    Don't forget me ! i like to participate ! Are u ok ?

    More than this, i like to be more active on the springframework projet, how can i do it ?...
  23. Replies
    17
    Views
    7,855

    Jasper reports

    Hi,

    I'm using Jasper Reports for my project, spring (of course !), and hibernate and there is no support view for it.

    That's why i ask this question : what do u think about this ?

    Fabien.
  24. Replies
    7
    Views
    3,805

    hi smccrory, The jsessionid is in the url...

    hi smccrory,

    The jsessionid is in the url because i use c:url to format my url.

    To resume :

    One window with an iframe, in the frame a window.open call. The cookie are blocked because ie is...
  25. Replies
    7
    Views
    3,805

    Thanks irbouho and smccrory for your help ! In...

    Thanks irbouho and smccrory for your help !

    In my case that it is the same in production, :cry:

    And nearly all my users are in ie (~90%). I must find a fix and i must start the part next...
Results 1 to 25 of 75
Page 1 of 3 1 2 3