Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Struts Link

Empfohlene Antworten

Veröffentlicht

Hallo!

Ich habe im Moment eine JSP-Seite die mir eine Liste von Mails anzeigt! Ich möchte nun einen Link auf die Betreffzeile setzen, sodass dann die gewünschte Mail geöffnet wird und angezeigt wird!

Um den Subject soll jetzt halt ein Link drum der mir dann die entsprechenden Mail öffnet und anzeigt! Der Mailtext steht im DTONachricht drin! Und jede Mail hat eine eindeutige „mailnr“.

Hat dazu jmd einen Vorschlag??

Vielen Dank im Voraus!

Hier der Code der inbox.jsp

<BODY>

<TABLE border="0" width="50%">

<TBODY>

<TR>

<TD><b><u>Absender</u></b></TD>

<TD><b><u>Betreff</u></b></TD>

<TD><b><u>Empfangen</u></b></TD>

</TR>

<logic:iterate id="mail" property="mails" name="InboxForm" type="DTONachricht" scope="request">

<tr>

    <td>

        <bean:write name="mail" property="from"/>

    </td>

    <td>

        <bean:write name="mail" property="subject"/>

    </td>

    <td>

        <bean:write name="mail" property="date"/>

    </td>

</tr>

</logic:iterate>

</TBODY>

</TABLE>



</BODY>

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.