Thanx Bundles....It's working 100% appreciate your help :)
Type: Posts; User: Kareem; Keyword(s):
Thanx Bundles....It's working 100% appreciate your help :)
Thanx for the fast reply.
so my CustomLongEditor will become like this:
package com.egatesolutions.eso.util;
import java.beans.PropertyEditorSupport;
import org.apache.log4j.Logger;
package com.egatesolutions.eso.model.serviceOrder;
public class SoPax extends DomainModel{
private SoFltLeg soFltLeg;
private ClassOfSvc classOfSvc;
private PaxTypeEntryCodeValue...
Hi,
I have a Long property, and When the user enters an empty value for that property in the jsp page it should take it as 0 not null or "".
I am using SimpleFormController, and I am...
Hi,
I would like to implement the Auto suggest feature in spring using DOJO widget. I will be using JSON object to map my java objects to string to use it in javascript. I've read a lil abt it and...
Hi,
I would like to implement the Auto suggest feature in spring using DOJO widget. I will be using JSON object to map my java objects to string to use it in javascript. I've read a lil abt it and...