• 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

including external URL

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to include an external URL content (display external site) in my portlet. I could use browser or clipper portlet for this as they perfectly fit the bill but no, I can't. I have to change URL dynamically.

Now the option is I can include URL content in my JSP and build JSP portlet.

The two approach I tried are:



On the same line, by using import tag:



But neither worked. First one displays: Error retrieving page at http://www.yahoo.com and later doesn't display anything.

Not related to portal as such so posting here.

Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic