<td width="130">
       <html:link
 action="/Contacts" target="rightframe" styleClass="linkbold" paramId="page"
paramName="targetAction"><b>Contact List</b></html:link>
</td>

Where "targetAction" exists in some scope and has a value of
"viewcontactlist".

http://jakarta.apache.org/struts/userGuide/struts-html.html#link

robert

> -----Original Message-----
> From: Mehran Zonouzi [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2003 10:39 AM
> To: [EMAIL PROTECTED]
> Subject: Forwarding to a target page
>
>
> Hi,
>
> I have a web page with 2 vertical frames.
> I have the following link in my left hand frame and I want the
> users to view the results
> in the right hand frame when they click on the link.
>
> <td width="130">
>       <html:link
> action="Contacts.do?page=viewcontactlist"><b>Contact List</b></html:link>
> </td>
>
>
> Basically I want to do copy the below functionality....with my
> target being the righframe.
>
> <td width="130"><a
> href="/servlets/blotter/Contact?page=viewcontactlist"
> target="rightframe" class="linkbold">Contact List</a></td>
>
>
> Is there any way I can do this uisng the struts taglibs?
>
>
>
>
> --
>
> This e-mail may contain confidential and/or privileged
> information. If you are not the intended recipient (or have
> received this e-mail in error) please notify the sender
> immediately and destroy this e-mail. Any unauthorized copying,
> disclosure or distribution of the material in this e-mail is
> strictly forbidden.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to