[OT] multiple submit buttons on a single page

2004-03-22 Thread Glanville, Jay
attribute of the form (form name=XXY action=Action.do) - the first submit button - the second submit button - both submit buttons My tests have shown one answer, but I'd like some confirmation (just because test X says something doesn't mean my test is accurate! ;-) ). Thanks JDG -- Jay

RE: What is the best way to pass a parameter to a forward?

2004-03-16 Thread Jay Glanville
It's funny that you say that it will not work, because it does for me, and without throwing any exceptions. That being said, your point about modifying an action mappings forwards is a good one. It is unfortunate that the ActionForward class doesn't have a copy constructor -- Jay Glanville

RE: What is the best way to pass a parameter to a forward?

2004-03-16 Thread Jay Glanville
Latest stable release: 1.1 -- Jay Glanville -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Martin Cooper Sent: Tuesday, March 16, 2004 1:33 PM To: [EMAIL PROTECTED] Subject: Re: What is the best way to pass a parameter to a forward? Jay Glanville [EMAIL

What is the best way to pass a parameter to a forward?

2004-03-15 Thread Glanville, Jay
; } Is this the correct way to do this? Is there a better way? Thanks in advance JDG -- Jay Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: internationalizing html:option tag, force to lookup resource file

2004-03-08 Thread Jay Glanville
property=searchListValue styleClass=drpdwn logic:iterate id=item name=SearchFormBean property=searchList.list html:option key=${item.labelKey} value=${item.labelKey} / /logic:iterate /html:select -- Jay Glanville -Original Message- From: Keith Hyland [mailto:[EMAIL

What is the best way to implement common functionality between all actions?

2004-03-03 Thread Glanville, Jay
to deal with this situation? JDG -- Jay Glanville Web Developer [EMAIL PROTECTED] (613) 725-2030 x393 http://www.naturalconvergence.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [OT]jsp and version control

2004-02-26 Thread Jay Glanville
JDG -- Jay Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] Automatic generation of class diagrams

2004-02-25 Thread Jay Glanville
I believe doxygen can produce class inheritance (in both text and graphics formats) diagrams. It might be worth looking into. JDG -- Jay Glanville -Original Message- From: Manish Singla [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 10:36 PM To: [EMAIL PROTECTED

is struts UI internationalized?

2004-02-24 Thread Glanville, Jay
language? Or do I have to implement my own internationalization by doing something like the following: html:submit bean:message key=general.submit / /html:submit Thanks JDG -- Jay Glanville

RE: can I use resource keys in html:optionsCollection?

2004-02-19 Thread Jay Glanville
use my solution. JDG -- Jay Glanville Web Developer [EMAIL PROTECTED] (613) 725-2030 x393 http://www.naturalconvergence.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

can I use resource keys in html:optionsCollection?

2004-02-18 Thread Glanville, Jay
collection, resolve my bundle key into a bundle value for the collection's value attribute. So, suggestions? Feedback? Help? Thanks JDG -- Jay Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Setting nocache

2004-02-09 Thread Jay Haines
In your struts-config.xml controller element, thus: controller set-property property=nocache value=true/ /controller Jay - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, February 09, 2004 10:58 AM Subject: Setting nocache

Re: image input tags and list-backed action forms?

2004-01-29 Thread Jay Haines
Don't know if this helps or not but I'm using the onclick event of the input to set a hidden form property that carries back to the bean via reflection. Jay - Original Message - From: Bradford Holcombe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 29, 2004 12:54 PM

[OT] Properties and Singleton

2004-01-12 Thread jay andrews
I have some configuration properties for my structs app that I am thinking of moving to properties and creating a singleton objects to hold this property values. Is there any reason not to to this with struts? does anyone know if there is an example of this somewhere? my recent search have been

How do I combine tiles and pre-populated forms?

2003-12-04 Thread Glanville, Jay
can pre-populate a form. With the second solution, I can use the tiling framework. Now the big question: how do I combine both solutions so that I can pre-populate my form and use the tiling framework? Thanks in advance. Jay Dickon Glanville PS: If this email comes through as HTML or RTF, I

RE: How do I combine tiles and pre-populated forms?

2003-12-04 Thread Jay Glanville
forms? Sorry...I replied before I received this response. -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 2:47 AM To: Struts Users Mailing List Subject: Re: How do I combine tiles and pre-populated forms? Jay, Use the first

RE: books and tutorials

2003-09-30 Thread Jay Zylstra
So far, I've learned all I need from four sources: 1. _Programming Jakarta Struts_ by Chuck Cavaness, O'Reilly http://www.oreilly.com/catalog/jakarta/ 2. The Struts User Guide http://jakarta.apache.org/struts/userGuide/ 3. The Struts-User mailing list archive

RE: Struts 1.1

2003-06-03 Thread jay
, it's extremely simple to add a jar when it's ready. On Sun, 1 Jun 2003, Steve Raeburn wrote: Jay, I know it's not your fault, but I can't understand why companies insist on waiting for the official release. Like that's going to magically mean there are no bugs in it. If your company

Struts 1.1

2003-06-02 Thread jay
to come out with the next MINOR version? OK, flame away, but I hope we can get someone tell us exactly what we need to do to stop the hold up and get 1.1 released. Please let us know. Thanks Jay - To unsubscribe, e-mail: [EMAIL

RE: DynaValidatorForm exception.

2003-02-05 Thread Jay Wright
:381) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) -Original Message- From: Jay Wright [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 4:58 PM To: '[EMAIL PROTECTED

RE: DynaValidatorForm exception.

2003-02-04 Thread Jay Wright
I've seen this problem posted all through the archives, but never with a solution to the problem. Is no one else encountering it anymore? Is there a solution that I've missed? Any assistance would be highly welcomed. -Original Message- From: Jay Wright [mailto:[EMAIL PROTECTED

RE: DynaValidatorForm exception.

2003-02-04 Thread Jay Wright
Where is the best place to put the struts jar files in tomcat 4.0.4? In the webapps WEB-INF or in a tomcat lib directory? -Original Message- From: Jay Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 12:27 PM To: 'Struts Users Mailing List' Subject: RE

RE: DynaValidatorForm exception. (fwd)

2003-02-04 Thread Jay Wright
Were you using war files and were you able to solve the problem? In my case, I'm not using war files. So when I stop tomcat and redeploy, there should be no issues with reading the correct web.xml files. I thought it might be a duplicate struts.jar elsewhere in the tomcat tree, but that

DynaValidatorForm exception.

2003-02-03 Thread Jay Wright
? Does it need to be in the WEB-INF/lib or the common/lib or other part of the path? Has anyone been able to overcome this annoyance? Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

message-resources

2003-01-31 Thread Jay Andrews
I've just started to learn struts and I cannot seem to find a good answer to this question. What's the difference between specifying property files in the struts-config.xml file under MESSAGE-RESOURCES and specifying them as an INIT-PARAM of the struts ActionServlet? Thanks!

Tiles Portal

2003-01-29 Thread Jay Andrews
company2.foo.com then use different color scheme and logos... and so on. Is this something tiles should be used for? Has anyone acomplished such a project? Thanks. Jay. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http

Tiles Factory use

2002-12-23 Thread Jay Burrill
I'm a Tiles newbie and am having difficulty implementing a tiles definition factory properly. I've created the definitions XML file, added the struts-config plug-in/, and the taglib/ in web.xml. And I see the factory created in the appserver console. But how do I then access the definition

persistence errors in 1.1-b2

2002-11-26 Thread Jay Wright
sessions, I'd rather they die and go away if there's any problems on the server. I'm running tomcat 4.1.12 in dev and 4.0.4 in production and just today I've started seeing it in both places for the first time. I'm running struts 1.1-b2. Jay java.io.WriteAbortedException: writing aborted

html:errors/

2002-11-18 Thread Jay Wright
resource bundle to be different for different pages. More specifically, on one page I want my errors to be a list ul/ul and on the other, not part of a list. Jay -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DynaActionForm reset vs ActionForm reset

2002-05-02 Thread Paulsen, Jay
above - am I asking for trouble? Any comments are greatly appreciated. -Jay -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Off topic:cookies nightmare!!!!!!!!

2002-04-29 Thread Jay sissom
on cookie warnings on your browser and make sure your browser actually got the cookie. Mozilla (and NS 6.x) has a menu option for viewing cookies that are in RAM or on disk. Jay On Mon, 29 Apr 2002, John Regan wrote: I am John Regan. Environment: NT IE 5.0 Tomcat 4.0 Struts 1.0 When

RE: Inside WEB-INF or outside WEB-INF? Struts security.

2002-04-20 Thread Jay sissom
in there, you can put them inside WEB-INF. Jay On Sat, 20 Apr 2002, Micael Padraig Og mac Grene wrote: Exactly! So, why do the typical examples put the jsp pages outside? At 02:43 PM 4/19/02 -0300, you wrote: He means that it is more secure to place JSP files inside the WEB-INF directory

Re: 1001st time this question gets asked

2002-04-18 Thread Jay sissom
=recipe.forms.LoginForm/ !-- Process a login. -- Change this to action path=/login and try it. Jay actionpath=login type=recipe.actions.LoginAction name=loginForm scope=request input=Index.jsp /action

Re: struts examples don't run in JBuilder

2002-04-16 Thread Jay sissom
, the project works fine. I haven't tried Struts 1.1b in JBuilder 5 or below. I'm trying to figure out how to solve the missing object problem, but I haven't yet. If someone else knows the solution, I would appreciate hearing about it. Another whimp developer that uses an IDE. Jay On Mon, 15 Apr 2002

Re: site hosting

2002-04-15 Thread Jay sissom
If you search the archives of this list, you'll find lots of potential places. Jay On Mon, 15 Apr 2002, Jefferson Rodrigues de Oliveira e Silva wrote: Hi guys, A friend of mine and I are developing a new application using struts, but not for any company, just for ourselves. We

RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-13 Thread Jay sissom
Which IDE's don't? If the IDE you tried didn't, it was good that you quit using it. I don't know of any current IDE that won't allow you to debug JSP's that use EJB's. None of us do that anyway because we use Struts, right? Views shouldn't talk directly to business logic. Jay On Sat, 13

RE: Business Logic Javabeans

2002-04-11 Thread Jay sissom
of course. Jay On Thu, 11 Apr 2002, Oliver Refle wrote: Sorry what i forgot to say, the business logic i meant is mainly checking database, adding database entries and so on, not changing the values or building a value object. This should be done in the action -Original Message

Struts 1.1b/log4j

2002-04-10 Thread Jay sissom
it automatically? Thanks Jay -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts 1.1b/log4j

2002-04-10 Thread Jay sissom
. Is that the only one? Is this documented anywhere? Thank you very much for your help Jay On Wed, 10 Apr 2002, Zeltser, Mark wrote: Download log4j from jakarta.apache.org and read documentation on how to configure it with struts. Mark. -Original Message- From: Jay sissom [mailto:[EMAIL

RE: Struts 1.1b/log4j

2002-04-10 Thread Jay sissom
categories and everything for 1.1b. We haven't been able to get a Struts 1.1b application running in our development environment (JBuilder 6) and it's giving messages about logging problems, so I want to make sure I have it setup properly. Thanks anyway Jay On Wed, 10 Apr 2002, Zeltser, Mark wrote

Re: problem trying to use my own actions

2002-04-09 Thread Jay sissom
Lots of questions: 1. Is your action servlet loading? Your log files should tell you that. 2. Do you have a mapping for *.do to your action servlet in your web.xml file? 3. Did you try to access /webapp/createVenue.do (where webapp is the context name of your web app)? Jay On Tue, 9 Apr

Re: Problems changing example to use /action URL mapping

2002-04-09 Thread Jay sissom
. Jay On Tue, 9 Apr 2002, Rob Jellinghaus wrote: I am dinking around with the struts-example app, trying to convert it from using *.do servlet mapping to /action/* servlet mapping. The problem is that it's extremely confusing! Where is the best explanation of how servlet mapping and struts

Re: Detect stop in Action

2002-03-20 Thread Jay sissom
I've been told that if you print to the browser and get an I/O exception, they pressed the stop button. The problem with this is that you need to print something to find out. I haven't tested this so I don't know if it works at all. It's something you can try. Jay On Wed, 20 Mar 2002

Re: Struts w/Tomcat, I know this is a dumb question but

2002-03-19 Thread Jay sissom
Yes, tomcat 4 runs on Windows 2000. Have fun with your new computer. Jay On Tue, 19 Mar 2002 [EMAIL PROTECTED] wrote: I am getting a new computer in 2 weeks for home use. I plan to develop an application using Struts and would like to use Tomcat 4.0 I don't want Windows XP installed so

Re: Stress Testing

2002-03-19 Thread Jay sissom
anymore and this was pre-.net, so who knows if it still exists or if it's still free or if you can test web applications that you developed with non-Microsoft tools. If someone knows the answers to these questions, I'd be interested in hearing them. Jay On Tue, 19 Mar 2002 [EMAIL PROTECTED] wrote

Re: Struts Application in Production

2002-03-19 Thread Jay sissom
hope to have some technical information soon and when we do, I'll let everyone know. Jay On Tue, 19 Mar 2002, Jon Ferguson wrote: Jay, This is very cool.. Well done! Unfortunately, I can't be at Java One... you haven't got an paper out on it do you? I would very much like to find out more

Re: display error message

2002-03-18 Thread Jay sissom
If you read the documentation here, it will tell you exactly how to do this: http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#errors On Mon, 18 Mar 2002, Ivan Siviero wrote: A question about showing errors. let's suppose i have this page (just image the page on the browser):

Re: WebShpere 4 with Struts - Sample form question

2002-03-18 Thread Jay sissom
lots of email asking when Struts will write an application for you --- this is a joke!) http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache/struts/taglib/html/package-summary.html#package_description Jay On Mon, 18 Mar 2002, K J wrote: I want to deploy strut's example as an EAR file

Re: Moving to an anchor in my JSP page.

2002-03-18 Thread Jay sissom
, but it should get you close. Jay On Tue, 19 Mar 2002, Andrew van der Voort wrote: One of the pages in my application is a list of students. This list can get quite large. When a user has finished modifying information about a particular student (on another page) I would like the list redisplayed scrolled

Struts Application in Production

2002-03-18 Thread Jay sissom
night, 8:30PM - 9:20PM in the Telegraph Hill Sheraton Palace hotel. The talk is called Migrating to the JavaTM 2 Platform, Enterprise Edition (J2EETM): Zero to Sixty in 6.1 Months. Hope to see you there. Jay Sissom Indiana University -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Calling EJB's in struts

2002-03-17 Thread Jay sissom
there are mailing lists about EJB's that can help. Jay On Sun, 17 Mar 2002, sanjeev_dutt wrote: Hi, Could someone point me to a document which talks about calling EJB's in the struts framework. Thanks Sanjeev -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

RE: How to Pre-fill a formbean

2002-03-15 Thread Jay sissom
in this list. Everyone does their own thing. If you aren't sure how you want to do it in your app, search the archive for 100 different ways to look at! Jay On Thu, 14 Mar 2002, John Menke wrote: How do you know what record in the database this will retrieve? Where does it get it's data

Re: How to Pre-fill a formbean

2002-03-15 Thread Jay sissom
You can do it this way, but I would use a Struts tag instead of a jsp tag. Instead of using jsp:useBean and jsp:getProperty, all you need to do is bean:write name=mainForm property=mfProperty/ and that will write out the mfProperty to the JSP. Jay On Thu, 14 Mar 2002, Joe Lee wrote: Phil

RE: How to Pre-fill a formbean - correction

2002-03-15 Thread Jay sissom
a reference to mainForm? Thanks, Phil -Original Message- From: Jay sissom [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 6:01 AM To: Struts Users Mailing List Subject: Re: How to Pre-fill a formbean You can do it this way, but I would use

Re: Problem in HTML:ERROR tag

2002-03-14 Thread Jay sissom
UserValidator.userID.must.be.entered=limoron! enter required data/li I think there was talk on this list about a way of keeping all the html in your jsp. The above way is a bit of a bodge but commonly used. --- Jay sissom [EMAIL PROTECTED] wrote: If we do that, the errors would bring like

RE: Problem in HTML:ERROR tag

2002-03-14 Thread Jay sissom
And a Tomcat issue. This is happening under Tomcat 3.2.4. On Thu, 14 Mar 2002 [EMAIL PROTECTED] wrote: It's a websphere issue. Do a search on the mail archive for websphere and null. -Original Message- From: Jay sissom [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 8

Re: FormBean with List of Value Objects

2002-03-14 Thread Jay sissom
http://jakarta.apache.org/struts/doc-1.0.2/struts-logic.html#iterate This has documentation on the logic:iterate tag which was designed to do this. The documentation is here. There is an example here:

Re: How to Pre-fill a formbean

2002-03-14 Thread Jay sissom
); mf.setProperty2(asdffdf); mf.setProperty3(asdfasdf); Then in the JSP that you forward to, you can use bean:write/ to write out the properties from the bean. Jay On Thu, 14 Mar 2002 [EMAIL PROTECTED] wrote: Hi, My jsp application begins at a login page. I call the login page action

Re: using image as a submit button!

2002-03-13 Thread Jay sissom
in the library. I would recommend reading through all of them at least once before developing. Jay On Thu, 14 Mar 2002, nsg wrote: Hi all, How can I use a image to submit a form? how to do? Thanks in advancce. Laker -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Problem in HTML:ERROR tag

2002-03-13 Thread Jay sissom
If we do that, the errors would bring like this: abcderror,error,errorefgh, correct? Isn't that just as bad or worse than the null problem? We're having this problems with tomcat also. Jay On Thu, 14 Mar 2002, nsg wrote: I had met the problem. you append the errors.head=abcd

RE: Reading values from a form bean

2002-03-11 Thread Jay sissom
Or, you can do this: bean:write name=aForm property=beanProperty/ This will print out the contents of a property in the bean using the struts-bean tag library. It will call getBeanProperty() in the bean and print the results. Jay On Mon, 11 Mar 2002, Kanoza, Douglas (NCI) wrote: Insert

RE: Struts with JBuilder5

2002-03-11 Thread Jay sissom
I believe this link has the two OpenTool updates you need for Struts to work property within JBuilder 5: http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=16369 Jay On Mon, 11 Mar 2002, Robert D. Morse wrote: - Bring up JBuilder - In the left panel showing all of your files

RE: session timeout message

2002-03-11 Thread Jay sissom
request.getSession() returns null. You have to check for that also. I'm using Tomcat 3.2.x for development, so maybe it only happens in that product, but it can't hurt to check for getSession() returning a null. Jay On Mon, 11 Mar 2002, Michelle Popovits wrote: How would these methods help? Wouldn't

Re: How to process multiple lines data in one page?

2002-03-11 Thread Jay sissom
Look in the Struts documentation for the logic:iterate tag. This was designed to do exactly what you want to do. Jay On Tue, 12 Mar 2002, nsg wrote: Now, i want to use that display style-multiple lines in one page. for example,i hava one page to display user's basic information

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Jay sissom
You can use JavaScript only if you guarantee that every user of your application has a browser that supports JavaScript and it is enabled. You're probably OK if you are intranet, but with internet applications, you never know if someone is running WebTV or something like that. In my mind,

iterate tag to repeat for a collection of individula objects

2002-02-26 Thread Jay Milam
I need to have a struts logic:iterate tag, which has to repeat a set of tag for a collection of individual objects. I have a .jsp page , which contains Logic iterate tag logic:iterate id=client name=clientList property=clients bean:write name=client

Re: ActionForm and default values

2002-02-23 Thread Jay sissom
. Thanks Jay On Sat, 23 Feb 2002, Sarah Farrell wrote: So the answer, in code, from within my ReviewAction class is the line: ContactForm cForm = (ContactForm) request.getSession(false).getAttribute(contactForm); where contactForm is the name in the struts-config.xml file

Re: Struts tag for label

2002-02-21 Thread Jay sissom
http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache/struts/taglib/bean/package-summary.html#doc.Output bean:write property=beanProperty/ Jay On Thu, 21 Feb 2002, Maris Orbidans wrote: hello What if I want to just display some property of form bean (without any input field

Products/Companies using Struts

2002-02-15 Thread Jay sissom
A while ago, someone posted an email about products or companies that use Struts. Here are a couple to add to the list: IBM Websphere 4.0 administration tool Vectren (our power company) has a customer information system at www.vectren.com that uses Struts. Just FYI Jay -- To unsubscribe

Re: App Design

2002-02-13 Thread Jay sissom
, EJB list, this is a Struts list. Talking about the others where they deal with Struts is OK. If people think there is too much traffic on this list, they can stop discussing off-topic things. I bet the traffic would go down 25%. My 2 cents Jay On Wed, 13 Feb 2002, Keith wrote: rage on! I

Re: HTML / Struts Help

2002-02-13 Thread Jay sissom
that was pressed. I have a utility class that has this code in it and I use it everywhere. Jay On Wed, 13 Feb 2002, Mattos, John wrote: Hi. I have a form that can be submitted by three different buttons, for example the buttons read (Button Labels) Process View by Org View

RE: HTML / Struts Help

2002-02-13 Thread Jay sissom
This works, but then your users MUST have JavaScript enabled or your application will not work. We try to build applications that work if users have JavaScript or don't have JavaScript. It's just as easy to check this stuff on the server. In your application, maybe you have full control

RE: if tag

2002-02-12 Thread Jay sissom
The way I do it is this: TRbean:write name=bean property=prop/nbsp;/TR No if's required and the space doesn't cause a problem when bean:write prints something 99% of the time. Jay On Tue, 12 Feb 2002, Mattos, John wrote: Hey I was actually going to use it to place an nbsp; in a cell

Re: actions and business logic

2002-02-08 Thread Jay sissom
controllers are business logic code. See Rational's web site for more information on the Rational Unified Process. Jay On Fri, 8 Feb 2002, Mike Dewhirst wrote: I wanted to clarify something. We are in the design stages of our project and have to make a decision what role do Actions play

RE: bean write tag's format

2002-02-08 Thread Jay sissom
comes out so we're using 1.0.1 and the documentation doesn't always match. Thanks Jay On Fri, 8 Feb 2002, Knoll, Zach wrote: I had the same problem as you. It seems they updated their online documentation on the bean tags for stuff in the new release. If you download a nightly build you should

Re: Initializer servlet?

2002-02-08 Thread Jay sissom
In the web.xml file, you can give each servlet a loading order. Just make sure your initilizing servlet has a lower number than the struts action servlet. Jay On Fri, 8 Feb 2002, Mark Woon wrote: Hello. I've seen a few posts about initializer servlets that basically does whatever setup

Re: bean write tag's format

2002-02-08 Thread Jay sissom
I had 3 developers complain about the documentation not matching the 1.0.1 library! I guess they were clicking in the wrong place! Sorry for not checking my facts first. Have a good weekend Jay On Fri, 8 Feb 2002, Mark Woon wrote: Jay sissom wrote: This has been very confusing for our

Re: Multiple Forms on one JSP...

2002-02-07 Thread Jay Sissom
submit buttons is no problem. Jay - Original Message - From: STEVE WILKINSON [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 4:56 PM Subject: Re: Multiple Forms on one JSP... I use multiple forms successfully in my sample application that I did in the Wrox Pro

Re: No instance for path

2002-02-06 Thread Jay sissom
-mapping servlet-nameaction/servlet-name url-pattern*.do/url-pattern /servlet-mapping This tells the servlet container to map any url that ends in .do to the struts action servlet. To access /saveApplication, you would go to the URL /saveApplication.do Jay On Thu, 7 Feb 2002, Joe Latty

RE: No instance for path

2002-02-06 Thread Jay sissom
OK, that's good. Does com.team2media.controller.SaveApplicatonAction extend org.apache.struts.action.Action? If it doesn't, it would probably cause this error. If that isn't the problem, I'm not sure. Hopefully, someone else will be able to help. Jay On Thu, 7 Feb 2002, Joe Latty wrote

Re: RE: [Fwd: Re: Hi....]]

2002-02-04 Thread Jay Sissom
must? Is re-use of code a bad habit. :) Jay - Original Message - From: Vic Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 2:48 PM Subject: [Fwd: RE: [Fwd: Re: Hi]] The thing on tags is do not use to many tags. Try to avoid writing tags

Re: Struts and Borland jbuilder6

2002-02-04 Thread Jay Sissom
will automatically copy the struts library into web-inf/lib. If the jar file isn't in this folder, it will not work. You don't need any of the Jbuilder 5 addons in Jbuilder 6. If you have any problems, you can email me off the group and I can try to help. Jay - Original Message - From: Nick

Re: build of 1.0.1 error -- help --Fixed

2002-02-01 Thread Jay Boss
My build completed succesfully, I didn't have xerces.jar in my classpath... -- Sent via jApache.org -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

migrating ejb app form websphere 3.5.5 to 4.0.1

2002-01-09 Thread Jay Milam
to convert all ejb(s) or is there an easier way to get this accomplished. If you have any advice regarding this please offer a suggestion at your earliest convenience. Kind Regards, Jay Milam Sr. Project Manager Radiant Systems -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

need a jdbc driver to access db2 running on AS400

2002-01-09 Thread Jay Milam
We are in dire need of a jdbc driver that will access the db2 database running on the AS400 platrom (license v4r4mo). The driver should be able to run on WAS 4.0.1. Does anyone have an answer for usplease Kind Regards, Jay Milam Sr. Project Manager Radiant Systems -- To unsubscribe, e

RE: need a jdbc driver to access db2 running on AS400

2002-01-09 Thread Jay Milam
Great info...Thanx alot... -Original Message- From: Robert Claeson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:08 PM To: Struts Users Mailing List Subject: Re: need a jdbc driver to access db2 running on AS400 Jay Milam wrote: We are in dire need of a jdbc driver

FW: Help problem with migrating from websphere v3.5.5 to v4.0.1

2002-01-08 Thread Jay Milam
. Deployment and installation of the application went well without any error message. Please advise if you have any information regarding this situation...we think it may have to do with the configuration setup. Thanks Kind Regards, Jay Milam Sr. Project Manager Radiant Systems Jay Milam Sr

RE: FW: Help problem with migrating from websphere v3.5.5 to v4.0.1

2002-01-08 Thread Jay Milam
and are working in this environment. Do you happen to have any further insight. Kind Regards, Jay Milam Sr. Project Manager Radiant Systems -Original Message- From: Rob Breeds [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 2:51 PM To: Struts Users Mailing List Subject: Re: FW

Re: Passing variables with the html:link tag, how do I do this?

2001-12-11 Thread Jay Sissom
How about doing it this way? bean:define value=next id=nextBean html:link forward=bbs paramId=page paramScope=page paramName=nextBean I haven't tested this. From reading the documentation, this is the first thing I would try... Jay - Original Message - From: [EMAIL PROTECTED

Re: Websphere 4.0/IBM Web server configuration

2001-11-15 Thread Jay Sissom
pass the requests to the app server. Thanks Jay - Original Message - From: Samant, Sanjay STASCO-OTO/72 [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, November 15, 2001 10:27 AM Subject: RE: Websphere 4.0/IBM Web server configuration On which

Re: Websphere 4.0/IBM Web server configuration

2001-11-15 Thread Jay Sissom
. Thanks Jay - Original Message - From: moritz petersen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 15, 2001 10:36 AM Subject: RE: Websphere 4.0/IBM Web server configuration I have no experience with WS, but there is a special WS 4 version

Re: Websphere 4.0/IBM Web server configuration

2001-11-15 Thread Jay Sissom
. Jay - Original Message - From: Rob Breeds [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 15, 2001 10:48 AM Subject: RE: Websphere 4.0/IBM Web server configuration That 'fixed' version of struts.jar would not cause this problem (you'd

Re: What is the good Weblogic version to use with Struts?

2001-11-11 Thread Jay Sissom
I am trying to deploy struts-examples on JRUN 3.0 on Win2K but it gives following error 500 Internal Server Error /struts/examples/: javax.servlet.ServletException: Compilation error occured: allaire.jrun.scripting.DefaultCFE: Errors reported by compiler:D:/Program

RE: OS / Browser tag?

2001-10-04 Thread Jay Patel
-- /logic:present logic:present browser=Netscape version=4.0 !-- the code -- /logic:present Above approach will result in less of a learning curve and fewer tags. My $0.02 Jay Patel [EMAIL PROTECTED] -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04

RE: OS / Browser tag?

2001-10-04 Thread Jay Patel
regarding system. My $0.02 Jay Patel [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 10:42 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: OS / Browser tag? Hi Jay, Yeah, coming down to having two

java.lang.NoClassDefFoundError -- new guy question

2001-10-03 Thread Jay . B . Febbo
Hi All - I have struts.jar in app/WEB-INF/lib and I am receiving a runtime error. Struts.jar is not in my classpath. My example app works so I'm not sure where to look.. Thanks. javax.servlet.ServletException: org/apache/struts/action/ActionForm at

RE: Select tag

2001-08-30 Thread Jay Patel
Another way is to have the FormBean populated with the desired value. So when the select tag is rendered, it will automatically select the value from the form bean. -Original Message- From: SUHAS G. KULKARNI [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 12:51 AM To: [EMAIL

RE: custom taglibs

2001-08-30 Thread Jay Patel
Check out jakarta taglibs. Jay. -Original Message-From: Metehan Selvi [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 30, 2001 10:52 AMTo: [EMAIL PROTECTED]Subject: custom taglibs Are there any additional customtags, which might be useful in case of struts? cheers

RE: sessionId and html:img

2001-08-28 Thread Jay Patel
You may want to try using pageKey instead of srcKey. It should not make a difference but something to check on! Jay Patel 972-701-9773 972-849-0373 Mobile [EMAIL PROTECTED] -Original Message- From: Debasish Ghosh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 10:25 PM

RE: Can't Find Message Resources

2001-08-28 Thread Jay Patel
Title: Message Make sure that Application.properties file is accessible from your classpath. Best way to do this is to put it in /WEB-INF/classes/ directory. Jay Patel972.701.9773 972.849.0373 Mobile[EMAIL PROTECTED] -Original Message

  1   2   >