Search Discussions
-
I am having a strange problem with JSTL locale's after Session.invalidate. I am using JSTL as the main TagLib with Struts 1.2.9. So to keep both systems in sync, I have a servlet filter that executes ...
Chris Pratt
Nov 7, 2006 at 7:10 pm
Nov 12, 2006 at 11:45 am -
I just implemented Struts Tiles in my web application. I love the concept of seperating everything that has to do with layout and the rest. But it seems that I will lose some performance now : 1) The ...
Thomas Thomas
Nov 28, 2006 at 10:06 pm
Nov 30, 2006 at 1:35 pm -
I have a JSP and there's a link in the rendered page that makes an AJAX call (to a Struts action) when clicked. The results of that action, and the contents of the response are set as the innerHTML ...
Adam Gordon
Nov 28, 2006 at 8:43 pm
Dec 4, 2006 at 5:19 pm -
This has been driving me nuts for the past little bit. I have a page that is populated using indexed properties. The prepopulation works fine, and I get the results as I would expect them, but trying ...
Adam K
Nov 17, 2006 at 5:00 pm
Nov 25, 2006 at 5:05 am -
Is there doco somewhere on the minimum requirements for S2? e.g.: servlet 2.1 jsp 1.0 jdk 1.2 jdbc 1.2 jee 2.3 etc? -- http://www.multitask.com.au/people/dion/ Rule of Acquisition #91: Hear all, ...
Dion Gillard
Nov 9, 2006 at 11:27 pm
Nov 16, 2006 at 2:51 pm -
Levan, OK, it's Friday. I waited on this one. Personally, working in a house with a S1 commercial application, and starting a new S2 application, I don't think there are a lot of justifiable reasons. ...
Mark Menard
Nov 10, 2006 at 2:10 pm
Apr 18, 2007 at 3:44 pm -
Hi all, I've been trying for the past 2 days to configure Struts2 to work with tiles. In the Struts 2.0.1 release, I found the jar to deal with tiles that was not included in the Struts2.0.0-SNAPSHOT ...
Sébastien LABEY
Nov 19, 2006 at 10:15 pm
Nov 28, 2006 at 7:11 pm -
I have a strange problem, with Struts 1.3.5 in Eclipse 3.2. - struts-taglib-1.3.5.jar is in the classpath. - Inside the jar, in /META-INF/tld are the struts tld files. - I have the following in ...
Bruno Melloni
Nov 10, 2006 at 9:42 pm
Nov 15, 2006 at 1:42 pm -
Hi, I'm experimenting with Struts 2, and I'm facing a problem with request parameters being populated on the Action. I checked out the source to make sure that the behavior I expect is the correct ...
Tarek Nabil
Nov 23, 2006 at 7:00 pm
Nov 30, 2006 at 2:55 pm -
Hi, I have just begun to add validation to my forms using struts validator, which is quite nice. I have however a problem when I have more than one submit button on a form. For example I have a Save ...
Andrew Martin
Nov 14, 2006 at 1:37 pm
Nov 16, 2006 at 9:18 am -
hi, I am having one problem while trying to use <logic:iterate tag inmy jsp i am using it as follows:- <logic:iterate id ="listvo" name="users" <tr <td <bean:write name="listvo" property="firstname"/ ...
Santas
Nov 13, 2006 at 10:38 am
Nov 13, 2006 at 2:01 pm -
Hi. I'm new to Struts and have a question regarding how data is passed from an Action (in Struts 2) to the JSP which one is redirected to after the action is executed. Reading the documentation on ...
Fahlen
Nov 30, 2006 at 8:32 pm
Dec 3, 2006 at 8:23 pm -
Hi, One of the problems with Struts was that if you had a page that requires some setup and this page submits to an Action, then you would not be able to set validate to true on that action because ...
Tarek Nabil
Nov 29, 2006 at 5:44 am
Nov 30, 2006 at 11:17 pm -
Hello, I have the need to do some form validations, but the site in question is not running Struts, nor WW or any framework. :-( It is an older site and I have been commissioned to do some validtion ...
Jim Reynolds
Nov 29, 2006 at 10:22 pm
Nov 30, 2006 at 2:58 pm -
Struts 1.2 I need to try to get file upload to work for an existing struts app. I was reading through the following: http://wiki.apache.org/struts/StrutsFileUpload where it mentions the following for ...
Chris Searle
Nov 28, 2006 at 8:45 am
Nov 29, 2006 at 9:06 am -
Dear All: I'm doing a simple strus test, but all I can see after I try to visit "ShowDocs.do" is a blank page. struts-config.xml: <action-mappings <action path="/Welcome" ...
Ken Hu
Nov 16, 2006 at 9:03 am
Nov 20, 2006 at 1:56 am -
Hi friends first of all thanks for your great help situation is: i have to setup some details and display those details for the setup service, i use DynaValidatorForm. it is working well for ...
Mallik
Nov 21, 2006 at 6:28 am
Nov 21, 2006 at 1:14 pm -
8
SiteMesh
Hi to all, im using sitemesh and i have a little problems with excludes I have an action that load some data from a db and then goes to a jsp page. <action name="LoadSomeDataAndGoToJSP" ...Juan Espinosa
Nov 7, 2006 at 12:01 pm
Nov 8, 2006 at 12:48 pm -
http://struts.apache.org/downloads.html#PriorReleases There are documents on the Struts Wiki discussing changes between 1.1 - 1.2, I don't know anything about 1.3. There are probably docs for that ...
Dave Newton
Nov 28, 2006 at 5:58 pm
Nov 29, 2006 at 5:01 pm -
Hi, been one week I have this error .... When I try to submit a form, I have this error : **************************************************************************************************** ...
Thomas Thomas
Nov 23, 2006 at 10:52 pm
Nov 27, 2006 at 5:59 am -
Folks; I want to set of action classes that should operate only when user object in the session. How can I add some filter action to forward to some page (action forward) and bypass the main action ...
Youssef A. Mohammed
Nov 16, 2006 at 5:27 pm
Nov 18, 2006 at 6:11 pm -
Hi I am doing validation in my Action Form which is extending ValidatorActionForm. In validate method,I am checking for mandatory field and adding error. The error in ApplicationResources.properties ...
Hanmay Udgiri
Nov 15, 2006 at 7:56 am
Nov 15, 2006 at 9:47 am -
I declared a private global field called aField. The same variable I decalred in a method . For example public class Test2 { private String aField = " aField "; public static void main(String[] args) ...
Temp temp
Nov 14, 2006 at 8:14 pm
Nov 15, 2006 at 1:19 am -
Hi Guys, In search of a perfect AJAX solutions for Struts 1.2.x , I just came across this Struts HTML taglib mod. which does AJAX for you declaratively. here's the site - ...
Robin bajaj
Nov 9, 2006 at 9:55 pm
Nov 13, 2006 at 2:40 pm -
I want all the parameters in ServletRequest object for this I am using the method request.getParameterMap(). It returns java.util.Map which contains request parameter name and its value.When I print ...
Temp temp
Nov 3, 2006 at 4:05 pm
Nov 12, 2006 at 2:29 pm -
I want contents of java.util.list as string array Object aObject[]= list.toArray(); How can I cast this to string []? Thanks & Regards Miro --------------------------------- Everyone is raving about ...
Temp temp
Nov 10, 2006 at 7:26 pm
Nov 10, 2006 at 11:26 pm -
hi all! I have a question, I'm using struts. <html:select ... <html:option .... I have an object of pacients, I show them on a JSP, then I need to select some of them (by checkbox) and then submit ...
Daniel Chacón Sánchez
Nov 9, 2006 at 4:43 pm
Nov 10, 2006 at 8:10 pm -
What are common simple mistakes that would prevent validation from occuring? I've got a simple struts application that runs correctly except that validation doesn't occur. The form info is accepted ...
Thom Burnett
Nov 7, 2006 at 2:29 pm
Nov 7, 2006 at 7:11 pm -
Hi, can we still expect newer versions of Struts in the future? Or the Struts is no longer an onging project and JSF is the replacement? Could anybody provide some information about it? Thank you.
Caroline Jen
Nov 27, 2006 at 4:14 pm
Nov 27, 2006 at 11:11 pm -
I tried all the sample struts 2.0.1 wars individually in tomcat by placing each war in the webapps folder in tomcat. i.e The requested resource (/struts2-mailreader-2.0.1/) is not available. I placed ...
David Bloom
Nov 25, 2006 at 2:31 am
Nov 27, 2006 at 2:04 am -
Hi Folks, My previous post's subject was not clear. So here's a re-phrase of the problem. -------- My loyaltyPAge.jsp has two buttons - Exit and continue. I want the validation to occur only when ...
Robinbajaj
Nov 24, 2006 at 12:25 am
Nov 24, 2006 at 2:10 am -
Hi, First off, thanks for the validator - saved me countless hours of writing js. I've started trying to introduce httpunit integration tests to my applications and unfortunately with both js and ...
Nathan Coast
Nov 21, 2006 at 8:39 pm
Nov 22, 2006 at 1:18 pm -
hello again, thank for the previous answer. I would like to use a ForwardAction, but in struts core 1.3.5 don't exist in org.apache.struts.action. Don`t exist ForwardAction yet ? or now is ...
Daniel blanco cuadrado
Nov 21, 2006 at 9:52 am
Nov 22, 2006 at 9:17 am -
Hi All! I am trying to add a row in a table dynamically to add new record in Struts web application. Iam using struts 1.1 and need to implement non-Ajax solution. Will display tags has solution to ...
Balwinder
Nov 14, 2006 at 10:06 am
Nov 15, 2006 at 5:13 pm -
Hi, I have a Struts-based app that is currently running on a Tomcat 4.1.29 server. I'm using Struts 1.2.9 and things have been running great. My ISP is bugging me about upgrading Tomcat to 5.5.20 so ...
Jon Wynacht
Nov 15, 2006 at 7:11 am
Nov 15, 2006 at 5:12 pm -
I'm not too worried about this because it seems to be working, but here goes. I'm running Struts 1.2.9 on Apache Tomcat 5.5.x. One of my JSPs has the following section in it. <ul <logic:iterate ...
Bradley Wagner
Nov 13, 2006 at 11:37 pm
Nov 14, 2006 at 2:37 pm -
Hi Everybody, - SUMMARY - Can anyone tell me as to how can I make my jsp lying in Web-inf/jsp/ folder pick the stylesheet and javascript lying in Web-inf/scripts and Web-inf/css ?? - DETAILS - I have ...
Robin bajaj
Nov 9, 2006 at 9:35 pm
Nov 10, 2006 at 9:51 pm -
Hi all, I'm facing a problem with Tiles GetTag on recent Tomcat versions (couldn't find the exact version, but is the one packaged with Sun Application Server EE 8). I have (among others) a ...
Eduardo Simioni
Nov 9, 2006 at 1:22 pm
Nov 9, 2006 at 9:30 pm -
Hello, I've been racking my brain for a bit and hoping that someone will point out my (probably obvious) mistake. [background] This is my first Struts project. I downloaded the Struts 2.0.1 build and ...
Wesley Wannemacher
Nov 7, 2006 at 2:07 pm
Nov 9, 2006 at 2:11 pm -
struts-config The below form-bean is session scoped and hence using reset. <form-bean name="CustForm" type="com.formbeans.CustForm" dynamic="true" ........... <form-property name="split" ...
Fea jabi
Nov 3, 2006 at 10:31 pm
Nov 9, 2006 at 12:31 am -
Hi all: I have a page validated with Validation Framework, but I can get that page from two diferent jsp inputs. When an error ocurs, the validator always turn me back to the same jsp input (the one ...
Yariel Ramos Moreno
Nov 4, 2006 at 5:34 am
Nov 8, 2006 at 9:35 pm -
I got some problem in struts can you please help me. 1) in jsp iam displaying values from javabean in textboxes.(i can change these values) 2) when i submit with modified values , iam doing ...
Prkumar_1234
Nov 30, 2006 at 3:48 am
Dec 1, 2006 at 4:29 am -
I am trying to use Struts for an account creation application 1. In my JSP page I am using a List (named results) to get account information (name, id and more.. ) 2. The list stores this information ...
Priya
Nov 29, 2006 at 8:25 pm
Nov 30, 2006 at 5:32 pm -
Hi All !! I have a situation in my application, i want to implement a functionality that does, if a user accidentally close his browser window, on his next request(in new window) to the application ...
Balwinder
Nov 9, 2006 at 7:53 am
Nov 30, 2006 at 2:49 pm -
Hello! I've tried to launch struts2 portlet application under jetspeed2 but unfortunatelly no luck. There are one tutorial on struts2 wiki but it is not fresh enough. I've looked inside war and found ...
Alex Andrushchak
Nov 23, 2006 at 12:07 pm
Nov 27, 2006 at 11:40 am -
Hi, Does struts validation support XML entity. Thanks Vishal MASTEK "Making a valuable difference" Mastek in NASSCOM's 'India Top 20' Software Service Exporters List. In the US, we're called ...
Vishal Seth
Nov 24, 2006 at 10:49 am
Nov 27, 2006 at 7:03 am -
Has anyone on this list had success creating .tag files under tomcat5.5 (with 2.4) with struts2 or webwork2? I can create and use them simply enough, as long as I don't try to pass in anything as an ...
DNewfield
Nov 21, 2006 at 9:18 pm
Nov 23, 2006 at 1:57 am -
Hello, I'm trying to build the latest SVN trunk of Struts2 with Maven2 by running $ mvn install under struts2-parent folder. My environment is: 1. Linux 2.6.12-1.1381_FC3 #1 Fri Oct 21 03:46:55 EDT ...
Andrew Stepanenko
Nov 20, 2006 at 10:35 am
Nov 21, 2006 at 5:33 pm -
Hi Folks, I am trying to have an html:link in my jsp form. This form normally submits to action Action1.do. (<html:form action"/Action1.do" ) But when clicked upon <html:link , I want to do 2 things ...
Robin bajaj
Nov 20, 2006 at 5:47 pm
Nov 20, 2006 at 11:49 pm -
I've tried to set up a new project using the struts2 mvn archetype, but to no avail. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ...
Mark Menard
Nov 17, 2006 at 3:59 am
Nov 20, 2006 at 8:26 pm
Group Overview
group | user |
categories | struts |
discussions | 264 |
posts | 1,085 |
users | 224 |
website | struts.apache.org |
irc | #struts |
224 users for November 2006
Archives
- February 2013 (17)
- January 2013 (134)
- December 2012 (102)
- November 2012 (121)
- October 2012 (152)
- September 2012 (66)
- August 2012 (132)
- July 2012 (136)
- June 2012 (180)
- May 2012 (97)
- April 2012 (129)
- March 2012 (202)
- February 2012 (127)
- January 2012 (126)
- December 2011 (136)
- November 2011 (191)
- October 2011 (114)
- September 2011 (164)
- August 2011 (164)
- July 2011 (289)
- June 2011 (286)
- May 2011 (418)
- April 2011 (262)
- March 2011 (387)
- February 2011 (334)
- January 2011 (344)
- December 2010 (557)
- November 2010 (398)
- October 2010 (514)
- September 2010 (314)
- August 2010 (221)
- July 2010 (444)
- June 2010 (271)
- May 2010 (387)
- April 2010 (413)
- March 2010 (441)
- February 2010 (257)
- January 2010 (434)
- December 2009 (488)
- November 2009 (682)
- October 2009 (597)
- September 2009 (749)
- August 2009 (697)
- July 2009 (892)
- June 2009 (913)
- May 2009 (914)
- April 2009 (963)
- March 2009 (915)
- February 2009 (941)
- January 2009 (1,109)
- December 2008 (976)
- November 2008 (742)
- October 2008 (965)
- September 2008 (1,142)
- August 2008 (1,220)
- July 2008 (1,215)
- June 2008 (1,266)
- May 2008 (1,001)
- April 2008 (1,223)
- March 2008 (1,258)
- February 2008 (1,525)
- January 2008 (1,314)
- December 2007 (1,083)
- November 2007 (1,034)
- October 2007 (1,205)
- September 2007 (1,340)
- August 2007 (1,631)
- July 2007 (1,541)
- June 2007 (1,684)
- May 2007 (1,852)
- April 2007 (1,773)
- March 2007 (1,415)
- February 2007 (1,097)
- January 2007 (1,024)
- December 2006 (940)
- November 2006 (1,085)
- October 2006 (959)
- September 2006 (1,098)
- August 2006 (955)
- July 2006 (959)
- June 2006 (1,475)
- May 2006 (1,235)
- April 2006 (1,185)
- March 2006 (1,866)
- February 2006 (1,293)
- January 2006 (1,740)
- December 2005 (1,290)
- November 2005 (1,859)
- October 2005 (1,429)
- September 2005 (1,686)
- August 2005 (1,672)
- July 2005 (2,193)
- June 2005 (1,769)
- May 2005 (1,466)
- April 2005 (1,607)
- March 2005 (1,883)
- February 2005 (1,593)
- January 2005 (2,000)
- December 2004 (1,620)
- November 2004 (1,669)
- October 2004 (1,934)
- September 2004 (2,711)
- August 2004 (2,458)
- July 2004 (1,966)
- June 2004 (2,055)
- May 2004 (1,936)
- April 2004 (2,237)
- March 2004 (2,554)
- February 2004 (2,383)
- January 2004 (2,324)
- December 2003 (2,368)
- November 2003 (2,335)
- October 2003 (3,118)
- September 2003 (1,518)
- August 2003 (2,809)
- July 2003 (4,078)
- June 2003 (4,190)
- May 2003 (4,318)
- April 2003 (4,025)
- March 2003 (4,558)
- February 2003 (4,136)
- January 2003 (4,228)
- December 2002 (2,356)
- November 2002 (3,146)
- October 2002 (3,730)
- September 2002 (3,957)
- August 2002 (3,252)
- July 2002 (2,828)
- June 2002 (2,874)
- May 2002 (2,856)
- April 2002 (2,555)
- March 2002 (2,204)
- February 2002 (2,633)
- January 2002 (2,236)
- December 2001 (1,515)
- November 2001 (1,833)
- October 2001 (2,202)
- September 2001 (1,478)
- August 2001 (2,189)
- July 2001 (1,989)
- June 2001 (2,165)
- May 2001 (1,558)
- April 2001 (1,624)
- March 2001 (1,669)
- February 2001 (1,335)
- January 2001 (999)
- December 2000 (727)
- November 2000 (595)
- October 2000 (437)
- September 2000 (381)
- August 2000 (354)
- July 2000 (256)
- June 2000 (261)