Struts 1.1 bean:write problem

2004-05-21 Thread Arunkumar Sreedharan
Ref : msg71420 Hi, I suppose the proble is very simple, just add the following things to the web.xml and struts-config.xml In Web.xml init-param param-nameapplication/param-name param-valuecom.xyz.ApplicationResources/param-value /init-param add the above entry below

Re: optionsCollection struts 1.1

2004-03-05 Thread bojke
as as wrote: Good explanation.Then any way to set a default value show up in the list...onthe jsp page... Thanks yoge [EMAIL PROTECTED] wrote: For the above to work, your FormBean should have a property *conditions* with type as Collection. The coditions should be collection of properties

[OT] RE: web.xml DTD for Servlet 2.3 Struts 1.1

2004-03-04 Thread Wendy Smoak
A long time ago, Craig McClanahan wrote: It is a common misconception that the public identifiers of a DTD like this *must* actually be working URLs [...]. They are just unique strings of characters that (often) happen to look like URLs. Blame the XML community for that :-). And then Yuan

Re: [OT] RE: web.xml DTD for Servlet 2.3 Struts 1.1

2004-03-04 Thread nicolas De Loof
Assuming this resources are right : http://www.searchwin.net/doctype.htm http://www.blooberry.com/indexdot/html/tagpages/d/doctype.htm .. I thing the last (optional) part of a DOCTYPE declaration has to be a valid URL to the referenced DTD. Perhaps I'm wrong, because I didn't found a normative

[OT] RE: web.xml DTD for Servlet 2.3 Struts 1.1

2004-03-04 Thread Joe Germuska
a validating parse of the XML. In most cases, a validating parse is not strictly required (although prior to Struts 1.1, Struts depended on a validating parse of struts-config.xml to fill in certain default values, etc.) With yesterday's outage of java.sun.com, we solved the hang-on-launch problem

optionsCollection struts 1.1

2004-03-04 Thread bojke
Hi, I don't see optionsCollection in struts1.1 Is there optionsCollection in struts1.1? I have ArrayList as property of FormBean. ArrayList is collection of beans. Beans of course has a propreties. Does anybody know how to dislpay e.g bean property beanName using html:options in drop-down

Re: optionsCollection struts 1.1

2004-03-04 Thread yoge
html:select property=*name* html:optionsCollection property=*conditions* / /html:select For the above to work, your FormBean should have a property *conditions* with type as Collection. The coditions should be collection of properties and each should have two property Label

Re: optionsCollection struts 1.1

2004-03-04 Thread as as
Good explanation.Then any way to set a default value show up in the list...onthe jsp page... Thanks yoge [EMAIL PROTECTED] wrote: For the above to work, your FormBean should have a property *conditions* with type as Collection. The coditions should be collection of properties and each

Re: optionsCollection struts 1.1

2004-03-04 Thread as as
Good explanation.Then any way to set a default value show up in the list...onthe jsp page... Thanks yoge [EMAIL PROTECTED] wrote: For the above to work, your FormBean should have a property *conditions* with type as Collection. The coditions should be collection of properties and each

Re: [OT] RE: web.xml DTD for Servlet 2.3 Struts 1.1

2004-03-04 Thread Craig R. McClanahan
Quoting Wendy Smoak [EMAIL PROTECTED]: A long time ago, Craig McClanahan wrote: It is a common misconception that the public identifiers of a DTD like this *must* actually be working URLs [...]. They are just unique strings of characters that (often) happen to look like URLs. Blame

example of using log4j in struts 1.1?

2004-02-29 Thread Dean A. Hoover
I am interested in using log4j as a logger for a struts 1.1 application. Is there an example, cookbook, or other documentation someone can point me to for this? Thanks. Dean Hoover - To unsubscribe, e-mail: [EMAIL PROTECTED

help on struts 1.1 and iplanet AS 6.5

2004-02-14 Thread Adolfo Miguelez
Hi All, I have developed an Struts 1.1 app under Tomcat. I did not have any problems to migrate it to Websphere 5.0, and it worked with no changes. Fine!!! However, when trying to deploy in an iPlanet Application Server 6.5, it did not work. It complaints in many points. For example, I

Problem in struts 1.1 and weblogic 8.1

2004-02-13 Thread srinivasan krishnamurthy
Hi, I am running a webapplication with the following configuration OS - Winxp Web server - Apache 2.00 App server - Weblogic 8.1 When i hit the application from ns7.1 i sometimes get the same screen twice on the browser. also some headers get printed on the screen Has anyone faced this

RE: Problem in struts 1.1 and weblogic 8.1

2004-02-13 Thread Gopalakrishnan, Jayesh
Do u see the same behaviour using IE5+ or other browsers ? Could possibly be an NS issue.. -Original Message- From: srinivasan krishnamurthy [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 12:00 PM To: [EMAIL PROTECTED] Subject: Problem in struts 1.1 and weblogic 8.1 Hi

Re: Struts 1.1 on Tomcat 5.0.18? Solved.

2004-02-13 Thread Steve Hill
:21 PM Subject: Re: Struts 1.1 on Tomcat 5.0.18? Since no-one has said anything about an error in the struts-examples app here, then I assume it's something in your setup that you or your colleagues have done. Did you do anything during install apart from set JAVA_HOME, CATALINA_HOME, PATH? Do you

RE: Problem in struts 1.1 and weblogic 8.1

2004-02-13 Thread srinivasan krishnamurthy
[mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 12:00 PM To: [EMAIL PROTECTED] Subject: Problem in struts 1.1 and weblogic 8.1 Hi, I am running a webapplication with the following configuration OS - Winxp Web server - Apache 2.00 App server - Weblogic 8.1 When i hit

Re: Struts 1.1 on Tomcat 5.0.18?

2004-02-11 Thread Adam Hardy
: Samyukta Akunuru [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 3:31 PM Subject: RE: Struts 1.1 on Tomcat 5.0.18? Did you add the jasper compiler jars (jasper.jar, jasper-compiler.jar,jasper-runtime.jar) -Original Message- From: Steve

Struts 1.1 on Tomcat 5.0.18?

2004-02-10 Thread Steve Hill
Is anyone here successfully using Struts 1.1 on Tomcat 5.0.18? I am getting java.lang.IllegalStateException: zip file closed errors with any struts-using code and am wondering if this is a bug and I should go back to an earlier version of one or the other. Thanks

RE: Struts 1.1 on Tomcat 5.0.18?

2004-02-10 Thread Durham David Contr 805 CSPTS/SCE
Is anyone here successfully using Struts 1.1 on Tomcat 5.0.18? I am. java.lang.IllegalStateException: zip file closed errors with any I seem to recall getting this error when I had a corrupted jar in the lib. I'm not positive though. Dave

Re: Struts 1.1 on Tomcat 5.0.18?

2004-02-10 Thread Adam Hardy
On 02/10/2004 07:38 PM Steve Hill wrote: Is anyone here successfully using Struts 1.1 on Tomcat 5.0.18? I am getting java.lang.IllegalStateException: zip file closed errors with any struts-using code and am wondering if this is a bug and I should go back to an earlier version of one or the other

Re: Struts 1.1 on Tomcat 5.0.18?

2004-02-10 Thread Steve Hill
I had sent a previous message to this list with a complete error listing, but I'll clarify. I downloaded and installed a new installation of Tomcat 5.0.18. I then downloaded and installed a new installation of struts 1.1, copying the documentation and example application war files into Tomcat's

RE: Struts 1.1 on Tomcat 5.0.18?

2004-02-10 Thread Samyukta Akunuru
Did you add the jasper compiler jars (jasper.jar, jasper-compiler.jar,jasper-runtime.jar) -Original Message- From: Steve Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 5:24 PM To: Struts Users Mailing List Subject: Re: Struts 1.1 on Tomcat 5.0.18? I had sent

Re: Struts 1.1 on Tomcat 5.0.18?

2004-02-10 Thread Steve Hill
Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 3:31 PM Subject: RE: Struts 1.1 on Tomcat 5.0.18? Did you add the jasper compiler jars (jasper.jar, jasper-compiler.jar,jasper-runtime.jar) -Original Message- From: Steve Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday

[REPOST] Struts 1.1 with 1.4.2_01?

2004-02-08 Thread Anand Stephen
running web app using struts 1.1 with java version 1.4.2_01 and resin 2.1.4 thank you again. -- a, - Original Message - From: Anand Stephen [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 06, 2004 8:03 PM Subject: PropertyDescriptor

Tomcat 3.3.1 and Struts 1.1

2004-01-29 Thread Daniel Richter
Hi, I have a Problwm with using Struts 1.1 within Tomcat 3.3.1 On my local computer I use Tomcat 4.1.28 and my application works well, but on my providers server I get the following stacktrace: Während der Abarbeitung Ihrer Anfrage ist ein Fehler aufgetreten. javax.servlet.ServletException

Re: Tomcat 3.3.1 and Struts 1.1

2004-01-29 Thread Geeta Ramani
Daniel: A fwe months ago I wanted to move to Struts 1.1 and found that unless you upgraded tomcat to 4 or above, at least one fundamental thing would not work. I forget the details of my exact problem, but my situation was the same as yours: I wanted to make struts 1.1 work on Tomcat 3.3.1. I

AW: Tomcat 3.3.1 and Struts 1.1

2004-01-29 Thread Daniel Richter
:29 An: Struts Users Mailing List Betreff: Re: Tomcat 3.3.1 and Struts 1.1 Daniel: A fwe months ago I wanted to move to Struts 1.1 and found that unless you upgraded tomcat to 4 or above, at least one fundamental thing would not work. I forget the details of my exact problem, but my situation

AUTO {ICICICARE#005-213-962}Tomcat 3.3.1 and Struts 1.1

2004-01-29 Thread NRI Cell
Dear Sir / Madam,Thank you for writing to [EMAIL PROTECTED] We confirm receipt of your mail and assure you of a response shortly.To help us serve you better, we would request you to kindly mention your account number or any reference number you may have in your future correspondence. Kindly

AUTO {ICICICARE#005-217-540}Tomcat 3.3.1 and Struts 1.1

2004-01-29 Thread NRI Cell
Dear Sir / Madam,Thank you for writing to [EMAIL PROTECTED] We confirm receipt of your mail and assure you of a response shortly.To help us serve you better, we would request you to kindly mention your account number or any reference number you may have in your future correspondence. Kindly

AUTO {ICICICARE#005-217-541}AW: Tomcat 3.3.1 and Struts 1.1

2004-01-29 Thread NRI Cell
Dear Sir / Madam,Thank you for writing to [EMAIL PROTECTED] We confirm receipt of your mail and assure you of a response shortly.To help us serve you better, we would request you to kindly mention your account number or any reference number you may have in your future correspondence. Kindly

Problems with Struts 1.1 and Tomcat 3.3.1/JDK 1.3

2004-01-28 Thread Daniel Richter
It seems Struts 1.1 and Tomcat 3.3.1 have a problem in working together. See the following URL for the stacktrace: http://holiday.riesengebirge-online.com This is my providers server. On my own computer I use Tomcat 4.1.28 / JDK 1.4 and it works fine. What is the problem? Daniel

Struts Action Plug-in Extension 1.0.2 with Struts 1.1

2004-01-28 Thread NGOR Eric
Hi I'm trying to use Struts Action Plug-in Extension 1.0.2 from http://www.asqdotcom.be/ with Struts release 1.1. However, this plugin is using an older version of struts (1.1 beta1) and doesn't seem to work with the latest release of Struts 1.1 (which i have to use). Does anybody have

Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x ? - Solved!

2004-01-23 Thread Ingvar Larsson
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 22, 2004 2:51 PM Subject: Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x? For example I deploy struts-examples.war without any problems but when I tries to use the application the following

Is it possible to deploy a struts 1.1 application in Tomcat 5.x?

2004-01-22 Thread Ingvar Larsson
Hello all! I have tried to deploy several struts applications in Tomcat 5.0.x but failed so far. One of them is the struts-examples.war distrubted with the struts 1.1 package. I guess it all depends on that struts uses JSP 1.2 and Tomcat 5 implements JSP 2.0. I have searched an answer

Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x?

2004-01-22 Thread Kris Schneider
with the struts 1.1 package. I guess it all depends on that struts uses JSP 1.2 and Tomcat 5 implements JSP 2.0. I have searched an answer for this in faq:s and several archives but did not find anything. So, please! Does anyone of you know if it is possible to deploy and run a web

Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x ?

2004-01-22 Thread Ingvar Larsson
. Apache Tomcat/5.0.16 - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 22, 2004 2:07 PM Subject: Re: Is it possible to deploy a struts 1.1 application

RE: Is it possible to deploy a struts 1.1 application in Tomcat 5 .x?

2004-01-22 Thread Smith, Darrin
a struts 1.1 application in Tomcat 5.x? Hello all! I have tried to deploy several struts applications in Tomcat 5.0.x but failed so far. One of them is the struts-examples.war distrubted with the struts 1.1 package. I guess it all depends on that struts uses JSP 1.2 and Tomcat 5 implements JSP 2.0

RE: Is it possible to deploy a struts 1.1 application in Tomcat 5.x?

2004-01-22 Thread Navjot Singh
to deploy a struts 1.1 application in Tomcat 5.x? It's working for me using an old example, but I did replace some of the jar files with the latest struts version. Darrin -Original Message- From: Ingvar Larsson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 6:41 AM To: [EMAIL

Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x ?

2004-01-22 Thread Brian Millett
On Thu, 2004-01-22 at 07:51, Ingvar Larsson wrote: For example I deploy struts-examples.war without any problems but when I tries to use the application the following appears: type Exception report message description The server encountered an internal error () that prevented it from

Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Adam Hardy
] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn't know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin as described but I still get the same error. I can

Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Adam Hardy
To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn't know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin as described but I still get the same error. I can only seem to make it work as Adam has

Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Marino A. Jonsson
Hess [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn't know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Adam Hardy
Hi Greg, I'm using the same setup as you, except I use the straight org.apache.struts.action.SecurePlugIn and it works. Haven't seen that exception before. Adam On 01/19/2004 09:06 PM Greg Hess wrote: Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
That makes sense ... SecureTilesPlugin actually extends TilesPlugin so you're trying to initialize the same plugin twice ;) cheers, Marinó Greg Hess [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
difficulty integrating the sslext11 plug-in with Struts 1.1 using Tiles. I get the following error when accessing any action: javax.servlet.UnavailableException at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java: 1169

RE: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Greg Hess
, 2004 6:57 AM To: [EMAIL PROTECTED] Subject: Re: Struts 1.1, Tiles and sslext11 Moreover, the StrutsTilesPlugin overloads the initRequestProcessorClass(ModuleConfig config) of the TilesPlugin and sets the processorClass attribute of the controller to SecureTilesRequestProcessor ... so

RE: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Greg Hess
] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn’t know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin as described but I still get the same error

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
of received a ClassNotFoundException, strange that no error resulted. All the best, Greg -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I

Struts 1.1, Tiles and sslext11

2004-01-19 Thread Greg Hess
Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using Tiles. I get the following error when accessing any action: javax.servlet.UnavailableException at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1169

Struts 1.1 on iPlanet 6.05 iws (one more time)

2004-01-13 Thread Fowler, David
I'm a little closer. I am running Struts 1.1 on iPlanet iws 6.05 (it works fine on tomcat 3.3.1). I am using JDK 1.4.1_05 (JDK 1.4.1_01 is the highest supported on 6.05). The app is running on Windows 2000 - destined for HPUX. I am also using tiles and validation. At first, nothing worked

Struts 1.1 and iPlanet iws 6.05

2004-01-12 Thread Fowler, David
I have read through the archive and it seems that there are many who have struggled with iPlanet and Struts. I have a Struts application running on Tomcat, and I wanted to move it to an iPlanet web server (6.05). I'm running into a little trouble. I get a RequestDispatcher: forward call

Re: Struts 1.1 and iPlanet iws 6.05

2004-01-12 Thread James Mitchell
You should upgrade to 6.1 if you can. It uses Tomcat under the covers. All will work fine once you do that. James - Original Message - From: Fowler, David [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Sent: Monday, January 12, 2004 10:22 PM Subject: Struts 1.1 and iPlanet iws 6.05

Re: Tiles in Struts 1.1 - TilesRequestProcessor

2003-12-18 Thread Joe Germuska
The PlugIn takes the liberty of setting your RequestProcessor to the TilesRequestProcessor for you. You only really need to worry about it if you choose to use a custom RequestProcessor of your own; in that case, you'd need to extend the TilesRequestProcessor if you want to use Tiles

Tiles in Struts 1.1 - TilesRequestProcessor

2003-12-17 Thread Jan Dirksen
Hi i am using Tiles with the Plugin.tag in the struts-config.xml now i saw in the source, that TilesPlugin uses the TilesRequestProcessor. okay, however - but i saw in one config-file, that i could add the TilesRequestProcessor in the config of struts. since now i only used the plugin in the

Re: FormBean error using Struts 1.1 and Tomcat 5

2003-12-05 Thread John Ferguson Smart
Forget it, guys, I called an exorsist and a vodoo-specialist, who told me to install Tomcat 5.0.16, and now it works. John Ferguson Smart wrote: Anyone got any ideas ? John Ferguson Smart wrote: Hi, I've run into a strange problem using Struts 1.1 with Tomcat 5.0.14 . In a page

Re: FormBean error using Struts 1.1 and Tomcat 5

2003-12-04 Thread John Ferguson Smart
Anyone got any ideas ? John Ferguson Smart wrote: Hi, I've run into a strange problem using Struts 1.1 with Tomcat 5.0.14 . In a page that previously worked fine (of course...), I now get a JSP page displays the following message : [ServletException in:/admin/tiles/welcomeBody.jsp

Re: FormBean error using Struts 1.1 and Tomcat 5

2003-12-04 Thread Kris Schneider
WAR files or using TC Ant tasks or...? Quoting John Ferguson Smart [EMAIL PROTECTED]: Anyone got any ideas ? John Ferguson Smart wrote: Hi, I've run into a strange problem using Struts 1.1 with Tomcat 5.0.14 . In a page that previously worked fine (of course...), I now get a JSP

Solved super.init() dies silently after migration from struts 1.0 to struts 1.1

2003-12-03 Thread Ralf Hauser
Hi, Just for that others do not waste time on this. Eventually, I found that some error is posted, but not to catalina.out. Unfortunately, the error message was not very telling so I posted an RFE to make it more helpful (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25155). Essentially,

RE: Solved super.init() dies silently after migration from struts 1.0 to struts 1.1

2003-12-03 Thread Steve Raeburn
struts 1.0 to struts 1.1 Hi, Just for that others do not waste time on this. Eventually, I found that some error is posted, but not to catalina.out. Unfortunately, the error message was not very telling so I posted an RFE to make it more helpful (http://nagoya.apache.org/bugzilla

FormBean error using Struts 1.1 and Tomcat 5

2003-12-02 Thread John Ferguson Smart
Hi, I've run into a strange problem using Struts 1.1 with Tomcat 5.0.14 . In a page that previously worked fine (of course...), I now get a JSP page displays the following message : [ServletException in:/admin/tiles/welcomeBody.jsp] Exception creating bean of class

struts.init() dies silently after migration from struts 1.0 to struts 1.1

2003-12-02 Thread Ralf Hauser
Hi, Since we installed the new jars and dtd's we no longer can get our Database.java servlet to start. We did the move from GenericDataSource to BasicDataSource, but didn't really change anything else. We are doing exactly what Craig recommends in

dynamic reloading of struts-config and classes for Struts 1.1 and JPlates 3.0 - 99%

2003-12-01 Thread Dan Jacobs
Hi all, I have implemented a scheme for dynamically reloading classes and struts configuration files for JPlates 3.0.1 and Struts 1.1, and welcome anyone interested to try it out. Everything you need is in the JPlates trial download at http://www.jplates.com, and the config setup is described

Problem with Struts 1.1, Tomcat 4.1, SingleSignOn

2003-12-01 Thread Kevin A. Palfreyman
I have a problem using SingleSignOn with a Struts 1.1 app in Tomcat 4.1 (tried 24 29). I have Tomcat set up with the SingleSignOn valve, and a number of web apps (5) all using FORM based authentication. The single sign-on seems to be working fine for 4 out of the 5, but I have a problem

struts 1.1 validation of indexed properties

2003-11-26 Thread Andreas Wuest
hi, i have a small problem validating index properties in my form. in the validation.xml file i have the following definition to validate my indexed properties. the validation works fine for the first (index = 0) property. but i have a maximum of 18 indexed properties. form

RE: struts 1.1 validation of indexed properties

2003-11-26 Thread Jarnot Voytek Contr AU HQ/SC
] Sent: Wednesday, November 26, 2003 1:20 PM To: [EMAIL PROTECTED] Subject: struts 1.1 validation of indexed properties hi, i have a small problem validating index properties in my form. in the validation.xml file i have the following definition to validate my indexed properties

Tiles problem with / in action forward since struts 1.1

2003-11-24 Thread Lukas sterreicher
Hello In latest revisions of struts it seemes to be required to have an action forward start with a /. This is ok under normal situations, however, it seemes to cause troubles with tiles, at least for me. When forwarding to a tile defind in the xml configureation file for tiles it seemes to be

RE: Tiles problem with / in action forward since struts 1.1

2003-11-24 Thread David Friedman
: Lukas sterreicher [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 8:33 AM To: [EMAIL PROTECTED] Subject: Tiles problem with / in action forward since struts 1.1 Hello In latest revisions of struts it seemes to be required to have an action forward start with a /. This is ok under normal

Re: struts 1.1 validation problem / question

2003-11-16 Thread Andreas Wuest
Hi Victor, thanks for you reply. the lookupdispatchaction does not really solve my problem, since handling the different actions is not the problem. the problems is the validation of the input fields for the different action. i need different validations depending on the value of the userAction

Re: struts 1.1 validation problem / question

2003-11-16 Thread Phil
, November 15, 2003 2:36 PM Subject: struts 1.1 validation problem / question Hi, i have a small problem / question concerning the struts 1.1 validation. i have a jsp form that has the following input fields : id name password userAction Depending on the userAction value (can be 'show

File upload problem with Struts 1.1

2003-11-12 Thread Raman Garg
Hi, We are getting error while file uploading using struts 1.1. We have a demo code for file uploading which demostrates the file uploading using struts. When we run there application code works fine but when we submit the form by setting enctype for the form it throws the following error

Re: File upload problem with Struts 1.1

2003-11-12 Thread Caoilte O'Connor
, Raman Garg wrote: Hi, We are getting error while file uploading using struts 1.1. We have a demo code for file uploading which demostrates the file uploading using struts. When we run there application code works fine but when we submit the form by setting enctype for the form it throws

Re: File upload problem with Struts 1.1

2003-11-12 Thread Garg Raman \(SDinc\)
development server Any other suggestion will be appreciated . Looking forward to hear from you. Cheers Raman Garg - Original Message - From: Caoilte O'Connor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 3:42 PM Subject: Re: File upload problem with Struts 1.1

Re: File upload problem with Struts 1.1

2003-11-12 Thread Caoilte O'Connor
you. Cheers Raman Garg - Original Message - From: Caoilte O'Connor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 3:42 PM Subject: Re: File upload problem with Struts 1.1 have you got the commons-upload jar in your lib dir? you need that as well

Re: File upload problem with Struts 1.1

2003-11-12 Thread Martin Cooper
, and not in a container-specific lib directory. -- Martin Cooper Raman Garg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, We are getting error while file uploading using struts 1.1. We have a demo code for file uploading which demostrates the file uploading using struts. When we run there application

Re: Which version of Commons Digester released with Struts 1.1

2003-11-08 Thread Craig R. McClanahan
no addFormBeanConfig() method on the java.lang.String class :-). More seriously, there's no way to know what's really going on without seeing the kinds of Digester rules you are configuring, and what kind of document you are trying to parse. How can I get the version number that is distributed with Struts 1.1

validwhen + struts 1.1

2003-11-06 Thread Vara Prasad Reddy
I am currently using struts 1.1. Is there a way I can use the "validwhen" functionality of future coming struts 1.2. Something like I can take only the class files of validwhen and use it along with struts 1.1 can someone detail me on this? Thanks in advance Vara Prasad

RE: validwhen + struts 1.1

2003-11-06 Thread Marc Dugger
Blankvalidwhen is in CVS right now. Check out nightly build if it's worth it to you. -Original Message- From: Vara Prasad Reddy [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 5:32 AM To: struts Subject: validwhen + struts 1.1 Importance: High I am currently

Re: Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread David Graham
with Struts 1.1. It should be in the digester jar's MANIFEST file. David Phil = Java Web Application Architect mapimage.com - Java and GIS struts1.1:tomcat4.1.27:linuxRH8 __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http

RE: Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread Karr, David
Well, you should be able to open up the commons-digester.jar file and inspect the manifest.mf file. It has a version number, which appears to be 1.5 in Struts 1.1. -Original Message- From: Philip Mark Donaghy [mailto:[EMAIL PROTECTED] I would like to debug a problem that I have

Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread Philip Mark Donaghy
I would like to debug a problem that I have with Digester. The error is : java.lang.NoSuchMethodException: No such accessible method: addFormBeanConfig() on object: java.lang.String How can I get the version number that is distributed with Struts 1.1. Phil = Java Web Application Architect

Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread Philip Mark Donaghy
I would like to debug a problem that I have with Digester. The error is : java.lang.NoSuchMethodException: No such accessible method: addFormBeanConfig() on object: java.lang.String How can I get the version number of Commons Digester that is distributed with Struts 1.1. Phil = Java Web

Oracle data-source problem with struts 1.1

2003-10-30 Thread Richard Wheeldon
Hi, I recently upgraded my struts setup to the 1.1 release version. Now I find that the data source used by my application to connect to the database no longer works: data-sources data-source key=db.user set-property property=url

Multiple message-resources -- How to access? Struts 1.1

2003-10-30 Thread Lukas Bradley
Hi all, I feel rather odd asking about this, because it seems it should be a VERY simple task. I've been using a single message-resource within my struts-config.xml file. It's been working beautifully defined as: message-resources parameter=MyTerms null=false/ When I have a file

RE: Multiple message-resources -- How to access? Struts 1.1

2003-10-30 Thread Rabago, Hubert
on? -Original Message- From: Lukas Bradley [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 10:26 AM To: [EMAIL PROTECTED] Subject: Multiple message-resources -- How to access? Struts 1.1 Hi all, I feel rather odd asking about this, because it seems it should be a VERY simple

Re: Multiple message-resources -- How to access? Struts 1.1

2003-10-30 Thread Lukas Bradley
It appears as if the properties file can not contain the . character. This makes sense, because properties are considered to be Class files at run time. The dot-notation probably gets a little confusing. This works: message-resources parameter=MyForum key=msg.forum null=false/ bean:message

Re: Oracle data-source problem with struts 1.1

2003-10-30 Thread Yann Cébron
Hi, I stumbled upon the same thing.. The property url is URL (all uppercase) with the OracleDataSource ;-) HTH, Yann I recently upgraded my struts setup to the 1.1 release version. Now I find that the data source used by my application to connect to the database no longer works:

RE: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors

2003-10-29 Thread Ruta Thakkar
again.. Regards, Ruta -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 10:28 PM To: Struts Users Mailing List Subject: RE: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors I doubt the JDK version upgrade is relevant here

trouble with TLD in struts 1.1

2003-10-28 Thread Ishmael Riles
I'm upgrading an app from strtuts 1.0.2 to 1.1 and I keep getting the following or similar errors on JSP pages that include TLD's It seems like there's a miss match between the struts.jar and the *.tld files, So I downloaded the files again and replaced them all. And of course I moved all the

upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors

2003-10-27 Thread Ruta Thakkar
Dear All, I have been using Struts 1.1(stable release) with weblogic 6.1,jdk1.3..now we are upgrading to weblogic 8.1/jdk1.4 Here is the code that i was using earlier to pass multiple parameters in html:link: logic:iterate id=airportObj name=airportList bean:define id=airportCode name

RE: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors

2003-10-27 Thread Karr, David
using Struts 1.1(stable release) with weblogic 6.1,jdk1.3..now we are upgrading to weblogic 8.1/jdk1.4 Here is the code that i was using earlier to pass multiple parameters in html:link: logic:iterate id=airportObj name=airportList bean:define id=airportCode name=airportObj property

Re: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors

2003-10-27 Thread Ruth, Brice
In this particular code, you'd need to use pageContext.getAttribute(airportCode), in your scriptlet, I believe. Ruta Thakkar wrote: Dear All, I have been using Struts 1.1(stable release) with weblogic 6.1,jdk1.3..now we are upgrading to weblogic 8.1/jdk1.4 Here is the code that i was using

RE: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilatio n errors

2003-10-27 Thread Hajratwala, Nayan (N.)
() ); --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -Original Message- From: Ruta Thakkar [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 10:39 AM To: [EMAIL PROTECTED] Subject: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors Dear All

could not deserialize the context attribute .. (configuration: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-19 Thread Shay Cohen
Hi, I've encountered lately the following exception Could not deserialize context attribute. Reported on the following attribute: Attribute: org.apache.struts.action.REQUEST_PROCESSOR (object: org.apache.struts.tiles.TilesRequestProcessor) After reading old emails

RE: could not deserialize the context attribute .. (configuration: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-19 Thread Marc Dugger
the context attribute .. (configuration: struts 1.1 + web logic 8.1), is it a known bug ? Hi, I've encountered lately the following exception Could not deserialize context attribute. Reported on the following attribute: Attribute: org.apache.struts.action.REQUEST_PROCESSOR

Re: could not deserialize the context attribute .. (configuration: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-19 Thread Martin Gainty
! -Martin - Original Message - From: Marc Dugger [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 19, 2003 8:36 AM Subject: RE: could not deserialize the context attribute .. (configuration: struts 1.1 + web logic 8.1), is it a known bug ? I had

RE: could not deserialize the context attribute .. (configurat ion: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-19 Thread Shay Cohen
10nx. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, October 19, 2003 4:25 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: could not deserialize the context attribute .. (configuration: struts 1.1 + web logic 8.1), is it a known bug

could not deserialize the context attribute .. (configuration: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-16 Thread Shay Cohen
Hi, I've encountered lately the following exception Could not deserialize session date On the following attribute: Attribute: org.apache.struts.action.REQUEST_PROCESSOR (object: org.apache.struts.tiles.TilesRequestProcessor) After reading old emails

struts 1.1 and multiple applications

2003-10-15 Thread Scott Tiger
We have one struts application working on a weblogic server 5.1 service pack 13. I have put all the struts and apache libraries(struts.jar and commo**.jar, xerces.jar etc ) in the server class path. They are not in the web-inf/lib directory. I added another application which is similar to

Re: struts 1.1 and multiple applications

2003-10-15 Thread Craig R. McClanahan
Scott Tiger wrote: We have one struts application working on a weblogic server 5.1 service pack 13. I have put all the struts and apache libraries(struts.jar and commo**.jar, xerces.jar etc ) in the server class path. They are not in the web-inf/lib directory. This is not a supported

[OT] Is JSTL in action update for Struts 1.1

2003-10-12 Thread Marco Tedone
Hi, now that JSTL and Struts-el are the main technologies in Struts, I was wondering whether 'JSTL in Action' is updated with the JSTL version used by Struts. Did anyone read this book? Could anyone give me her impression about it? Have a nice sunday, Marco

  1   2   3   4   5   6   7   8   9   10   >