First of all, if you build pages that should be externally accesible
(meaning that you don't have to get there from another page but
instead can access it directly by it's url; this doesn't say anything
about authorization which is another matter), you have to work with
bookmarkable pages. A page is bookmarkable when it has a public
default constructor and/ or a constructor with the PageParameters
argument.

As an extra, you might want to check out url mounting which is new
functionality in 1.2 and which is displayed in the niceurl example in
wicket-examples.

Eelco


On 2/1/06, Scooter Willis <[EMAIL PROTECTED]> wrote:
>
> Can anyone point me to the discussion or docs on the best way to enable
> external linking to a page generated by wicket. Not an issue with the
> URL to the beginning state of an page but more interested in being able
> to pass parameters via the URL so that the link to the page will pull up
> the correct view based on the parameters.
>
> For example, the stock page example
> http://www.wicket-library.com/wicket-examples/stock takes the user to
> the application. For an advanced application that shows stock data over
> the last year having the ability to pass IBM as a parameter so that the
> IBM stock page is shown when an external user clicks on a link is important.
>
> If you take the time to build a web site that creates value for external
> users then you want the ability for the external user by copying the URL
> in the current browser and letting others know about it.
>
> Am I missing something or is this feature or ability lost with the way
> Wicket tracks sessions and builds web pages.
>
> Thanks
>
> Scooter
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to