IDE for Struts Examples

2003-09-22 Thread Martin Gainty
Hello I am seeking a suitable IDE to use to build and deploy Struts examples. Oracle JDeveloper 10 does not have Struts examples. Does WSAD have build and deploy support for Struts Examples? Many Thanks, Martin Gainty

Re: IDE for Struts Examples

2003-09-22 Thread Martin Gainty
- From: Martin Gainty To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 2:12 PM Subject: IDE for Struts Examples Hello I am seeking a suitable IDE to use to build and deploy Struts examples. Oracle JDeveloper 10 does not have Struts examples. Does WSAD have build and deploy support

Re: IDE for Struts Examples

2003-09-22 Thread Martin Gainty
. Regards Duncan Mills - Original Message - From: Martin Gainty To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 2:12 PM Subject: IDE for Struts Examples Hello I am seeking a suitable IDE to use to build and deploy Struts examples. Oracle JDeveloper 10 does not have Struts examples

ApplicationResources.properties

2003-09-24 Thread Martin Gainty
What mechanism does struts use to find the ApplicationResources.properties file? All attempts by Tomcat to locate the file result in failure The configuration in web.xml as: ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN

Re: ApplicationResources.properties

2003-09-24 Thread Martin Gainty
Its in WEB-INF/classes Tomcat doesnt see it Thanks anyway, -Martin - Original Message - From: Wendy Smoak [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:27 PM Subject: RE: ApplicationResources.properties Martin wrote: What

Re: ApplicationResources.properties

2003-09-24 Thread Martin Gainty
the Struts config style? I noticed that you are using the old style of init-param Look at my earlier response. -Tim -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:54 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject

Re: ApplicationResource.properties

2003-09-24 Thread Martin Gainty
I have a new error org.apache.jasper.JasperException: /BookView.jsp(5,0) Unable to load class html Here is Bookview.jsp %@ page language=java % %@ taglib uri=http://jakarta.apache.org/struts/tags-bean; prefix=bean % %@ taglib uri=http://jakarta.apache.org/struts/tags-html; prefix=html % %@

Reasons for using Struts

2003-09-26 Thread Martin Gainty
What are the reasons for using Struts? That is what are the Reasons for which Struts would be a more suitable choice than say plain JSP/Servlet? Thanks, Martin

Re: Reasons for using Struts

2003-09-28 Thread Martin Gainty
- Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, September 28, 2003 8:08 AM Subject: Re: Reasons for using Struts Martin Gainty wrote: What are the reasons for using Struts? That is what are the Reasons for which

Re: Reasons for using Struts

2003-09-28 Thread Martin Gainty
to change the front end. Recently, It Was Decided that we would all move to MS-SQL as the standard DB. This will be relatively easy, because the DB-accessing code is isolated from the display and control. Cheers, Bryan -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED

Re: Change the .do extension

2003-09-29 Thread Martin Gainty
Dirk- in web.xml change !-- Action Servlet Mapping -- servlet-mapping servlet-nameaction/servlet-name url-pattern*.do/url-pattern /servlet-mapping to whatever extension you wish to trigger action.. Vielen Dank, -Martin - Original Message - From: Dirk Behrendt [EMAIL PROTECTED]

Re: OT - how much to java web developers charge?

2003-09-29 Thread Martin Gainty
Jarnot is correct.. Private Industry is 6.50/hr with No Medical Insurance and No Pension at least the military will contribute to both of those For these 2 reasons the military is now paying higher than Private Industry.. Buzz Cut Anyone??? -Martin - Original Message - From: Jarnot Voytek

Re: Compiling jsps/Tiles with ant?

2003-10-03 Thread Martin Gainty
Mick- Ant has a Jasper Compiler task called Jspc for handling JSP Compiles. I have used it many times in the past to successfully compile J2EE Projects http://ant.apache.org/manual/OptionalTasks/jspc.html Enjoy, Martin - Original Message - From: James Mitchell [EMAIL PROTECTED] To:

Re: My Mail is Bombing

2003-10-05 Thread Martin Gainty
Todd- What does your log say %CATALINA_HOME%\logs localhost_log.DATE.txt ??? -Martin - Original Message - From: todd thorner [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 7:07 PM Subject: Re: My Mail is Bombing Thanks for helping me,

Re: www.asktom.com site

2003-10-05 Thread Martin Gainty
Thanks for the link, -Martin - Original Message - From: Jeff Kyser [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 8:51 PM Subject: Re: www.asktom.com site asktom.oracle.com On Sunday, October 5, 2003, at 07:32 PM, Martin Gainty

www.asktom.com site

2003-10-05 Thread Martin Gainty
Anybody know what happened to Tom Kyte's Site www.asktom.com ? Thanks, -Martin

Struts (with JavaMail)

2003-10-06 Thread Martin Gainty
I am trying to implement a JavaMail form that uses Struts Any advice? Thanks, -Martin - Original Message - From: Mark Galbreath [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, October 06, 2003 8:34 AM Subject: Craig: Tomcat 5.0 WAR Deployment Craig,

Re: Struts (with JavaMail)

2003-10-06 Thread Martin Gainty
AM, Martin Gainty wrote: I am trying to implement a JavaMail form that uses Struts Any advice? Thanks, -Martin - Original Message - From: Mark Galbreath [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, October 06, 2003 8:34 AM Subject

Question on Automated Build

2003-10-08 Thread Martin Gainty
Hello all Which dept does automated build fall under QA, Development. neither Wanted to get some feedback from some of the more experienced personnel out there Thanks, -M G

Re: JavaServer Faces

2003-10-09 Thread Martin Gainty
Yes I too have worked on Microsoft Systems where you drag and drop components into a Frame and voila you have a functional web page. 1)First a general feeling if uneasiness about integrating the classic Monolithic Microsoft Component Structure into a working Distributed Environment The idea of

Re: Tools for Testing

2003-10-09 Thread Martin Gainty
Modify Artur's TestCase generator http://wttools.sourceforge.net/unittestsgen/package.html to handle StrutsTestCase and this could be automated... beautiful, -Martin - Original Message - From: Shane Mingins [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent:

Websphere and Tibco

2003-10-12 Thread Martin Gainty
My apologies for being Way off topic Has anyone seens Websphere integration tools for Tibco? Many Thanks, Marty Gainty

Re: IDE

2003-10-14 Thread Martin Gainty
http://otn.oracle.com/tech/java/oc4j/htdocs/how-to-j2ca.html viel Glueck -Martin - Original Message - From: Christian Bollmeyer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 5:19 PM Subject: Re: IDE Am Dienstag, 14. Oktober 2003

Re: javax.servlet.ServletException: Missing message for key index.title

2003-10-15 Thread Martin Gainty
-nameapplication/param-name param-valueresources.properties.messages/param-value /init-param init-param -Martin Gainty *Everything has a price..* - Original Message - From: Timothy Stewart [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 5:56 PM

Re: [FRIDAY] Free Dog.....

2003-10-16 Thread Martin Gainty
Ditch the wife Keep the dog.. -M - Original Message - From: Shane Mingins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 7:27 PM Subject: [FRIDAY] Free Dog. Hi A mate of mine is looking for a good home for their family's dog. He said it's really

org.apache.action.struts.*

2003-10-17 Thread Martin Gainty
Which jar contains org.apache.struts.action.* Many Thanks, -Martin

Re: HTML encoding of text returned from a bean

2003-10-17 Thread Martin Gainty
Added .\WEB-INF\lib\struts.jar to classpath and that worked .. Thanks, -M - Original Message - From: Michael D. Norman [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, October 17, 2003 2:15 PM Subject: RE: HTML encoding of text returned from a bean

Re: [FRIDAY] Free Dog..... (going further OT!)

2003-10-17 Thread Martin Gainty
Have to do what all people in Southern Climates do when it gets hot ..Take off ! (You are really going to have to so something about that Northern work ethic) Cub Fans arent the only people that are disappointed the Sox got hammered last nite.. -M - Original Message - From: Andy Engle

Re: org.apache.action.struts.*

2003-10-17 Thread Martin Gainty
all the packages/classes/etc. when you add a library to a project. ;) Andy Engle wrote: Ruth, Brice [EMAIL PROTECTED] wrote: struts.jar Martin Gainty wrote: Which jar contains org.apache.struts.action.* Another tip: Sometimes I use WinZip to look at jar

Re: [FRIDAY] Free Dog..... (going further OT!)

2003-10-18 Thread Martin Gainty
Worse..the People maintaining the Call Center system are permanently out to lunch They make US government workers look industrious! -M - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, October 18, 2003 5:45 AM Subject:

Re: populating form fields from request params

2003-10-18 Thread Martin Gainty
check out http://jakarta.apache.org/struts/userGuide/struts-html.html#options (I wouldnt use collection in this case..I assume we are returning scalar entity) to paraphrase where collection of values actually selected depends on the presence or absence of the name and property attributes the

Re: Strange Security Problem

2003-10-18 Thread Martin Gainty
I think Carlos was the only individual that helped you out on this item... -M - Original Message - From: Rustad, Aaron [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Saturday, October 18, 2003 12:55 PM Subject: RE: Strange Security Problem OK, I figured it

Re: Message Encoding

2003-10-18 Thread Martin Gainty
Stuff the parameters into Hidden variables OR session variables .. call the window.open( In the html file you are opening body onLoad=getVariables() where getVariables() is a Jacascript function which retrieves the aforementioned variables. -M - Original Message - From: mohamed ebrahim

Re: populating form fields from request params

2003-10-18 Thread Martin Gainty
: note.auditIdentity.documentStatusType.id}' ...but this did not work. Is the ternary operator not supported yet in struts-el? (I'm using struts-el-1.1.jar) -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 1:25 PM To: Struts Users Mailing List; [EMAIL

Re: stuts 1.1 and iPlanet 6.0/SP6 Classloader question

2003-10-18 Thread Martin Gainty
off the top of my head I would check out your package name app.app2 doesnt seem like a correct package name what is the package specification for your GeneralActionForm class? -M - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 18, 2003 6:47 PM

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
This is a WL specific issue servlet 2.3 spec disallow non serialized objects in the PageContext so built this into the current release of Weblogic. Later on Matt Heaton remarks: Struts source and it's trying to use objects which aren't serializable as JSP page context attributes Craig

Re: Oracle 10g Preview Linux [OT]

2003-10-19 Thread Martin Gainty
Christian- I have downloaded JDeveloper 10g and noticed there is no Application Template for Struts? Is this intentional? Vielen Dank, -Martin - Original Message - From: Christian Bollmeyer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 19, 2003

Re: Defining Struts in Terms of PofEAA

2003-10-19 Thread Martin Gainty
Shane- Take a look at http://martinfowler.com/eaaCatalog/modelViewController.html To quote HyperDictionary: (MVC) A way of partitioning the design of interactive software. The model is the internal workings of the program (the algorithms), the view is how the user sees the state of the model and

Re: stuts 1.1 and iPlanet 6.0/SP6 Classloader question

2003-10-20 Thread Martin Gainty
constructor. The .class file is in the right place with the right file permissions. So why can't be loaded? Mysteries, mysteries. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 5:01 PM To: Struts Users Mailing List Subject: Re: stuts

Re: stuts 1.1 and iPlanet 6.0/SP6 Classloader question

2003-10-20 Thread Martin Gainty
AIM:jmitchtx -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 7:18 PM To: Struts Users Mailing List Subject: Re: stuts 1.1 and iPlanet 6.0/SP6 Classloader question show us YOUR java file which contains /*app.app2

Re: multiple instances of same form?

2003-10-20 Thread Martin Gainty
In the United States Form Names have to be different or at least be referenced by different indix value as in document.forms[index] could you provide example of 2 forms with same appelation? -M - Original Message - From: Sonam Belbase [EMAIL PROTECTED] To: Struts Users Mailing List

Re: Keep Them In the Database Or In the Properties File?

2003-10-20 Thread Martin Gainty
51 States? Did California split in 2? Was PR given Statehood? What year is this? -M - Original Message - From: Caroline Jen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 20, 2003 4:55 PM Subject: Keep Them In the Database Or In the Properties File? I have to prepare

Off Topic: A suitable JVM could not be found

2003-10-20 Thread Martin Gainty
Way off topic but I'm stumped Websphere 5 When attempting to do run any Java Process from Websphere I get A suitable JVM could not be found I know Websphere likes to install their own IBM JDK1.31 but I want to retain my SUN JDK 1.41 for obvious reasons Has anyone seen this and know of a

Re: Java Compiler Cannot Find the Required JAR File in the Classpath

2003-10-20 Thread Martin Gainty
put commons-scaffold.jar folder on your classpath before compiling e.g. SET CLASSPATH=DirectoryWhichContainsCommons-Scaffold.jar;%CLASSPATH% Hth, Martin - Original Message - From: Caroline Jen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 20, 2003 6:50 PM Subject: Java

Re: element type null

2003-10-20 Thread Martin Gainty
my web-app has a id e.g. web-app id=WebApp Also is it wise to call servlet action I thought action was a reserved name? -M - Original Message - From: ajay brar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 20, 2003 8:18 PM Subject: element type null hi! i am getting

Re: Off Topic: A suitable JVM could not be found

2003-10-21 Thread Martin Gainty
support unless you're willing to pay them. which to my way of thinking runs counter for the justifications of open source Thanks again, Martin Gainty - Original Message - From: Steve Raeburn [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, October 20, 2003 6

Re: Off Topic: A suitable JVM could not be found

2003-10-21 Thread Martin Gainty
Open Systems Engineer II Enterprise Midrange - Bank One Infrastructure Operations [EMAIL PROTECTED] (614) 244-2564 Martin Gainty [EMAIL PROTECTED] on 10/21/2003 01:37:22 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

Re: Learning Struts

2003-10-21 Thread Martin Gainty
Andy- I think the first step would be to take a Struts app using JDBC and convert to DAO I would be very interested in helping out as I have used Microsoft DBs in the past -Martin - Original Message - From: Andy Engle [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]

Re: upgrading (Spending money)

2003-10-22 Thread Martin Gainty
Dennis- If you have the dough check out http://husted.com/struts/book.html Chapter 16 talks about upgrading a Struts 1.0 app to Struts 1.1 environment -Martin - Original Message - From: LUCERO,DENNIS (HP-Boise,ex1) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003

Re: Scriplets Question

2003-11-17 Thread Martin Gainty
I *thought* Tag Libraries were a cleaner way to implement Script functions -Martin - Original Message - From: Max Cooper [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, November 17, 2003 8:24 PM Subject: Re: Scriplets Question Scriptlets let you do

Re: Please throw some light on this problem ...

2003-11-22 Thread Martin Gainty
I think you found a genuine bug as tag handler class org.apache.struts.taglib.bean.DefineTag does not implement BodyTag while viewing the source I would foward this bug to [EMAIL PROTECTED] Keep me apprised, -Martin - Original Message - From: Rajasekaran, Iyanu (I.) [EMAIL PROTECTED] To:

Re: [OT] Stress Test

2003-11-24 Thread Martin Gainty
Simon Do you prefer JunitPerf to JProbe or Clover? Thanks, Martin - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, November 24, 2003 10:11 AM Subject: RE: [OT] Stress Test I stress-tested our app with a

Re: how to Remove the cached JSP's?

2003-12-07 Thread Martin Gainty
stop tomcat start tomcat -Martin - Original Message - From: Julia Weaver [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, December 07, 2003 4:49 PM Subject: how to Remove the cached JSP's? Hi, I am using Tile, and getting the error

Re: Stupid Bean tricks

2003-12-07 Thread Martin Gainty
a complete example on how to use this concept is located at http://www.orionserver.com/tutorials/taglibs/8.html viel Glueck, Martin - Original Message - From: Joe Hertz [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Sunday, December 07, 2003 5:58 PM Subject: RE:

Re: how to Remove the cached JSP's?

2003-12-08 Thread Martin Gainty
in that case you should Stop Websphere and then Start Websphere most appservers and webservers will load JSPs on startup and will the program will retain jsps after precompiling into memory unless configured NOT to do so.. Bouncing the server ALWAYS works -Martin - Original Message -

Re: how to Remove the cached JSP's?

2003-12-08 Thread Martin Gainty
=/basic/menu.jsp / put name=body value=test.jsp / /definition --- Martin Gainty [EMAIL PROTECTED] wrote: in that case you should Stop Websphere and then Start Websphere most appservers and webservers will load JSPs on startup and will the program will retain jsps after precompiling

Re: how to Remove the cached JSP's?

2003-12-09 Thread Martin Gainty
:15 PM Subject: Re: how to Remove the cached JSP's? Martin, thank you very much for the informaion. I found one of errors about my menu is I have 2 menu.jsp in different directory. I still need work on other problems... --- Martin Gainty [EMAIL PROTECTED] wrote: for caching properties

Re: [OT] - Login Application

2003-12-09 Thread Martin Gainty
Jonathan- The peristence or even existence of any data entity can be ascertained from the DB schema what constraints have you placed on the creation of the Price Index? what relationship does the Price Index have to the username/password ? If the Price Index is constrained (or dependent on ) the

Re: session.invalidate() throws exception.

2003-12-10 Thread Martin Gainty
so you call invalidate() Causes this representation of the session to be invalidated and removed from its context. then you call get on the invalidated session.. Reminds me of the construction worker who said no matter how many times I cut this it's still too short.. Think about it.. -Martin -

Re: Page expires when back button is pressed

2003-12-11 Thread Martin Gainty
Tie the back button to go.history(-1) Regards, Martin - Original Message - From: Manjunath Bhat [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 6:42 AM Subject: Page expires when back button is pressed Hi I have a page which calls an

Re: Digester does not like ''

2003-12-11 Thread Martin Gainty
check out http://www.xml.com/pub/a/2001/01/31/qanda.html Regards, Martin - Original Message - From: Robert Taylor [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 11:54 AM Subject: RE: Digester does not like '' Try amp;

Re: [OFF TOPIC] STRUTS PROGRAMMER JOB.

2003-12-11 Thread Martin Gainty
Going rate is about 6$/hr - Original Message - From: Tiago Henrique Costa Rodrigues Alves [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 1:37 PM Subject: RE: [OFF TOPIC] STRUTS PROGRAMMER JOB. I wrote my email wrong: [EMAIL

Re: [OFF TOPIC] STRUTS PROGRAMMER JOB.

2003-12-11 Thread Martin Gainty
. Are you kidding ? Are programmers for sale in US ? Em Qui, 2003-12-11 s 20:59, Martin Gainty escreveu: Going rate is about 6$/hr - Original Message - From: Tiago Henrique Costa Rodrigues Alves [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent

Re: [Struts Workflow Extension] Any volunteers for furtherdevelopment and maintenance?

2003-12-15 Thread Martin Gainty
Matthias: The problem with most of us is that rent isnt free and food isnt free (at least not in the US) Assuming this effort isnt a loaded government project and is more 'academic' in nature How much would your company say this effort is worth? Saludos, Martin Gainty 001-617-852-7822

Re: NullPointerException from RequestUtils.createActionForm()

2003-12-15 Thread Martin Gainty
Sheldon- Let us know the solution Please reply offline Regards, Martin - Original Message - From: Sheldon Hearn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 15, 2003 9:56 AM Subject: Re: NullPointerException from RequestUtils.createActionForm() On (2003/12/15 14:34),

Re: Off Topic: A suitable JVM could not be found

2003-12-15 Thread Martin Gainty
Kirk et al Back on this thread with no resolution I dont want to uninstall the existing JRE 1.41_02 as other environments are using the latest version I would like to run Websphere in isolated space but keep knocking into the a suitable JVM could not be found Anyone have a solution? Thanks,

Re: Off Topic: A suitable JVM could not be found

2003-12-15 Thread Martin Gainty
\jdk141\bin\javaw.exe On 12/15/2003 03:35:36 PM Martin Gainty wrote: Kirk et al Back on this thread with no resolution I dont want to uninstall the existing JRE 1.41_02 as other environments are using the latest version I would like to run Websphere in isolated space but keep knocking

Re: Retrieving boolean properties from a DynaActionForm

2003-12-16 Thread Martin Gainty
Instantiated Objects cannot be primitive type and vice-versa you CAN compare one object to another object or an object to a null object/ -Martin - Original Message - From: Engbers, ir. J.B.O.M. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 4:11 AM Subject:

Re: url changing to localhost

2003-12-16 Thread Martin Gainty
Take a look at %TOMCAT_HOME%/conf/server.xml (windows) $TOMCAT_HOME\conf\server.xml (unix) !-- Define the top level container in our container hierarchy -- Engine name=Standalone defaultHost=localhost debug=0 whatever defaultHost is pointing to is what Tomcat uses for default server Regards,

Re: Help on form reset

2003-12-17 Thread Martin Gainty
Any Form Bean which extends ActionForm can override the reset() method http://www.fawcette.com/javapro/2002_07/online/kjones/default_pf.aspx Is there something in particular you wish to accomplish? Martin - Original Message - From: Fullam, Jonathan [EMAIL PROTECTED] To: 'Struts Users

Re: Generate Java class from xml?

2003-12-17 Thread Martin Gainty
Castor (http://www.castor.org) which generate the java classes with marshall and unmarshall methods, but it is not finished, doesn't care to namespaces, owns severals bugs ... The second one is Xml Spy 5.0, it generate classes from an xsd file which wrap on the Dom Tree, but all facets are not

Re: Struts internal error

2003-12-17 Thread Martin Gainty
A wild guess in your jsp are you declaring any Properties such as private Properties elementMap = null; In that case you want to make sure you have mutators (set) and accessors(get) methods set up for elementMap declared in your form Would be helpful to look at the entire jsp -Martin Message

Re: Off-topic : Calendar Struts

2003-12-18 Thread Martin Gainty
I assume you checked out http://jakarta.apache.org/taglibs/doc/datetime-doc/intro.html Saludos, Martin - Original Message - From: Gonzalez Comesaña; Sergio Eduardo [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:20 AM Subject:

Re: nice holiday

2003-12-19 Thread Martin Gainty
Vielen Danke, -Martin - Original Message - From: Jan Dirksen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 19, 2003 10:20 AM Subject: OT: nice holiday Hi to all! a year, full of hard work, moves. i wish everybody a nice xmas and a good start in 2004. we will see

Re: ApplicationResources.properties

2003-12-21 Thread Martin Gainty
you made sure your ApplicationResources.properties is in the %TOMCAT_HOME%\webapps\DeployedName\WEB-INF\classes folder? and you checked the app was deployed http://host:8080/manager/list ? if not deploy the DeployedName as http://host:8080/manager/install?path=/DeployedNamewar=DeployedName Hth,

Re: Multiple Converters for the same class type

2003-12-21 Thread Martin Gainty
Ivan Take a look at Matt Raible's rather elegant solution for registering multiple ConvertUtils by implementing Converter public Object convert(Class type, Object value) method http://raibledesigns.com/page/rd/20030111 Hope this helps, Martin - Original Message - From: Ivan De La Pena

Re: How find DataSource?

2003-12-22 Thread Martin Gainty
how about putting it into DynaActionForm::initialize which initialises the beans anyhow.. -Martin this way your connections are - Original Message - From: Vic Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:31 AM Subject: Re: How find DataSource? I

Re: [OT] Validations - 'format' vs 'business'

2003-12-22 Thread Martin Gainty
Return codes are ignored by lazy programmers Throwing your customised Exception is much more visible a way to handle the situation Regards, Martin - Original Message - From: Guido García Bernardo [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, December 22,

Re: Announce: Struts MDA training in EU/Geneva, Jan20

2003-12-23 Thread Martin Gainty
Herr Gehner: When are you planning to come to the US? I am in Boston but would be willing to come to NY Vielen Dank, Martin US 001-617-852-7822 - Original Message - From: Wolfgang Gehner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 3:07 AM Subject: Announce:

Re: Announce: Struts MDA training in EU/Geneva, Jan20

2003-12-23 Thread Martin Gainty
Herr Gehner: When are you planning to come to the US? I am in Boston but would be willing to travel to NY. Vielen Dank, Martin (mobile US)001-617-852-7822 - Original Message - From: Wolfgang Gehner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 3:07 AM Subject:

Re: retrieving values from application.properties file

2003-12-23 Thread Martin Gainty
Yes when constructing your war be sure to include in your web.xml the init-param specification init-param param-nameapplication/param-name param-valueApplicationResources/param-value /init-param init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value

Re: converting a FormFile to a Blob object

2003-12-23 Thread Martin Gainty
1)you're going to have to download and install JDeveloper http://otn.oracle.com/software/products/jdev/index.html The nice thing about JDeveloper is you can create a WebTier/Struts from File/New 2)then read up on the Oracle Blob manipulation

Re: converting a FormFile to a Blob object

2003-12-23 Thread Martin Gainty
if(DriverObject.getName()==org.gjt.mm.mysql.Driver) perform mySQLLogic; Is this what you're looking for?? Martin - Original Message - From: Claire Wall [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 9:43 AM Subject: converting a FormFile

Re: Dynamic Errors with/Action Error?

2003-12-23 Thread Martin Gainty
David try this solution From Gogeneni Pratima: errors.add(ActionErrors.GLOBAL_ERROR, new ActionError(view.construction.error, e.getMessage())); in the application.properties you should have: view.construction.error=liCould not construct view because: {0}/li e.getMessage() is substituted

Re: converting a FormFile to a Blob object

2003-12-23 Thread Martin Gainty
: Re: converting a FormFile to a Blob object Martin, Does JDeveloper work with any database or just with Oracle ? Marcus Em Ter, 2003-12-23 s 18:53, Martin Gainty escreveu: 1)you're going to have to download and install JDeveloper http://otn.oracle.com/software/products/jdev/index.html

Re: PDF file in browser

2003-12-24 Thread Martin Gainty
If Struts is J2EE on Steroids Then FOP is PDF on Steroids check out Implementing Formatting Objects Processor at http://xml.apache.org/fop/ Saludos, -Martin - Original Message - From: hernux [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 24,

Re: From Suresh

2003-12-24 Thread Martin Gainty
Suresh Post to StrutsTestCase Forum http://sourceforge.net/forum/forum.php?forum_id=121751 Keep me apprised, -Martin - Original Message - From: Ramadoss Chinnakuzhandai [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 1:33 PM Subject:

Re: .NET: We are just like Struts... only better.

2003-12-28 Thread Martin Gainty
, -Martin Gainty - Original Message - From: Frans Thamura, Intercitra [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, December 28, 2003 12:00 AM Subject: Re: .NET: We are just like Struts... only better. yah, M$ and Bill is arogan, they never give the fans a space

Fw: annoying JSP runtime exception message

2003-12-29 Thread Martin Gainty
What does your $TOMCAT_HOME/logs/hostnamedate.log say? Regards -Martin - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 29, 2003 10:05 AM Subject: Re: annoying JSP runtime exception message This comes up quite a bit for my Students. When

Re: Configuration Issue when Splitting up the struts-config.xml file

2003-12-31 Thread Martin Gainty
Straight from Craig McClanahan splitting struts-config.xml: ?xml version=1.0? !DOCTYPE ... [ !ENTITY part1 SYSTEM form-beans.xml !ENTITY part2 SYSTEM global-forwards.xml !ENTITY part3 SYSTEM action-mappings.xml ] struts-config form-beans part1; /form-beans

Re: [FRIDAY] YA Stuts In Action / JUnit in Action Trivia Quiz

2004-01-03 Thread Martin Gainty
Project Practices as whole Team Project Practices used for the Planning Game Project Practices implements Small Release deliverables Project Practices implements Customer Tests Programmer Practices in Simple Design Programmer Practices in Pair Programming Programmer Practices development which is

Re: Please Help - ClassCastException

2004-01-04 Thread Martin Gainty
This passage is straight from the struts javadoc The key passed into the validator is the action element's 'name' attribute from the struts-config.xml which should match the form element's name attribute in the validation.xml Take a peek at how to configure struts-config.xml at

Re: Advice needed for ActionForm problem

2004-01-04 Thread Martin Gainty
Patrick- What is your thesis? Where do you attend? Please indicate the url which contains your publication.. Regards, Martin - Original Message - From: Patrick Scheuerer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, January 04, 2004 11:39 AM Subject: Re:

Re: Warning: Page has Expired

2004-01-05 Thread Martin Gainty
Did you try to turn off expire? e.g. % response.setDateHeader (Expires, 0); response.setHeader(Pragma, no-cache); response.setHeader(Cache-Control, no-store); response.setDateHeader(max-age, 0); response.setDateHeader(Expires, 0); % Regards, Martin - Original Message - From: Manjunath

Re: javax.servlet.ServletException: Exception creating bean of class

2004-01-05 Thread Martin Gainty
If I am not mistaken some IDEs create a default public constructor for you.. *My 2 pennies* Martin - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, January 05, 2004 8:05 AM Subject: RE: javax.servlet.ServletException:

Re: artimus 1.1

2004-01-05 Thread Martin Gainty
1)get the artimus example app at http://sourceforge.net/project/showfiles.php?group_id=49385 2)change to the artimus folder which contains appfuse.sql C:\cd artimus C:\Artimusdir Volume in drive C has no label. Volume Serial Number is 1CB0-1E6D Directory of C:\Artimus 01/05/2004 08:31a

Re: [OT] WSAD Struts (Slight off topic)

2004-01-06 Thread Martin Gainty
Rouven: I am looking for guidance on installing Websphere on a host supporting Tomcat 4.x/5.x or installing Tomcat on host supporting Websphere JAVA_HOME which is set to IBM JDK (1.31) for Websphere AppServer but any version Tomcat does not install/start/display index.jsp properly with installed

Answer

2004-01-09 Thread Martin Gainty
Bernard: Did you configure $TOMCAT_HOME/conf/tomcat-apache.conf ? (tomcat-apache.conf might be hiding in /usr/local/apache/conf) Take a look at configuring Struts for Tomcat at http://jakarta.apache.org/struts/userGuide/installation-tc.html Let me know how you make out, Martin

Re: Seeking multipart-form advise

2004-01-09 Thread Martin Gainty
Drop all the logos convert html (or any markup language) to text compress (total savings can be 95% or the resultant compressed file is 5% of the file's original size) then upload http://www.brownsbox.com/site.php?pn=compress Does this help? -Martin - Original Message - From: Gary

Re: Struts beginner

2004-01-09 Thread Martin Gainty
http://jakarta.apache.org/site/binindex.cgi and get commons-digester.jar Saludos, -M - Original Message - From: Vanessa Monteiro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 09, 2004 1:10 PM Subject: Struts beginner Hello list members, I'm new at struts list and to

  1   2   >