Resource bundles

2002-09-17 Thread Mohan Radhakrishnan
Hi, Is there any way to load resource bundles with the associated .properties files ? Though this seems to defeat the purpose, somebody here thinks that the client can change the text files. Is there a way to put these inside java files and have struts' tags access them? bye, Mohan --

strutts radio button with onClick?

2002-09-17 Thread Lukas Österreicher
Hi there. I wondered it it was possible to add a javascript onClick event when hitting a struts radio button. Just adding it gives me an error on compilation: Attribute onClick invalid according to the specified TLD Help? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: strutts radio button with onClick?

2002-09-17 Thread Andrew Hill
Shouldn't that be onclick, rather than onClick? -Original Message- From: Lukas Osterreicher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 15:41 To: [EMAIL PROTECTED] Subject: strutts radio button with onClick? Hi there. I wondered it it was possible to add a javascript

Re: [STRUTS] tag for...

2002-09-17 Thread kiuma
After a good time configuring and searching packages I have the libs, but not the docs. I'll test it later. Ps.: is it a good policy the use of so many external libs ? Eddie Bush wrote: Oh - one note: Once you unpack the archive -- either before or after you configure the

[ARTICLE] RedBook about IBM WSED Struts

2002-09-17 Thread Emmanuel Boudrant
Hi everybody, One of the three part of this redbook preview is dedicated to Struts integration in WebSphere Studio Enterprise Developer (about 250 pages !), really impressive ! (but really expensive). -emmanuel FREE eclipse plugin : http://easystruts.sf.net

Newbie to struts

2002-09-17 Thread angela mcgrenra
Hi there I am working my way thtough a Struts tutorial and have a slight (simple I'm sure) problem... I have a bean (Book.java)saved and compiled in my classes dir at tomcat\webapps\strutsShop\WEB_INF\classes In this folder also is BookAction.java which needs to be able to find this bean,

New to struts

2002-09-17 Thread angela mcgrenra
Sorry Accidentally sent mail about struts tutorial problems before finishing it! As I said I'm geting a problem with the comlpiling of the BookAction.java file. I have tried everything I can think of with my classpath settings but nothing seems to work. It's probably a very basic error...

[ARTICLE] RedBook ab... Url is here

2002-09-17 Thread Emmanuel Boudrant
Oops, I forget the url ! It's here : http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246806.html?Open -emmanuel --- Emmanuel Boudrant [EMAIL PROTECTED] a écrit : Hi everybody, One of the three part of this redbook preview is dedicated to Struts integration in WebSphere

RE: Struts and Weblogic errors.

2002-09-17 Thread phpsurf
Hi We use the same struts and weblogic versions, and we also have this problem ... Indeed, we are developing with Jbuilder 7 and weblogic running inside Jbuilder in debug mode. Everytime we update a class and that class gets recompiled, it seems like weblogic swaps its entire memory in order to

RE: Newbie to struts

2002-09-17 Thread Howard Miller
Hi, I've read this about 5 times now and still can't get my head aroud what you are doing. Can you draw us a picture of what directories hold what, what your classpath is, and what your javac command is. Personally I have always used the structure recommended in the tomcat documentation that

RE: Newbie to struts

2002-09-17 Thread Howard Miller
Hi again, I'm assuming you are using Tomcat, which may not be the case... this is still worth a look I think http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/source.html Howard -Original Message- From: angela mcgrenra [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 09:48

html:radio inside logic:iterate disaster

2002-09-17 Thread Howard Miller
Hi, Having lots of problems with html:radio inside logic:iterate. Have moved it along but now have another problem. Here is my code html:form action=/survey logic:iterate id=surv name=usersession property=validsurvey type=com.marketingms.dynamic.ValidSurvey html:radio name=surv value=%=

upload exception

2002-09-17 Thread Adolfo Miguelez
Any idea about why this exception is being raised in a file upload? We are using Struts 1.0.2. [02.09.17 09:24:39:561 GMT+02:00] c59cfbc7 SRTServletReq X Access method was post but ContentType multipart/form-data; boundary=---7d290189a0e3c was not recognized TIA,

Re: [ARTICLE] RedBook about IBM WSED Struts

2002-09-17 Thread Adolfo Miguelez
Hi Enmmanuel, it seems really interesting. Could you please post the link to the redbook or its ID number? Regards, Adolfo. From: Emmanuel Boudrant [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: [ARTICLE]

Re: [ARTICLE] RedBook about IBM WSED Struts

2002-09-17 Thread Emmanuel Boudrant
Hi, I forget the url in original mail ;) http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246806.html?Open -emmanuel --- Adolfo Miguelez [EMAIL PROTECTED] a écrit : Hi Enmmanuel, it seems really interesting. Could you please post the link to the redbook or its ID

Re: [ARTICLE] RedBook ab... Url is here

2002-09-17 Thread Adolfo Miguelez
Cheers enmanuel, Adolfo From: Emmanuel Boudrant [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: [ARTICLE] RedBook ab... Url is here Date: Tue, 17 Sep 2002 10:55:27 +0200 (CEST) Oops, I forget the url ! It's here

Re: [ARTICLE] RedBook ab... Url is here

2002-09-17 Thread Adolfo Miguelez
Un redbook con la tercera parte dedicada a Struts + WSED. Me lo estoy bajando.. From: Adolfo Miguelez [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [ARTICLE] RedBook ab... Url is here Date: Tue, 17 Sep 2002 09:45:30 +

Re: Co-exist with Old JSP Code

2002-09-17 Thread John Yu
Struts is designed to be fully interoperable with JSP and Servlet. It's hard to list all the hooks. In short, while Struts is a layer on the top of JSP/Servlet, Struts doesn't ever try to hide the underlying technologies. At 01:29 pm 17-09-2002, you wrote: I am new to Struts and heard a lot

Re: [ARTICLE] RedBook ab... Url is here

2002-09-17 Thread Adolfo Miguelez
my apologises. I mistaked the to: address From: Adolfo Miguelez [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [ARTICLE] RedBook ab... Url is here Date: Tue, 17 Sep 2002 09:46:57 + Un redbook con la tercera parte dedicada a

RE: html:radio inside logic:iterate disaster

2002-09-17 Thread Howard Miller
mmm well my workaround looks like this... not sure I'm happy! html:form action=/survey logic:iterate id=surv name=usersession property=validsurvey type=com.marketingms.dynamic.ValidSurvey input type=radio name=surveyid value='bean:write name=surv property=surveyid' bean:write name=surv

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
OKAY I have a dir structure as follows C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\BookView.jsp C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\CreateBook.jsp C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\WEB-INF\classes\Book.java

RE: [OT] Struts Wiki?

2002-09-17 Thread Jesse Alexander (KADA 11)
Somehow I remotly record having seen some messages about a struts based wiki-system... a few searches on the net revealed Chiki (http://chiki.sourceforge.net) and this mailing-list message: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg25888.html At some moment I think it was

Re: Newbie to struts

2002-09-17 Thread Kalaiselvan
Verify that Book.java is in same directory as in BookAction.java Otherwise u must import Book.java in ur BookAction.java Better u put these two java's into the same package. Hope it will work. Kalaiselvan.S - Original Message - From: angela mcgrenra [EMAIL PROTECTED] To: [EMAIL

RE: Newbie to struts

2002-09-17 Thread Howard Miller
Correct me if I'm wrong, but it seems that the compiler is not finding class Book, which is (supposed to be) in the same default package as BookAction? Therefore the problem has nothing to do with struts.jar. A couple of observations... Don't use default packages with servlets and suchlike. You

Re: Newbie to struts

2002-09-17 Thread Jin Bal
Have you tried putting struts.jar into: C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\WEB-INF\lib ? I might have missed something in your post so forgive me if this is irrelevant HTH Jin - Original Message - From: angela mcgrenra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

RE: Newbie to struts

2002-09-17 Thread Miguel Angel Mulero Martinez
It's a silly answer, but, have you compiled Book before BookAction? -Mensaje original- De: angela mcgrenra [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 12:11 Para: [EMAIL PROTECTED] Asunto: RE: Newbie to struts OKAY I have a dir structure as follows

nested tags - version problem

2002-09-17 Thread Lister, Tom (ANTS)
we are using the nested tags library that is compatable with struts 1.0 but it depends on but it still contains references to the 'EmptyTag', which I think is 1.1 this has only become apparent when moving from development using tomcat to deployment on web-logic has anyone got this problem. If

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
Got it sorted - u were right Howard, had nothing to do with struts.jar. I added the path to the classes directory to the javac command and it compiled ok...not the way to go though! Thanks for all your help Angie From: Howard Miller [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
Got it sorted - u were right Howard, had nothing to do with struts.jar. I added the path to the classes directory to the javac command and it compiled ok...not the way to go though! Thanks for all your help Angie From: Howard Miller [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
Got it sorted - u were right Howard, had nothing to do with struts.jar. I added the path to the classes directory to the javac command and it compiled ok...not the way to go though! Thanks for all your help Angie From: Howard Miller [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

Nested tagscomplete example for Table (with check-box, hyperlink) Help, help help

2002-09-17 Thread Heligon Sandra
I am searching JSP example with Struts tags (probably nested tags) to display a table with multiple rows and columns. I have to follow a minimum well-defined format: - one column has to offer hyperlink; - one column is composed of check-box; -

RE: Nested tagscomplete example for Table (with check-box, hyperlink) Help, help help

2002-09-17 Thread Howard Miller
Might be no help at all, but I would certainly take a look http://edhill.its.uiowa.edu/display-0.8/ Howard Miller -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 11:43 To: '[EMAIL PROTECTED]' Subject: Nested tagscomplete example for Table

RE: Nested tagscomplete example for Table (with check-box, hyperlink) Help, help help

2002-09-17 Thread Lister, Tom (ANTS)
see http://www.keyboardmonkey.com/next/index.jsp they work a treat for master/detail type forms although I'm finding I may have to upgrade to form Struts 1.0 to 1.1 to get them working on Web logic :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Heligon

Scripting variables outside iterate tag

2002-09-17 Thread Luca Zago
Hi, probably it's a not so hard question, but really I cannot find a solution to this simple problem. This is the example of struts documentation: | logic:iterate id=element name=myhashtable Next element is bean:write name=element property=value/ /logic:iterate everything works fine. But I

RE: Scripting variables outside iterate tag

2002-09-17 Thread Miguel Angel Mulero Martinez
Use the request.getParameter(element) or something similar. -Mensaje original- De: Luca Zago [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 12:55 Para: Struts Users Mailing List Asunto: Scripting variables outside iterate tag Hi, probably it's a not so hard

Re: Scripting variables outside iterate tag

2002-09-17 Thread Gemes Tibor
2002. szeptember 17. 12:55 dátummal Luca Zago ezt írtad: | logic:iterate id=element name=myhashtable| html:option value='%= |element|.getName()%'bean:write name='|element|' property='name'//html:option /|logic:iterate /html:select| Check the html:options tag. Tib -- To

[STRUTS] Form error handling

2002-09-17 Thread kiuma
Hello, mine is a newbie question: When validate fails i put some code like this: newError = new ActionError(myform.error, ) errors.add( ActionErrors.GLOBAL_ERROR, newError ); in my properties file I put the key relative to myform.error. in struts-config.xml action name=listedUserForm

Re: [STRUTS] Form error handling

2002-09-17 Thread tnist
Kiuma, You can use one of the following: html:error/ tag: If placed at the top of a page, this will cause the errors to be displayed there. You should also ensure that errors.header and errors.footer messages are defined in your application resources file. This will help in

RE: Scripting variables outside iterate tag

2002-09-17 Thread Howard Miller
You can cast the id element by using the key= attribute of logic:iterate. Use the fully qualified name of the actual object type. HM -Original Message- From: Luca Zago [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 11:55 To: Struts Users Mailing List Subject: Scripting variables

RE: nesting bean:message within tiles:put

2002-09-17 Thread Holman, Cal
You are on the right track use the .properties key in the put: put name=title value=home.title / Then retrieve using importAttribute in the template: tiles:importAttribute name=title/ titlebean:message name=title scope=page//title Basically all you are doing is

Tiles/Template Automation

2002-09-17 Thread Adam Sherman
If I want to avoid defining attributes in multiple locations, and modifying more than one file for each new page, how should I use Tiles/Templates? To clarify: I want all files in a certain directory to use the same template. I also want the attributes, like Title, to be contained in the files

RE: Multiple logic:iterate still unclear

2002-09-17 Thread Steve
It seems that it was a syntax error coupled with a lack of some struts fundamentals that lead me down this road. I had the following: logic:iterate id=aAuthor name=aBook property=authorIds/ bean:write name=aAuthor/br /logic:iterate Note the '/' on the logic:iterate

The name of application resources?

2002-09-17 Thread Juraj Kazda
Hello everyone, I'm new to Struts and while discovering its magic I have short question: Is it possible to get the name of file with internationalized messages (ie. ApplicationResources.properties, or generally, the name set up in message-resources element of strusts-config.xml)? I

AppException couples business tier to Struts

2002-09-17 Thread Robert Taylor
I'm currently looking into the exception handling mechanism provided by Struts. Neat stuff really, because it hides exception handling logic that is not directly related to the business logic. One of the goals in developing my current application is to make things simple and reduce the number of

RE: Sub Apps

2002-09-17 Thread wbchmura
Well that saved me some research in the future... Thanks much! (its made it into my Struts-Saved folder - congrats) -Original Message- From: ekbush [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:34 AM To: struts-user Subject: Re: Sub Apps On a very high-level, yes

RE: Web Application directory structure

2002-09-17 Thread Gaurav . Goyal
Yes, appending context root is a nice little feature. Thanks for the tip. request.getContextPath() is going into the JSP coding standards doc. I wonder if there is some list of Design Practices or Coding Practices that were followed during the development of struts? It would be a nice learning

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread Chappell, Simon P
I was actually thinking more of a Rogue's Gallery. Perhaps a short bio and a picture of any members of the struts mailing list that would care to reveal their picture and a few facts about themselves. I have the webspace to put something simple and straight-forward together. Any takers? Simon

RE: The name of application resources?

2002-09-17 Thread James Mitchell
Perhaps it would be better to explain what you want to do before you do this. Why do you need to extract the name? Are you needing this in your action class? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network

RE: Sub Apps

2002-09-17 Thread Robert
I just got around to reading this and glad I did. At the moment I'm still stuck in the 1.0 world and wasn't looking forward to figuring out the 1.1 ways, but this has certainly helped a bunch. This is the kind of thing that should be in the docs (if it isn't already). - Robert -Original

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread James Mitchell
KL HIM!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September

Re: nested tags - version problem

2002-09-17 Thread Arron Bates
Do you mean the nested_tags_10.jar from my site?... I just checked the tld, there's no mention of the EmptyTag or the NestedEmptyTag that extends from it. It is in the Jar, but if it's not in the tld file, it's not going to get called. Other people are running off weblogic on the old jars also.

RE: Nested tagscomplete example for Table (with check-box, hyperlink) Help, help help

2002-09-17 Thread Arron Bates
On Tue, 2002-09-17 at 20:53, Lister, Tom (ANTS) wrote: see http://www.keyboardmonkey.com/next/index.jsp they work a treat for master/detail type forms although I'm finding I may have to upgrade to form Struts 1.0 to 1.1 to get them working on Web logic You wont be sorry for going through the

RE: The name of application resources?

2002-09-17 Thread Juraj Kazda
Hello James. Yes, I suppose to use it in action class. This action class is responsible for changing the Locale/language of application. I know, that if I try to change to language which appropriate message file is not available, default .properties file will be used. However, I use logging in

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread Chappell, Simon P
Interesting I didn't get Mark's email, perhaps attachments are blocked? Please send directly to me and not the list. This will help us not get in too much trouble for being off topic on a non-Friday! :-) Simon - Simon P.

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread James Mitchell
He sent a picture of Osama. Do you still want to see it? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent:

Best practices for collections in form objects?

2002-09-17 Thread Davide Bruzzone
Greetings all... I'm trying to find out if there are any known best practices when it comes to collections within form objects? - First, if a collection of stuff (i.e. Either objects that contain multiple values, or collections of single values such as strings) needs to be displayed on a page

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread Chappell, Simon P
No, it did finally come through. Thanks Mark! So much for the idea of a photo resource page to help struts newbies. Simon -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:51 AM To: Struts Users Mailing List Subject: RE: [OT] NAME

RE: Has anyone successfully implemented Jakarta Struts 1.0.2 in iPlanet 6.5?

2002-09-17 Thread Scott P. Bartle
For those of you interested in the answer to this issue... there are two solutions that have proved to work. SOLUTION 1 (provided by Jerod Wilkerson, [[EMAIL PROTECTED]]): Simply move the curly-brace from above the AddDataSourceRule definition to below it (changing it from a top-level to an

[STRUTS] ..about struts-el

2002-09-17 Thread kiuma
Hello, I've compiledstruts-el libs, but couldn't be able to generate docs. Could some1 be so kind to post them to me ? I particulary would like to know how to do such a thing (the following code is not correct!) html:text property=state size=35 maxlength=255

RE: [STRUTS USERS ID] Placing a face with the name

2002-09-17 Thread Galbreath, Mark
Now, now...don't lose your senses of humor. I think your idea a a very good one and I'll get you a JPG when I get home tonight with a brief bio.

SQL Query Builder [Off Topic]

2002-09-17 Thread Howard Miller
Hi, This is completely off-topic, and I'm sorry in advance, but this is where all the usefull people live!!! Has anybody come accross a SQL query builder, or even query-by-example builder in java. That is something to visually put together a query for non-sql-savy users. Its to live in a Struts

RE: [STRUTS USERS ID] Placing a face with the name

2002-09-17 Thread Chappell, Simon P
:-) I'll start laying out a format tonight and we'll see what we can come up with. For my picture I am planning to use a family portrait (with a wife and two daughters, you should be able to figure out which one is me! :-) Keep the bio shortish and send me the biggest picture you can, I'll

Link to jsp that resides under WEB-INF

2002-09-17 Thread Khan, Manuchehar A (ACF)
I have moved all of my jsp's under the WEB-INF directory except the login page that resides in application root directory. Everything works fine execept links. How can I provide a link to jsp which resides in WEB-INF ? e.g href=/WEB-INF/jsp/abc.jsp? (Application not accepting this when i try to

Need assistance with application flow (struts-config.xml question)

2002-09-17 Thread John Owen
I have a jsp that uses html:link to call an action that needs no input (and hence no form) from a user, e.g. : html:link page=/tacaReport.do. I then populate a resultant form within the action class and forward (on success) to this form. Should I set up my struts-config.xml like this : !--

RE: Link to jsp that resides under WEB-INF

2002-09-17 Thread Darren Hill
This must be done at the servlet level. Great way to protect all your resources ... but you cannot link from a jsp to a jsp under the WEB-INF. You should be doing this through configuration anyway. action path=/Welcome type=org.apache.struts.actions.ForwardAction

RE: Link to jsp that resides under WEB-INF

2002-09-17 Thread Schneider, Eric
M, There is no point of moving your jsp pages in the WEB-INF directory if your going to provide direct links to them. For one, it will not work (as your seeing). Secondly, it defeats the purpose of doing it in the first place. Use action forwards to route request to the jsp pages. Cheers, e.

refreshing application properties

2002-09-17 Thread Andy Kriger
I have a webapp running under Resin using Struts. I am storing message strings and SQL queries in an application properties file. I have a class that extends Action. It does... MessageResources messages=getResources(); String msg = messages.getMessage(myString); I would like to be able to make

Re: Need assistance with application flow (struts-config.xml question)

2002-09-17 Thread John Owen
Please ignore this, I didn't mean for this to be sent just yet. ;) - Original Message - From: John Owen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 10:29 AM Subject: Need assistance with application flow (struts-config.xml question) I have a jsp that uses

Newbie Questions

2002-09-17 Thread Vipul Sagare
Do I have to have a separate ActionForm bean for every HTML form? Can I use other beans or hashmaps with ActionForms? __ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL

RE: refreshing application properties

2002-09-17 Thread Edgar Dollin
Write a method which removes the attribute (or sets it null) named 'org.apache.struts.action.MESSAGE' or similar object in the application context. edgar -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 10:43 AM To: 'Struts Users Mailing

RE: [OT] Struts Wiki?

2002-09-17 Thread Javier Castanon
Cliff: I'm about to start a new project involving Struts, and recently subscribed to this list, (since August 1st) and I think I'd be able to collaborate in this effort. Javier That would be great. I have ample hosting, but as yet no Java support. I'd like to hear if anyone is doing

RE: refreshing application properties

2002-09-17 Thread James Mitchell
I could be wrong, but every thing I've seen tell me that you can't do this with the current MessageResources API. There is no call for reloading or even modifying values. I've written a DBMessageResources, and working on XMLMessageResources, there seems to be an cache issue, so (currently) I am

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread James Mitchell
Well, I'm pretty proficient in sql. But for extremely complex queries that require multiple outer joins (like more than 8 tables), I rely on the visual query building capabilities of Visual Interdev (ya ya ya M$ sucks). I'd love to hear about any open source project that can do what Interdev

UML representation of Struts Action

2002-09-17 Thread alex hun
hi all, Currently, my project team is working on the software architecture document and design document for our project. However, we are uncertain of the way the how the various actions are to be represented in UML for the sequence diagram in other not to clutter the diagram too much. Our

RE: refreshing application properties

2002-09-17 Thread Tero P Paananen
I could be wrong, but every thing I've seen tell me that you can't do this with the current MessageResources API. There is no call for reloading or even modifying values. This is correct. We recently implemented a way to reload the application resources by extending the MessageResource API.

form file upload with dynaactionform?

2002-09-17 Thread Fabian Sommer
Hi folks! Perhaps silly question, but I don't get the answer by browsing the struts-docs: I got a html:file - input field and want to parse the input file for some data. 1. Which data type is the right one to get the result of the input field? I've got a dynaactionform-bean to retrieve the form

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread Galbreath, Mark
I use PL/SQL Developer 5.0. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:00 PM To: Struts Users Mailing List Subject: RE: SQL Query Builder [Off Topic] Well, I'm pretty proficient in sql. But for extremely complex queries that

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread James Mitchell
Isn't that only for Oracle? I was hoping to find an Open Source Swing alternative myself. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Galbreath, Mark

Re: refreshing application properties

2002-09-17 Thread Eddie Bush
That doesn't just go for MessageResources -- it goes for all of your entire web-app config. Once the configuration has been frozen, any attempt to modify it will meet with an exception being thrown. Regards, Eddie James Mitchell wrote: I could be wrong, but every thing I've seen tell me

RE: Newbie Questions

2002-09-17 Thread James Mitchell
-Original Message- From: Vipul Sagare [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 11:45 AM To: Struts Users Mailing List Subject: Newbie Questions Do I have to have a separate ActionForm bean for every HTML form? No, the ActionForms are specified as: form-bean

RE: The name of application resources?

2002-09-17 Thread James Mitchell
Take a look at the source code for MessageResources and it's default implementation PropertyMessageResources. You'll gain an appreciation for why this won't work (by default) and doing it yourself would be (what I consider) a non-supported modification ;) I'm not trying to discourage you. I

Re: Sub Apps

2002-09-17 Thread micael
Damn, Eddie! Nice job! At 11:34 PM 9/16/2002 -0500, you wrote: On a very high-level, yes :-) Back in the old days (Struts 1.0), you used to have one application. You configured the action servlet in web.xml, and told it where to find your one (and only) struts-config.xml file. This one file

Re: Co-exist with Old JSP Code

2002-09-17 Thread micael
It works, I have tried it. Struts is not demanding. This is good, too, since there are many out-of-the box open source apps that are not strusts enabled. At 10:52 PM 9/16/2002 -0700, you wrote: David Lee wrote: I am new to Struts and heard a lot of good things about it. However, before

RE: Sub Apps

2002-09-17 Thread Hohlen, John
Can anyone elaborate on how to use the SwitchAction class. Specifically, how does one populate the two request paramters prefix and page. Note that these are not request attributes. Thanks, JOHN -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17,

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread Galbreath, Mark
yep - but I'd be willing to bet someone has written a Swing query engine. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:10 PM To: Struts Users Mailing List Subject: RE: SQL Query Builder [Off Topic] Isn't that only for Oracle?

RE: Sub Apps

2002-09-17 Thread wbchmura
+1 for adding this to the main documentation! -Original Message- From: rmcintosh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 10:26 AM To: struts-user Subject: RE: Sub Apps I just got around to reading this and glad I did. At the moment I'm still stuck in the 1.0

RE: Best practices for collections in form objects?

2002-09-17 Thread Robert Taylor
I would say it depends on the context of your application as to where you place the collection. If your collection of objects is static (doesn't change), and all users share the same view of the collection, then you may consider placing the collection in application scope (ServletContext). As

[STRUTS BUG] problems with multipart/form-data enctype

2002-09-17 Thread flare
I've a form in which users can upload a file and send comments in a textarea, everything works as espected but when I try to convert the linefeeds I got from the textarea to br, in the ActionForm, apparently I cannot find them.. it seems the string gets corrupted !? cut here --- public

Need help with logic:iterate

2002-09-17 Thread John Owen
I include the following tags in my jsp (tacaReport.jsp) : logic:iterate id=element name=output type=com.brasfieldgorrie.timetracker.reporting.ReportRow tr tdbean:write name=element property=sectionHeader//td tdbean:write name=element property=empLastName//td tdbean:write

RE: [STRUTS USERS ID] [THIEF!!!]

2002-09-17 Thread Phase Web and Multimedia
Stop he stole my idea!!! Just kidding. I look forward to seeing everyones faces. Who will qualify for posting? Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Chappell, Simon P [mailto:[EMAIL

Re: Sub Apps

2002-09-17 Thread Eddie Bush
Assume /goToApp.do maps to an action of type SwitchAction and is contained in the default sub-application: http://myDomain.dom:8080/myApp/goToApp.do?prefix=/modulepage=/theAction.do That will take you from the default sub-application to the module sub-application, and execute theAction within

RE: The name of application resources?

2002-09-17 Thread Juraj Kazda
Hello, I was trying to do this just for curiosity - learning struts. My intent was just to log an error message when someone (webdesigner/me :-)) tries to call my ChangeLang action with wrong parameters. Say, I have ApplicationResources.properties (English messages/texts) and

Struts Declarative Exceptions Questions

2002-09-17 Thread Jeff_Mychasiw
I am making use of the Declarative Exceptions at the action level as such.. exception key=error.data.page path=/error/CustomerError.jsp type=com.nlg.ar.common.exception.CustomerException/ In this situation, is it possible to gain access to the actual thrown exception within

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread Howard Miller
Mmm... I actually just need to build the where clause part. But I need to give my users only the possible fields and values that are available, yet let them have the opportunity in construction fairly complex filters with multiple AND and OR and parenthesis. A general expression builder might

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread micael
Bad hair day? At 10:26 AM 9/17/2002 -0400, you wrote: Sure! Here I am (attached). My bio is in the archive, me thinks. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 10:15 AM To: Struts Users Mailing List Subject: RE: [OT] NAME

Re: Resource bundles

2002-09-17 Thread Eddie Bush
If I understand your question, my answer is that the client cannot change your property files. They live under WEB-INF/classes. Clients may not access WEB-INF (or anything under it) unless you specifically forward them there. Even if you did that, you will wouldn't be changing anything --

RE: [STRUTS USERS ID] [THIEF!!!]

2002-09-17 Thread Chappell, Simon P
Now, now, I enhanced and built upon your idea. That's the Apache way right?! :-) I plan to publish anyone who cares enough to send me a decent picture and a bio. I will blatently discriminate in favour of people who's names I recognise (and who aren't mean to me! ;-) first and then add the

Re: SQL Query Builder [Off Topic]

2002-09-17 Thread Brian Hickey
Suggestion - simplify Layout a JSP page using radio buttons (Or's) and CheckBoxes (AND's) that coincide with the fields/values/whatever. If you can layout the page and make it simple, logical and functional, then you can write the qualifier class(es) to build your WHERE clauses. Swing is likely

Re: [STRUTS USERS ID] [THIEF!!!]

2002-09-17 Thread Eddie Bush
Suggested order: - Papa-Strut (note he is a committer and exclude him from the next list) - Committers first (Alpabetical) - Non-Committers (Alphabetical) Chappell, Simon P wrote: Now, now, I enhanced and built upon your idea. That's the Apache way right?! :-) I plan to publish

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread Peter S. Hamlen
It doesn't quite fit the exact bill you're looking for but just to put in the two cents for another wonderful Jakarta project: We use Torque (http://jakarta.apache.org/torque) to do our database access. It supports most major databases (mysql, oracle, postgres, sql server, etc, etc.). One of

  1   2   3   >