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...
Type: Posts; User: craig1980; Keyword(s):
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...
Hello all
I'm using the following environment:
JDK1.6
Spring 3.1.1
Jasperreport 4.1.2
tiles 2.2
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...
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:
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...
Hi there
I solved this question.
I used the following code:
Criteria.where("raw").regex(value,"i");
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...
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...
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...
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...
Can u post the table ddl? Are you sure that the column has that name?
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...
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...
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
Hi
This is my environment:
STS 2.30
JSF 1.2 Mojarra
RichFaces 3.3.2
Spring 3.0
Any ideas?
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
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...
Hi all.
I'm using this environment:
Spring 2.5.6
Spring MVC
Spring Portlet MVC
Hibernate 3.3.1
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
Hi Saiom.
Can u paste any code u use? So we can check if there is some error in the code.
Angelo.
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...
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...
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...
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...