home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F27025_messages.properties < prev    next >
Text File  |  2000-07-30  |  6KB  |  89 lines

  1. jsp.error.bad.servlet.engine=Incorrect servlet engine version!
  2. jsp.error.no.scratch.dir=The JSP engine is not configured with a scratch dir.\
  3. \n Please add \"jsp.initparams=scratchdir=<dir-name>\" \
  4. \n in the servlets.properties file for this context.
  5. jsp.message.scratch.dir.is=Scratch dir for the JSP engine is: {0}
  6. jsp.message.dont.modify.servlets=IMPORTANT: Do not modify the generated servlets
  7. jsp.error.not.impl.comments="Internal error: Comments not implemented"
  8. jsp.error.not.impl.directives="Internal error: Directives not implemented"
  9. jsp.error.not.impl.declarations="Internal error: Declarations not implemented"
  10. jsp.error.not.impl.expressions="Internal error: Expressions not implemented"
  11. jsp.error.not.impl.scriptlets="Internal error: Scriptlets not implemented"
  12. jsp.error.not.impl.usebean="Internal error: useBean not implemented"
  13. jsp.error.not.impl.getp="Internal error: getProperty not implemented"
  14. jsp.error.not.impl.setp="Internal error: setProperty not implemented"
  15. jsp.error.not.impl.plugin="Internal error: plugin not implemented"
  16. jsp.error.not.impl.forward="Internal error: forward not implemented"
  17. jsp.error.not.impl.include="Internal error: include not implemented"
  18. jsp.error.usebean.missing.attribute="useBean: id attribute missing or misspelled"
  19. jsp.error.usebean.missing.type="useBean: Either class or type attribute must be specified: "
  20. jsp.error.usebean.missing.class="useBean: Either class or type attribute must be specified: "
  21. jsp.error.usebean.duplicate="useBean: Duplicate bean: "
  22. jsp.error.usebean.prohibited.as.session=Can't use as session bean since it is prohibited \
  23. by jsp directive defined earlier: 
  24. jsp.error.usebean.not.both="useBean: Can't specify both className and beanName attribute: "
  25. jsp.error.usebean.bad.type.cast="useBean: Type is not assignable from class: "
  26. jsp.error.usebean.invalid.scope="Invalid scope in useBean: "
  27. jsp.error.classname="Can't determine classname from .class file"
  28. jsp.warning.bad.type="Warning: bad type in .class file"
  29. jsp.error.data.file.write="Error while writing data file"
  30. jsp.error.page.multiple.contenttypes="Page directive: can't have multiple occurrences of content type"
  31. jsp.error.page.invalid.contenttype="Page directive: invalid value for content type"
  32. jsp.error.page.multiple.session="Page directive: can't have multiple occurrences of session"
  33. jsp.error.page.invalid.session="Page directive: invalid value for session"
  34. jsp.error.page.multiple.buffer="Page directive: can't have multiple occurrences of buffer"
  35. jsp.error.page.invalid.buffer="Page directive: invalid value for buffer"
  36. jsp.error.page.multiple.autoflush="Page directive: can't have multiple occurrences of autoFlush"
  37. jsp.error.page.invalid.autoflush=="Page directive: invalid value for autoFlush"
  38. jsp.error.page.multiple.threadsafe="Page directive: can't have multiple occurrences of threadsafe"
  39. jsp.error.page.invalid.threadsafe=="Page directive: invalid value for threadsafe"
  40. jsp.error.page.multiple.info="Page directive: can't have multiple occurrences of info"
  41. jsp.error.page.invalid.info=="Page directive: invalid value for info"
  42. jsp.error.page.multiple.iserrorpage="Page directive: can't have multiple occurrences of iserrorpage"
  43. jsp.error.page.invalid.iserrorpage=="Page directive: invalid value for iserrorpage"
  44. jsp.error.page.multiple.errorpage="Page directive: can't have multiple occurrences of errorpage"
  45. jsp.error.page.multiple.language="Page directive: can't have multiple occurrences of language"
  46. jsp.error.page.defafteruse.language="Page directive: can't define language after a scriptlet "
  47. jsp.error.page.nomapping.language="Page directive: No mapping for language: "
  48. jsp.error.page.multiple.extends="Page directive: can't have multiple occurrences of extends"
  49. jsp.error.page.bad_b_and_a_combo="Page directive: Illegal combination of buffering=\"none\" && autoFlush=\"false\""
  50. jsp.error.not.impl.taglib="Internal error: taglib directive is not implemented"
  51. jsp.error.include.missing.file="Missing file argument to include"
  52. jsp.error.include.bad.file="Bad file argument to include "
  53. jsp.error.include.exception="Unable to include {0}"
  54. jsp.error.stream.closed="Stream closed"
  55. jsp.error.invalid.forward="Invalid forward tag"
  56. jsp.error.unknownException=Unhandled error! You might want to consider having an error page \
  57. to report such errors more gracefully
  58. jsp.error.invalid.directive="Invalid directive"
  59. jsp.error.unterminated="Unterminated {0} tag"
  60. jsp.error.usebean.notinsamefile="useBean tag must begin and end in the same physical file"
  61. jsp.error.unable.loadclass="Unable to load class {0}"
  62. jsp.error.unable.compile="Unable to compile class for JSP"
  63. jsp.error.unable.load="Unable to compile class for JSP"
  64. jsp.error.invalid.attribute="{0}: Invalid attribute, {1}"
  65. jsp.engine.info="JSP 1.0 Engine EA2";
  66. jsp.error.invalid.attribute="{0}: Invalid attribute, {1}"
  67. jsp.error.usebean.class.notfound="Class: {0} not found"
  68. jsp.error.file.cannot.read="Cannot read file: {0}"
  69. jsp.error.quotes.unterminated="Unterminated quotes"
  70. jsp.error.attr.quoted="Attribute value should be quoted"
  71. jsp.error.attr.novalue="Attribute {0} has no value"
  72. jsp.error.tag.attr.unterminated="Unterminated tag attribute list"
  73. jsp.error.param.noname="No name in PARAM tag"
  74. jsp.error.param.novalue="No value in PARAM tag"
  75. jsp.error.beans.introspection="getProperty({0}): exception occured while introspecting the read method for {1}" 
  76. jsp.error.beans.introspection.setproperty="setProperty: exception occured while introspecting the method for {0}" 
  77. jsp.error.beans.noMethod="getProperty({0}): can't find method to read {1}" 
  78. jsp.error.beans.nomethod.setproperty="setProperty({0}): Can't Find the method for setting {1}"
  79. jsp.error.include.tag="Invalid jsp:include tag"
  80. jsp.error.attempt_to_clear_flushed_buffer="Error: Attempt to clear a buffer that's already been flushed"
  81. jsp.error.overflow="Error: JSP Buffer overflow"
  82. jsp.error.paramexpected="Expected \"<param name=\"paramName\" value=\"paramValue\" \"> after \"<params>\" in plugin tag"
  83. jsp.error.closeindividualparam="param tag needs to be closed with \"/>\""
  84. jsp.error.closeparams="param tag needs to be closed with \"</params>\""
  85. jsp.error.plugin.notype="Type not declared in <jsp:plugin>"
  86. jsp.error.plugin.nocode="code not declared in <jsp:plugin>"
  87. jsp.error.plugin.notclosed="<jsp:plugin> not closed"
  88. jsp.error.ise_on_clear="Illegal to clear() when buffer size == 0"
  89.