• 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

jsp:include self contained and an element within a form in parent

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
FAQ: "The included page must be able to be run on its own" also the term "self contained" is sometimes used as to included jsp pages. Having reached the notorious 64K limit with only the form and elements of the form on the "parent"/limited page; a suggestion is made to split out individual form text and list elements into a separate jsp:include page. An example was done which shows that the content from the text elements will appear in the parent generated page. The submit was not tested. Will the submit on the parent properly populate the java object parameters for the included elements from the included page? An explanation would be appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic