Hi,
I have an application which has multiple pages. My home page renders
properly but I have some links which point to another page.
I have created the links specified by the Orkut documentation. I am
able to create the links as well but the problem is whenever I click
on the link it renders the home page inside the my application home
page means my home page again gets rendered inside the existing home
page. Also, I have read that in the Orkut documentation  as follows:-
"In your application, switch on the value of the page parameter to
choose which page to render:
var page = gadgets.views.getParams()["page"];
 if (page == "about") {
  renderAboutPage();
} else {
  renderNormalPage();
} "

I haven't added this code. Do I need this code If yes What does the
function do?

What is that mean?
 Also my created link is like as follows:-
"http://sandbox.orkut.co.in/Application.aspx?
appId=XXXXXXX&uid=YYYYYY&appParams=%7B%22page%22%3A%22new%22%7D" Which
I think right.

Lastly, Important  Can I have an application more than one page?
It is very urgent I stucked due to this.
Thanks,
Tushar

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to