Hi everyone!

I have a problem which might be an error in
orion (or I've missed something in the code).
 The following code below gets accepted when
I run it in ericsson's dev kit but I get an
Internal server error, when I run it through
orion, saying bad wml byte code. But if I remove
the <a ...></a> tag it runs it perfectly.
 Anyone having a similar problem?? Or knows what
I'm doing wrong?

----[cut]--
<% response.setContentType("text/vnd.wap.wml"); %>

<wml>
  <card id="hem" title="Budbararen">
    <a href="#sok" title="Söka">Sök</a>
  </card>

  <card id="sok" title="Söka ärenden">
    <p align="left">
      <br/>
    </p>
  </card>
</wml>
----[cut]--

/Robert Karlsson



Reply via email to