• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Creating dynamic forms using web service

 
Ranch Hand
Posts: 56
Netbeans IDE Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have a requirement which involves in, creating a dynamic form using web service( the labels in the form will be decided by the web service and the form must be able to be filled in the portal by the normal user).

So is there any way to create this and add it in the my liferay protal, or is there a any predefined portal pulgin or any thing that can help me ?

Need some advice on this topic.

Thanks & Regards.
 
Ranch Hand
Posts: 200
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's no out-of-the-box portlet with that capability. You could build a custom portlet that does, and install it.
 
Sachin Pachari
Ranch Hand
Posts: 56
Netbeans IDE Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your reply,

Is there any guide that can help in the development of the portlet for liferay ? is there any kind of tutorial ? i am really desperate !

Thanks and Regards
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sachin Pachari wrote:
Is there any guide that can help in the development of the portlet for liferay ? is there any kind of tutorial ? i am really desperate !


Check out the FAQ (https://coderanch.com/how-to/java/PortletFaq)
Also search the forums. There have been discussions in the past where resources for learning portlets,liferay was discussed
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic