Attribute resultDivId invalid for tag submit according to TLD

2007-09-30 Thread Moacir Cardoso
Hello, I'm getting this message "Attribute resultDivId invalid for tag submit according to TLD" when I try to use s:submit with attribute theme="ajax" When I checked the TLD, I couldn't find this attribute. I'm using Struts 2.08 ---

Error: Could not load 'struts.widget.Bind'

2007-10-01 Thread Moacir Cardoso
Hello, I'm getting this error when trying to use ajax theme Error: *Could* *not* *load* '*struts*.*widget*.*Bind*'; *last* *tried* '*__package__*.*js*' Source File: http://localhost:8080/*struts*/dojo/dojo.*js* Line: 94 Searching on google I've fou

Ajax forms not working

2007-10-01 Thread Moacir Cardoso
Hi, I'm unable to make my ajax form work initial content It's making a normal http request and not using ajax calls. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Ajax forms not working

2007-10-02 Thread Moacir Cardoso
Yes I do. Dave Newton wrote: Do you have an tag? --- Moacir Cardoso <[EMAIL PROTECTED]> wrote: Hi, I'm unable to make my ajax form work initial content action="cadastro/pessoa_salvarEndereco.action" method="post" theme=

Re: Ajax forms not working - Problem with scriptaculous and dojo

2007-10-05 Thread Moacir Cardoso
th scriptaculous and prototype.js. Bye. Dave Newton escreveu: If you set the debug flag do you get any error messages? --- Moacir Cardoso <[EMAIL PROTECTED]> wrote: Yes I do. Dave Newton wrote: Do you have an tag? --- Moacir Cardoso <[EMAIL

Problems with Number Format

2007-10-31 Thread Moacir Cardoso
Hello, I want to show in my textfield control a formated value. In my globalMessages.properties I've this format.number={0,number,###,##0.00} This code works fine /> But can't use it with a id="myFieldValue" label="myFieldValue:"/> and apply the format to it. ?? help!!!

Re: Problems with Number Format

2007-11-02 Thread Moacir Cardoso
I don't initialize myFieldValue in the default constructor of my action and I don't know why. Moacir Cardoso escreveu: Hello, I want to show in my textfield control a formated value. In my globalMessages.properties I've this format.number={0,number,###,##0.00} This code works f

BUG in checkboxlist

2008-02-12 Thread Moacir Cardoso
Hello, I'm getting some errors when using checkboxlist in situations where the name attribute or listKey and listValue are null values. The actual template doesn't tests for null values. If you do not use the name parameter this error occurs: "Expression parameters.name is undefine" If the nam

Checkboxlist - bind to List

2007-09-01 Thread Moacir Cardoso
Hello!, I´m trying to bind some checkbox values to one parameterized List. Lets say List. Is it possible? in Jsp: list="#{'1':'Car1','2':'Car2','3':'Car3'}"> in Action: private List myList; .. gets and sets. Moa ;-) - To u