You have to add some javascript to your link that gets fired when the
"onmouseover" event happens...

<a href="javascript:void(0)" onMouseOver="(window.status=''); return true">

Craig T.

Maya Muchnik wrote:

> Hi,
>
> How make a link or JSP URL "invisible" to a browser? I have read some chapter
> in a book, I know that this is possible. Is it possible with Struts?  Is it
> some property "visible=true / false"?
>
> The second question is about "input" parameter in "Action Mapping" section of
> struts-config.xml. For example, struts-example has no "input" for "Edit user
> registration", but has "forward" for "success". On the other hand, "A walking
> tour of the example application"
> (http://localhost:8080/struts-example/tour.htm) has both (paragraph
> "CheckLoginTag.java":
> -------
>             <!-- Edit user registration -->
>             <action path="/editRegistration"
>             type="org.apache.struts.example.EditRegistrationAction"
>             name="registrationForm"
>             scope="request"
>             validate="false"
>             input="/registration.jsp">
>             <forward name="success" path="/registration.jsp"/>
>             </action>
> ------
> What is right?
>
> Maya

--
I've been trying to change the world for years, but they just won't give me the
source code....

begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard

Reply via email to