• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Portlet

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Friends,

For studing, I have written a sample Portlet which displays the tree structure.

I have refered TreeView from http://www.guydavis.ca/projects/oss/tags/.

But when I Open 5 portlet and I Try to open the Portlet written by me,
all the tree get open. i.e. Tree Behaves abnormally.

If its less than 5 Tree is fine but, for 5 onward. its ugly.

Can You Please tell me the reason why it behaves such...

Any Suggessions are appritiated.

Thanks,
Rushi
 
Rushikesh Wagh
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please Delete This Topic..
Its Stupid Browser Related Issue....
 
Rushikesh Wagh
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solved this too..

Actually every Portlet has its own set of codes. We can say Private area. Its own Java script methods. But when Complete Page is constructed, all Javascripts are present. Hence, browser was behaving unpredictablly.



 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic