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...
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...
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...
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
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.