i got it
tnx
Type: Posts; User: Richter; Keyword(s):
i got it
tnx
Hi
i tri to send a ArrayList to javascript
in the jsp i use <c:forEach var="x" items="${stuff.arr}">....
but I want to use ${stuff.arr} to assign a var in js
like var arr = ${stuff.arr}
hi
i want fi change de data in de modelMap in the same view without reload de page
first charge de model&view
@RequestMapping(method=RequestMethod.GET,value="/registro")
public...
u need a
@ModelAttribute("usuario")
public UsuarioEntity getUsuario() {
return new UsuarioEntity();
}
in these bean u have the path's for the form:input form:...
hi
i have in my @Controller
@RequestMapping(method=RequestMethod.GET,value="/registro")
public ModelAndView detalleEvento() throws ExceptionCmm {
RegistroUsuario registro = new...
Hi
i have a litle question about @SessionAttribute implementarion
i try to find a example about it but i dont understend :confused:
i want to create a SessionAttribute userId and get this...
as you say,
i create 3 attibutes in myBean and reuse the forEach:
<form:select path="dia" class="entradatxt">
<c:forEach...
then if i want to put them i need to place those 3 selects in the commandName="myBean" ?
use form:select , when i submit thise bind the selected option?
hi
anyone knows how to send a date in a form:form ?
i use <form:input for text
but i have 3 selects
<select days>,<select month>, <select years>
<select name="day" class="entradatxt">
...
Tnx for the responce
im try to find a example about application/xhtml+xml, do you have some one?
it's more easy to me understend xhtml+xml in a example :p
Cya
Hi im try to make a dynamic combo box but dont work
in my controller y have
@RequestMapping(method=RequestMethod.GET,value="/registro")
public ModelAndView detalleEvento() throws ExceptionCmm...
hi
am new in spring 3.0.2
im develop a sales page, but when i try to run in IE or Chrome anly see a XML
but in Fire Fox a see html
my servlet.xml
<?xml version="1.0" encoding="UTF-8"?>