Hi,
My Webapplication is made up of one page that uses ajax to replace panels.
Now I would like to have som mounting and set some panels by the
mountingpath. Can anyone give me some pointers?
RootPage( RequestParameters params ){
  // Parse the params and set some panels
}
mount( "/order" ) // This should set some order panel. like
http://localhost:8080/myapp/order?id=34234&reference=12341234-dasfdsa-2341324-asdfsa
I would like this mount to go to the RootPage and let me parse the
parameters. Is this possible?

Reply via email to