• 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:

Optional parameters in jsp...

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If we want to make some of the parameters optional to my jsp page then i have set the required element attribute of that optional parameter in my ".tld" file to false right. If i have this set up to false then i can still have this parameter in my jsp page right. This set up doesn't work. How to make some of the parameters optional.
Can anyone please let me know.
Appreciate your help!
Thanks in advance!!
 
mendy smith
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I meant optional parameter check in jsp tag library.....
Appreciate your help!
 
reply
    Bookmark Topic Watch Topic
  • New Topic