Re: [validator] bug in javascript generation for regular expressions?

2002-11-14 Thread dion
Sorry, this is a struts 1.1 issue -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers [EMAIL PROTECTED] wrote on 15/11/2002 12:10:30 PM: > I think that this one is biting us: > > >

Heads up on Struts validator that's in CVS

2002-05-22 Thread dion
struts-war It does some simple but useful checks on war files that contain struts web applications. Here's the output using the struts example war as input --- validate-struts-war: [struts10warvalidator] /home/dion

RE: Anyone want a tool to validate a struts war file?

2002-05-20 Thread dion
the war, actions whose classes don't exist in the war, actions who refer to form beans that don't exist, as well as checking the web.xml stuff all refers to real stuff in the war. | Yaa yaa, I know, I'm dreaming. Give me your wishlist -- dIon Gillard, Multitask Consulting Work

Anyone want a tool to validate a struts war file?

2002-05-19 Thread dion
We've done the basics of war validation (making sure servlets defined exist etc, jsp files exist) as part of maven. It would be quite easy for us to add a validator to ensure a struts war is ok, e.g. struts-config refers only to classes in the war etc. Anyone want one? -- dIon Gillard, Mult

[ANNOUNCEMENT] Struts SOS Service open for public access

2002-05-12 Thread dion
As part of the recent Supporting Open Source announcements, the Struts Support area is now open for public access. See http://sos.multitask.com.au/ Support requests can be placed after purchasing support, however the rest of the information is available for free. -- dIon Gillard, Multitask

Re: Need help getting a production/stable version of v1.1

2002-03-06 Thread dIon Gillard
f with ActionServlet' front. I was thinking this week (bad sign) about adding a Struts 1.0.x compatible implementation of the action servlet into the 1.1 build that had all the same extension points as 1.0, and used a special RequestProcessor etc to route processing back to it. Does this m

Re: [JS] Struts Resources

2002-03-05 Thread dIon Gillard
atform this was running on? And a snippet of the page to show how you were using the message resources would be good too. Some jsp compilers/servlet engines do worse with custom tags than others. >Cynthia Jeness > -- dIon Gillard, Multitask Consulting http://adslgateway.multitask.com.a

Re: Digester and inheritance

2002-03-02 Thread dIon Gillard
e("ChildClassPattern", "some.package.ChildClass"); >digester.addSetProperties("ChildClassPattern"); > >so, as it gets to addSetProperties(), it doesn't see any of the get/set methods in >ChildClass, and yet, it doesn't know to look its parent cla

Re: Struts and the UML modeling approach

2002-02-28 Thread dIon Gillard
ny help or feedback would really be appreciated. > It's Friday, I'll accept a virtual beer :) >Thanks in advance. > >Jean-Guillaume LALANNE > -- dIon Gillard, Multitask Consulting http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EM

Re: Development Environment

2002-02-25 Thread dIon Gillard
AD (Eclipse 1.0) Windows + Eclipse 2.0 builds -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: EJB = bad = MS.net

2002-02-24 Thread dIon Gillard
client doesn't have to give a toss whether it's local or remote. It can always use the remote interface and look the object up. >--e-- > >On Sat, 23 Feb 2002 05:24:22 +1100, dIon Gillard wrote: > >>The method call can take place anywhere, but always ap

Re: EJB = bad = MS.net

2002-02-21 Thread dIon Gillard
s misleading, misrepresentative, >and is an example (IMHO) of how EJBs are successful at making things more >complicated than they need to be. > >regards >--e-- > > >On Fri, 22 Feb 2002 08:55:52 +1100, dIon Gillard wrote: > >>- location independence >> -- dIo

Re: EJB = bad = MS.net

2002-02-20 Thread dIon Gillard
e pros and cons.) > That's not what you're saying. to quote: "Avoid EJB if you want to stay in Java" >Maybe PHBs like EJBs, I don't; and that is my opinion, but maybe not >politically correct. > And that's all it is - opinion. How about something more

Re: EJB = bad = MS.net

2002-02-20 Thread dIon Gillard
I have a bridge for sale by a smooth talking sales guy, >aka The emperor is not wearing any clothes. > Sure it's a flame. One with no ongoing fuel. 'Custom Rowset' also takes longer to develop, and I don't know where u get your ejb developers, but mine are obviously bett

Re: EJB = bad = MS.net

2002-02-20 Thread dIon Gillard
rt - transactional object behaviour for non-data classes - pooled business objects Ans since you're using SOAP, how do you handle things like massive object creation issues on the SOAP Server? Write all that infrastructure again? Sure why not. -- dIon Gillard, Multitask Consulting http://

Re: Article about Struts and XSLT

2002-02-11 Thread dIon Gillard
own objects to the presentation layer. > >-- Ted Husted, Husted dot Com, Fairport NY USA. >-- Java Web Development with Struts. >-- Tel +1 585 737-3463. >-- Web http://www.husted.com/struts/ > Is processActionForward/processForward the only 'view handling stuff' in

Re: Article about Struts and XSLT

2002-02-09 Thread dIon Gillard
s to JSP forward/redirect processing, but can easily handle XML/XSL, Velocity etc -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problem using rational pure coverage in struts

2002-01-19 Thread dion
yugandhar Reddy wrote: >Hi dion, > >Thank u very much for ur reply. > >JSP using ANY taglib is not working. we have our own taglibs in our project. When I >tried using one of the taglib in the jsp it is giving the same errors which I had >mentioned in my earlier mail. >

Re: Things that use Struts

2002-01-18 Thread dion
Linux with >>> Tomcat 4 and Struts. I'll keep you posted on how it goes (so far so I'll bet Pizza Hut down here may not be the largest Struts site in numbers of hits, but I'll bet it's right up there in revenue :) -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: argument type mismatch - trying to replicate upload task

2002-01-18 Thread dion
an?? > name="assetForm"> > > > > Video > Text > Audio > > type="submit">Cancel > type="submit">Save > -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problem using rational pure coverage in struts

2002-01-18 Thread dion
> # Problematic Thread: prio=5 tid=0x76a8d30 nid=0x540 runnable > > # > > > > Why is this ??? JSP with out struts executes and Jsp with struts does not >execute. > > Is it like struts does not support code coverage? > > Ur help in this is highly

Re: Config Problem using Struts with WebSphere 3.5.4 on Linux 7.2

2002-01-16 Thread dion
dentifier > Call > org.apache.struts.action.ActionServlet.addServletMapping(action/java.lang.String, > > > > .do/java.lang.String) > [02.01.16 11:06:05:469 CET] f00bf31f WebGroup A SRVE0091I: [Servlet > LOG]: "action: Process servletName=action, urlPattern=*.

Re: Question on Struts debugging - one more time

2002-01-15 Thread dion
are very good & I >>can get a fast response time. So some of what I said >>was in ignorance, but also many people don't >>use IDE's yet. >>I don't have time to keep trying them out - last >>year I tried, they clearly needed a monster >>computer

Re: mapping not found?

2002-01-15 Thread dion
"listCDForm" > scope="request" > input="/ListCD.jsp" > validate="false"> > > > > ListCD.jsp: > > > anyone? > or should i start to look for a hammer again? > Got me on this one, giv

Re: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread dion
stead of the >org.apache.struts.Actionsomething > > tnx all! [snippity] -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread dion
Wim Fournier wrote: > Hi all, > > Anyone knows why catalina complains abt my action servlet not being a servlet?? > > It extends Action and imports: [snipped] Because actions aren't servlets.. ActionServlet is, Actions and their subclasses aren't -- dIon Gill

Fw: Websphere 4.0/IBM Web server configuration

2001-11-15 Thread dion
Do you have messages in the console/log showing the action mappings being loaded? Are there any exceptions loading the web app? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews - Forwarded by dIon Gillard/Multitask

Beginner material on struts

2001-10-04 Thread dion
ctice >Do I need to know UML first ? What makes you think this? Have you read the user's guide? Installation notes? taglib guides and references? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews MultitaskConsulting footer

Installing Struts on WebSphere Application Server 3.5.3 Advanced underWindows NT

2001-10-04 Thread dion
George, how about posting your stack trace etc, and let everyone help you :) -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews - Forwarded by dIon Gillard/Multitask Consulting/AU on 05/10/2001 11:28 AM - Installing

Problem with action servlet and Websphere 3.5.4 with Struts

2001-10-04 Thread dion
Do you have a web.xml in the servlets/web/web-inf directory? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews - Forwarded by dIon Gillard/Multitask Consulting/AU on 05/10/2001 11:21 AM - Problem with action servlet

Re: [ANNOUNCE] Struts Console

2001-09-12 Thread dion
My 2c: 1) Yes, it would have to be packaged as a WAR file 2) Listing web apps defined/allowing them to enter the file location like the GUI does... 3) Good idea -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews

Re: [ANNOUNCE] Struts Console

2001-09-12 Thread dion
My personal preference would be to have an admin web app, written in struts. But I'm checking out the GUI all the same! Thanks -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/Jav

Unit Testing Actions

2001-09-11 Thread dion
We test them using our own test framework sitting on top of HTTPUnit. It uses an XML file as input (e.g with urls and expected text/errors etc), rather than writing code. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews

Status of validator & Struts 1.1

2001-09-07 Thread dion
I checked out the struts code from CVS recently and didn't see the validator code. Is this being integrated into Struts 1.1? Or should I send feedback to David Winterfeld? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews

RE: ServletUnit with Struts

2001-08-31 Thread dion
generate HTTP requests. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews - Forwarded by dIon Gillard/Multitask Consulting/AU on 31/08/2001 02:24 PM - RE: ServletUnit with Struts ServletUnit is part of the open-source Ht

Re: strut and MM Flash

2001-07-30 Thread dion
Make sure all your forwards don't have use redirect="true" -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf Philippe Dion <[EMAIL PROTECTED]> 31/07/2001 03:22 AM Please respond to stru

strut and MM Flash

2001-07-30 Thread Philippe Dion
Hello, anybody here have already use Flash with strut? We are creating a site entirely in Flash and we have some problems. The main problem is the HTML page is redirected to an another when we use the "loadVariables" method in Action Script. We want to avoid it, we want struts to return text in th

Struts Scalability in a Large Production Environment

2001-07-25 Thread dion
scaled to a much higher level than those with one. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 26/07/2001 04:48 PM - Struts Scalability in a Large

How to integrate flash request into struts ...

2001-07-23 Thread Philippe Dion
Hello! I have a problem. A strange problem. I'm new to struts tougth i have a strong programming background. I wish to use flash with struts. What I want is to use the "loadVariables" function of flash. What this function do is to open a http connection to the server and read and process the

Need advice for installing Structs framework on websphere sever 3 .5

2001-07-14 Thread dion
2 pieces of advice: a) Post more detail about your problem (level of websphere, release of struts, actual exceptions etc) b) Search the mailing list archives listed on http://jakarta.apache.org/struts/userGuide/resources.html for most answers. -- dIon Gillard, Multitask Consulting Work

Re: SV: Struts, EJBs and Pizza

2001-07-10 Thread dion
ying bean properties and had a generic toString as well. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 11/07/2001 01:45 PM - Re: SV: Struts, EJBs and Pizza [EM

SV: Struts, EJBs and Pizza

2001-07-10 Thread dion
bean. - Don't create transient beans to process requests - make them part of the form bean - Layer your application: Separate form beans from value objects - use factories. I could go on and onbut the good news was Struts was an immense help. -- dIon Gillard, Multitask Consulting Work:

Struts, EJBs and Pizza

2001-07-09 Thread dion
framework, with WebSphere's EJB Container providing the business logic and data access layers. See http://www.pizzahut.com.au/ Delivery is limited to Sydney metro at the moment :) -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.c

Re: Antwort: RE: Visual Age 3.5.3 & Tomcat with Struts

2001-04-30 Thread dion
Is there a reason you don't want to use the WebSphere Test Environment in 3.5.3? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRex

Re: How to run Struts in VAJ

2001-04-22 Thread dion
You've obviously not seen the many messages here about hassles running struts under WAS 3.5.x, including 3.5.3. It's no picnic. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard

Re: How to run Struts in VAJ

2001-04-22 Thread dion
Kyle, if you don't get it going, let me knowWe've been doing this for months now.... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 22/0

RE: WebSphere 3.5.3 problem

2001-03-24 Thread dion
early next week. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 24/03/2001 07:42 PM - RE: WebSphere 3.5.3 problem > I did our 3.5.3 installation yesterday

Re: WebSphere 3.5.3 problem

2001-03-21 Thread dion
-- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf bernard.genin

Re: Please Help

2001-03-17 Thread dion
Works every day here Joel. I've had problems, none of them windows related though. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 17/03/2001 11:

RE: WebSphere problem

2001-03-15 Thread dion
Can anyone provide a stack trace? We're about to move to 3.5.3 from a working 3.5.2, so I'd appreciate a head start. As the author of the 3.5.2 instructions, I'd like to know that you changed the ActionServlet class and stored it in the servlet directory of your web app.

RE: Struts with IBM VisualAge for Java

2001-03-12 Thread dion
There are known issues with WAS 3.5.2 and struts, as WAS 3.5.2 does not completely implement Servlet 2.2. Please see the install instructions off the struts home page for the exact details. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http

Newbie Struts Question

2001-03-10 Thread dion
Looks like the message tag can't find your Application.properties file. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 11/03/2001 02:33 PM - Newbie S

Using Struts With WebSphere.

2001-03-10 Thread dion
sgroups, see the websphere/vaj ones @ news://news.software.ibm.com -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 11/03/2001 02:19 PM - Submitted by Ca

RE: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-08 Thread dion
Or to put it another way, Putting Velocity on top of Servlets doesn't fix the warts in Servlets. It simply hides them until your developers find them. See getInitParameter in ymtd. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx:

ymtd.html - Stuts/JSP and Velocity/Turbine

2001-03-08 Thread dion
l other implementations of JSP? This is mere speculation. Hosting --- * " and the entire server will suddenly become useless, " What is a 'server' in this context? A single machine? A single VM? This statement is making some basic assumptions which may not hold for various 'hosting' environments. * "Velocity does not have this issue because there is no while loop in the Velocity Template Language" but of course I'm free to provide my own via various extension methods, true? Conclusion -- * A very one sided and almost Struts-less comparison. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf

JUNIT and Struts

2001-03-01 Thread dion
or ("struts.resources.key"). This works very well. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 02/03/2001 03:39 PM - JUNIT and Struts Hell

RE: IBM Websphere and other app server

2001-02-15 Thread dion
Nit picking, but WAS 3.5.2 is NOT completely Servlet 2.2 compliant, as I've detailed in the install instructions. It fails on getResource and getResourceAsStream, as well as not supporting security roles from Servlet 2.2. -- dIon Gillard, Multitask Consulting Work:

IBM Websphere and other app server

2001-02-15 Thread dion
I'm quite happily using WebSphere AppServer 3.5.2 with Struts on 2 projects we have going at the moment. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on

Struts and Turbine

2001-02-14 Thread dion
. Turbine's home page and features page don't mention "user access", but do mention ACLs and roles. The Velocity/WebMacro focus and deemphasis of JSP throughout Turbine made the impression on me that I'd be using technology that duplicate existing JSP/Struts concepts and mak

Re: Struts installation notes

2001-02-13 Thread dion
uts. If I've got a spare minute to document the process (maybe 2nite as the wifely unit is in Tokyo), I'll post some instructions... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf Previous Document Next Document Return to View

Frameset Documentation

2001-02-05 Thread dion
riendlier. If anyone desperately wants the tasks to add ino the build file, as well as the new stylesheets, please pop me an email... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf

html:errors and property attribute

2001-01-31 Thread dion
In the code I have (2000-01-19) neither of the ErrorsTag classes in org.apache.struts.taglib.html or org.apache.struts.taglib.form have methods to support the property attribute. Am I missing somthing on this one? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au

RE: Struts ok with WebSphere AppServer?

2000-12-03 Thread dion
webapplications classpath inside of WAS Start the Application Server that you created in websphere Open up a browser and run the following: http://localhost// If there are any problems consult the stdout.txt file in your specified directory that is created when problems occur. investigate