IE options:

enable script debugging
display notification about every script error


before the error is manifested append debug=browser on your Action e.g. 
index.action?query=browser

http://struts.apache.org/2.1.8.1/docs/debugging-struts.html

 

strip the jsp down to basics (a form) and add in one component at a time and 
observe behavior

<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
    <head><title>Title</title></head>

<body> 

   <s:form action="YourAction">
               <s:submit value="submit"/>
    </s:form>

</body>

</html>

 

add JSTL EL

do you see error?


add OGNL expressions
do you see error?

 

do you see error with other browsers??
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.



 

> Subject: IE7 abruptly closes with struts 2.1.7
> From: saty.pra...@gmail.com
> Date: Tue, 20 Jul 2010 09:39:30 -0700
> To: user@struts.apache.org
> 
> Hi, 
> 
> We are using struts 2.1.7 with dojos for our application. Sometimes the Ie7 
> abruptly closes leaving no traces what so ever. Has any one faced this issue 
> earlier? 
> 
> 
> Sent from my iPhone
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
                                          
_________________________________________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3

Reply via email to