IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Struts 1 Java Discussion :

[logic:notEmpty] Probleme dans une iteration


Sujet :

Struts 1 Java

  1. #1
    Membre habitué
    Avatar de CPI_en_mousse
    Homme Profil pro
    Développeur Java
    Inscrit en
    Avril 2006
    Messages
    332
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2006
    Messages : 332
    Points : 168
    Points
    168
    Par défaut [logic:notEmpty] Probleme dans une iteration
    Bonjour à tous.

    dans le code suivant:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
            <logic:present scope="session" name="listButton">          
                <logic:iterate id="listButton" name="listButton" scope="session">
                    <bean:write name="listButton" property="from"/>
                    <bean:write name="listButton" property="to"/>                 
                    <logic:notEmpty name="listButton" property="button">                
                        <bean:write name="listButton.button" property="id"/>
                        <bean:write name="listButton.button" property="key"/>
     
                    </logic:notEmpty>
     
                </logic:iterate>            
            </logic:present>
    j'ai un petit soucis. il ne fonctionne que lorsque je l'attribut button est null.
    En fait la liste listButton contient des object qui eux meme contiennent un objet de type button.

    Pouvez vous m'aider merci.

  2. #2
    Membre expérimenté Avatar de willoi
    Profil pro
    Développeur informatique
    Inscrit en
    Décembre 2006
    Messages
    1 355
    Détails du profil
    Informations personnelles :
    Âge : 52
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Décembre 2006
    Messages : 1 355
    Points : 1 639
    Points
    1 639
    Par défaut
    Et quels sont l'erreur et son message ?

  3. #3
    Membre habitué
    Avatar de CPI_en_mousse
    Homme Profil pro
    Développeur Java
    Inscrit en
    Avril 2006
    Messages
    332
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2006
    Messages : 332
    Points : 168
    Points
    168
    Par défaut
    Je n'ai pas d'erreur.

    j'ai juste ma page qui ne s'affiche pas completement, elle est coupé au milieu.

    Par contre qd j'enleve cette partie de code, ca fonctionne
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
                    <logic:notEmpty name="listButton" property="button">                
                        <bean:write name="listButton.button" property="id"/>
                        <bean:write name="listButton.button" property="key"/>
                        
                    </logic:notEmpty>

  4. #4
    Membre chevronné Avatar de Mister Nono
    Homme Profil pro
    Ingénieur Mathématiques et Informatique
    Inscrit en
    Septembre 2002
    Messages
    2 234
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 60
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Ingénieur Mathématiques et Informatique
    Secteur : Santé

    Informations forums :
    Inscription : Septembre 2002
    Messages : 2 234
    Points : 1 897
    Points
    1 897
    Par défaut
    Si elle se coupe au milieu cela signifie que le remplissage du flux HTTP a été interrompu à cause d'une exception.

    Peux-tu donner la trace de cette exception ?

    A+

  5. #5
    Membre habitué
    Avatar de CPI_en_mousse
    Homme Profil pro
    Développeur Java
    Inscrit en
    Avril 2006
    Messages
    332
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2006
    Messages : 332
    Points : 168
    Points
    168
    Par défaut
    Autant pour moi

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    16:45:10,804 ERROR [jsp]:704 - "Servlet.service()" pour la servlet jsp a lancé une exception
    javax.servlet.jsp.JspException: No getter method for property: "button" of bean: "listButton"
            at org.apache.struts.taglib.TagUtils.lookup(TagUtils.java:987)
            at org.apache.struts.taglib.logic.EmptyTag.condition(EmptyTag.java:79)
            at org.apache.struts.taglib.logic.NotEmptyTag.condition(NotEmptyTag.java:50)
            at org.apache.struts.taglib.logic.ConditionalTagBase.doStartTag(ConditionalTagBase.java:174)
            at org.apache.jsp.applicant.displayApplicant_jsp._jspx_meth_logic_notEmpty_0(displayApplicant_jsp.java:1890)
            at org.apache.jsp.applicant.displayApplicant_jsp._jspService(displayApplicant_jsp.java:519)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
            at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
            at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
            at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
            at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
            at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
            at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
            at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
            at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
            at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
            at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
            at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
            at java.lang.Thread.run(Thread.java:595)
    16:45:10,890 ERROR [action]:253 - "Servlet.service()" pour la servlet action a généré une exception
    javax.servlet.jsp.JspException: No getter method for property: "button" of bean: "listButton"
            at org.apache.struts.taglib.TagUtils.lookup(TagUtils.java:987)
            at org.apache.struts.taglib.logic.EmptyTag.condition(EmptyTag.java:79)
            at org.apache.struts.taglib.logic.NotEmptyTag.condition(NotEmptyTag.java:50)
            at org.apache.struts.taglib.logic.ConditionalTagBase.doStartTag(ConditionalTagBase.java:174)
            at org.apache.jsp.applicant.displayApplicant_jsp._jspx_meth_logic_notEmpty_0(displayApplicant_jsp.java:1890)
            at org.apache.jsp.applicant.displayApplicant_jsp._jspService(displayApplicant_jsp.java:519)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
            at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
            at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
            at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
            at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
            at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
            at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
            at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
            at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
            at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
            at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
            at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
            at java.lang.Thread.run(Thread.java:595)

  6. #6
    Membre chevronné Avatar de Mister Nono
    Homme Profil pro
    Ingénieur Mathématiques et Informatique
    Inscrit en
    Septembre 2002
    Messages
    2 234
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 60
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Ingénieur Mathématiques et Informatique
    Secteur : Santé

    Informations forums :
    Inscription : Septembre 2002
    Messages : 2 234
    Points : 1 897
    Points
    1 897
    Par défaut
    Tu n'as pas écrit l'accesseur getButton();

    A+

  7. #7
    Membre habitué
    Avatar de CPI_en_mousse
    Homme Profil pro
    Développeur Java
    Inscrit en
    Avril 2006
    Messages
    332
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2006
    Messages : 332
    Points : 168
    Points
    168
    Par défaut
    pourtant si je l'ai la preuve:

    classe workflowtransition qui contient workflowButton
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    /*
     * WorkflowTransition.java
     *
     * Created on 9. septembre 2005, 10:31
     *
     */
     
    package be.qspin.qats.business.workflow;
     
    import java.io.Serializable;
     
    /**
     * Cette classe m�morise les transitions possibles et la m�thode de validation
     * de la transition.
     *
     * @author Patrick Lezy
     */
    public class WorkflowTransition implements Serializable {
        /**
         * Holds value of property from.
         */
        private String from;
     
        /**
         * Getter for property from.
         * @return Value of property from.
         */
        public String getFrom() {
            return this.from;
        }
     
        /**
         * Getter for Integer representing from State Code.
         * @return Value of property from.
         */
        public Integer getFromStateId() {
            return WorkflowStates.toInt(this.from);
        }
     
        /**
         * Setter for property from.
         * @param from New value of property from.
         */
        public void setFrom(String from) {
            this.from = from;
        }
     
        /**
         * Holds value of property isFinal. Represents a final state, no further transition can be requested !
         */
        private boolean isFinal = false;
     
        /**
         * Holds value of property to.
         */
        private String to;
     
        /**
         * Getter for property to.
         * @return Value of property to.
         */
        public String getTo() {
            return this.to;
        }
     
        /**
         * Getter for Integer representing property to state code.
         * @return Value of property to.
         */
        public Integer getToStateId() {
            return WorkflowStates.toInt(this.to);
        }
     
        /**
         * Setter for property to.
         * @param to New value of property to.
         */
        public void setTo(String to) {
            this.to = to;
        }
     
        /**
         * Holds value of property validationMethod.
         */
        private String validationMethod;
     
        /**
         * Getter for property validationMethod.
         * @return Value of property validationMethod.
         */
        public String getValidationMethod() {
     
            return this.validationMethod;
        }
     
        /**
         * Setter for property validationMethod.
         * @param validationMethod New value of property validationMethod.
         */
        public void setValidationMethod(String validationMethod) {
     
            this.validationMethod = validationMethod;
        }
     
        /**
         * Getter for property isFinal.
         * @return Value of property isFinal.
         */
        public boolean isFinal() {
     
            return this.isFinal;
        }
     
        /**
         * Setter for property isFinal.
         * @param isFinal New value of property isFinal.
         */
        public void setFinal(boolean isFinal) {
            this.isFinal = isFinal;
            if (this.isFinal) {
                this.to = null;
                this.validationMethod = null;
            }
        }
     
        /**
         * Holds value of property timestampProperty.
         */
        private String timestampProperty;
     
        /**
         * Getter for property timestampProperty.
         * @return Value of property timestampProperty.
         */
        public String getTimestampProperty() {
     
            return this.timestampProperty;
        }
     
        /**
         * Setter for property timestampProperty.
         * @param timestampProperty New value of property timestampProperty.
         */
        public void setTimestampProperty(String timestampProperty) {
     
            this.timestampProperty = timestampProperty;
        }
     
        /**
         * toString standard overriden
         * @return a String representing the transition
         */
        public String toString() {
            StringBuffer str = new StringBuffer();
            str.append("[");
            str.append(from);
            str.append(" to ");
            str.append(to);
            str.append("]");
     
            return str.toString();
        }
     
        /**
         * Holds value of property button associated to this transition.
         */
        private WorkflowButton button;
     
        /**
         * Getter for property button.
         * @return Value of property button.
         */
        public WorkflowButton getButton() {
            return this.button;
        }
     
        /**
         * Setter for property button.
         * @param button New value of property button.
         */
        public void setButton(WorkflowButton button) {
            this.button = button;
        }
    }
    Malgré cela, j'ai le meme problem. Je pense plutot que le probleme vient de la page JSP. Je pense m'avoir trompe dans les "logic:iterate", "logic:notEmpty". tu peu y jeter un oeil? Merci

  8. #8
    Membre expérimenté Avatar de willoi
    Profil pro
    Développeur informatique
    Inscrit en
    Décembre 2006
    Messages
    1 355
    Détails du profil
    Informations personnelles :
    Âge : 52
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Décembre 2006
    Messages : 1 355
    Points : 1 639
    Points
    1 639
    Par défaut
    Comment tu defini listButton ?
    Quelle est sa classe?




    Au passage :
    Je pense m'avoir trompe dans les "logic:iterate",
    Je pense m'être trompé

  9. #9
    Expert éminent

    Femme Profil pro
    Inscrit en
    Juillet 2005
    Messages
    5 793
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France

    Informations forums :
    Inscription : Juillet 2005
    Messages : 5 793
    Points : 7 778
    Points
    7 778
    Par défaut
    Essaie plutôt :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
                    <logic:notEmpty name="listButton" property="button">                
                        <bean:write name="listButton" property="button.id"/>
                        <bean:write name="listButton" property="button.key"/>
                    </logic:notEmpty>

  10. #10
    Membre habitué
    Avatar de CPI_en_mousse
    Homme Profil pro
    Développeur Java
    Inscrit en
    Avril 2006
    Messages
    332
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2006
    Messages : 332
    Points : 168
    Points
    168
    Par défaut
    Citation Envoyé par c_nvy
    Essaie plutôt :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
                    <logic:notEmpty name="listButton" property="button">                
                        <bean:write name="listButton" property="button.id"/>
                        <bean:write name="listButton" property="button.key"/>
                    </logic:notEmpty>
    oui c'etait ca, merci beaucoup

    Citation Envoyé par willoi
    Je pense m'être trompé
    Désolé, je devais pensé à 2 choses à la fois

  11. #11
    Membre habitué
    Avatar de CPI_en_mousse
    Homme Profil pro
    Développeur Java
    Inscrit en
    Avril 2006
    Messages
    332
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2006
    Messages : 332
    Points : 168
    Points
    168
    Par défaut
    et maintenant, si je veux integrer les valeurs à un boutton, je fais comme ceci:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    <html:button property="${button.id}" value="${button.key}" title="id"/>
    Mais ca ne m'affiche pas les valeurs.

  12. #12
    Membre habitué
    Avatar de CPI_en_mousse
    Homme Profil pro
    Développeur Java
    Inscrit en
    Avril 2006
    Messages
    332
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côte d'Or (Bourgogne)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2006
    Messages : 332
    Points : 168
    Points
    168
    Par défaut
    en fait j'ai trouve :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    <html:button property="${listButton.button.id}" value="${listButton.button.key}" title="id"/>
    merci à tous

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Probleme dans une fonction
    Par Leroimage dans le forum Langage
    Réponses: 10
    Dernier message: 22/02/2006, 20h40
  2. Problème dans une condition
    Par gibet_b dans le forum Linux
    Réponses: 4
    Dernier message: 31/05/2005, 11h19
  3. Probleme dans une procedure stockée
    Par malbaladejo dans le forum MS SQL Server
    Réponses: 5
    Dernier message: 07/07/2004, 15h08
  4. petit probleme dans une requte POSTGRE SQL
    Par ghis le fou dans le forum Requêtes
    Réponses: 5
    Dernier message: 08/09/2003, 14h51
  5. Probleme dans une clause like !
    Par adil dans le forum Langage SQL
    Réponses: 6
    Dernier message: 15/07/2003, 17h47

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo