Subversion Repositories SmartDukaan

Rev

Rev 21592 | Rev 21615 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21592 Rev 21598
Line 10... Line 10...
10
import org.slf4j.Logger;
10
import org.slf4j.Logger;
11
import org.slf4j.LoggerFactory;
11
import org.slf4j.LoggerFactory;
12
import org.springframework.beans.factory.annotation.Autowired;
12
import org.springframework.beans.factory.annotation.Autowired;
13
import org.springframework.stereotype.Controller;
13
import org.springframework.stereotype.Controller;
14
import org.springframework.ui.Model;
14
import org.springframework.ui.Model;
15
import org.springframework.web.bind.annotation.ModelAttribute;
-
 
16
import org.springframework.web.bind.annotation.RequestMapping;
15
import org.springframework.web.bind.annotation.RequestMapping;
17
import org.springframework.web.bind.annotation.RequestMethod;
16
import org.springframework.web.bind.annotation.RequestMethod;
18
import org.springframework.web.bind.annotation.RequestParam;
17
import org.springframework.web.bind.annotation.RequestParam;
19
 
18
 
20
import com.spice.profitmandi.common.model.CustomItem;
19
import com.spice.profitmandi.common.model.CustomItem;