Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

About Netbeans Visual JSF Framework

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

I am new to JSF and started using Netbeans IDE for working on JSF. In NB 6.1 you have another framework named "Netbeans Visual JSF Framework"
I want to know how similar or different is Visual JSF from JSF.

Also, can anyone please tell how can I keep a JSF/Visual JSF component in loop so that it is displayed multiple times dynamically?

Thanks.
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
With Visual JSF, you can drag and drop the components ala Visual Studio ASP.NET. With plain JSF, you can't.

If you're new to JSF, I suggest that you don't use any Visual JSF. I never like to use Visual JSF. It forces you to use Woodstock components.
 
Abhishek Asthana
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, you are right. It forces you to use WoodStock components. But I find that is kind of convenient.
The only problem is how to keep a component in loop. Something similar to this:

How to do this?
Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic