RE: Tomcat servlets calling weblogic EJB's

2003-02-11 Thread Wendy Cameron
I dont think this worked, although with the weblogic.jar, in the lib directory of the webapp JSP pages now work. However the classes in the web application no longer compile and operate because it can find the weblogic logging api which is in the weblogic.jar file. Any ideas? Regards Wendy

RE: [OT] Modeling tools

2003-02-11 Thread Mark Galbreath
I concur! When I was in Madrid 2 years ago I drank some of the best wines I've ever had - and the Sangrias were most excellent! I don't remember any labels, which gives you an indication of how much of the stuff I drank! ¡Olè! What about the Oregon and Washington State wines, Craig? Are they

Searching archives broken? and Back Button on brower?

2003-02-11 Thread ajTreece
Folks I tried doing a text search at the following archive http://nagoya.apache.org/eyebrowse/SearchList?[EMAIL PROTECTED] But it always returns Text search not available for this list. Is it broken or should I go to another archive? The reason I'm searching the archives is to find out

RE: [OT] Modeling tools (way OT)

2003-02-11 Thread Scott Barr
One that can use the result of a vote to suit their particualr needs. A dodgy Government?! Must be the only one of its kind in the world On Wed, 2003-02-12 at 09:53, Mark Galbreath wrote: Well, what kinda bloody government DO you have? -Original Message- From: Todd Pierce

RE: [OT] Modeling tools

2003-02-11 Thread Mark Galbreath
Beer is the demon drink? Check out http://brewery.org/brewery/infobase/clublist/us_MD.html. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 8:22 AM I have sampled Portland microbrews when I first came to the states and before I

RE: [OT] Modeling tools

2003-02-11 Thread Rene Eigenheer
for people who understand german or french, there is a nice site as well: http://www.beerculture.com -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Februar 2003 01:06 To: 'Struts Users Mailing List' Subject: RE: [OT] Modeling tools Beer

convertNull problems

2003-02-11 Thread Ben Sion
struts 1.1b3 From: James Mitchell [EMAIL PROTECTED] Subject: convertNull problems Date: Tue, 11 Feb 2003 17:16:48 -0500 Content-Type: text/plain; charset=iso-8859-1 What version of Struts are you using? -- James Mitchell - Original Message - From: Ben Sion [EMAIL

RE: [OT] Modeling tools

2003-02-11 Thread Gray, Jason
or if you need to cool your beer *really* fast... http://www.asciimation.co.nz/beer/ :Jason -Original Message- From: Rene Eigenheer [SMTP:[EMAIL PROTECTED]] Sent: Wednesday,12 February 2003 11:13 To: 'Struts Users Mailing List' Subject: RE: [OT] Modeling tools for people

RE: Searching archives broken? and Back Button on brower?

2003-02-11 Thread Joe Barefoot
This is just how the back button on the browser functions with its caching policy. If you turn caching off or set it to refresh pages always (dunno where this is in Netscape exactly), then it will re-issue the previous request when you click the back button and your action will be executed.

RE: [OT] Modeling tools (way OT)

2003-02-11 Thread Todd Pierce
Same as everywhere else. Two houses full of wimps, liars, and opportunists. -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 12 February 2003 10:23 AM To: 'Struts Users Mailing List' Subject: RE: [OT] Modeling tools (way OT) Well, what kinda bloody

Re: Exception loading sessions from persistent storage

2003-02-11 Thread David Graham
The obvious problem is the the DefaultModuleConfigFactory isn't Serializable. However, in recent nightly builds it has been made Serializable. Are you placing the factory in the session explicitly? David From: Scot Rob [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED]

Tiles 101

2003-02-11 Thread Matt Raible
Here's a great tutorial on Tiles written today: http://tinyurl.com/5neg Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie Question

2003-02-11 Thread Sean Dockery
Wouldn't that be... !A || B - Original Message - From: Gemes Tibor [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 01:29 Subject: Re: Newbie Question 2003. február 11. 09:07 dátummal Ray Madigan ezt írtad: Thanks for the advice - i

Re: Application Startup

2003-02-11 Thread Sean Dockery
It seems to me that the best place to make the connection in ServletContextListener.contextCreated. If the application is unavailable, you can store that in the application context and when requests come in for that resource, you can display in the response that the resource was unavailable. You

1.1b3 resource config doesn't work properly with 1.0 config

2003-02-11 Thread Joe Barefoot
Dunno if anyone already ran into this, but at least one element in 1.1b3 is not compatible with the 1.0 configuration files, as it is professed to be on the web site and everywhere else I've looked. Specifically, the web.xml specification of the MessageResourcesFactory class to use does not

Re: 1.1b3 resource config doesn't work properly with 1.0 config

2003-02-11 Thread David Graham
Struts uses PropertyMessageResourcesFactory internally for messages which is probably why you're seeing it getting loaded. You indicated that your implementation is used for your app so the feature works. David From: Joe Barefoot [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

A new framework on the block?

2003-02-11 Thread Brandon Goodin
I haven't heard of this framework. I read about it today in JAVA Developers Journal. I haven't heard any Struts vs. SOPHIA talk around these parts. It sounds interesting at first glance. I was just curious what everyone knows about it. Especially because its an open-source framework :-).

AW: A new framework on the block? It's JADE

2003-02-11 Thread Brandon Goodin
Come to find out I have heard of it. A little more digging revealed... it's JADE. Nevermind. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: A new framework on the block?

2003-02-11 Thread David Graham
I heard of this a while back but have never used it. They provide several things Struts doesn't: 1. Persistence layer Struts relies on standards like EJB, JDO, and JDBC, plus anything else to fill this need. 2. Complex GUI component JSP tag library (like trees) Struts provides taglibs and

convertNull problems

2003-02-11 Thread Ben Sion
I believe I am. This is the extract from my web.xml: ... servlet servlet-nameaction/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value /init-param

tomcat shared jars

2003-02-11 Thread Edgar Dollin
This a question of interest only. It seems like it should work but doesn't. If you jar up some code and put it in the tomcat/shared/lib it seems to have an impact on where the system looks for message resource property files and throws the following error: 2003-02-11 21:16:31

RE: A new framework on the block?

2003-02-11 Thread Brandon Goodin
Absolutely. From what I see of it SOPHIA appears to give you great boosts in production if you are starting from ground zero and using their model/persistence api. I assume you would spend just as much time chucking code with it if you were trying to integrate your own custom

Re: Indexed properties and form

2003-02-11 Thread Samir Shah
Actually i is just another variable I am using to display to the user the number of the row. It is declared in another scriplet as % int i = ; % --- Evan Schnell [EMAIL PROTECTED] wrote: Samir Shah wrote: Hi, I have a JSP page that outputs data using a Collection using the following

html:messages not working for error message with line breaks

2003-02-11 Thread Charlie Toohey
Hi, I'm switching from using: html:errors/ to using: logic:messagesPresent ul html:messages id=error libean:write name=error//li /html:messages /ul /logic:messagesPresent I have error messages that span multiple lines. With html:errors, I used br for the newlines, and all

RE: html:messages not working for error message with line breaks

2003-02-11 Thread Todd Pierce
To disable html filtering set bean:write filter=false ... as per: http://jakarta.apache.org/struts/doc-1.0.2/struts-bean.html#write -Original Message- From: Charlie Toohey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 12 February 2003 1:41 PM To: [EMAIL PROTECTED] Subject: html:messages

Re: Nested Tags Problem .... Urgent

2003-02-11 Thread ashokd
Hi Chen,. Thanks for your observations. It helped me a lot and saved my time in debugging. Your observation is correct and it solved my problem Thanks Regards, Ashok.D - Original Message - From: Chen, Gin [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent:

Off Topic help Modal Window in javascript.

2003-02-11 Thread udhay kumar
Hi, Any body have done modal window in javascript which will restrict the user to access the parent browser window. i have tried some of them available in javascript like window.showModalDialog() but when i try to submit from the modal window it throws another window. any help will be

[OT] Please help me !!

2003-02-11 Thread Amitkumar_J_Malhotra
hello everyone, this is not a struts problem , i have written a simple servlet that takes values from a JSP page and updating into oracle database, i have out.println statements from the servlet but it is neither updating the database nor giving me any error. finally after some time it show

RE: [OT] Please help me !!

2003-02-11 Thread Benjamin Simpson
There is no attachment except for the message footer. Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 1:04 AM To: Struts Users Mailing List Subject: [OT] Please help me !! hello everyone, this is not a struts problem , i

RE: Newbie Question

2003-02-11 Thread Ray Madigan
Thanks for the advice - i didn't know this stuff existed. I was just pondering how to implement logic like if ! A || ( A B ) And had trouble seeing how to write some reasonable code Thanks -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003

Re: Newbie Question

2003-02-11 Thread Gemes Tibor
2003. február 11. 09:07 dátummal Ray Madigan ezt írtad: Thanks for the advice - i didn't know this stuff existed. I was just pondering how to implement logic like if ! A || ( A B ) A !B Tib - To unsubscribe, e-mail:

RE: Application Startup

2003-02-11 Thread Heligon Sandra
I would like to know when the ServletContextListener.contextCreated() function is called when Tomcat starts ? or is it possible to call this function only on the first request? In fact when the first request arrives to Tomcat I have to open an application session on our application server to get

Re: [OT] Modeling tools

2003-02-11 Thread Manuel Montoro
My two cents. You have to try the spanish red wines from La Rioja, Ribera del Duero, Priorato, etc. They are in many cases superior to french ones (IMHO). Of course, the Jerez wine is superb and the sweets ones (Malaga, for examples) don't have anything similar in the whole world. Regards On 10

Re: Strange Validator Problem

2003-02-11 Thread Iris
What is your version of java ? I had the same problem with j2sdk1.4.1_01 but I work fine with j2sdk1.4.0. Iris Robert Morse wrote: Hello, I have a very strange validator problem with 1.1-b3. I have a simple logon form (ValidatorForm) that accepts a userid and password. In my validation.xml

pluggable validators

2003-02-11 Thread Anthony Newman
Hi folks, having problem getting my own rude words validator to work. I get the following in the console window but no debug from my Validation class. I am not that familiar with reflection so I am a bit lost as to how to debug further. Thanks for you help console window:

Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread James Prance
Can someone help me out here.. I have no actions/forms, only an applicationResources.properties and jsp that has an action declared in struts-config.xml as : action path=/index forward=/tour.htm /action this is really simple i know.. but i cant find an explanation for this error anywhere.

Re: ResultsetDyna class

2003-02-11 Thread Vic Cekvenich
Craig R. McClanahan wrote: On Tue, 11 Feb 2003, usha wrote: Date: Tue, 11 Feb 2003 11:22:47 +0800 From: usha [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ResultsetDyna class Hi i have a small question i wanted to know when we create

RE: [OT] Modeling tools

2003-02-11 Thread Diego
Aren't wines from La Rioja from Argentina? -Original Message- From: Manuel Montoro [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 4:07 AM To: Struts Users Mailing List Subject: Re: [OT] Modeling tools My two cents. You have to try the spanish red wines from La Rioja, Ribera

Re: Strange Validator Problem

2003-02-11 Thread Vic Cekvenich
Sun VM issues: I have my clients using another VM with sccess, J:Rockit. http://www.bea.com/products/weblogic/jrockit/index.shtml It's FREE, faster, and has nice production monitoring capabilities of VM and GC use of multiple servers. (Also IBM has a 1.4 coming up) Nice thing about open

Re: TilesRequestProcessor problem

2003-02-11 Thread Cedric Dumoulin
Hi, You don't have the latest sources. The latest sources use ModuleConfig. Take the sources from struts site. Cedric Heligon Sandra wrote: I have overriden the TilesRequestProcessor class and more precisely the init() method but I have two problems: - I have deprecated warning

Re: Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread Scott Barr
Hi James What is the error you are getting? Scott On Tue, 2003-02-11 at 21:11, James Prance wrote: Can someone help me out here.. I have no actions/forms, only an applicationResources.properties and jsp that has an action declared in struts-config.xml as : action path=/index

struts and password encryption

2003-02-11 Thread alexj
Hi, I'm looking for the best solution to do for secure my application. I want to store user password into a db but I want to do it by encrypting password. I will use https for user login but I need some basic sample. Thanks in advance. -- Alexandre Jaquet -

Re: struts and password encryption

2003-02-11 Thread Gemes Tibor
2003. február 11. 13:23 dátummal alexj ezt írtad: Hi, I'm looking for the best solution to do for secure my application. I want to store user password into a db but I want to do it by encrypting password. Check this out: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html Tib

Re: struts and password encryption

2003-02-11 Thread alexj
great link thanks :) - Original Message - From: Gemes Tibor [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 1:30 PM Subject: Re: struts and password encryption 2003. február 11. 13:23 dátummal alexj ezt írtad: Hi, I'm looking for the

setting a request parameter in JavaScript

2003-02-11 Thread Hirschmann, Bernhard
Does somebody know how it is possible, to define a request parameter, while submitting a form via the JavaScript command submit() ??? I'm doing a submit() in a event handler of a html:select box and have to set also a request parameter. Regards, Bernhard

Forms and multiple buttons

2003-02-11 Thread JONATHAN PHILIP HOLLOWAY
I've successfully built a page that iterates over a nested arraylist displaying the contents of the arraylist in the following way --- | Title | Code | Available? | Edit | Remove | |---| | rara | 1220

RE: TilesRequestProcessor problem

2003-02-11 Thread Heligon Sandra
Is it possible to get the latest sources of Tiles without get the Struts1.1b3 version. Do you have the link ? I use Struts1.1b2. Is it preferable to download Struts1.1b3 ? is this new version as reliable as the Struts1.1b2 ? Thanks in advance -Original Message- From: Cedric Dumoulin

Re: [OT] Modeling tools

2003-02-11 Thread Karim Saloojee
Although my drinking days are over, I have found the best wines to be the cheapest ones - more *BANG* for your buck... - Original Message - From: Diego [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 1:55 PM Subject:

RE: setting a request parameter in JavaScript

2003-02-11 Thread João Luz
Set the form field before you do the submit! document.your form.your field.value = something; document.your form.submit(); I hope this will work Regards, Joao -Original Message- From: Hirschmann, Bernhard [mailto:[EMAIL PROTECTED]] Sent: terça-feira, 11 de Fevereiro de 2003

trying to use value from select/option tag in a bean

2003-02-11 Thread Scott Power
I have been trying to use a value that is taken from the user by a select option tag , and pass that value into the action bean. I have done this before but only with collections. This time I am trying to use hard coded values in my jsp, and I get a invalid property name. I have other values

AW: setting a request parameter in JavaScript

2003-02-11 Thread Hirschmann, Bernhard
Thanks for the hint, this seems to be a good work around. But just because I'm curious: is there a way to set a real request parameter for a submitting request? Like: .../myAction.do?parameter1=theValueparameter2anotherValue Regards, Bernhard -Ursprüngliche Nachricht- Von: João Luz

Re: AW: setting a request parameter in JavaScript

2003-02-11 Thread Gemes Tibor
2003. február 11. 13:53 dátummal Hirschmann, Bernhard ezt írtad: Thanks for the hint, this seems to be a good work around. But just because I'm curious: is there a way to set a real request parameter for a submitting request? Like: .../myAction.do?parameter1=theValueparameter2anotherValue

Re: Tomcat servlets calling weblogic EJB's

2003-02-11 Thread Joel Wickard
make sure you're putting j2ee.jar in the right directory. I had a similar problem as you are describing with jboss because I was putting the j2ee.jar file in the wrong directory and it was causing tomcat to try loading stuff in wierd order. makesure your dropping it it:

RE: [OT] Modeling tools

2003-02-11 Thread Chappell, Simon P
-Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:03 PM To: Struts Users Mailing List Subject: RE: [OT] Modeling tools Simon: As a southerner, I resemble that remark! (You suh, have affronted, I say affronted, my sensibilities!) I'll

RE: [OT] Modeling tools

2003-02-11 Thread Chappell, Simon P
PS Australian beer relieves itself from a great height on all American AND British beer ;) All beer in Australia is recycled if you know what I mean. ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: [OT] Modeling tools

2003-02-11 Thread Chappell, Simon P
Aussies send it all up here. You guys still pissed about 1783? 1815? 1840? When did you get your own country, anyway? Well, technically it isn't their's. They are members of the British Commonwealth, so all their base are belong to the Queen.

RE: [OT] Modeling tools

2003-02-11 Thread Scott Barr
O! I wish you wouldn't remind me of that! Scott On Tue, 2003-02-11 at 23:54, Chappell, Simon P wrote: Aussies send it all up here. You guys still pissed about 1783? 1815? 1840? When did you get your own country, anyway? Well, technically it isn't their's. They are members of the

RE: [OT] Modeling tools

2003-02-11 Thread du Plessis, Corneil C
They are just as much a part of the Commonwealth as Canada or South Africa or Nigeria or even Zimbabwe. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: 11 February, 2003 15:25 To: Struts Users Mailing List Subject: RE: [OT] Modeling tools Aussies send it all

RE: Whither ActionMappings [long; mainly for newbies]

2003-02-11 Thread Zinndorf, Uwe
very good article, appreciate that a lot! Gruß - Regards Uwe -Z- -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 2:02 PM To: [EMAIL PROTECTED] Subject: Whither ActionMappings [long; mainly for newbies] Haven't quite decided where to use

RE: [OT] Modeling tools

2003-02-11 Thread Chappell, Simon P
Exactly, so they all belong to Britain. The British Empire never really went away, we just gave it a nice, new, politically correct label. -Original Message- From: du Plessis, Corneil C [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:40 AM To: Struts Users Mailing List

RE: [OT] Modeling tools

2003-02-11 Thread du Plessis, Corneil C
Tell that to French speaking Canadians -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: 11 February, 2003 15:43 To: Struts Users Mailing List Subject: RE: [OT] Modeling tools Exactly, so they all belong to Britain. The British Empire never really went away, we

RE: [OT] Modeling tools

2003-02-11 Thread Chappell, Simon P
I would never speak to French Canadians ... I have my pride! -Original Message- From: du Plessis, Corneil C [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:45 AM To: Struts Users Mailing List Subject: RE: [OT] Modeling tools Tell that to French speaking Canadians

Re: Conditional forms

2003-02-11 Thread Justin Ashworth
For archival purposes, here is how to create a conditional form. This tag is based on the ELFormTag and supports expression language in its test attribute. This is basically just a combination of the ELFormTag and the JSTL core IfTag. As a base for the tag library descriptor (TLD), use what is

Error 500 : Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-02-11 Thread Ext-Lydia.Sabino
Hi all, I'm trying to use STRUTS 1.0.2 with WAS 3.5.4 (for Windows) but I'm facing some problems. My webapp homepage looks like the source below: %@ page language=java % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib

RE: [OT] Modeling tools

2003-02-11 Thread David Bolsover
No wonder you stopped drinking -Original Message- From: Karim Saloojee [mailto:[EMAIL PROTECTED]] Sent: 11 February 2003 12:40 To: Struts Users Mailing List Subject: Re: [OT] Modeling tools Although my drinking days are over, I have found the best wines to be the cheapest ones -

RE: [OT] Modeling tools

2003-02-11 Thread Durham David Cntr 805CSS/SCBE
Craig, are you doing any seminars/presentations on struts. Is anyone? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:00 PM To: Struts Users Mailing List Subject: RE: [OT] Modeling tools On Mon, 10 Feb 2003, Will

RE: [OT] Modeling tools

2003-02-11 Thread Nelson, Laird
-Original Message- From: Durham David Cntr 805CSS/SCBE Craig, are you doing any seminars/presentations on struts. Is anyone? Probably not; after all that beer and being so far off the ground he'd probably fall over. And the audience would probably get neck strains. Laird

Re: Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread James Prance
Hi scott.. got it sorted now.. the actual error was in the subject: Cannot retrieve definition for form bean null Thanks anyway.. James Scott Barr [EMAIL PROTECTED] wrote in message 1044966196.1116.9.camel@cypher">news:1044966196.1116.9.camel@cypher... Hi James What is the error you are

Re: Error 500 : Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-02-11 Thread James Prance
Lydia.. Have you got Xerces.jar in your web-apps/container/lib directory? I had a similar problem which was resolved by including Xerces.jar in my deployment. James [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, I'm trying to use STRUTS 1.0.2 with WAS

RE: Error 500 : Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-02-11 Thread Ext-Lydia.Sabino
Yes. The xerces.jar and a few others (common-*.jar) are included in my container lib directory... But it doesn't work. Is there anything else to configure on the WAS console? LSA -Original Message- From: ext James Prance [mailto:[EMAIL PROTECTED]] Sent: 11 February, 2003 15:05 To:

Re: Problem with empty file upload field

2003-02-11 Thread Cynthia Jeness
Since I am running Mozilla 0.99, this may be the cause of the problem; however, we have little control over what browsers our customers choose to run. If Mozilla does not send back a file name, then that piece of information can be missing from my error message to the client. However, the error

RE: [OT] Modeling tools

2003-02-11 Thread Durham David Cntr 805CSS/SCBE
I meant to say at the O'reilly convention. -Original Message- From: Durham David Cntr 805CSS/SCBE Sent: Tuesday, February 11, 2003 7:57 AM To: Struts Users Mailing List Subject: RE: [OT] Modeling tools Craig, are you doing any seminars/presentations on struts. Is anyone?

sslex trouble

2003-02-11 Thread alexj
Hi I got some trouble after I had setting up my project to use sslex. I got an error message like : org.apache.jasper.JasperException: /login.jsp(8,1) Unable to load class form I have update my login.jsp page to include sslex tag : %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean% %@ taglib

AW: AW: setting a request parameter in JavaScript

2003-02-11 Thread Hirschmann, Bernhard
Thanks Tib, but either I didn't understand, or this is not working... If I set the window.location in that way you suggested, it won't be submitted during a submit(). As far as I've understand, you can get the actual location, but you can't set a request parameter that way. Please correct me if

Re: Error 500 : Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-02-11 Thread James Prance
Sorry Lydia.. thats what solved it for me using Tomcat 4.1x Cant be anymore help than that... [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Yes. The xerces.jar and a few others (common-*.jar) are included in my container lib directory... But it doesn't

Re: AW: AW: setting a request parameter in JavaScript

2003-02-11 Thread Gemes Tibor
2003. február 11. 15:41 dátummal Hirschmann, Bernhard ezt írtad: Thanks Tib, but either I didn't understand, or this is not working... If I set the window.location in that way you suggested, it won't be submitted during a submit(). As far as I've understand, you can get the actual location,

Re: sslex trouble

2003-02-11 Thread alexj
sslext this is a sslext trouble .. - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 3:39 PM Subject: sslex trouble Hi I got some trouble after I had setting up my project to use sslex. I got an error

Re: AW: AW: setting a request parameter in JavaScript

2003-02-11 Thread Gemes Tibor
2003. február 11. 15:41 dátummal Hirschmann, Bernhard ezt írtad: But just because I'm curious: is there a way to set a real request parameter for a submitting request? Like: .../myAction.do?parameter1=theValueparameter2anotherValue Oh, I think got it: change the action of the form like:

Re: AW: setting a request parameter in JavaScript

2003-02-11 Thread Nicolas De Loof
When you use a form in HTML, you set a method attribute. This method can be GET or POST: POST puts form parameters in HTTP body (you cannot see them in URL) GET add parameters to the URL (?parameter=value) You can change your form action in javascript : document.form.MyForm.action =

Re: Tiles: passing attributes to definitions

2003-02-11 Thread Igor Lyubimov
Hallo, Cedric! Another solution is to add an attribute to mypage, and let the layout pass this attribute to the menu: definition name=mypage extends=layout put name=menu value=menu/ put name=page.name value=mypage / put name=body value=/myBody.jsp/ /definition and

Re: Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread Scott Barr
Theres my fantastic reading skills coming to the forefront again! Scott On Wed, 2003-02-12 at 00:33, James Prance wrote: Hi scott.. got it sorted now.. the actual error was in the subject: Cannot retrieve definition for form bean null Thanks anyway.. James Scott Barr [EMAIL

RE: setting a request parameter in JavaScript

2003-02-11 Thread João Luz
With javascript? Regards, Joao -Original Message- From: Hirschmann, Bernhard [mailto:[EMAIL PROTECTED]] Sent: terça-feira, 11 de Fevereiro de 2003 12:53 To: 'Struts Users Mailing List' Subject: AW: setting a request parameter in JavaScript Thanks for the hint, this seems to be

Re: Tomcat servlets calling weblogic EJB's

2003-02-11 Thread Daniel Jaffa
Ok, i am doing this right now, and it works Put the weblogic.jar is the C:\Program Files\Apache Group\Tomcat 4.1\shared\lib dir. I had no problem what so ever, and have this working on 3 of my coworkers machines - Original Message - From: Wendy Cameron [EMAIL PROTECTED] To: Struts

Re: ? tiles nesting

2003-02-11 Thread Cedric Dumoulin
Hi, It is possible to add new attribute in an extended definition. So, it is not mandatory to define the content attribute in your base definition. If this is not the case, this is a bug. Cedric Jörg Maurer wrote: Hi! 1.) If i defined in defintion.xml sth. that should work in jsp code

Re: sslex trouble

2003-02-11 Thread alexj
really strange it's work now... - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 3:56 PM Subject: Re: sslex trouble sslext this is a sslext trouble .. - Original Message - From: alexj [EMAIL

does any one use castor? for java to XML mapping

2003-02-11 Thread Ashish Kulkarni
Hi, Sorry to post a question about castor in this forum, but may be some one has used it can help me out. I tried to use castor and got stuck as there is very little material on internet to learn from, I have a very simple thing to do, I want to map my following XML file to a java class given

RE: still wondering Re: Where to repopulate dynamic lists ?

2003-02-11 Thread Mitchell Morris
#1) Create a custom tag library to share an application-wide cached value of the order list, and populate the list into scope: [snip] This is probably a pretty good solution, although doesn't this go against the thought of all the objects to display should be set up before you even reach

Re: does any one use castor? for java to XML mapping

2003-02-11 Thread Jacky Kimmel
I used Castor for a similiar function a while back. Look to this link for info: www.javaworld.com/javaworld/jw-12-2001/jw-1228-jaxb-p2.html Ashish Kulkarni [EMAIL PROTECTED] wrote:Hi, Sorry to post a question about castor in this forum, but may be some one has used it can help me out. I tried

Re: Tiles: passing attributes to definitions

2003-02-11 Thread Cedric Dumoulin
The only way I see to pass an attribute to a sub definition in the configuration file is by adding an extra definition: definition name=test.body extends=layout.simple put name=content type=string value=Hello, World! / /definition definition name=layout.simple extends=layout.empty put

Is anyone using tomcat 4.1.18 with nested tags?

2003-02-11 Thread Jeff_Mychasiw
We have been building an application on TC 4.0.4 we are trying to move up but are having some erratic problems. some are related to my other question:http://www.mail-archive.com/struts-user@jakarta.apache.org/msg58211.html The first tests are done on JBoss/Tomcat but now I am testing it on TC

Sharing violation when editing JSP file

2003-02-11 Thread Martin Gross
Hi, I ported an existing web application to Struts 1.1b3. Now I am getting a sharing violation whenever I try to save an edited JSP file after testing the application. The file seems to be locked by Tomcat. After restarting tomcat everything works fine as long as I do not test the

Re: still wondering Re: Where to repopulate dynamic lists ?

2003-02-11 Thread Rick Reumann
Sorry Craig to e-mail you directly but this topic has been up for a while and I'd really be curious on your take on this. (I'm working on struts demo and I don't mislead others by doing something 'wrong'). To recap I'm wondering what is the best practice for repopulating a dynamic list that a

Re: Tool to convert html file to strustified jsp

2003-02-11 Thread Martin Gross
Look at the ressources part of the Jakarta Struts Website. One example would be Struts Console. is there any tool which can convert an html file to strutsified jsp?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Is anyone using tomcat 4.1.18 with nested tags?

2003-02-11 Thread David Graham
This is a known issue with the nested tags and newer Tomcat versions. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16916 David From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Is anyone using tomcat 4.1.18 with nested tags?

RE: Is anyone using tomcat 4.1.18 with nested tags?

2003-02-11 Thread Sri Sankaran
Jeff: I have seen your several posts in the last day or so but haven't commiserated since you had indicated haven't read my posting (http://www.mail-archive.com/struts-user@jakarta.apache.org/msg57884.html). After debugging the problem, I had rephrased the problem in

I have the same question but about Forms.

2003-02-11 Thread pantichd
Hello, Not sure if this deserves another thread or if I can attach it to this one. I'm new to mailing lists so please be kind. : ) I'm working on a struts project now and going back and forth on whether to just have one form for the whole system or have many forms. In our case we put the

RE: I have the same question but about Forms.

2003-02-11 Thread shirishchandra . sakhare
I think this issue is very well explained by Ted in his book Struts In Action.. As he says,Forms sghould be just treated as carriers of data till the data is validated and hold the data till in case same is required to be returned to the user. So we should not waste too much time to design form

Nested Tags Problem .... Urgent

2003-02-11 Thread ashokd
Hi, I am facing problem with Nested Tags. I have a method in ActionForm private ArrayList mFormList = new ArrayList(); public Object[] getFormList() { return mFormList.toArray(); } public ArrayList getMyFormList() { return mFormList } public setMyFormList(ArrayList pFormList) {

<    1   2