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...
Type: Posts; User: fmourioux; Keyword(s):
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...
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}">...
Hi,
Always no way for this ?
Thanks,
Fabien.
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...
Hi,
For me it doesn't work ? Someone has the same pb ?
Thanks,
Fabien.
Hi and thanks for your answer.
You're right, i have register this CustumNumberEditor :
NumberFormat nf = NumberFormat.getNumberInstance();
binder.registerCustomEditor(Long.class, null, new...
hi,
i 've got a space pb :
[historiqueCarte.id has 10385 for value]
Case 1:
<spring:bind path="historiqueCarte.id">
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...
hi,
I need to use 2 object in my jsp page can i use a map for this ?
protected Object formBackingObject(HttpServletRequest request) throws ServletException {
Map map=new HashMap(); ...
Hi,
i have a pb when i start tomcat, i receive this message :
Miss i something in the configuration of spring ?
Thanks,
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...
you're right i put the direct link for the orthers : http://www.laszlosystems.com/lps/laszlo-in-ten-minutes/
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...
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.
...
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...
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...
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...
Thanks for this new robh, i'll look at this the week,
Fabien.
I found a classical solution but no so bad
ClassLoader classloader = Thread.currentThread().getContextClassLoader();
InputStream inputstream =...
Hi robh,
ok for this way ! i get the cvs directory and begin to dive in the spring code.
Fabien
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...
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 ?...
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.
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...
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...