problem with two parameters with a link

2002-08-12 Thread eros
Hi folks; I want to pass two params with a link. I have defined two beans in the jsp for the parameters to be passed and I used the href function.when I place the cursor on the link I see the param1 and param2 values correctly but when I press the link, I get the "Error 404--Not Found" message.w

[ANNOUNCEMENT] Struts 1.1 Beta 2 Released

2002-08-12 Thread Martin Cooper
The Struts team is proud to announce the release of Struts 1.1 Beta 2. This release includes significant new functionality, while retaining full backwards compatibility with earlier versions of Struts. It also incorporates fixes for a number of bugs which were reported against earlier versions. T

Dynamic Action Form Samples

2002-08-12 Thread Rakesh Menon
Hi , Can you please give pointers to sample implementation / tutorial of dynamic forms using DynaActionForm available in struts 1.1. Thanks in advance Rakesh -- To unsubscribe, e-mail: For additional commands, e-mail:

Struts' "Bug" mentioned in Tile example

2002-08-12 Thread Chuong Huynh Ngoc
Hi, In Tile web app, in various place (struts-config.xml, web.xml,...) there's a comment like: --- --- Could you please describe the bug (or indicate the bug number), what is its status? Thanks, -Chuong -- To unsubscribe, e-mail: For additional commands, e

RE: Is Struts suitable for Java client?

2002-08-12 Thread Gopalakrishnan Rangaswamy
NO -Original Message- From: Leslie Yu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:39 AM To: [EMAIL PROTECTED] Subject: Is Struts suitable for Java client? Hi all, I'm going to develop a java application with java client on client side which talks to a controller se

RE: setter method not getting called

2002-08-12 Thread SATISH.T
Title: Message Use the nested tags , refer to the tutorial at www.keyboardmonkey.com/struts/primer     -Original Message- From: Chandra Sekharan Bhaskaran [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:02 PM To: [EMAIL PROTECTED] Subject: setter method not getting c

RE: Cannot find bean

2002-08-12 Thread Sudhir
Hi, In action class you might not have put the bean in session. I suggest after assigning the bean properties in the action class, you put the bean into the session. So that it will take the values from the bean in JSP page. Sudhir -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: Cannot find bean; eduardo

2002-08-12 Thread eros
Eduardo; if the message is coming from jsp side; u could check the name of the bean u have specified in your jsp in the tag under name="bean" attribute.. good luck Erkan, from turkiye |+-> || Eduardo.Fuenzal| || [EMAIL PROTEC

Re: Cannot find bean

2002-08-12 Thread Amit Badheka
Hi, make asure you have included all the required tld files and jar files(struts.jar + common*.jar) in the war file. Amit. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 10:38 AM Subject: Cannot find bean > Hi there... > > I've bee

Cannot find bean

2002-08-12 Thread Eduardo . Fuenzalida
Hi there... I've been searching for this problem but I can't find any solution: Servlet Error: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null Does anybody have an idea on what's going on? Thank you very much!! Edo Fuenzalida Sr Programmer Analyst National BarCode System

messages collection?

2002-08-12 Thread Flemming Seerup
Is there any way to duplicate the "errors" collection, so it's possible to display informational messages such as "Element xx created" ? Regards, Flemming -- To unsubscribe, e-mail: For additional commands, e-mail:

Is Struts suitable for Java client?

2002-08-12 Thread Leslie Yu
Hi all, I'm going to develop a java application with java client on client side which talks to a controller servlet. The data transmitted between client and server may be serialized object. Does Struts support java client by outputting a serialized object as a HTTP response instead of for

Re: Beginner's problem

2002-08-12 Thread Amit Badheka
Hi Hobie, Make sure that in your war file the properties file included in web-inf\classes folder. or if you are placing this file under your source package then it should be come under web-inf\classes\\ApplicationResources.properties. By having a look at your definition, I think you are placi

Re: Struts Tag Library Issue

2002-08-12 Thread Amit Badheka
Hi, Is this any new tld file introduced in nightly build? I have not seen or heard of any such tld file in the framework. Amit. - Original Message - From: "Ganesh Balachandran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 12:08 AM Subject: Struts Tag Librar

RE: Taglib packaging of struts.jar!META-INF/tlds/*.tld not spec-compl iant?

2002-08-12 Thread Bullock, David (EPA)
Saturday, 10 August 2002, Craig R. McClanahan wrote: > On Fri, 9 Aug 2002, Bullock, David (EPA) wrote: >> Is there some corner of the spec I have missed, > > Putting multiple TLDs in the META-INF/tlds subdirectory is a JSP 1.2 > thing, which won't be recognized by a JSP 1.1 container. Thanks. I

Re: Struts with JSP/Taglib versus Barracuda/HTML/XMLC

2002-08-12 Thread Rosdi Kasim
I thought Enhydra is dead already? I used to use Enhydra for XMLC strength alone.. then came DODS.. wow!! what a heaven! I haven't had the chance to experiment with Baraccuda though... Not so long ago, Lutris cancelled their J2EE implementations of Enhydra due to licensing issue, and that's

RE: Newbie iterate problem

2002-08-12 Thread James Mitchell
Hsorry, I misread your problem. What kind of Objects/Beans do getLogoMap() return from your formbean? You might try specifying the type= attribute in the iterate tag. Well, that's my best stab at what info is given. Good luck. James Mitchell Software Engineer\Struts Evangelist Struts-At

RE: Newbie iterate problem

2002-08-12 Thread James Mitchell
Sorry for taking so long to respond, I'm on a few other lists with pretty good traffic. Anyway, based on what you have given so far, make sure that LogoSelectAction is setting the correct form (the one defined as 'LogoSelectForm') in the correct scope. You can also verify this with a little 'sno

RE: Beginner's problem

2002-08-12 Thread James Mitchell
Here's the correlation (for anyone new to java properties files) Notice the 'path' and 'to' and change them to what you need. If using within web.xml (Struts 1.0.x): ... ... application path.to.ApplicationResources ... ... or (Struts 1.1) in the struts-co

RE: Passing back errors from actions

2002-08-12 Thread Karr, David
> -Original Message- > From: Philip S. Constantinou [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 3:42 PM > To: Struts Users Mailing List > Subject: Passing back errors from actions > > > What's the recommended way to pass back errors to the form > object from an Action han

RE: XML/XSL to generate Word Document

2002-08-12 Thread Nelson, Tracy (ETW)
| From: Ajay Mallik [mailto:[EMAIL PROTECTED]] | Sent: Monday, August 12, 2002 16:21 | | I have to generate Word document from XML data. Is there | anything that I can | do similar to generating PDFs from XML using FOP? Not really a Struts question, but have a look at http://www.jfor.org/ --

RE: Beginner's problem

2002-08-12 Thread Hobie Orris
Thanks for replying. I'm not using any packages since this is just a test program for me to become familiar with Struts, so that is why the properties file is under WEB-INF/classes directly. Does this make a difference? At 01:57 PM 12/08/02, you wrote: >Hi, > >Make sure you have ApplicationR

XML/XSL to generate Word Document

2002-08-12 Thread Ajay Mallik
Hi All, I have to generate Word document from XML data. Is there anything that I can do similar to generating PDFs from XML using FOP? Will highly appreciate any help. Ajay -- To unsubscribe, e-mail: For additional commands, e-mail:

Passing back errors from actions

2002-08-12 Thread Philip S. Constantinou
What's the recommended way to pass back errors to the form object from an Action handle. The documentation says: If validation is not complete, validate the form bean properties as needed. If a problem is found, store the appropriate error message keys as a request attribute, and forward cont

RE: Newbie iterate problem

2002-08-12 Thread Nelson, Tracy (ETW)
| From: James Mitchell [mailto:[EMAIL PROTECTED]] | Sent: Monday, August 12, 2002 14:02 | | Can you send the action declaration for this jsp (from the | struts-config)? Here 'tis: I'm trying to compare the generated code between the sample application and mine, but I haven't seen a

RE: Newbie iterate problem

2002-08-12 Thread James Mitchell
Can you send the action declaration for this jsp (from the struts-config)? Example: James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Nelson, T

RE: Deploying Struts on WebSphere Application Server 4.0.2 (resolved) Servlet Mapping *.do problem

2002-08-12 Thread Rajiv Kadayam
A note to all websphere users, i just resolved my problems with servlets mapping. there is a .../WebSphere/AppServer/config/plugin-cfg.xml, make sure all your server and web applications that you installed/configured via the console are visible here. Unfortunately my console did not update this f

RE: Validation with tiles

2002-08-12 Thread Jacob Hookom
What is the proper way of forwarding users, but with params from actions? Thanks, Jake | -Original Message- | From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] | Sent: Monday, August 12, 2002 2:56 PM | To: Struts Users Mailing List | Subject: Re: Validation with tiles | | | Hi, | |

Re: Newbie iterate problem

2002-08-12 Thread Tim T. Young
Hi Tracy. Your code looks correct, so you might try tracing through the iterate tag and the write tag to get a better idea of the problem. I had to do that several times before when I get those types of errors that aren't obvious. Start at the write tag to see what it is getting (and what it i

Newbie iterate problem

2002-08-12 Thread Nelson, Tracy (ETW)
I'm coming up to speed with Struts, and I can't seem to figure out the tag. I've got: ... I keep getting a "cannot find bean logo in scope null" error. Do I have to have an instance of the bean in the request? I've tried specifyin

Re: Validation with tiles

2002-08-12 Thread Cedric Dumoulin
Hi, Which version of Struts do you use (1.1 or 1.0.x) ? Your second solution should works under Struts1.1 latest nightly build. If not, please report a bug to bugzilla. Cedric Ricardo de Souza Moura wrote: > I would like to put in the input attribute a tile definition, but I > don'

Re: MVC2 Implementation with Tiles [WAP/HTML]

2002-08-12 Thread Cedric Dumoulin
Hi, Actually, the content type is set by the RequestProcessor.processContent(...) method. The content type can be configured as a parameter of the processor config. This content type is overloaded each time you do a forward in the request processing chain, because you go through a Reques

Re: Tiles-ComponentContext - understanding problem

2002-08-12 Thread Cedric Dumoulin
Hi, Your inside.jsp page insert your main definition after setting title and menuItems attributes. These attributes are available to the current tiles context, which is here "ZuKS.mainLayoutDefinition". It is why you don't find them in menu.jsp (tiles attributes are local to the tiles,

Re: tiles (extending definition) and tags problem

2002-08-12 Thread Cedric Dumoulin
Hi, As you said, actually a list can only be overloaded, not extended. I suggest you post an "improvement request" to bugzilla for such behavior. I thing it will not appear in the next struts1.1b2, but it will be on the pipe for a future release. Cedric Ralf Lorenz wrote: >Hi, >hope

Struts Tag Library Issue

2002-08-12 Thread Ganesh Balachandran
Hi, I am getting the following exception when I invoke a jsp file: Error in using tag library uri='/WEB-INF/struts-form.tld' prefix='form': The Tag class 'org.apache.struts.taglib.html.ImageTag' has no setter method corresponding to TLD declared attribute 'path', (JSP 1.1 spec, 5.4.1) My ap

RE: Beginner's problem

2002-08-12 Thread Gupta, Priyank x57787
Hi, Make sure you have ApplicationResources.properties file under c:\whatever\com\xyz\ and in your web.xml specify... application com.xyz.ApplicationResources ...Priyank -Original Message- From: Hobie Orris [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12,

exception handling in jsp

2002-08-12 Thread Billy Ng
Hi folks, Would you anybody tell me what is the simplest way to catch the exception is thrown in the jsp file so that I can display a error page. Thanks! Billy Ng _ Join the world’s largest e-mail service with MSN Hotmail. htt

RE: Validating with JavaScript

2002-08-12 Thread James Mitchell
Not very elegant, but here ya go.. I did this with the intent of getting each error msg on a newline, but my split("\n") is doing what I want so this should get you started Make sure you set errors.header and errors.footer to an empty string. If you use any html, it will show in y

Beginner's problem

2002-08-12 Thread Hobie Orris
I am using Struts 1.02 on Tomcat 4, and I get this message: Cannot find message resources under key org.apache.struts.action.MESSAGE I note the previous discussion on this topic in the archive has not pointed to a solution, so I'm asking it again. I deploy an .ear file containing a .war file whi

Re: How do you handle non-text data in Struts forms?

2002-08-12 Thread Tim T. Young
I tend not to mix my ActionForms and any "business" type classes at all. I keep the forms lightweight, even "dumb" by having only string data (this also supports redisplay properly) In the action I take the data out of the form and give it to the business layer. This is 2-way separation - Struts

How do you handle non-text data in Struts forms?

2002-08-12 Thread BootedBear
Hello all, Struts newbie here. I'm in the process of evaluating Struts for use in a project and one of the criteria I'm checking out is how to deal with non-text data to and from a form. For my test case I coded a fairly simple Money class that represents a currency value (stored internally as

Servlet Compilation Taking Way Too Long

2002-08-12 Thread micael
Whenever I change a jsp page, it takes forever for the program to compile. ("Forever" = five to fifteen minutes.) During that time my site is essentially shut down. I am current running aTomcat 4.0 with Struts 1.2. I have an application set for www.myapp.com with the following code in server.xm

Validating with JavaScript

2002-08-12 Thread Gus Delgado
Is there a way to have the validation show on a JavaScript popup instead of on the header of the jsp? I ask this a while back but I never got an answer. Thanks -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Struts with JSP/Taglib versus Barracuda/HTML/XMLC

2002-08-12 Thread Dan Cancro
I understand the differences between the two different View techniques (jsp & xmlc). Could you summarize the strengths and weaknesses of the two different Controller architectures? Also, can you use jsp's (if you really have to) with Barracuda's controller architecture? Thanks, Dan > -Orig

setter method not getting called

2002-08-12 Thread Chandra Sekharan Bhaskaran
Title: Message Hi ,     I had used ArrayList and it contains objects of class User.     I use iterate tag and get the data from the form bean but     when i change the data of user (edit) and then submit the setter method     is not being called. in jsp the iterate tag is used as follows   

RE: How do I preselect items in a multiselect selectTag?

2002-08-12 Thread Jim Lee
Tahir, Thanks for replying. I got the html-select.jsp from the struts-exercise-taglib.war webapp(see below) but couldn't find where it PRE-selects MULTIPLE options. Did I miss something? Thanks again, Jim -- html-select.jsp <%@ page language="java" import="java.util.*, org.apache.struts.util.*

RE: Servlet Mapping *.do problem

2002-08-12 Thread Rajiv Kadayam
yes I do - the thing is I have another jsp page in my application which does a re-direct to a struts action instead of being a form submit and that works perfectly fine. So I'm guessing it reads struts-config.xml ok, or maybe in some situations it does not reco

RE: Servlet Mapping *.do problem

2002-08-12 Thread Weston Aiken
I meant struts-config.xml of course... -Original Message- From: [EMAIL PROTECTED] at INTERNET Sent: Monday, August 12, 2002 11:00 AM To: Aiken, Weston - Raleigh, NC; [EMAIL PROTECTED] at INTERNET Subject: RE: Servlet Mapping *.do problem - What i

RE: Servlet Mapping *.do problem

2002-08-12 Thread Weston Aiken
Does your struts.xml have an action mapping for /logon ? weston -Original Message- From: [EMAIL PROTECTED] at INTERNET Sent: Monday, August 12, 2002 11:00 AM To: Aiken, Weston - Raleigh, NC; [EMAIL PROTECTED] at INTERNET Subject: RE: Servlet Mapping *.do problem -

RE: Collecting data from several jsp

2002-08-12 Thread Olga Agady
Thanks again, Robert I believe the approach with the session-timeout is better than having dozens of hidden fields. Having information in the bean is easier to debug. Thanks Olga --- Robert Taylor <[EMAIL PROTECTED]> wrote: > You can set the session time out in web.xml for the > web applicatio

Session bean not rendering values in form

2002-08-12 Thread Chris Wall
The form bean, recordBean, was set to "request" scope in the struts-config.xml. - Original Message - From: "Chris Wall" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: "Chris Wall" <[EMAIL PROTECTED]> Sent: Saturday, August 10, 2002 10:01 AM Subject: Session be

RE: Servlet Mapping *.do problem

2002-08-12 Thread Rajiv Kadayam
- What is your apps context root? Check your application.xml. If your context root is myapp for example, then your servlet url would be... http://localhost/myapp/logon.do By default, WSAD sets your context root to the name of the webapp project. -

Tiles.jar - Class 'TilesPlugin' missing from the jar

2002-08-12 Thread Manish Bhalla
Hi > > Problem - Tiles.jar doesnt have TilesPlugin class. > It is required for configuring tiles(from Version 1.1 > onwards) in 'struts-config.xml'. > > Please advise as i need it. > > regards > manish __ Do You Yahoo!? HotJobs - Search Thousand

RE: How do I preselect items in a multiselect selectTag?

2002-08-12 Thread Tahir Awan
check the struts-example webapp in struts 1.1b distribution. It has a "html-select.jsp" which exactly does that. Tahir -Original Message- From: Jim Lee [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: How do I preselect items in a multisele

RE: Problem with logic:iterate

2002-08-12 Thread Tahir Awan
I would recommend to use nightly build right away in case you are using 1.1b. There are some bugs in 1.1b and as soon as I moved to nightly-build, they were gone. Tahir -Original Message- From: Sudhir S. Shetty [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 12, 2001 7:24 AM To: Struts U

Re: Accessing MessageResources From Runtime Expression

2002-08-12 Thread Patrick Refondini
Bartley, Chris P wrote: > Here are two ways to do what you want (without creating your own tag), as > suggested by Craig and Martin: > > > http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] > he.org&msgId=425573 > > http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] > he.o

RE: Servlet Mapping *.do problem

2002-08-12 Thread Weston Aiken
What is your apps context root? Check your application.xml. If your context root is myapp for example, then your servlet url would be... http://localhost/myapp/logon.do By default, WSAD sets your context root to the name of the webapp project. -Original Message- From: [EMAIL PROTECTE

call a action inside another action

2002-08-12 Thread William W
Hi All, How can I call a action inside another action ? For example. I have a action action1 whith a method action1Method. Now I have a action action2 and I want to call action1.action1Method. How can I do it ? I have to instantiate the action1 ? Thanks. _

How do I preselect items in a multiselect selectTag?

2002-08-12 Thread Jim Lee
Hello, I want to preselect dynamic items in a selectTag that has multiple="true". I understand that the value attribute can be used to preselect ONE item. How do I preselect multiple items then? Thanks, Jim - Do You Yahoo!? HotJobs, a Yahoo! service - Se

RE: Servlet Mapping *.do problem

2002-08-12 Thread Rajiv Kadayam
>>Some suggest turning this off b/c for security reasons you might not want >>users to be able to access any old servlet through this mapping. My >>thinking is, you want them to access them through the manner that you set up >>in your struts framework and not arbitrarily. I am aware of the secur

RE: Dynamically Creating Checkboxes From Bean's Vector Attribute

2002-08-12 Thread Sri Sankaran
Here is how I do it: The jsp: <%-- snip --%> <%-- snip --%> The bean 'aBean' is a form bean that implements Iterator: private List products; // values set from db public String getProductCode() { return ((Product)produ

RE: Problem with logic:iterate

2002-08-12 Thread Padma Ginnaram
Try this . . In your example you named indexed attribute is same as the name of the bean containing the array you are iterating through which probably confused you. In the iterate tag you are already iterating thru a list of strings returned by sampleRowForm.getTempsud(), id

RE: App will hang if it runs over night

2002-08-12 Thread wbchmura
Thanks! I've been doing the same thing... It sure looked right... If I get a chance I will look into the source and see why it would not work this way... -Original Message- From: janof [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 7:23 AM Cc: struts-user Subject: Re: App

RE: IDE for struts - jbuilder?

2002-08-12 Thread Bill Willis
Hi Fabian, You should definitely try ObjectAssembler: http://www.objectventure.com/products/objectassembler.html. It integrates tightly with JBuilder (and other IDEs) and provides two-way tools for building Struts components and configurations. The Standard version, which offers web and Struts 1

Re: IDE for struts - jbuilder?

2002-08-12 Thread James Holmes
Struts Console is also available for JBuilder as well as a few other IDEs. Struts Console: http://www.jamesholmes.com/struts/ -james [EMAIL PROTECTED] --- Fabian Sommer <[EMAIL PROTECTED]> wrote: > Hello! > > Can someone tell me what´s the best IDE to develop > web-apps using > struts? > I tri

RE: Accessing MessageResources From Runtime Expression

2002-08-12 Thread Bartley, Chris P
Here are two ways to do what you want (without creating your own tag), as suggested by Craig and Martin: http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] he.org&msgId=425573 http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] he.org&msgId=426577 (Martin's solution does n

Re: App will hang if it runs over night

2002-08-12 Thread Jan Fetyko
Thanks, it works for me now too, although it's the syntax that I wouldn't expect, since I thought that this is the right way : Jf Billy Ng wrote: > The problem is totally gone after I added the autoReconnect parameter > in the mysql's url. Here is the example > > > descr

Re: Problem with logic:iterate

2002-08-12 Thread Patrick Roumanoff
According to "Sudhir S. Shetty" <[EMAIL PROTECTED]>: > private String [] tempsud = > public void setTempsud(String tempsud[]){ > this.tempsud = tempsud; > } > public String[] getTempsud(){ > return this.tempsud; > } > - >

Problem with logic:iterate

2002-08-12 Thread Sudhir S. Shetty
Hi , Im having some problems with logic Iterate, I have a Form Bean SampleRowForm.java in which I define a String [] --- private String [] tempsud = {"Sudhir","Shetty","Ramesh","K","'Doug","Wong","Aloke","Thimi","InveniTech","Powershare"}; public void setTempsud(String te

Re: Struts & Persistence

2002-08-12 Thread David Derry
Apparrently some VERY persistent memories though ;-} - Original Message - From: "Shozi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 7:18 AM Subject: Re: Struts & Persistence > We are talking about struts and persistence? But I

Re: DOM and Persitence Caching [OT :-)]

2002-08-12 Thread Patrick Refondini
Jacob Hookom wrote: > For any OT post, you must start with "I'm developing a struts > application and I was wondering" > > I have to represent a File-like tree structure that could have thousands > of items, granted they won't all be displayed on the screen at once, but > users will be select

RE: Collecting data from several jsp

2002-08-12 Thread Robert Taylor
You can set the session time out in web.xml for the web application. 30 When the session times out, your bean will gc'd. If your bean uses any resources, then you may want to wrap it in a class that implements HttpSessionBindingListener interface. >From the API: HttpSessionBindingListener:

Re: Struts & Persistence

2002-08-12 Thread Shozi
We are talking about struts and persistence? But I am unable to find this word in last five mails except some personal good memories. Shozi Andrew Hill wrote: > My list: > > BBC Micro (which is still fully operational and great for playing > Defender/Elite/Mr Ee/Repton etc...) > Amiga 2000 (oh

Re: IDE for struts - jbuilder?

2002-08-12 Thread Amit Badheka
try struts-builder by following the link - River North or Struts Builder It is very simple IDE that runs by generaing scripts and provides you all the required documents for a webapp. You are just need to put your buisness logics. There is also one more IDE just annouced for webapp using struts

Re: Message Reources Question

2002-08-12 Thread Patrick Refondini
Ananda Chaudhuri wrote: > Hi All, > > I am working with 1.1b and wanted to make the message resources work. > > In the struts-config file I have this line: > > > > This uses tiles so in header.jsp i have 1 line: > > Mediamania > > In the MediaManiaResources.properties file which I have kept

IDE for struts - jbuilder?

2002-08-12 Thread Fabian Sommer
Hello! Can someone tell me what´s the best IDE to develop web-apps using struts? I tried to use struts in jbuilder, but the tools I found were not too impressive (easy-struts and tagvision). Any hints how to use struts in common IDEs would be fine... Thanks! Fabian Sommer -- To unsubscribe, e-

RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-12 Thread Adolfo Miguelez
I am not surprised that you have quite a lot of problems with the parsers. We did also. However, once solved, it works nicely. We follow instructions in: http://jakarta.apache.org/struts/userGuide/installation-was352.html Actually, the 2 core points are: - You must download JAXP 1.0.1 (look

RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-12 Thread avasey
Yeah that is what I thought. The problem I have is not with JSPs but with the pasers. I get parser exceptions when trying to start up the web application that uses Struts if I use 1.1 b1. I assume somewhere my classpath is referring to the wrong parser jar files. Would it be possible to get an ov

RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-12 Thread Adolfo Miguelez
Websphere 3.5 does not support JSP 1.1, but starting from patch 3 (I think), i.e. Websphere 3.5.3 it does. You can download patchs fropm IBMs web page. We are actually running Struts 1.1b1, 1.0 and 1.0.2 apps in Websphere 3.5.3. Should be not problems with Websphere 3.5.6. Regards, Adolfo.