Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jollyplay
  • Content: Threads
  • Order by date
  1. jollyplay

    Struts Validation for non formdata

    Hello I have some idea about validation framework. The project need is, I have to 1)fetch records from some tables 2)Validate the records against row(like date validat, required) 3)If record is correct insert, into one table else insert into another table. I have used struts validation for...
  2. jollyplay

    EL(Expression Language) is not working in Weblogic?

    Hello i am using weblogic 8.1. i am using EL in JSP files. In a JSP file, i am using like ${something} to get values from a variable. But it is printing ${something} instead of extracting the value of something(variable). My doubt is, we need any jar files or configuration in weblogic to make...
  3. jollyplay

    Do we need any jar files for EL?

    Hello i am using weblogic 8.1. In a JSP file, i am using like ${something} to get values from a variable. But it is printing ${something} instead of extracting the value of something(variable). My doubt is, we need any jar files or configuration to make EL work. Please advice. balachandar
  4. jollyplay

    How to pass dynamic values for logic:iterate?

    Hello Could you please guide me how to pass dynamic values to the offset and lenth attribute of logic:iterate tag. I tried with <logic:iterate name=" " id=" " offset='<%= request.getAttribute("something")%>' lenth='<%= request.getAttribute("something")%>' >. The above code does not taking...
  5. jollyplay

    When We choose to customize ActionServlet or RequestProcessor?

    Hello Please give me a direction, when we do choose customize ActionServlet (by extends ActionSevlet) or when we do choose customize RequestProcessor (by extends RequestProcessor) Is it true, for customize, for struts 1.0 we need extends ActionSevlet, for struts 1.1 RequestProcessor? Please...
  6. jollyplay

    How to enable STRUTS?

    Hi All, I'm having a virtual dedicated server. It has Apache2.0.51 and Tomcat4.1.30 and Mod_Jk connector. I have uploaded all the files for my struts application. My index page forwards action(home.do) to the homepage.jsp. In my lib folder I'm having struts.jar, xml-apis.jar .... I...
  7. jollyplay

    javax.servlet.ServletException: BeanUtils.populate

    Hi, I'm getting this error while submiting the form. This code is working fine in localhost as well as working in our testing server. But I have uploaded to our clients server and facing this issue. I dont know why. Kindly help me. This is my code, <code> <%@page...
  8. jollyplay

    How to get the folder sharing information?

    Hi all, When i gave the system name I want to show the all the folder in tree structure with informations like whether it is shared or not. Kindly give me some idea. Thanks in advance.
  9. jollyplay

    How to parse XML file using JDOM?

    Hi, I am using JDOM to parse the xml file. I'm able get the text value from the xml file. I'm havaing a xml file like this, <config> <database> <tableName>emp</tableName> <columnName> <column>id</column> <column>dept</column> </columnName> <database>...
  10. jollyplay

    How to create a Axis webservice?

    Hi, I want to create an Axis webservice using servlet. I'm able to write the client code but I'm struggling in writting the server code (to handle SOAP request in the server code). I wrote a java class and rename it as .jws file extension it's working fine. But I need to write a servlet for...
  11. jollyplay

    &quot;No trusted certificate&quot; exception in SSL?

    Hi, I'm using SSL for Axis Webservice security. When executing the client I'm recieving the error. I followed the instruction provided in the apache website for SSL. I made changes in server.xml and etc. Please provide me any suggestions. Thanks in advance.
  12. jollyplay

    How can i insert a SQL Server image datatype?

    Hi, I need to insert a image datatype data from one table to another table in the SQL Server. Please provide me a suggestion. Thanks in advance.
  13. jollyplay

    How to access LENEL System through JAVA? Is there any API?

    Hi all, I need to access the LENEL System to get the information of an employee and his photo in it. I have no idea about it. Please provide me solution for this. Thanks in advance.
  14. jollyplay

    How can I embed excel sheet in JSP

    Hi, I want to embed the excel sheet in my JSP page. I don't know how to embed it. I'm using IFrame to include an excel sheet.It display the values but i need the look and feel as excel sheet. I need to manipulate the data in the excel sheet. Kindly help me. Thanks in advance.
  15. jollyplay

    Struts Plugin for Eclipse 3.0

    Hello i am new to Eclipse 3.0 . i want to add struts and jsp plugins in Eclipse. i searched using goole. Unfortunately and might be inefficiently i could not found correct one. Please give the exactly link to download these plugin and helpful link to plugin eclipse. Thank you in advance...
  16. jollyplay

    How to connect other servers

    Hi all, I would like to connect to my client server. I'm using java.net package. From localhost I'm able to connect it. When I uploaded to my server I cannot able to connect it. I'm getting connection timeout message. Please help me. Thanks in advance.
  17. jollyplay

    I would like to load a servlet when the application is loaded

    Hi, I am using Lucene in my application for search. For that I have written a servlet to create index when the application is loaded. But I dont know how to call the servlet in struts when the application is loaded. Kindly give me some idea to load the servlet. Thanks in advance.
  18. jollyplay

    How to use multipart-form data in struts

    Hi, I am using multipart-form data in my jsp. In my Action class I'm using MultipartWrapper class the line MultipartWrapper multi =(MultipartWrapper)request; is not working. ImportExport.jsp ---------------- <html:form action="/importmain" enctype="multipart/form-data" method="POST" >...
  19. jollyplay

    How to create a new file in Tomcat Server

    Hi, In my struts application I'm inserting records to the database. I am getting the csv file from the user using html:file. Using FileInputStream I'm reading the file. It is working fine in the localhost. But if we upload the classfile in the server "FileNotFoundException" is raised...
  20. jollyplay

    Can we use multiple ActionServlet in Struts?

    Hello I have a doubt in a Struts Application. Can we use multiple ActionServlet in a Struts Application?. If so then, please provide example for this. Thank you in advance. Regards, balachandar

Part and Inventory Search

Back
Top