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

  1.  
  2. # Tsx Parser errors:
  3. # Most parser errors have:
  4. # 0: The line number of the error,
  5. # 1: The column number of the error
  6. # Plus additional info as specified below
  7.  
  8. # Bean problems
  9. pagecompile.tsx.parser.bean.noname={0},{1}: No NAME specified in <BEAN> tag.
  10. pagecompile.tsx.parser.bean.beandefnotfound=Could not find the definition for bean {0}.
  11. pagecompile.tsx.parser.bean.nointrospect=Could not introspect bean class {0}.
  12. pagecompile.tsx.parser.bean.noclassforprop=Could not find a bean class for property {0}.
  13. pagecompile.tsx.parser.bean.beannotloaded=Bean {0} has not been previously defined in a <bean> tag.
  14. pagecompile.tsx.parser.bean.nopropfound=Could not find property {0} in bean class {1}.
  15. pagecompile.tsx.parser.bean.indexonnoindexed=An index has been specified for non-indexed property {0} in bean class {1}.
  16. pagecompile.tsx.parser.bean.noproptype=Could not find the return type for property {0}.
  17. pagecompile.tsx.parser.bean.noreadmethod=Could not find a read method for property {0} in bean class {1}.  The property may be hidden or write only.
  18. pagecompile.tsx.parser.bean.cannotloadfromser={0},{1}: Could not load bean {2} from serialized file {3} or as class {4} as specified in <BEAN> tag.
  19. pagecompile.tsx.parser.bean.cannotload={0},{1}: Could not load bean {2} as class {3} as specified in <BEAN> tag.
  20.  
  21. # Insert problems
  22. pagecompile.tsx.parser.insert.unterm={0},{1}: Unterminated <insert> tag.
  23. pagecompile.tsx.parser.insert.nopropforbean={0},{1}: No property defined for bean in <insert> tag.
  24. pagecompile.tsx.parser.insert.nobeanorreq={0},{1}: No BEAN, REQUESTPARM, or REQUESTATTR specified in <insert> tag.
  25. pagecompile.tsx.parser.insert.nopropsigforprop={0},{1}: Could not create a signature for property requested for BEAN in <insert> tag.
  26.  
  27. # Repeat problems
  28. pagecompile.tsx.parser.rpt.unmatched=File contains {0} <repeat> tag(s) with no matching </repeat> tag(s).
  29. pagecompile.tsx.parser.closerpt.unmatched=File contains {0} </repeat> tag(s) with no matching <repeat> tag(s).
  30. pagecompile.tsx.parser.closerpt.noopen={0},{1}: No <repeat> tag to match this </repeat> tag.
  31. pagecompile.tsx.parser.rpt.redefindex={0},{1}: Index specified in <repeat> tag has already been defined.
  32.  
  33. # Repeat Group problems
  34. pagecompile.tsx.parser.rptgrp.unmatched=File contains {0} <repeatgroup> tag(s) with no matching </repeatgroup> tag(s).
  35. pagecompile.tsx.parser.closerptgrp.unmatched=File contains {0} </repeatgroup> tag(s) with no matching <repeatgroup> tag(s).
  36. pagecompile.tsx.parser.closerptgrp.noopen={0},{1}: No <repeatgroup> tag to match this </repeatgroup> tag.
  37. pagecompile.tsx.parser.rptgrp.nobeanonoutermost={0},{1}: No BEAN specified in outer most <repeatgroup> tag.
  38. pagecompile.tsx.parser.rptgrp.nobeanorprop={0},{1}: Either could not find BEAN or bean does not contain PROPERTY specified in <repeatgroup> tag.
  39. pagecompile.tsx.parser.rptgrp.nobeanprop={0},{1}: No PROPERTY specified for bean specified in <repeatgroup> tag.
  40.