Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WML page generated in JSP

Status
Not open for further replies.

Rydel

Programmer
Feb 5, 2001
376
CZ
Hello!

Urgent problem. Below is a resulting WML code that was generated by a JSP page.

The problem is the following - no matter which link (anchor Kontonummer - Accountnumber) we activate, whether it is 0999111103, 0999111104, 0999111105 etc, the link always to opens a WML page that says 0999111103.


Sorry for this relatively large code snippet, but I want to show you the whol file:

Code:
<?xml version=&quot;1.0&quot;?>
<!DOCTYPE wml PUBLIC &quot;-//WAPFORUM//DTD WML 1.1//EN&quot; &quot;[URL unfurl="true"]http://www.wapforum.org/DTD/wml_1.1.xml&quot;>[/URL]


<wml>
  <card id=&quot;spAccounts&quot; title=&quot;Konten&#xFC;bersicht&quot;>
    <onevent type=&quot;onenterforward&quot;>
      <refresh>
        <setvar name=&quot;tfName&quot; value=&quot;bla&quot;/>
        <setvar name=&quot;lblVorname&quot; value=&quot;Vorname:&quot;/>
        <setvar name=&quot;lblName&quot; value=&quot;Name:&quot;/>
        <setvar name=&quot;Auswahl_4&quot; value=&quot;13400.0&quot;/>
        <setvar name=&quot;Auswahl_3&quot; value=&quot;1000.0&quot;/>
        <setvar name=&quot;lblKonten&quot; value=&quot;Konten:&quot;/>
        <setvar name=&quot;Auswahl_2&quot; value=&quot;Aktiv&quot;/>
        <setvar name=&quot;Auswahl_1&quot; value=&quot;0999111103&quot;/>
        <setvar name=&quot;tfVorname&quot; value=&quot;bla&quot;/>
        <setvar name=&quot;Auswahl_0&quot; value=&quot;Girokonto&quot;/>
      </refresh>
    </onevent>
    <p align=&quot;center&quot;>
      <b>Name:</b>
    </p>
    <p>
       bla 
    </p>
    <p align=&quot;center&quot;>
      <b>Vorname:</b>
    </p>
    <p>
       bla 
    </p>
    <p align=&quot;center&quot;>
      <b>Konten:</b>
    </p>
    <p>
      <small> Konto-Art: Girokonto </small>
    </p>
    <p>
      <small> Konto-Nr.:<anchor title=&quot;Auswahl&quot;> 0999111103<go href=&quot;flow.jsp&quot; method=&quot;post&quot;>            <setvar name=&quot;Auswahl_1&quot; value=&quot;0999111103&quot;/>
            <postfield name=&quot;source&quot; value=&quot;WAP_AccountOverview.jsp&quot;/>
            <postfield name=&quot;destination&quot; value=&quot;WAP_BankTransferEntry.jsp&quot;/>
            <postfield name=&quot;Vorname&quot; value=&quot;$(tfVorname:noesc)&quot;/>
            <postfield name=&quot;Name&quot; value=&quot;$(tfName:noesc)&quot;/>
            <postfield name=&quot;Kontonummer&quot; value=&quot;$(Auswahl_1:noesc)&quot;/>
            <postfield name=&quot;wapAreas&quot; value=&quot;Vorname=Name=Kontonummer&quot;/>
            <postfield name=&quot;gx_session_id_&quot; value=&quot;9TtMlsf3P5vFm8xvtyAlhRVrpzpmNXe9tbOol7OHxtzl80y1j9rV!1677345623!1024666892741&quot;/>
          </go></anchor></small>
    </p>
    <p>
      <small> Konto-Status: Aktiv </small>
    </p>
    <p>
      <small> Dispolimit: 1000.0 </small>
    </p>
    <p>
      <small> Kontostand: 13400.0 </small>
    </p>
    <p>
      <small> Konto-Art: Girokonto </small>
    </p>
    <p>
      <small> Konto-Nr.:<anchor title=&quot;Auswahl&quot;> 999111104<go href=&quot;flow.jsp&quot; method=&quot;post&quot;>            <setvar name=&quot;Auswahl_1&quot; value=&quot;999111104&quot;/>
            <postfield name=&quot;source&quot; value=&quot;WAP_AccountOverview.jsp&quot;/>
            <postfield name=&quot;destination&quot; value=&quot;WAP_BankTransferEntry.jsp&quot;/>
            <postfield name=&quot;Vorname&quot; value=&quot;$(tfVorname:noesc)&quot;/>
            <postfield name=&quot;Name&quot; value=&quot;$(tfName:noesc)&quot;/>
            <postfield name=&quot;Kontonummer&quot; value=&quot;$(Auswahl_1:noesc)&quot;/>
            <postfield name=&quot;wapAreas&quot; value=&quot;Vorname=Name=Kontonummer&quot;/>
            <postfield name=&quot;gx_session_id_&quot; value=&quot;9TtMlsf3P5vFm8xvtyAlhRVrpzpmNXe9tbOol7OHxtzl80y1j9rV!1677345623!1024666892741&quot;/>
          </go></anchor></small>
    </p>
    <p>
      <small> Konto-Status: Aktiv </small>
    </p>
    <p>
      <small> Dispolimit: 1000.0 </small>
    </p>
    <p>
      <small> Kontostand: 44.0 </small>
    </p>
    <p>
      <small> Konto-Art: Girokonto </small>
    </p>
    <p>
      <small> Konto-Nr.:<anchor title=&quot;Auswahl&quot;> 999111105<go href=&quot;flow.jsp&quot; method=&quot;post&quot;>            <setvar name=&quot;Auswahl_1&quot; value=&quot;999111105&quot;/>
            <postfield name=&quot;source&quot; value=&quot;WAP_AccountOverview.jsp&quot;/>
            <postfield name=&quot;destination&quot; value=&quot;WAP_BankTransferEntry.jsp&quot;/>
            <postfield name=&quot;Vorname&quot; value=&quot;$(tfVorname:noesc)&quot;/>
            <postfield name=&quot;Name&quot; value=&quot;$(tfName:noesc)&quot;/>
            <postfield name=&quot;Kontonummer&quot; value=&quot;$(Auswahl_1:noesc)&quot;/>
            <postfield name=&quot;wapAreas&quot; value=&quot;Vorname=Name=Kontonummer&quot;/>
            <postfield name=&quot;gx_session_id_&quot; value=&quot;9TtMlsf3P5vFm8xvtyAlhRVrpzpmNXe9tbOol7OHxtzl80y1j9rV!1677345623!1024666892741&quot;/>
          </go></anchor></small>
    </p>
    <p>
      <small> Konto-Status: Aktiv </small>
    </p>
    <p>
      <small> Dispolimit: 1000.0 </small>
    </p>
    <p>
      <small> Kontostand: 0.0 </small>
    </p>
    <p>
      <small> Konto-Art: Girokonto </small>
    </p>
    <p>
      <small> Konto-Nr.:<anchor title=&quot;Auswahl&quot;> 999111106<go href=&quot;flow.jsp&quot; method=&quot;post&quot;>            <setvar name=&quot;Auswahl_1&quot; value=&quot;999111106&quot;/>
            <postfield name=&quot;source&quot; value=&quot;WAP_AccountOverview.jsp&quot;/>
            <postfield name=&quot;destination&quot; value=&quot;WAP_BankTransferEntry.jsp&quot;/>
            <postfield name=&quot;Vorname&quot; value=&quot;$(tfVorname:noesc)&quot;/>
            <postfield name=&quot;Name&quot; value=&quot;$(tfName:noesc)&quot;/>
            <postfield name=&quot;Kontonummer&quot; value=&quot;$(Auswahl_1:noesc)&quot;/>
            <postfield name=&quot;wapAreas&quot; value=&quot;Vorname=Name=Kontonummer&quot;/>
            <postfield name=&quot;gx_session_id_&quot; value=&quot;9TtMlsf3P5vFm8xvtyAlhRVrpzpmNXe9tbOol7OHxtzl80y1j9rV!1677345623!1024666892741&quot;/>
          </go></anchor></small>
    </p>
    <p>
      <small> Konto-Status: Aktiv </small>
    </p>
    <p>
      <small> Dispolimit: 1000.0 </small>
    </p>
    <p>
      <small> Kontostand: 0.0 </small>
    </p>
    <p align=&quot;center&quot;>
      <anchor title=&quot;Zurueck&quot;> ZUR&#xDC;CK<go href=&quot;flow.jsp&quot; method=&quot;post&quot;>          <postfield name=&quot;source&quot; value=&quot;WAP_AccountOverview.jsp&quot;/>
          <postfield name=&quot;destination&quot; value=&quot;initLoginIng.jsp&quot;/>
          <postfield name=&quot;Vorname&quot; value=&quot;$(tfVorname:noesc)&quot;/>
          <postfield name=&quot;Name&quot; value=&quot;$(tfName:noesc)&quot;/>
          <postfield name=&quot;Kontonummer&quot; value=&quot;$(Auswahl_1:noesc)&quot;/>
          <postfield name=&quot;wapAreas&quot; value=&quot;Vorname=Name=Kontonummer&quot;/>
          <postfield name=&quot;gx_session_id_&quot; value=&quot;9TtMlsf3P5vFm8xvtyAlhRVrpzpmNXe9tbOol7OHxtzl80y1j9rV!1677345623!1024666892741&quot;/>
        </go></anchor>
    </p>
  </card>

</wml>

Any help is greatly appreciated!!! ---
---
 
Anyone out there? I still haven't solved it. And I've got more JSP/WML related problems/questions. Maybe, someone could at least give me some other forum or FAQ URL's where I can try to dig for information. Thanks in advance!!! ---
---
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top