Search:

Type: Posts; User: Richter; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,888

    i see

    i got it

    tnx
  2. Replies
    2
    Views
    2,888

    JSTL & javaScript

    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}
  3. Replies
    0
    Views
    465

    Change ModelMap without reload de view

    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...
  4. Replies
    6
    Views
    831

    commandName

    u need a

    @ModelAttribute("usuario")
    public UsuarioEntity getUsuario() {
    return new UsuarioEntity();
    }

    in these bean u have the path's for the form:input form:...
  5. Replies
    0
    Views
    792

    how return ArrayList in @Controller

    hi


    i have in my @Controller

    @RequestMapping(method=RequestMethod.GET,value="/registro")
    public ModelAndView detalleEvento() throws ExceptionCmm {
    RegistroUsuario registro = new...
  6. Replies
    1
    Views
    588

    @SessionAttribute implementation ??

    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...
  7. Thread: form:form date

    by Richter
    Replies
    3
    Views
    723

    I got it

    as you say,

    i create 3 attibutes in myBean and reuse the forEach:

    <form:select path="dia" class="entradatxt">
    <c:forEach...
  8. Thread: form:form date

    by Richter
    Replies
    3
    Views
    723

    tnx senoctar

    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?
  9. Thread: form:form date

    by Richter
    Replies
    3
    Views
    723

    form:form date

    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">
    ...
  10. Tnx for the responce

    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
  11. Replies
    0
    Views
    622

    Dynamic combobox help

    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...
  12. application/xml: Fire fox show html , IE and Chrome show me a XML ??why

    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"?>
Results 1 to 12 of 12