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
  • 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

    Do we need any jar files for EL?

    The code is ----------- SortUtil.java package com.11.22.util; import java.util.Arrays; import org.apache.commons.collections.comparators.ComparatorChain; public class SortUtil { /** This is a generic method which is used to sort any 2D array. The array which is passed to the method * is...
  3. 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...
  4. 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
  5. jollyplay

    How to pass dynamic values for logic:iterate?

    we need any jar files to work on that
  6. jollyplay

    How to pass dynamic values for logic:iterate?

    Hello Feherke As you told, i have tried, but it is not working. i put this code outside the tage , eg ${something}. It is print as it is ${something}. i think EL is not working properly. I am using weblogic 8.1. As per my understanding, we do not need to do any configuration for EL to be...
  7. 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...
  8. jollyplay

    When We choose to customize ActionServlet or RequestProcessor?

    hello Thank you very much venu, i understand the points you made.
  9. 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...
  10. jollyplay

    How to enable STRUTS?

    Thanks venur. I'll chk it and tell u.
  11. 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...
  12. jollyplay

    Not displaying value in a text fields

    Hi, In the displayProject.jsp the projecttitle is displayed but when u click the edit button it forwards to another edit action and in that page projecttitle is not displayed. Am I correct? If it is correct set the projecttitle value in session object in the Action(displayProject.do)class...
  13. jollyplay

    Problem with retrieving session data

    Hi Biji can paste ur code.
  14. jollyplay

    javax.servlet.ServletException: BeanUtils.populate

    Thanks Dian for looking at this. Help me to solve this issue.
  15. jollyplay

    javax.servlet.ServletException: BeanUtils.populate

    Hi venur here it is exception javax.servlet.ServletException: BeanUtils.populate org.apache.struts.util.RequestUtils.populate(RequestUtils.java:497) org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:798)...
  16. 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...
  17. jollyplay

    How to get the folder sharing information?

    Yes sedj.
  18. 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.
  19. jollyplay

    How to parse XML file using JDOM?

    Thanks Tim

Part and Inventory Search

Back
Top