Re: Can't start a cloned connection while in manual transaction mode.

2002-01-22 Thread Martin Fekete
add to your connection URL SelectMethod=cursor feky - Original Message - From: sridhar ramalingam [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 4:52 AM Subject: Can't start a cloned connection while in manual transaction mode. Hello,

Two Struts Application in the same Webapp Folder

2002-01-22 Thread Christian Erhardt
Hello, when I put two different Struts Applications in my Tomcat Webapp Folder only the First one will be loaded. For example: Webapp---+ | +-- struts-example | +-- struts-upload struts-example works. But I cant access struts-upload. The error I get ist:

RE: Two Struts Application in the same Webapp Folder

2002-01-22 Thread Khalid Mahmood
hmmm, u may check it again by restarting the server. This problem is amazing -Original Message- From: Christian Erhardt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 1:14 PM To: [EMAIL PROTECTED] Subject: Two Struts Application in the same Webapp Folder Hello, when I put

Re: HIPAA

2002-01-22 Thread Rakesh
There are three major parts to the HIPAA guidelines: I. Privacy II. Administrative Simplifications (Transactions and Code Sets) III. Security --Rakesh [EMAIL PROTECTED] www.ayilliath.8m.com --- - Original Message - From: Robert D. Morse

Indexed Properties

2002-01-22 Thread Marcus Brito
Hello, folks. I'm currently using Struts 1.0.1 and was wondering if there is a way to use indexed properties in ActionForm classes. I know there is support for this in HEAD, but I'm coding an enterprise-critical application and I hope not to use 'bleeding edge' components. I'll give an example

ActionError parameters syntax

2002-01-22 Thread Olivier Dinocourt
hello list I want to include parameters in my ActionError messages, and I'm wondering which syntax I should use. I have a key/value pair for the error message in my ApplicationResources.properties. Should I use the MessageFormat syntax (blah {0} blah {1} blah) for the value, or another

Re: HIPAA

2002-01-22 Thread Olivier Dinocourt
btw, what is HIPAA ? - Original Message - From: Rakesh [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 11:23 AM Subject: Re: HIPAA There are three major parts to the HIPAA guidelines: I. Privacy II.

RE: Struts and multiple Web applications on same application server

2002-01-22 Thread Salonen, Aki
Thanks for idea of eliminating chance of a struts problem. Do you mean to say, when you make a request context1/location/page.jsp and context2/location/page.jsp you get the same page even if you update context1 and not context2? Yes. This is the way it works. This is definetly a BEA

Re: ActionError parameters syntax

2002-01-22 Thread Mark Woon
Olivier Dinocourt wrote: I have a key/value pair for the error message in my ApplicationResources.properties. Should I use the MessageFormat syntax (blah {0} blah {1} blah) for the value, or another Struts-specific syntax ? Struts uses the MessageFormat syntax. There is no Struts-specific

Scaffold does not match the Nightly build

2002-01-22 Thread Hertzel Karbasi - OPTinity eBusiness Solutions
Hello The org.apache.scaffold.http.FindForwardAction does not match the Nightly build Struts and could not be compiled. findForwardAction.perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) String forwards[] = mapping.findForwards(); The method findForwards invoked for

Weird error message

2002-01-22 Thread Jorge Ruiz \(SX\)
I am getting this error message from a jsp page: [ServletException in:/jsp/comprobante/comDisplayForm.jsp] Cannot find bean org.apache.struts.taglib.html.BEAN in scope null' And there is no org.apache.struts.taglib.html.BEAN in the javadocs (Struts 1.0.1) Can anybody point me in the right

Redirect problem

2002-01-22 Thread Philip Tong
Dear all developer, I already configure that all /controller/* request will forward to ActionServlet. After ActionServlet forword to a action class, the action class would redirect another link. However, when i redirect the link from http:///webapp/testing/controller/login to

Re: Velocity-Tools / Struts

2002-01-22 Thread Will Spies/Towers Perrin
That's great! But how about the other way? Can I post an array in velcity up to a struts form ( via a controller ) which contains an array? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED]

Re: Velocity-Tools / Struts

2002-01-22 Thread Will Spies/Towers Perrin
No problem. I sent them a support email. I'll let you know what they say. ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED]

Re: Weird error message

2002-01-22 Thread Wim Fournier
On Tue, Jan 22, 2002 at 07:11:25AM -0500, Jorge Ruiz (SX) wrote: I am getting this error message from a jsp page: [ServletException in:/jsp/comprobante/comDisplayForm.jsp] Cannot find bean org.apache.struts.taglib.html.BEAN in scope null' did you ty all the beans u use to your 'session' ?

Re: Velocity-Tools / Struts

2002-01-22 Thread Gabriel Sidler
Will Spies/Towers Perrin wrote: That's great! But how about the other way? Can I post an array in velcity up to a struts form ( via a controller ) which contains an array? Sorry, I don't get what you mean here. Can you elaborate/make an example? Gabe ___ Will

Re: HIPAA

2002-01-22 Thread Rakesh
HEALTH INSURANCE PORTABILITY AND ACCOUNTABILITY ACT. -Rakesh --- - Original Message - From: Olivier Dinocourt [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 3:56 PM Subject: Re: HIPAA btw, what

Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Ben Peter
Jorge, I have experienced the same (and other problems) when trying to run more than one struts application in one container. The setup which caused the problems was Struts 1.0.1 and Tomcat 4.0.1 When trying to run both the struts-example.war and struts-blank.war, everything was still ok,

Re: Indexed Properties

2002-01-22 Thread Jonathan James
Yes, that can be done currently with 1.0 or 1.0.1 using the multibox tag. Look through the archive and at the docs for multibox. If you still need more help, let us know. -Jonathan - Original Message - From: Marcus Brito [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]

Re: Velocity-Tools / Struts

2002-01-22 Thread Will Spies/Towers Perrin
I mean your example *displays* an array. Let's say I change your example and instead of displaying an array I want to *edit* all elements in the array and post the results up to struts. Here is a JSP struts example of what we do: html:form action=/app/saveEmployment.act table align=center

Re: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Wim Fournier
Are you aware that you should NOT put struts in the classpath of your webserver/appserver? put struts.jar in the WEB-INF/lib and include that path on compiling. On Tue, Jan 22, 2002 at 01:46:39PM +0100, Ben Peter wrote: Jorge, I have experienced the same (and other problems) when trying

Is there a Webshop built on Struts?

2002-01-22 Thread @Basebeans.com
Subject: Is there a Webshop built on Struts? From: Dalibor42 [EMAIL PROTECTED] === Is there a Webshop built on Struts? TIA, -- e-mail: [EMAIL PROTECTED] emajl : [EMAIL PROTECTED] ICQ # : 129068041 phone : 1ABACA@098 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Velocity-Tools / Struts

2002-01-22 Thread Arron
Do you mean, serve a form in Velocity and have Struts interpret it?... From what I know (FWIK? :) Velocity is more of a view system. You can use Velocity and Struts at the same time, using Velocity as the view system in the Struts MVC paradigm. They're alsmost complementary in a way, and a

Re: Is there a Webshop built on Struts?

2002-01-22 Thread Wim Fournier
http://jakarta.apache.org/struts/userGuide/resources.html talks about: myCart - Example Shooping Cart application using Struts is this what you mean? On Tue, Jan 22, 2002 at 04:55:01AM -0800, Struts Newsgroup wrote: Subject: Is there a Webshop built on Struts? From: Dalibor42 [EMAIL

RE: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Arnaud Buisine
You wrote : ...include that path on compiling Do you mean there is a link between the classpath you use at runtime and the classpath you use at compiling time ? -Message d'origine- De : Wim Fournier [mailto:[EMAIL PROTECTED]] Envoye : mardi 22 janvier 2002 13:56 A : Struts Users

Re: Netscape 4.7 Adding Port Number after calling Action

2002-01-22 Thread @Basebeans.com
Subject: Re: Netscape 4.7 Adding Port Number after calling Action From: Ricky Frank [EMAIL PROTECTED] === It looks like the problem arises from the use of the response.SendRedirect method. The application server that I am using (SilverStream) automatically appends the port number to the url

Re: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Wim Fournier
On Tue, Jan 22, 2002 at 02:09:19PM +0100, Arnaud Buisine wrote: You wrote : ...include that path on compiling Do you mean there is a link between the classpath you use at runtime and the classpath you use at compiling time ? when u specify the WEB-INF/lib/struts.jar in your classpath on

getting validation errors on initial display of a form

2002-01-22 Thread Dick Starr
I am new to Struts and am using Ted's sample logon app as my basis for learning. His part works fine. I added a new jsp page that contains two fields, created a form bean an action form with validation edits. My problem is that when I execute my form via http://localhost:8080/starrd/app/names.do

help needed---missing source code of some of the classes in struts

2002-01-22 Thread Amit Kumar
I have downloaded the source code of Struts ,but I donot see the source code of classses such as -- org.apache.struts.action.ActionServlet org.apache.struts.action.Action I see only the .class files for them.Can somebody please clarify as to whether my download is problematic or these classes

Re: help needed---missing source code of some of the classes in struts

2002-01-22 Thread Wim Fournier
tip: If you have a class, but not the source.. try google.com on jad (java decompiler) Not that it is needed on struts ;o) but any .. sometimes handy if you dont want to download the whole source but just want a quick look on the source On Tue, Jan 22, 2002 at 07:32:05PM +0530, Amit Kumar

Re: help needed---missing source code of some of the classesin struts

2002-01-22 Thread Brian Holzer
From the download page, there is a link for downloading the source and a link for downloading the executables. Go back to the download page and check that you have downloaded the right stuff. Brian [EMAIL PROTECTED] 01/22/02 08:02am I have downloaded the source code of Struts ,but I donot

RE: Apostrophes in ApplicationResources.properties

2002-01-22 Thread Arnaud Buisine
have you tried : help.whatsThis=What''s This? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mardi 22 janvier 2002 14:52 À : [EMAIL PROTECTED] Objet : Apostrophes in ApplicationResources.properties I tried to setup this message in

Re: Struts DataSource times out; Poolman gives errors

2002-01-22 Thread Peter Kordel
I had a similar problem with Poolman. Turns out the version of mysql we were using didn't support Transaction Isolation Levels (see your error message). I switched to 3.23.46 and all was well. Also, mm.mysql-2.0.9 is now available from sourceforge. This may help clear up some or most other bugs.

RE: Apostrophes in ApplicationResources.properties

2002-01-22 Thread curt . kramer
That worked!Thanks for the help. -Original Message- From: Arnaud Buisine [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 9:03 AM To: Struts Users Mailing List Subject: RE: Apostrophes in ApplicationResources.properties have you tried : help.whatsThis=What''s This?

Re: Exception opening database connection

2002-01-22 Thread Peter Kordel
1) is your database available outside your webapp - i.e. from a command line or gui? 2) can you stub out a trivial class that tries to connect to the db using your jdbc driver? Don't you just love these non-informative exceptions? sridhar ramalingam wrote: Hello, I'm using the Tomcat's

using struts for larger apps

2002-01-22 Thread Peter Georgiou
Hi I keep hearing that struts is only really suited for small to medium sized applications. Are there plans in the future to expand the capabilities of struts so it is suitable for developing large applications as well. Thanks Peter -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Apostrophes in ApplicationResources.properties

2002-01-22 Thread curt . kramer
I tried to setup this message in ApplicationResources.properties: help.whatsThis=What's This? But the apostrophe does not appear when I retrieve this message in my JSP. Any ideas on how to make the apostrophe appear? I tried What\'s What/'s and What's , but no luck. -curt -- To

Re: Apostrophes in ApplicationResources.properties

2002-01-22 Thread Olivier Dinocourt
double the apostrophe. I just ran into this problem (a few hours ago), and found this workaround. It seems to be a normal behaviour of the java properties API. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 2:52 PM Subject: Apostrophes

Re: html:form focus failing in NS on linux?

2002-01-22 Thread Andras Balogh
Hi, This is just a hint, not really tested myself.. If you can, try moving the from tag outside of any table definition. Best wishes, Andras. On Fri, 2002-01-18 at 04:02, Mark Woon wrote: I'm using Gnome/Sawfish, and I've tried all available focus styles to no avail. Is anyone else

RE: Apostrophes in ApplicationResources.properties

2002-01-22 Thread Andres Marcel (KASO 211)
Use the character symbol acute; instead. Marcel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: Apostrophes in ApplicationResources.properties I tried to setup this message in

Re: Apostrophes in ApplicationResources.properties

2002-01-22 Thread emmanuel.boudrant
Hi, I think this bug is fixed in struts 1.0.1 MessageResources: Escape any single quote characters that are included in the specified message string --- [EMAIL PROTECTED] a écrit : I tried to setup this message in ApplicationResources.properties: help.whatsThis=What's This? But

Re: Back button

2002-01-22 Thread T. Wheeler
It should be pretty easy: 1. On your JSP page, make a submit button that is named back 2. In your action class, have something like this near the top of your perform() method: if (request.getParameter(back) != null) { // redirect them to some previous page } Just make sure that, if

RE: using struts for larger apps

2002-01-22 Thread Andres Marcel (KASO 211)
Hi Peter, Don't listen to rumors! My experience is, that struts fits for large application as well. We are developing an application with sturts, which will serve a few thousand people. I'm not sure, but in my opinion this could be a large application ;-). Marcel -Original Message-

RE: getting validation errors on initial display of a form

2002-01-22 Thread Witt, Mike (OH35)
I'm pretty new to struts also, but here is what I've found: If you set validate to true in the action mapping, the validation will run before the action. If you set it to false, you may run the validate method of the form yourself at any time. Also, it is interesting to note that if you

RE: using struts for larger apps

2002-01-22 Thread Emaho, Ghoot
keep hearingfrom where ? As I have mentioned before, we have a large (several thousand users) complex app in production, and struts proved no problem. What exactly is it about Struts that makes people think it isnt suitable for larger applications ? As I said in a previous email, there are

Re: Is there a Webshop built on Struts?

2002-01-22 Thread @Basebeans.com
Subject: Re: Is there a Webshop built on Struts? From: Dalibor42 [EMAIL PROTECTED] === Wim Fournier [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: http://jakarta.apache.org/struts/userGuide/resources.html talks about: myCart - Example Shooping Cart application using Struts is this what

Re: Struts and multiple Web applications on same application server

2002-01-22 Thread Dustin Aleksiuk
I just wanted to let you know that the exact same problem drove me nuts 2 years ago with Weblogic 5.1. I'm sorry you are having that problem, but you brought back many funny memories of us pulling our hair out over it. I don't remember if we ever solved it. When I left that company we had

Option List Submit Question

2002-01-22 Thread Regan, Patrick
I am converting a JSP page (model 1) to Struts. I have a JSP page that contains a couple of option lists. When you choose an option from list 1, the contents of option list 2 are filtered accordingly. The way I did this on Model 1 was to resubmit the form and have the server repopulate the

advice on linking to help pages from Struts app

2002-01-22 Thread Rob Breeds
Hi I need to link my Struts app to a separate help web site such that links in my JSPs point to context-sensitive anchors in pages on the help site. If I don't know the base location of the help site until runtime, I can't put the locations in the mapping configuration file. What would be the

Re: using struts for larger apps

2002-01-22 Thread John M. Corro
In relation to scaling issues, the only things I've heard resulted from extensive use of taglibs. The problem manifests itself in two waysan exception (forgot which one it is) being thrown due to the method being too large (too much code resulting from too many taglibs). The other is that

Re: using struts for larger apps

2002-01-22 Thread emmanuel.boudrant
And the use of reflect package in PropertyManager. too many reflect invoke == slow performance Is that true ? --- John M. Corro [EMAIL PROTECTED] a écrit : In relation to scaling issues, the only things I've heard resulted from extensive use of taglibs. The problem manifests itself in

Re: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Ben Peter
Wim, sure, that's what I have been doing. Only it seems that the same problems occur if two apps have struts.jar in their WEB-INF/lib. Could this be a problem with the Digester? The javadoc mentions that only one digester can be used per thread. Cheers, Ben Wim Fournier wrote: Are you

RE: Struts and multiple Web applications on same application server

2002-01-22 Thread Bryant, Doug
We have run into this problem running jdk 1.4 rc3. When we switch to 1.3, the problem goes away Hope this helps. Doug -Original Message- From: Dustin Aleksiuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 10:40 AM To: Struts Users Mailing List Subject: Re: Struts and

Re: Indexed Properties

2002-01-22 Thread Marcus Brito
Em Ter, 2002-01-22 às 10:57, Jonathan James escreveu: Yes, that can be done currently with 1.0 or 1.0.1 using the multibox tag. Look through the archive and at the docs for multibox. If you still need more help, let us know. I mentioned the checkbox as an example. There aro other forms

Re: using struts for larger apps

2002-01-22 Thread Ted Husted
Reflection will likely have a negligible impact. It may actually be more performant than writing a lot of custom code that did the same thing. If there are scaling issues, most are likely to be related to trying to do too much on the presentation layer. Struts provides some nifty taglibs, but

RE: using struts for larger apps

2002-01-22 Thread Kang Abraham
Hi All, I wanted to let people know that http://www.upons.com uses Struts. Register and you can see for your self. They currently support a user base of over 8 million people and have successfully handled throughput of 150,000 users a day at a sustained rate of 20,000 users an hours. If

RE: Indexed Properties

2002-01-22 Thread Tom Klaasen (TeleRelay)
-Original Message- From: Marcus Brito [mailto:[EMAIL PROTECTED]] Sent: dinsdag 22 januari 2002 11:57 To: Struts Users Mailing List Subject: Indexed Properties Hello, folks. I'm currently using Struts 1.0.1 and was wondering if there is a way to use indexed properties in

still the same problem--help needed---missing source code of some of the classesin struts

2002-01-22 Thread Amit Kumar
Thank you very much for such a quick response.Yes I have downloaded everything again but again find the same classes missing :-( The source code of all the files available in struts.jar is unavailable. The reason I wanted to look into the code of org.apache.struts.action.ActionServlet is I want

RE: Splitting ApplicationResource.properties

2002-01-22 Thread Becky Moyer
So, if I understand what everyone is telling me... There is no way in Struts 1.0 to grab the existing MessageResources object and add new messages. To do this, I *think* that I'll have to extend MessageResources with my own version of PropertyMessageResources that has some sort of an add

form tag in struts-html.tld and in struts-form.tld

2002-01-22 Thread olschmeltzer
Sorry if this question has already been addressed or is really low-level... I am wondering what the difference is between these two taglib files : is one deprecated ? Why do they contain both for instance the definition of the tag form, though refering to the same class (i.e.

RE: using struts for larger apps

2002-01-22 Thread Jeff Martin
I earlier JDKs (1.0, 1.1), reflection was slow. Since java 1.2, reflection is fine. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 11:34 AM To: Struts Users Mailing List Subject: Re: using struts for larger apps Reflection will likely

RE: using struts for larger apps

2002-01-22 Thread Will Spies/Towers Perrin
What application server does it use? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED]

Re: still the same problem--help needed---missing source code of some of the classesin struts

2002-01-22 Thread Jonathan James
http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/src/jakarta-s truts-1.0.1-src.zip or http://jakarta.apache.org/builds/jakarta-struts/nightly/src/ for nightly build src. For your future reference you get here by going to http://jakarta.apache.org/struts/ and then clicking

Re: Velocity-Tools / Struts

2002-01-22 Thread Gabriel Sidler
Will Spies/Towers Perrin wrote: I mean your example *displays* an array. Let's say I change your example and instead of displaying an array I want to *edit* all elements in the array and post the results up to struts. Here is a JSP struts example of what we do: Velocity is a view

Re: Option List Submit Question

2002-01-22 Thread Jonathan James
I think it's that the html:submit tag creates a button named submit which overrides the submit method on the form. If you look through the mail archive, this has come up a number of times. The easiest solution is to rename your submit button as so: html:submit

same problem--help needed---missing source code of some of the classesin struts

2002-01-22 Thread Amit Kumar
Dear Mr James, Yeah http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/src/jakarta-s truts-1.0.1-src.zip is the url I used. should I try it again ?? Can you please check and let me know the path Once again thanks a lot for the response regards Amit K - Original Message -

CHARACTER ENCODING !

2002-01-22 Thread wojtek
Hi, I am using struts form some form validation (obvious isn't it?) and I came across the following error: National Polish characters returned from the forms are badly encoded ! I am using struts on win2k, jdk 1.3, the jsp page charset is set to ISO-8859-2 Can anyone help ? regards Wojtek

RE: Is there a Webshop built on Struts?

2002-01-22 Thread Mark Galbreath
What's a shooping cart? Mark -Original Message- From: Wim Fournier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 8:01 AM To: Struts Users Mailing List Subject: Re: Is there a Webshop built on Struts? http://jakarta.apache.org/struts/userGuide/resources.html talks about:

RE: using struts for larger apps

2002-01-22 Thread Kang Abraham
Hi Will, The site uses BEA WebLogic 6.1 Regards, Abraham -Original Message- From: Will Spies/Towers Perrin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 8:51 AM To: Struts Users Mailing List Subject: RE: using struts for larger apps What application server does it

Re: Is there a Webshop built on Struts?

2002-01-22 Thread Wim Fournier
On Tue, Jan 22, 2002 at 12:13:22PM -0500, Mark Galbreath wrote: What's a shooping cart? u mean u don't make typos? go bug someone else Mark -Original Message- From: Wim Fournier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 8:01 AM To: Struts Users Mailing List

RE: using struts for larger apps

2002-01-22 Thread Oliver Powell
Hi Abraham, Is this Struts implementation using EJBs as well? Congratulations on the success of your site, the numbers you mention are quite an accomplishment. Cheers, Oliver -Original Message- From: Kang Abraham [mailto:[EMAIL PROTECTED]] Sent: 22 January 2002 17:17 To: Struts Users

RE: using struts for larger apps

2002-01-22 Thread Mark Galbreath
My dev team is using Struts for huge B2B and B2C applications. We are finding the performance bottleneck is not Struts, it's the EJB 1.1 network traffic. I expect once we upgrade to a 2.0-compliant app server and utilize local interfaces that this problem will mitigate significantly. Cheers!

Re: same problem--help needed---missing source code of some ofthe classesin struts

2002-01-22 Thread Brian Holzer
If you have unzipped the file, the struts classes are under jakarta-struts-1.0.1-src/src/share/org/apache/struts/action... Brian [EMAIL PROTECTED] 01/22/02 11:01am Dear Mr James, Yeah http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/src/jakarta-s truts-1.0.1-src.zip is the

got it

2002-01-22 Thread Amit Kumar
thank you very much , I got it. thnaks a lot - Original Message - From: Brian Holzer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 10:53 PM Subject: Re: same problem--help needed---missing source code of some ofthe classesin struts If you have unzipped the

RE: Is there a Webshop built on Struts?

2002-01-22 Thread Mark Galbreath
Woah, don't take yourself too seriously, pal. Grab a beer and relax. It was only humor. Mark -Original Message- From: Wim Fournier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 12:16 PM On Tue, Jan 22, 2002 at 12:13:22PM -0500, Mark Galbreath wrote: What's a shooping

Re: Is there a Webshop built on Struts?

2002-01-22 Thread Wim Fournier
On Tue, Jan 22, 2002 at 12:33:42PM -0500, Mark Galbreath wrote: Woah, don't take yourself too seriously, pal. Grab a beer and relax. It was only humor. then put a smiley behind it! otherwise i have to pay repairs to my roof again! ;o) btw: u pay for the beer? Mark -Original

Re: Can't start a cloned connection while in manual transaction mode.

2002-01-22 Thread sridhar ramalingam
Thanks Mark!, it works. Any idea why we need to do this? -Sridhar - Original Message - From: Martin Fekete [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; sridhar ramalingam [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 12:08 AM Subject: Re: Can't start a cloned

[ANNOUNCE] ObjectAssembler - Free Struts Development Tool

2002-01-22 Thread Bill Willis
Hello everyone, We have just released a free version of our J2EE development environment, ObjectAssembler Standard, that supports Struts applications. Here is a brief description: ObjectAssembler Standard is focused on supporting developers whose sole area of concern is developing Servlets,

html:radio: How To Set Radio Button Group?

2002-01-22 Thread Jack Frosch
I'm not quite sure how to use the html:radio tag. In straight HTML, the name attribute is used to define a radio button group so when one button is selected, the others are automatically deselected. In Struts, the name attribute is used to specify the bean name in use (if any). So now, I'm not

RE: Is there a Webshop built on Struts?

2002-01-22 Thread Mark Galbreath
Definitely - first round's on me! -Original Message- From: Wim Fournier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 12:35 PM On Tue, Jan 22, 2002 at 12:33:42PM -0500, Mark Galbreath wrote: Woah, don't take yourself too seriously, pal. Grab a beer and relax. It was

RE: Velocity-Tools / Struts

2002-01-22 Thread Martin Farrell
hi i have been looking at velocity periodically for a few months now, and although i understand what it is trying to do (define a clearer separation between controller and view) i felt that its big disadvantage was that it introduced another language/syntax for a developer/designer to learn. In

Quick (And Probably Dumb) Question

2002-01-22 Thread Matt Koidin
All- Can comments be added to a ApplicationResource file? If yes, what is the proper method? Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: CHARACTER ENCODING !

2002-01-22 Thread Rob Breeds
Wojtek Are you setting locale with: html:html locale=true ? Rob Breeds wojtek

Re: Quick (And Probably Dumb) Question

2002-01-22 Thread Rob Breeds
# (hash) Rob Matt Koidin

Re: Can't start a cloned connection while in manual transaction mode.

2002-01-22 Thread Martin Fekete
we need it because ... SelectMethod={cursor | direct}. Determines whether or not Microsoft SQL Server server cursors are used for SQL queries. Setting SelectMethod to direct allows SQL statements to be executed without incurring server-side overhead for managing a database cursor over the SQL

Wondering About Struts...

2002-01-22 Thread Jack Frosch
Having only worked with Struts for a couple of months, I'm beginning to wonder about the costs and benefits of using Struts, or any other JSP tag library, for that matter. At one level, it adds a great deal of support for maintaining session state and managing work flow in a web application. I

Getting both options and selected from database.

2002-01-22 Thread Stephen Gissendaner
I have a pretty basic question that I think I know the answer to, but I want to be sure. 1) How do you build a form based upon lists of options from a database and also handle tracking the user's selections of those options at the same time. For example: In the database you have a list of

Re: Wondering About Struts...

2002-01-22 Thread Ted Husted
Many people use Struts without using the custom tag libs. Struts itself is primarily a front controller, the taglibs are provided as convenient way to access the controller's model or configuration. The Actions hae full access to the request and response, and anything else you can do with a

Re: Wondering About Struts...

2002-01-22 Thread Dustin Aleksiuk
Hi Jack, Having only worked with Struts for a couple of months, I'm beginning to wonder about the costs and benefits of using Struts, or any other JSP tag library, for that matter. I'm glad you're bringing this up, since we're at a major decision point right now concerning Struts and

RE: Wondering About Struts...

2002-01-22 Thread Regan, Patrick
Good point. I think one of the main advantages to Struts is the separation of your presentation and business layer using the MVC pattern. This makes changes to the presentation or business layers independent of each other. Also, it cleans up your JSP pages immensely as you don't have java code

RE: Option List Submit Question

2002-01-22 Thread Regan, Patrick
Jonathan - Thanks, that was the problem. I wish this was documented somewhere that I could find more easily. Seems like many people have hit this problem. Pat -Original Message- From: Jonathan James [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 12:00 PM To: Struts Users

iterate tag problems

2002-01-22 Thread Jeff Oberlander
Been through the archive, and the logic-present.jsp in the sample distributions but nothing has solved this yet. I am simply adding an ArrayList of String to a request in my action. I've added 3 Strings to oMessages: request.setAttribute(messages,oMessages); RELEVANT JSP : %@ taglib

RE: Wondering About Struts...

2002-01-22 Thread Robert
Comments below... Robert McIntosh -Original Message- From: Jack Frosch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 12:14 PM To: Struts Users Mailing List Subject: Wondering About Struts... Having only worked with Struts for a couple of months, I'm beginning to wonder

Action forward with URL parameters

2002-01-22 Thread John Ng
I would like to use the action's perform method to forward to a perl page. However, I also would like to pass in some argument on the URL. For example : http://abc.com?name=JKstate=NY I definied http://abc.com in the struts-config.xml. However, how can I make the ActionForward object to

RE: html:text

2002-01-22 Thread Chalissary, David
Hi, Has anybody used the html:texts disabled readonly attributes. The error generated - is this tag doesnt support readonly or when I am using the disabled, I have the same error. If so, is it bcoz of the old struts. Help is highly appreciated. thanx in advance regds David -- To

Re: Wondering About Struts...

2002-01-22 Thread Howie
On Tue, 22 Jan 2002, Jack Frosch wrote: Having only worked with Struts for a couple of months, I'm beginning to wonder about the costs and benefits of using Struts, or any other JSP tag library, for that matter. [SNIP] the big problem ive been having, coming from a WebObjects environment,

RE: html:text

2002-01-22 Thread Carl Sziebert
Did you use the proper format of readonly=true, etc? The html tags require this format as opposed to the regular html format of just including the word 'readonly' inline with your tag. Carl -Original Message- From: Chalissary, David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January

Re: same problem--help needed---missing source code of some of the classesin struts

2002-01-22 Thread Jonathan James
That's the right URL. If you unzip the file, the source is under jakarta-struts-1.0-src/src/share/ i.e. the source file for ActionServlet is jakarta-struts-1.0-src/src/share/org/apache/struts/action/ActionServlet.java - Original Message - From: Amit Kumar [EMAIL PROTECTED] To: Struts

Design question - output Action

2002-01-22 Thread Carl Hope
I'm fairly new to Struts and have just built my first mini-project. I have a basic question that I couldn't find addressed in the mail archives. I think I understand the input half of a user interaction - when information is input by the user, it is handled on the server via the ActionServlet

RE: html:text

2002-01-22 Thread Chalissary, David
yes...i definitely did...but was unable regds, David -Original Message- From: Carl Sziebert [mailto:[EMAIL PROTECTED]] Sent: 22 January 2002 18:58 To: Struts Users Mailing List Subject: RE: html:text Did you use the proper format of readonly=true, etc? The html tags require this

  1   2   >