You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by fachhoch <fa...@gmail.com> on 2010/09/30 01:55:55 UTC

using link to open mail composer

below are some links I want  ,


						<ul>
							<li> # ARTMS User Guide </li>
							<li> # ACF Audit Resolution Manual </li>
							<li> mailto:comments@gmail.com Send Comments </li>
						</ul>



My link information comes from database so I cannot hard code them in html ,
please tell me if I can use org.apache.wicket.markup.html.link.Link  object
to create the third link ?

-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-link-to-open-mail-composer-tp2719980p2719980.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: using link to open mail composer

Posted by Jeremy Thomerson <je...@wickettraining.com>.
add a "target" attribute to your html or use PopupSettings.  I'd suggest
adding the "target" to your HTML.

On Wed, Sep 29, 2010 at 9:07 PM, fachhoch <fa...@gmail.com> wrote:

>
> what about open an external link in new window
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/using-link-to-open-mail-composer-tp2719980p2720084.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket?  Use Brix! http://brixcms.org*

Re: using link to open mail composer

Posted by fachhoch <fa...@gmail.com>.
what about open an external link in new window
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-link-to-open-mail-composer-tp2719980p2720084.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: using link to open mail composer

Posted by James Carman <ja...@carmanconsulting.com>.
Try ExternalLink?

On Wed, Sep 29, 2010 at 7:55 PM, fachhoch <fa...@gmail.com> wrote:
>
> below are some links I want  ,
>
>
>                                                <ul>
>                                                        <li> # ARTMS User Guide </li>
>                                                        <li> # ACF Audit Resolution Manual </li>
>                                                        <li> mailto:comments@gmail.com Send Comments </li>
>                                                </ul>
>
>
>
> My link information comes from database so I cannot hard code them in html ,
> please tell me if I can use org.apache.wicket.markup.html.link.Link  object
> to create the third link ?
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-link-to-open-mail-composer-tp2719980p2719980.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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