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

jsp:useBean

 
Ranch Hand
Posts: 493
Android Eclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

<jsp:useBean id="user" beanName="myco.User" type="myco.interfaces.IUser" />

is this correctly declare a useBean tag ??

Thanks
 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why do you think it might not be correct? Take a look at the syntax reference here if you want more clarification on what's to be used how.
 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I first saw the syntax in the enthuware software, and I was also suprised. I thought it was wrong first because it is never mentioned in the head first servlet and JSP book. So I am not familiar with it either, and why the author left it out; maybe it's not as popular?
 
S Shehab
Ranch Hand
Posts: 493
Android Eclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tony Smith:
I first saw the syntax in the enthuware software, and I was also suprised. I thought it was wrong first because it is never mentioned in the head first servlet and JSP book. So I am not familiar with it either, and why the author left it out; maybe it's not as popular?



ya this what happend with me too
reply
    Bookmark Topic Watch Topic
  • New Topic