Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Struts Solutions: 1 - 25 of 41
 
My question is using struts application I am downloading the file(excel file). A file download dialog box is come. using Save button of file download dialog box I can save the file in my local...
Hi , I am new to struts I have  some Jsp's with  2 Radio buttons , Basic and Advanced  if i select basic basic jsp will be shown and if i select advance advance jsp will be shown .  I am thi...
We are currently using Struts 2 to develop a Java application. We have used a Struts 2 tag <s:checkboxlist> The problem is when we have a big list of items it just lists them and wraps arou...
Dear Experts, I had a ResourceBundle(for suppose Ethinity.properties).How can i iterate through that properties file using struts logic:iterate tag   This is the ResourceBundle what i am...
Currently I am using Blazix web server to run MVC struts 1- I save my war file in warDir 2- when I start the Blazix I got the following message on console window Configuration file: C:\Blaz...
I am gettting a exception while viewing a jsp in my Struts Web Application. I have configured Struts Validator plugin in StrutsConfig file and have also included commons-validator.jar in lib ...
Hi, I'm trying to use struts 2  token-session interceptor to handle the double submissions in my application. Here is my action class signature: public class BusinessAction extends Base...
1. Java version 1.6 2. Tomcat 4.x 3. Xalan Parsers 2.7 4. Struts framework 2.x on windows xp sp2. have set the JAVA_HOME and CATALINA_HOME variables. I have configured Apache Tomcat wi...
Hello All, I'm developing a web application that integrates spring 2.0, struts 1.3, and hibernate 3.0 running on centOS 5.0 with a postgresql 8.3.1 database.  I had changed from the default...
Hi, I have two html select box for selecting templated for a user. one select box have static values and another one has the value when user clicks on add button to add options from static se...
I tried many struts tutorial..I can't able to simple struts program. anybody give me simple step by step instructions to do a simple struts program using eclipse. I know jsp,servlets ,,,
HI, I am working on java/j2ee(struts) based application; I need to know the server infromaton(IP/Port Number) from the URL. I created a hyperLink  to acees  my application on some other a...
How to create multiple selection combo box in struts and which will hold value of a collection and upon submitting it will submit all the selected values
A java developer I am working with is building an online application using Struts with the same stylesheets from our main site.  On our main site, we have onMouseOver and onMouseOut properties...
Hi, I want invoke a Webservices from Action of Struts 2. How I do this?
Hi, I'm getting the error "Cannot get a connection, pool exhausted" every time when i try to cal a function in my Struts Action. When first time accessing the first method of any DAO file, i...
Hello, I am not sure if this is even possible or not in Struts but I have this web page where user clicks on Upload Button after pasting a block of String text into a Text Area Box.  The Uplo...
I have page shown below. When I access this page through struts action (viewReport.action) page is shown for a second and then it disappears and keep hanging, like it tries to forward to some ...
I am receiving the following error message when attempting to create a simple J2EE application with Struts and MyEclipse java.lang.IllegalArgumentException: Path welcome does not start with...
I am download the file using struts downloadaction, my code is below contentType="application/vnd.ms-excel"; response.setHeader("content-disposition", "attachment; filename = " + fileName...
I like to know whether Validation using ActionForm in Struts and Validation.xml are both Server side validations?
Hi all, I need to know how I can load a config file (say, abc.properties) from Struts Action class. the location of the config file is at %projects_name%/%property_dir%/ while the Ac...
HI, I am using struts 1.2 in my web application. I have to display one <html:select>.... <html:option> list list will be build dynamically. User can select any option. base on the user'...
My Requirement is to pass the more number of characters to the URL from JSP. Existing code written suchaway that paramters will pass via URL by appending. Now the appended has become more a...
i have application in struts for which i have created a build file, when i am trying to run build.xml i am getting this error messsage.  Launching(Error: Specified VM install not found: typ...