I am experiencing this issue on Openwave version 7 emulator and I am
experiencing only the 2nd problem in internet explorer. I am using visual
studio 2005 with asp.net 2.0.
I think I know why its not rendering the image. If I look at the source of
the wml its:
<p:do type="accept" label="Login">
<p:go
href="/PhoneFling/(X(1)S(omj1wxaljgcsh045ziekrs45))/Default.aspx?ReturnUrl=%2fPhoneFling%2fHome.aspx&A spxAutoDetectCookieSupport=1" method="post">
<p

ostfield name="__VIEWSTATE"
value="/wEXAQUDX19QDwUIZnJtTG9naW5kuxODygIHWlrY59nhTqGysdl uZR0="/><p

ostfield
name="__EVENTTARGET" value="cmdLogin"/><p

ostfield name="txtScreenName"
value="$$(txtScreenName:noesc)">
</p

ostfield>
<p

ostfield name="txtPassword" value="$$(mcsvhhvpp0:noesc)">
</p

ostfield>
</p:go>
</p:do>
There is no mention of any image here, even though the imageURL of the
command is set. There should be a mention of the image around the <do> tag i
think. Is .net not rendering it?? Is this a bug???
I tried to trick it by calling the __doPostBack() function from an mobile
image object, which works in a browser but since there is not javascript in
wml it wont work on mobile phones.
Does anyone have any ideas? I'm mmmeeellltttiiinnnggg.