Re: [S2] Problem with Date pattern

2007-06-14 Thread Diego Yasuhiko Kurisaki
result has a setDataInicial() method right? musachy On 6/13/07, Diego Yasuhiko Kurisaki [EMAIL PROTECTED] wrote: I'm using saveFormat=rfc and java.util.Date as my object My dojo is. div dojoType=dropdowndatepicker id=Anuncio_anuncio_dataInicial name= dojo.anuncio.dataInicial inputName

[S2] Problem with Date pattern

2007-06-13 Thread Diego Yasuhiko Kurisaki
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- []'s Diego Yasuhiko Kurisaki

Re: [S2] Problem with Date pattern

2007-06-13 Thread Diego Yasuhiko Kurisaki
saveFormat=rfc for the widget. musachy On 6/13/07, Diego Yasuhiko Kurisaki [EMAIL PROTECTED] wrote: I'm manually using the DojoTookit Date Picker withe the following pattern dd/MM/yyy in my action i have a setter method like this. setDate(Date date){ this.date = date } But it seens

[S2] s2:iterator needs refresh to work properly

2007-05-07 Thread Diego Yasuhiko Kurisaki
are being called just after the first refresh. Looks like i'm doing something very wrong, am i not supposed to use EL inside s:iterator? What should i use then? -- []'s Diego Yasuhiko Kurisaki

Re: [S2] s2:iterator needs refresh to work properly

2007-05-07 Thread Diego Yasuhiko Kurisaki
Well, using the property tag i got no output at all. s:property value=ca.name / I'll try to use the webwork stuff. Is this really how it works? On 5/7/07, Adam Ruggles [EMAIL PROTECTED] wrote: have you tried using the property tag instead? s:property value=ca.name / Diego Yasuhiko Kurisaki

Re: [S2] s2:iterator needs refresh to work properly

2007-05-07 Thread Diego Yasuhiko Kurisaki
Well i spent a hour to realize that when i used the property tag and go no output, i was mistyping the name :/ it worked using just the name of the method that i want. s:property value=name/ Thanks On 5/7/07, Diego Yasuhiko Kurisaki [EMAIL PROTECTED] wrote: Well, using the property tag i