• 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

Don't where to put bean class while using Jrun

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have tried putting bean class in the web-inf directory..but this error comes like...which is shown below
Can't find resource key "BeanUtils.NoSetter" in base name allaire/jrun/jsp/resource.properties
java.util.MissingResourceException: Can't find resource key "BeanUtils.NoSetter" in base name allaire/jrun/jsp/resource.properties
at allaire.jrun.util.RB.getString(RB.java:226)
at allaire.jrun.util.RB.getMessage(RB.java:681)
at allaire.jrun.util.RB.getString(RB.java:418)
at allaire.jrun.jsp.BeanUtils.setProperty(BeanUtils.java:175)
at allaire.jrun.jsp.JRunJSPStaticHelpers.setBeanProperty(JRunJSPStaticHelpers.java:489)
at allaire.jrun.jsp.JRunJSPStaticHelpers.setBeanProperty(JRunJSPStaticHelpers.java:475)
at jrun__usingbean2ejspe._jspService(jrun__usingbean2ejspe.java:50)
at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:175)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java:272)
at allaire.jrun.WorkerThread.run(WorkerThread.java:75)
thanking u
mitesh
 
Ranch Hand
Posts: 255
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
under your deafult app directory try putting it under the lib or classes directory
------------------
I wish there was a button on my monitor to turn up the intellegince.
Theres a button called 'brightness' but it doesn't work
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please note that The Java Ranch has a naming policy, described here and "mitesh" is not a valid name.
Please choose one which meets the requirements.
Thanks.
 
mitesh
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there
Mitesh is my real name & what the hell I can do if in India names are being kept like this only....so i don't have any plans to change my name either..so anyway bye...cos I don't think that this name is too funny

Originally posted by Frank Carver:
Please note that The Java Ranch has a naming policy, described here and "mitesh" is not a valid name.
Please choose one which meets the requirements.
Thanks.


 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have a last name, I suggest you to add it to your first name, otherwise think of an unique lastname. I am sorry but you have to comply with the policy.
Thank you for your understanding
Ajith
 
reply
    Bookmark Topic Watch Topic
  • New Topic