try with one viewResolver, add filter and addArgumentResolvers method
@Bean
public LiteDeviceDelegatingViewResolver liteDeviceDelegatingViewResolver(){
InternalResourceViewResolver resolver =...
Type: Posts; User: JoseBovet; Keyword(s):
try with one viewResolver, add filter and addArgumentResolvers method
@Bean
public LiteDeviceDelegatingViewResolver liteDeviceDelegatingViewResolver(){
InternalResourceViewResolver resolver =...
try to use RuntimeBeanReference:
static {
SpringStandaloneSetup.doSetup();
}
/**
* @param args
*/
using Spring with xmlrpc I have the following problem.
I'm trying to initialize the bean xmlRpcHandlerMapping
that when not involved in a proxy and the error occurs when registering in...
try this
<resultMap id="billingInvoiceLineResult" class="BillingInvoiceLine">
<result property="billingPriceList" column="PRICE_LIST_ID" columnIndex="1"/>
<result...
this work for my
<resultMap id="mapGetNotMenu" class="cl.sf.dto.NotMenuDTO">
<result column="ID_MENU" property="id_menu" jdbcType="INTEGER" columnIndex="1" />
<result...
try this in your servlet or your config file
<bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property...
you can check this
http://www.techfaq360.com/tutorial/spring/springvalidation.jsp
http://www.salixalba.uklinux.net/willow/computing/spring.html
I found the solution
Class General.java
public static String FormatoFechaEnc(int fecha) {
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd");
...
In the search page you can try with javascript function like this:
function EvaluaFechas(fi,ft){
var fecha1=new Date()
var fecha2=new Date()
var str1 = fi;
var str2 = ft;
...
Hi guy's
I have a problem with a date format,
I need format a Integer to Date or Integer to String
a example:
int number1 20070101 to date format (01-01-2007)
or
int number1 20070101 to...