I\'m using a hibernate2 plugin in my web project with jsp. My project also contains a register page. Can I use Javabeans to send information from a html <form> using hibernate\'s class? Without
Ok, first some code. Here\'s the contents of my displayCollection.tag: <%@ tag body-content=\"scriptless\" import=\"com.serco.inquire.*\" %>
OK, I have a JSP running the following script section. <% irCollection mgrq = new irCollection(); mgrq.setMgrid(\"Chris Novish\");
There are many documentations out there on how to achieve this task but I still couldn\'t resolve my issue. I\'m new to working with servlet so I probably missed something.
I\'m trying to configure org.apache.commons.dbcp.BasicDataSource as bean in web.xml under a tomcat project using tomcat 6. (it\'s red5 with tomcat, we can ignore that the main server is actually red5
I need to read/write data of a post(in a forum website). For reading the data of post, I need to read title of post, content Of Post & post owner. My question is how do I go about fetching the dat
This question already has answers here: JSF 2.1 ViewScopedBean @PreDestroy method is not called (2 answers)
When I click the run/debug button on eclipse it tries to activate it using javaBeans. The problem that I deleted JavaBeans. Another thing is when I c开发者_JAVA百科hoose run/debug As... I have only th
I am developing an application in JSF 2.0 and I would like to have a multiline textbox which displays output data which is being read (line by line) from a file in real time.
please, dont try to kill me with all the \"only accessors are right\" talk... I came in peace :) I just kindly want to ask, what is the main reason, that Java Beans MUST use accessors even in situati