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...
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
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,
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...
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.
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>...
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...
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.
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.
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.
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...
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.
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.
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" >...
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...
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
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.