Thank you very much Chuck.... I have found the crick of Internet Explorer in this case... and fixed it.... please find the explanation below:

In my component there are couple of _empty_ image tags as shown below:
<img id="tip" src="" alt="">

actually the src to this <img> tag will be supplied through JavaScript, down the line in the component.... but what to do... Internet Explorer is not waiting for me.... it's quick in generating the error ;-) Safari and FF are good at this... they don't bother me here...

Solution: I have just given some image reference in the <img> tag, instead of leaving it empty, so that IE will be happy parsing/ rendering it...

<img id="tip" src="b.gif" alt="">

Thank you everyone for support... :-)

Thanks & Rgds,
Shravan Kumar.M

"Let us learn from the past to profit by the present,and from the present to live better in the future."
--William WordsWorth
---------------------------------------------------------------


On 06-Jul-07, at 10:10 PM, Chuck Hill wrote:

This is caused by invalid HTML in the page and bugs in everyone's favorite alleged browser "user-agent = (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)".

Find the bad HTML, fix it. It is probably an unquoted attribute like color=eeffdd


Chuck


On Jul 6, 2007, at 9:33 AM, Shravan Kumar.M wrote:

Hello Group,

Am getting a vague problem, here is the information, please suggest me a probable solution for this issue:

Following is the Exception:

[2007-07-06 21:57:48 IST] <WorkerThread8> <com.webobjects.appserver._private.WOComponentRequestHandler>: Exception occurred while handling request: com.webobjects.appserver.WOPageNotFoundException: <Application>: Unable to create page 'IIxrY0tStknjYQDhjDa6s0'. [2007-07-06 21:57:48 IST] <WorkerThread8> com.webobjects.appserver.WOPageNotFoundException: <Application>: Unable to create page 'IIxrY0tStknjYQDhjDa6s0'. at com.webobjects.appserver.WOApplication.pageWithName (WOApplication.java:1968) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatch WithPreparedSession(WOComponentRequestHandler.java:273) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatch WithPreparedApplication(WOComponentRequestHandler.java:322) at com.webobjects.appserver._private.WOComponentRequestHandler._handleRe quest(WOComponentRequestHandler.java:358) at com.webobjects.appserver._private.WOComponentRequestHandler.handleReq uest(WOComponentRequestHandler.java:432) at com.webobjects.appserver.WOApplication.dispatchRequest (WOApplication.java:1306)
        at Application.dispatchRequest(Application.java:645)
at com.webobjects.appserver._private.WOWorkerThread.runOnce (WOWorkerThread.java:173) at com.webobjects.appserver._private.WOWorkerThread.run (WOWorkerThread.java:254)
        at java.lang.Thread.run(Thread.java:552)

Following is the WORequest object value:

(com.webobjects.appserver.WORequest) <com.webobjects.appserver.WORequest (<com.webobjects.appserver.WORequest httpVersion=HTTP/1.1 headers= {user-agent = (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)); cookie = (hb8SGNUoFaXP1RGpktw7qg="TOM [EMAIL PROTECTED]:8000"; RAP_OFF=5782; lkclZ8sumtvvhG6iL9VnSM="TOM [EMAIL PROTECTED]:8000"; IIxrY0tStknjYQDhjDa6s0="TOM [EMAIL PROTECTED]:8000"); accept = (*/ *); referer = (http://192.168.1.111:8000/cgi-bin/WebObjects/ SampleWO.woa/wo/IIxrY0tStknjYQDhjDa6s0/3.0.7.1.15.1.1?31,8); accept-encoding = (gzip, deflate); host = (192.168.1.111:8000); accept-language = (en-us); connection = (Keep-Alive); } content- length=0 cookies=null userInfo=null>) method=GET uri=/cgi-bin/ WebObjects/SampleWO.woa/wo/IIxrY0tStknjYQDhjDa6s0/ defaultFormValueEncoding=ISO8859_1 formValueEncodingDetectionEnabled=NO formValueEncoding=ISO8859_1 formValues={} >


Thanks & Rgds,
Shravan Kumar.M

"Let us learn from the past to profit by the present,and from the present to live better in the future."
--William WordsWorth
---------------------------------------------------------------


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/chill% 40global-village.net

This email sent to [EMAIL PROTECTED]

--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects







 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to