Re: ActionContext not working properly with IE

2007-04-23 Thread Felipe Rodrigues
Yes, So good. I've setted the showLoading text to subimmit button, but I've forgot to remove in the div. We must take it out from both. Thanks a lot man, You've saved my job. :-) Regards, Felipe Rodrigues Musachy Barroso wrote: > > it is the "bug" I've been talking about all time long :), th

Re: ActionContext not working properly with IE

2007-04-23 Thread Musachy Barroso
it is the "bug" I've been talking about all time long :), there are other threads about this on the list. The thing is: before the request is made, "loading..." (or the loading text) is set as the content of the targets, in FF, this doesn't destroy the form(form to be submitted), but in IE it does

Re: ActionContext not working properly with IE

2007-04-23 Thread Felipe Rodrigues
I also don't thing it is a generic bug. Not so sure as well if it is a real bug. But to make sure we I would like somebody else try to reproduce this issue. The scenario is, a form with some fields that are not Action Attributes, try to get these fields using ActionContext or even the ParametersAw

Re: ActionContext not working properly with IE

2007-04-23 Thread Musachy Barroso
I'm not sure about that, there is a ton of examples using targets in showcase, I'm not saying there isn't a bug, just that if there is one is not as generic as "not working with targets at all". Keep going, I got the feeling you will find it soon :) musachy On 4/23/07, Felipe Rodrigues <[EMAIL P

Re: ActionContext not working properly with IE

2007-04-23 Thread Felipe Rodrigues
Ok. I found out one more thing. I think we are getting close to the real bug. Button (or even anchor) doesn't works when I use targets. If I remove target, then all the thing works fine. But I need to refresh my screen after submit this form. I tried use notifyTopics, but how can I say to some div

Re: ActionContext not working properly with IE

2007-04-23 Thread Musachy Barroso
Anchor and Submit use the same Widget. That's weird. musachy On 4/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: I've tried it. An interesting thing is: With anchor it works fine. using . I can do my system using anchor, but I would suggest someone else try do that in order to figure out

Re: ActionContext not working properly with IE

2007-04-23 Thread Felipe Rodrigues
I've tried it. An interesting thing is: With anchor it works fine. using . I can do my system using anchor, but I would suggest someone else try do that in order to figure out if it is a real bug or not. If so, could create a JIRA Issue. What do you think? Did you tried to reproduce the same issu

Re: ActionContext not working properly with IE

2007-04-23 Thread Musachy Barroso
Try setting formId="formVariaveis" in the submit button. musachy On 4/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Hi, After a weekend, we are back to reality... Some other clue to help me fix this issue? Thanks, Felipe Felipe Rodrigues wrote: > > yes. But this is not the div I'm

Re: ActionContext not working properly with IE

2007-04-23 Thread Felipe Rodrigues
Hi, After a weekend, we are back to reality... Some other clue to help me fix this issue? Thanks, Felipe Felipe Rodrigues wrote: > > yes. But this is not the div I'm trying to update. > > > Musachy Barroso wrote: >> >> Is the submit button inside the div? something like: >> >> >>

Re: ActionContext not working properly with IE

2007-04-20 Thread Felipe Rodrigues
yes. But this is not the div I'm trying to update. Musachy Barroso wrote: > > Is the submit button inside the div? something like: > > > > > > > musachy > On 4/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: >> >> >> DEBUG: widget ID collision on ID: btGravar. I've changed this ID

Re: ActionContext not working properly with IE

2007-04-20 Thread Felipe Rodrigues
I puzzled my last email. Sending again in the right order. The message was: "DEBUG: widget ID collision on ID: btGravar." But I already changed the Id. The problem keeps up. Thanks Felipe Rodrigues wrote: > > DEBUG: widget ID collision on ID: btGravar. I've changed this ID and I > don't get

Re: ActionContext not working properly with IE

2007-04-20 Thread Musachy Barroso
Is the submit button inside the div? something like: musachy On 4/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: DEBUG: widget ID collision on ID: btGravar. I've changed this ID and I don't get this error anymore. But the problem persist. IE doesn't send any parameter. That was t

Re: ActionContext not working properly with IE

2007-04-20 Thread Felipe Rodrigues
DEBUG: widget ID collision on ID: btGravar. I've changed this ID and I don't get this error anymore. But the problem persist. IE doesn't send any parameter. That was the message! Musachy Barroso wrote: > > Well we are getting closer then, it is not related to the ActionContext > (which I doub

Re: ActionContext not working properly with IE

2007-04-20 Thread Musachy Barroso
Well we are getting closer then, it is not related to the ActionContext (which I doubted anyway) but to ajax. Set debug="true" on the head tag and see if there are any errors. The other thing, is the submit button, or the anchor inside the div that you are trying to update (if it is then you need

Re: ActionContext not working properly with IE

2007-04-20 Thread Felipe Rodrigues
Hi again, I tried without the theme="ajax" in the submit button. It worked even at IE, but then, I lost the ajax behavior. I need update a div. So I think it is a bug of ajax theme vs IE. What do you think? Thanks, Felipe Felipe Rodrigues wrote: > > Thanks for the help, > Now I'm trying wit

Re: ActionContext not working properly with IE

2007-04-20 Thread Felipe Rodrigues
Thanks for the help, Now I'm trying with this simple form, simpler than the first. For my surprise I got the same problem. In Firefox works, in IE doesn't. Here goes my code, first the part I getting the ActionContext and getting the parameters: ActionContext ac = ActionContext.getContext(); Map

Re: ActionContext not working properly with IE

2007-04-20 Thread Musachy Barroso
You could compare what is getting submitted to the server by both FF and IE. But it does sound weird. Try to narrow it down to a simple form, with a simple action, with no extra-interceptors, etc. musachy On 4/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: I don't want to screw up, but d

Re: ActionContext not working properly with IE

2007-04-20 Thread Felipe Rodrigues
I don't want to screw up, but doesn't it sound like a bug? I have nowhere more to look for a solution. {} Felipe Felipe Rodrigues wrote: > > Sure, > > Pls, excuse the names in portuguese. It is not a simple form, and it is in > this way because it is dinamicaly generated. > > --

Re: ActionContext not working properly with IE

2007-04-20 Thread Felipe Rodrigues
Sure, Pls, excuse the names in portuguese. It is not a simple form, and it is in this way because it is dinamicaly generated. - BEGIN OF CODE --- Variável Unid Valor Valor

Re: ActionContext not working properly with IE

2007-04-20 Thread Musachy Barroso
Can you post the form that you are submitting? musachy On 4/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Hi guys, I'm using ActionContext to get get some fields from a form that is dinamically generated. So, I use, ActionContext.getContext( ).getParameters( ) that returns me a Map. It