yes. the src is calculated.

-----Original Message----- From: James Carman
Sent: Friday, December 10, 2010 1:06 PM
To: users@wicket.apache.org
Subject: Re: How do add an  tag with an external link to the image?

On Fri, Dec 10, 2010 at 3:31 PM, Sky <sky...@hotmail.com> wrote:
I would like to have something like this:
<ul>
   <li> (the link to a URL not on my site)
       <img src=”http://cnn.com/cnnlogo.jpg”/>
   </li>
<li> (full link to the image URL within my app - without any relative paths, etc) <img src=”http://mywebapp.com/img/mylogo.jpg”/> (The image will be stored in webapps/img/mylogo.jpg directory in tomcat)
   </li>
   <li> (full link to the image URL without server name)
       <img src=”/img/mylogo.jpg”/>
   </li>
</ul>


Is the "src" calculated?  If not, then just put it in the markup.  I
assume it is?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to