More than one component in a page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

More than one component in a page

Rajeev Lochan
Dear Seasiders,
I am a newbie and have encountered the following hurdle in my web application.

I have modified the code from (http://www.lukas-renggli.ch/smalltalk/seaside/artofseaside.txt ) and have added a page which has a number of titles of lists.

I have a component (say component1) which has titles of lists. On clicking any title, the corresponding list opens up in another page(component2) which has a number of items. Now I want to have both on same page.

On the left I should have component1, on clicking any title, the contents of that particular list should be displayed next to it.

I have been trying to follow up the WAStore (SushiStore) example, but not able to succeed in doing so. Are there any other tutorials or examples, from where I can pick some points.

Anticipating your help,
Rajeev



--
Rajeev Lochan

Co-founder, AR-CAD.com

http://www.ar-cad.com
+91 9212090622 (Gurgaon)
080 65355873 (Bangalore)
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: More than one component in a page

Andrius Paulavicius
What you want is to embed one component into another http://www.shaffer-consulting.com/david/Seaside/Embedding/index.html
Sent: Saturday, June 09, 2007 8:17 PM
Subject: [Seaside] More than one component in a page

Dear Seasiders,
I am a newbie and have encountered the following hurdle in my web application.

I have modified the code from (http://www.lukas-renggli.ch/smalltalk/seaside/artofseaside.txt ) and have added a page which has a number of titles of lists.

I have a component (say component1) which has titles of lists. On clicking any title, the corresponding list opens up in another page(component2) which has a number of items. Now I want to have both on same page.

On the left I should have component1, on clicking any title, the contents of that particular list should be displayed next to it.

I have been trying to follow up the WAStore (SushiStore) example, but not able to succeed in doing so. Are there any other tutorials or examples, from where I can pick some points.

Anticipating your help,
Rajeev



--
Rajeev Lochan

Co-founder, AR-CAD.com

http://www.ar-cad.com
+91 9212090622 (Gurgaon)
080 65355873 (Bangalore)


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside