You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ivoneta <ie...@gmail.com> on 2011/06/02 17:51:06 UTC

Wicket

hello everyone

I need some help..

I have an application based on struts... This application has some links,
and I need this links calls a Wicket Page....it is possible?
I think that is possible calls ising the url page , but the problem is the
wicket generates the urls dinamically... 

How can I do this?



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-tp3568681p3568681.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: Wicket

Posted by nino martinez wael <ni...@gmail.com>.
Just mount your pages and make Them bookmarkable
On Jun 2, 2011 5:51 PM, "Ivoneta" <ie...@gmail.com> wrote:
> hello everyone
>
> I need some help..
>
> I have an application based on struts... This application has some links,
> and I need this links calls a Wicket Page....it is possible?
> I think that is possible calls ising the url page , but the problem is the
> wicket generates the urls dinamically...
>
> How can I do this?
>
>
>
> --
> View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Wicket-tp3568681p3568681.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: Wicket

Posted by Ivoneta <ie...@gmail.com>.
Thanks.... it works

:)

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-tp3568681p3571679.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: Wicket

Posted by andrea del bene <an...@libero.it>.
You can mount a page to a static path in you Application class. in 
Wicket 1.4.x just call mountBookmarkablePage:

//url for asterisk calls
mountBookmarkablePage("/DialPage", DialPage.class);

Under Wicket 1.5 you should call mountPage instead of mountBookmarkablePage.
> but I don't know how get the URL for the page?
> Wicket generates de URL dinamically right?
> How can generates an static URL?
>
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-tp3568681p3569148.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


Re: Wicket

Posted by Ivoneta <ie...@gmail.com>.
but I don't know how get the URL for the page?
Wicket generates de URL dinamically right?
How can generates an static URL?




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-tp3568681p3569148.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: Wicket

Posted by Igor Vaynberg <ig...@gmail.com>.
mount your wicket page so it has a well known url which you can call
from the struts app.

-igor


On Thu, Jun 2, 2011 at 8:51 AM, Ivoneta <ie...@gmail.com> wrote:
> hello everyone
>
> I need some help..
>
> I have an application based on struts... This application has some links,
> and I need this links calls a Wicket Page....it is possible?
> I think that is possible calls ising the url page , but the problem is the
> wicket generates the urls dinamically...
>
> How can I do this?
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-tp3568681p3568681.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