hi, yes my submit reached my action because the record is saved/updated in
the database.
yes the list is the response from the action. 

the list is refreshing in Firefox but not in IE..here is part of list.jsp

                        <s:iterator id="users" value="getUsersList()">
                            <tr> 
                                <td align="left" valign="top">
                                    <s:checkbox name="selectedGroup"
fieldValue="%{getUserId()}%{nextCell.label}" 
                                    theme="simple" />
                                </td>
                                <td align="left" valign="top">
                                    <s:url id="list"
value="UserMgt_input.action?userid=%{getUserId()}&task=edit"/>
                                    <s:a theme="ajax" 
                                         href="%{list}" 
                                         targets="module"
                                         errorText="Unable to load list.">
                                        <s:property value="getLastName()"/>
, <s:property value="getFirstName()"/> <s:property value="getMiddleName()"/>
                                    </s:a>
                                </td>
                                <td align="left" valign="top">
                                    <s:property value="getUserName()"/>
                                </td>
                                <td align="left" valign="top">
                                    <s:iterator id="modules"
value="getModules()">
                                        <s:property
value="getModuleName()"/> ,                                    
                                    </s:iterator>
                                </td>
                            </tr>
                        </s:iterator>        

i'm using Struts 2.0.5. The theme being use is ajax. I hope I've given you
enough information, 
if not, dont hesitate to ask, i'm really new in Struts, I need help. Thanks
again.


Jeromy Evans - Blue Sky Minds wrote:
> 
> 
> 
> Setting showLoadingText="false" itself shouldn't affect this.
> 
> Is the submit reaching your action?
> Is the list that's refreshed the response from the action? Or is the 
> refresh via a topic? Or refresh by some other means?
> Does your response contain any inline javascript? Or dojo widgets/ajax
> tags?
> 
> The only other thing that frequently doesn't work is including inline 
> javascript in the responses and expecting theme to execute at a 
> particular time.
> Which version of struts are you using btw?
> 
> regards,
>  Jeromy Evans
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--IE-does-not-refresh-page-tp15560342p15582733.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to