I am about to start with e project that uses Struts 1.2. There is no plan to move to another framework.
I am using Hibenate along with Struts 1.3 I am getting an error \"org.hibernate.SessionException: Session is closed\".
I need a dynamic DisplayTag component for Wicket. What I want to do is, I will just bind this DisplayTag component to a dynamic data-source which contains changeable data-set, and the component will a
I want to put a hidden input onto my html form and am doing so with the following struts tag: <html:hidden property=\"currentPage\" value=\"page1\"></html:hidden>
I\'m Java EE beginner. I\'m trying to modify a system (jboss-3.2.3, tomcat-5.0.28, struts-1.1). I need to load a config.properties file when jboss/tomcat starts, so, the properties could be available
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
i am having a string attribute in my form bean which contains the URL (from the web) of the image. how can开发者_如何转开发 i display this image on my jsp image.
I am new to struts and i am viewing an example of struts project and it has a table in which it 开发者_JAVA百科has various number of data and to obtain that data from the data base it uses the code in
i have problem in file uploading in struts my jsp file code Name Of Candidate Candidate Current Designation
I am facing problem in struts 1 , I want to call one action class for different url. Like service1.doservice2.do service3.do