• 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

Struts Portlet JSR

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Can anyone send a sample code for JSR168 Portlet by using Struts.
Please ASAP
Thank you in Advance..........

Regards,
Shukant
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By searching the web for "struts portlet" I found quite a few examples. Are you having a specific problem? When you do your search you may also wish to specify which version of Struts, as it makes a difference.
 
babloo verma
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ya In sturts1.1 , we extends action class by org.apache.action.Action and override execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)method.

But in Portlet, I do not knows that what extends action class and which type of argument execute()method have.

Next is : when I deploys portlet in portal server then in previews it shows "Portlet display error".

I am working in Vignette Tool.
please , reply ASAP
Thank you........
 
babloo verma
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
please reply asap.
can you send a sample example code for Portlet using Struts at my email.
i urgently needs for this code.
I am learner for Portlet using Sturts.
I am working in Vignette tool.

Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic