Re: multiple parameters for dispatchaction

2003-01-03 Thread usha
Hi Dan Tran Correct on the first page i don't have any form its just a list upon cliking the primary key field i need to fill out my ActionForm for that primary key to show it on the next page. Thanks usha Dan Tran wrote: So you start out with a list of items and upon clicking on the item

Re: multiple parameters for dispatchaction

2003-01-03 Thread Dan Tran
Now I understand, you are trying to use a single dispatch action object for all actions. Sorry I could not figure out how to pass another param to the dispatch, however I have another suggestion: Break your action object into 2 action classes - LoadAction to process and HREF to load the

RE: ArrayDescriptor - GenericConnection exception

2003-01-03 Thread Adolfo Miguelez
We solved a close problem with StructDescriptor/ArrayDescriptor and WAS/VisualAge pool and a cumbersome ClassCastException by extracting getPhysicalConnection() from the connection returned by the IBM pool. Hope it can save time for someone in the same trouble since it take quite a long time

Re: multiple parameters for dispatchaction

2003-01-03 Thread Dan Tran
After reading your message more carefully, where is your problem? in the first page or second page? -D - Original Message - From: usha [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 03, 2003 12:00 AM Subject: Re: multiple parameters for

struts on iPlanet webserver4.1

2003-01-03 Thread Arun Jannela
HI, Could you please let me know what might be wrong ..I was unable to run the struts on iPlanet webserver4.1. Arun org.apache.jasper.JasperException: Unable to open taglibrary /WEB-INF/struts-bean.tld : at

Re: multiple parameters for dispatchaction

2003-01-03 Thread usha
Hi Dan Tran my problem is when i click a link on the first page it will be sent to a particular method on the dispatchaction class, in that particular method i need to know the my primary key that i selected on the first page.so that's why i am thinking to sent it as a parameter in the url so

Re: Page Anchoring using Tiles Def

2003-01-03 Thread Cedric Dumoulin
Hi, For me, it is not possible to specify on the server side where to jump in the resulting page on the client side. Only the client (browser) can request a page and specify an anchor in this page. The server has no way to change the uri or anchor of the requested page, unless using a

Re: Beta3: Log4j gone mad

2003-01-03 Thread Andreas Mack
On Thu, 2003-01-02 at 14:13, Davor Cengija wrote: All the categories are covered by their specific loggers (com.mycompany, org.apache etc) so I don't need the rootLogger. However, when added (associated with A1) everything actually goes to A1 (Project.log file) and not to stderr but the

Re: Beta3: Log4j gone mad

2003-01-03 Thread Davor Cengija
Andreas Mack wrote: On Thu, 2003-01-02 at 14:13, Davor Cengija wrote: Maybe. I think I had the same problem, but everything went to root *in addition* to the normal files. I've set additivity to false in each of my loggers, like: - log4j.logger.de.mediales.htng=DEBUG, A2

Re: multiple parameters for dispatchaction

2003-01-03 Thread Affan Qureshi
Of course. Set up a link like: A href=myDispatch.do?method=loadpkey=1112Link Text/A In the action class you can get the value of the primary key by request.getParameter(pkey) Was that the problem or am I missing something? Affan - Original Message - From: usha [EMAIL PROTECTED] To:

Re: defeating caching

2003-01-03 Thread Caoilte O'Connor
thanks for the tip, but I've already tried adding that line and people still complain that their proxy servers are caching pages (these are school networks where that's the only way to access the internet). - Is there a particular place in the struts-config where the controller element must

Need help for java IDE

2003-01-03 Thread Ravireddy
Hi greetings, I want to know any opensource IDE for Java which is compatable for Debugging java, jsp and j2ee , If anyone knows , pls let me know Ravi

Re: Need help for java IDE

2003-01-03 Thread Amandeep . Midha
Netbeans is quite a good ide, try it --- Amandeep Midha (CHARMIE) IT Solutions, India TEL : 91-80-6655122 extn. 2117 MOBILE: +919844048126 FAX: 91-80-6655755

RE: REPOST: Forcing the ActionForm to populate a field before the other

2003-01-03 Thread Brown, Melonie S. - Contractor
Craig, You said below that There are no guarantees on the order that the setters are called. This is for two reasons: [snip] Wouldn't that also mean that the example given by Ted Husted at http://www.husted.com/struts/tips/006.html (using multiple sets of arrays and hidden fields to keep

Struts based app. and SSL doesnt work together

2003-01-03 Thread Maris Orbidans
hello all We have finished a large project which was based on Struts. Now our client wants to use SSL. We set up SSL and now our app. doesnt work anymore. It seems that form beans aren't being populated. I think that maybe struts control servlet cant read GET parameters for some reason. Our

RE: Need help for java IDE

2003-01-03 Thread James Mitchell
Also consider Eclipse http://www.eclipse.org -- James Mitchell Software Engineer/Open Source Evangelist http://www.open-tools.org C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg. - Bjarne Stroustrup -Original

RE: Struts based app. and SSL doesnt work together

2003-01-03 Thread mech
Maybe describe your enviroment more. Because I have similar situation, but have no problem with my Tomcat 4.1.18, mod_jk 1.2.0, Apache 1.3.27 setup (opensa.org Apache) I'm developing a Struts App which is using both http and https (mainly for login). I mainly use html:form - post, sometimes I use

RE: multi row / multi col input forms

2003-01-03 Thread Mike Ash
Thanks! I finally see the light. -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 5:44 PM To: 'Struts Users Mailing List' Subject: RE: multi row / multi col input forms Here's one way to do it: Let's say you want to be able to record the

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Siggelkow, Bill
Did you try taking the version off the URI? In other words, use: http://jakarta.apache.org/struts/tags-tiles; -Original Message- From: Daniel Grey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 5:21 PM To: [EMAIL PROTECTED] Subject:

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
Eclipse is more mature than Netbeans and more than http://www.jedit.org I have worked with all of them. I recommend using Eclipse. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:55 PM To: 'Struts Users Mailing List' Subject: RE: Need

RE: Need help for java IDE

2003-01-03 Thread James Childers
As much as I like Eclipse, it doesn't do JSPs at this time, which is what the original poster asked for. (AFAIK; if there is a plug-in available somebody please correct me.) -= J -Original Message- From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003

RE: Need help for java IDE

2003-01-03 Thread ROSSEL Olivier
As much as I like Eclipse, it doesn't do JSPs at this time, which is what the original poster asked for. (AFAIK; if there is a plug-in available somebody please correct me.) There are plug-ins to debug java code corresponding to JSPs, with the line number of the original JSP. This e-mail is

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
There's a plugin named: Lomboz it has JSP support. -Original Message- From: James Childers [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:40 PM To: Struts Users Mailing List Subject: RE: Need help for java IDE As much as I like Eclipse, it doesn't do JSPs at this time,

RE: ApplicationResources.properties

2003-01-03 Thread pqin
Isn't it defined in struts config xml? message-resources parameter=/? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Jimmy Oh [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 12:27 AM To: Struts Users Subject:

Re: Need help for java IDE

2003-01-03 Thread Robert S. Sfeir
On Friday, January 3, 2003, at 09:39 AM, James Childers wrote: As much as I like Eclipse, it doesn't do JSPs at this time, which is what the original poster asked for. (AFAIK; if there is a plug-in available somebody please correct me.) There's Lomboz on sourceforge.net but in my opinion in

RE: Does not work to use SaveToken to avoid duplicated submit if I us e the same jsp as the form and also as the resulting page?

2003-01-03 Thread pqin
On top of this question, I would like to know if this token can resolve issues casuing by depressing BackSpace key? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Jason Yam [mailto:[EMAIL PROTECTED]] Sent: January

RE: Struts based app. and SSL doesnt work together

2003-01-03 Thread Maris Orbidans
Mod_ssl 2.8.12 Apache HTTP server 1.3.27 Tomcat 4.0 Maris -Original Message- From: mech [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:59 PM To: 'Struts Users Mailing List' Subject: RE: Struts based app. and SSL doesnt work together Maybe describe your

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
$200 is not much, but in case of free IDE: Eclipse;) -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:44 PM To: Struts Users Mailing List Subject: Re: Need help for java IDE On Friday, January 3, 2003, at 09:39 AM, James Childers

RE: Struts based app. and SSL doesnt work together

2003-01-03 Thread pqin
Have you checked apache's ssl log? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 9:47 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject:

Re: Need help for java IDE

2003-01-03 Thread Robert S. Sfeir
On Friday, January 3, 2003, at 09:51 AM, Arik Levin ( Tikal ) wrote: $200 is not much, but in case of free IDE: Eclipse;) Yeah but everything free is not as good as struts ;-), some things you have to pay to get it right. R -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
IntelliJ's IDEA is that good??? I'm not familiar with it -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:52 PM To: Struts Users Mailing List Subject: Re: Need help for java IDE On Friday, January 3, 2003, at 09:51 AM, Arik Levin (

Re: Need help for java IDE

2003-01-03 Thread Robert S. Sfeir
On Friday, January 3, 2003, at 10:11 AM, Arik Levin ( Tikal ) wrote: IntelliJ's IDEA is that good??? I'm not familiar with it You don't know what you're missing! Download it, it's free for 30 days. Won't take you anywhere near that long to get used to it, and get addicted to it. R --

RE: Need help for java IDE

2003-01-03 Thread Sri Sankaran
The thing I like about IDEA is that because it is so intuitive to use it gets out of the way of coding. If you find yourself thinking I *should* be able to do xyz by, say, right-clicking... chances are that's how it is done. Since it is written for Java application development, its feature

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
I'll do that R, thanx! -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 5:17 PM To: Struts Users Mailing List Subject: Re: Need help for java IDE On Friday, January 3, 2003, at 10:11 AM, Arik Levin ( Tikal ) wrote: IntelliJ's IDEA is

Re: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Cedric Dumoulin
Hi, The taglib-urihttp://jakarta.apache.org/struts/tags-tiles-1.1/taglib-uri specifies a logical name that jsp pages can use. You can replace it by any logical name as long as your jsp use the same logical name. The taglib-location specified where the tld file resides in your application.

RE: Need help for java IDE

2003-01-03 Thread mech
I tried Lomboz, but actually you need it only if you use an application server like JBOSS. Just for Tomcat's purposes you can try: Sysdeo Eclipse Tomcat Launcher Plugin http://www.sysdeo.com/eclipse/tomcatPlugin.html Not such feature overloaded like Lomboz, if just writing webapps, but does the

[FRIDAY] show this to your wife/wives

2003-01-03 Thread Gemes Tibor
http://www.monster-hardware.com/articles/marriedageek.htm Tib -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[OT] some log4j problems using RollingFileAppender not creating a backup file

2003-01-03 Thread Rick Reumann
I know this isn't a struts question, but the log4j list seems pretty dead that I posted this to and I've searched and searched for some answers and I'm desperate now:). Maybe someone else using log4j in their struts apps has run into this problem... I'm using log4j 1.2.7jar and Tomcat 4.0.6 on

DynaValidatorForm data not repopulating

2003-01-03 Thread Samir Shah
Hi, I have a form which get populated using bean in the request object, the use can edit information and submit it. The formbean for this defined as below. form-bean name=gotoStep2Form type=org.apache.struts.validator.DynaValidatorForm form-property name=propId

Re: DynaValidatorForm data not repopulating

2003-01-03 Thread Rick Reumann
On Friday, January 3, 2003, 11:04:08 AM, Samir wrote: SS PROBLEM: The problem is it fails to draw the form SS with the information. basically no form in drawn. Is absolutely nothing drawn or is the html form drawn but just the fields aren't filled back in with what the user selected? Stupid

RE: [OT] some log4j problems using RollingFileAppender not creating a backup file

2003-01-03 Thread Siggelkow, Bill
Rick, I have had this working with Log4j 1.2.6 on both solaris and windows. I saw your post on the struts-atlanta group about this and noting some possible windows file locking issue. Have you tried a different path to see if that makes any difference? Maybe use a relative file path?

Re[2]: [OT] some log4j problems using RollingFileAppender not creati ng a backup file

2003-01-03 Thread Rick Reumann
On Friday, January 3, 2003, 11:27:08 AM, Bill wrote: SB Rick,I have had this working with Log4j 1.2.6 on both solaris SB and windows. I saw your post on the struts-atlanta group about SB this and noting some possible windows file locking issue. Have SB you tried a different path to see if

Re: DynaValidatorForm data not repopulating

2003-01-03 Thread Samir Shah
Is absolutely nothing drawn or is the html form drawn but just the fields aren't filled back in with what the user selected? The HTML page gets drawn, but I get an error logged that says [1/3/03 11:00:02:000 CST] 7da25c48 WebGroup X Servlet Error: Cannot find bean prospect in any scope:

RE: Re[2]: [OT] some log4j problems using RollingFileAppender not creati ng a backup file

2003-01-03 Thread Siggelkow, Bill
Are you saying that when it reaches 2K it is creating a new backoffice.log but not creating the archive (backup) copy? -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 11:58 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject:

RE: [FRIDAY] show this to your wife/wives

2003-01-03 Thread Chappell, Simon P
Now this is very funny. I'm gonna have to show this to my wife. Thankfully my wife is very understanding of my geek tendencies and has even suggested that I buy her the I love my geek t-shirt from thinkgeek.com for valentines day! Cool or what? :-) Here's the link:

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Daniel Grey
Yes the taglib-location file exists in the correct location: taglib-location/WEB-INF/struts-tiles.tld/taglib-location The beginning of struts-tiles.tld is: ?xml version=1.0 encoding=UTF-8? !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN

RE: [FRIDAY] show this to your wife/wives

2003-01-03 Thread Jeff Jensen
Very cool indeed. I gave the I Love My Geek t-shirt to my wife for this Christmas. She absolutely loved it! Highly recommended. I also gave the Geek in Training t-shirt to my 4 year old (who rules the computer already...I think he will begin Struts contributions by the time he is 6 :-).

html:select and html:options

2003-01-03 Thread Jose Luis
hi everyone, i have a page whit the following code: nested:select property=sector nested:options property=sectorCompany/ /nested:select where sectorCompany is an ArrayList that i built prior to view the jsp. My problem is: what i really need is to pass to the result action the value which

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Daniel Grey
Yes I did - still get the same results. I've tried more variations on that than I can remember. Thanks -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 6:33 AM To: 'Struts Users Mailing List' Subject: RE:

tiles:insert page= question...

2003-01-03 Thread ajTreece
I have a need to display a page via tiles:insert page=some-page /, but the trick is the page is NOT contained in the webapp. It is a page that is external to the webapp but still on the same server. I have recently switched from using iPlanet v6 to Tomcat v4.1.18 as my web server/container for

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread pqin
Don't understand why you prefer an absolute path? I use relative path, In web.xml taglib taglib-uri/tags/struts-tiles/taglib-uri taglib-location/WEB-INF/struts-tiles.tld/taglib-location /taglib tld file is in my WEB-INF, struts.jar is in my WEB-INF/lib, and tiles plugin is

RE: html:select and html:options

2003-01-03 Thread Sterin, Ilya
You can use the LabelValueBean class for that, see www.husted.com for examples. Ilya -Original Message- From: Jose Luis To: Struts Users Mailing List Sent: 1/3/03 11:04 AM Subject: html:select and html:options hi everyone, i have a page whit the following code: nested:select

RE: tiles:insert page= question...

2003-01-03 Thread Siggelkow, Bill
It is my understanding that any page that you include cannot be outside of the current servlet context root. In fact, I am surprised that this worked for you on iPlanet -- it seems to me to be inviolation of the servlet spec. -Original Message- From: ajTreece [mailto:[EMAIL PROTECTED]]

Newbie struts-blank question.

2003-01-03 Thread Alok Pota
I have a simple application built on top of the struts-blank template. The app consist of a simple jsp, action class, action form class trilogy to get my hands wet. I noticed that for some reason, the perform(..) method of the action class never gets called. So I decided to extend ActionServlet

nestedtag, iterate and multibox

2003-01-03 Thread Jose Luis
I´m testing the nested tags, and i found some troublesome in the way i used to do things and with nested tags i couldn´t. Here is an example, (perhaps someone have a solution or workaround). here is the code: nested:iterate property=empleados id=service indexId=servIdx tr align=center

Re: Newbie struts-blank question.

2003-01-03 Thread Khalid K.
what version of Struts are you using? I believe the perform method is deprecated in 1.1-b* checkout the javadocs http://jakarta.apache.org/struts/ Khalid - Original Message - From: Alok Pota [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 10:17 AM Subject: Newbie

Re: html:select and html:options

2003-01-03 Thread Jose Luis
RE: html:select and html:optionsnow i have the page www.husted.com/struts/, please could you guideme where exactly or moreless? Thanks p.s happy new year - Original Message - From: Sterin, Ilya To: 'Jose Luis ' ; 'Struts Users Mailing List ' Sent: Friday, January 03, 2003 7:08

RE: Newbie struts-blank question.

2003-01-03 Thread Alok Pota
I'm using the perform method with the following signature. perform(ActionMapping mapping, ActionForm form, HttpServletRequest request,HttpServletResponse response) Two perform methods that use ActionServlet as one of their arguments have been deprecated. The one I am using has not been

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Craig R. McClanahan
On Fri, 3 Jan 2003 [EMAIL PROTECTED] wrote: Don't understand why you prefer an absolute path? I use relative path, In web.xml taglib taglib-uri/tags/struts-tiles/taglib-uri taglib-location/WEB-INF/struts-tiles.tld/taglib-location /taglib In a JSP 1.2 (or later) container,

RE: Newbie struts-blank question.

2003-01-03 Thread Alok Pota
My bad. You are right its deprecated. Thanks -Original Message- From: Alok Pota [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 12:28 PM To: Struts Users Mailing List Subject: RE: Newbie struts-blank question. I'm using the perform method with the following signature.

Re[4]: [OT] some log4j problems using RollingFileAppender not creati ng a backup file

2003-01-03 Thread Rick Reumann
On Friday, January 3, 2003, 12:11:48 PM, Bill wrote: SB Are you saying that when it reaches 2K it is creating a new SB backoffice.log but not creating the archive (backup) copy? Yes exactly. It doesn't create the archive(backup) copy. (And actually it doesn't 'always' seem to even create a

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Daniel Grey
The problem is that I inherited this monstrosity, didn't create it. Can't find a config.xml. Pardon my ignorance, but what is in the /tags/struts-tiles location? Thanks very much d -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 10:12

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Daniel Grey
I just looked in the struts.jar and the tiles.jar and they both have a META-INF/struts-tiles.tld. Problem is that I inherited this monstrosity of files, jars, jsps etc. It feelss like 20,000 leagues under the sea... Thanks mucho -Original Message- From: Craig R. McClanahan [mailto:[EMAIL

Re: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Khalid K.
the tld files are under the WEB-INF directory of your web app. - Original Message - From: Daniel Grey [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 03, 2003 10:43 AM Subject: RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

Re: FYI: Struts in Action Unavailable at Amazon

2003-01-03 Thread Ted Husted
After several inquiries, my publisher has finally gotten Amazon to update their database to reflect the true status of the book, Available in 24 hours. They do have copies in the warehouse, and a third reprinting is in the works for when these run out. Thanks for bringing this up =:0) -Ted.

link broken

2003-01-03 Thread Khalid K.
tried downloading Struts 1.1-b3, from the following page: http://jakarta.apache.org/site/binindex.html clicked on the following link: Struts 1.1 Beta 3 http://jakarta.apache.org/site/[preferred]/jakarta/struts/binaries/ got a page not foundnot sure where to report this... Khalid -- To

RE: Re[4]: [OT] some log4j problems using RollingFileAppender not creati ng a backup file

2003-01-03 Thread Siggelkow, Bill
Do you have a Windows Explorer window open on that folder? I have found that Windows explorer can hold locks this way. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 1:30 PM To: Struts Users Mailing List Subject: Re[4]: [OT] some log4j

Dynamic forwarding to generated page

2003-01-03 Thread Darrel Riekhof
My action class generates the file that I'd like it to forward to. This generated file doesn't have a standard name, it depends on parameters. So, instead of using the standard mapping.findForward( Success ) call at the end of my execute() method, I was planning on creating my own

Re: FYI: Struts in Action Unavailable at Amazon

2003-01-03 Thread Vincent Stoessel
3rd printing huh? Congrats to you all! Who says you can't make a living off of open source? Ted Husted wrote: After several inquiries, my publisher has finally gotten Amazon to update their database to reflect the true status of the book, Available in 24 hours. They do have copies in the

Re[6]: [OT] some log4j problems using RollingFileAppender not creati ng a backup file

2003-01-03 Thread Rick Reumann
On Friday, January 3, 2003, 1:56:38 PM, Bill wrote: SB Do you have a Windows Explorer window open on that folder? I have SB found that Windows explorer can hold locks this way. Even with everything closed except the web browser, the archive file is not being created. It does seem to

RE: link broken

2003-01-03 Thread James Mitchell
Not sure where you are getting that link, but try this instead: http://jakarta.apache.org/site/binindex.cgi ^^^ (notice anything) -- James Mitchell Software Engineer/Open Source Evangelist http://www.open-tools.org C

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Daniel Grey
yes they're under there also - still doesn't work though thanks -Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 10:47 AM To: Struts Users Mailing List Subject: Re: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved the tld

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread pqin
http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Daniel Grey [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 2:20 PM To: Struts Users Mailing List

Iterate Index Evaluation

2003-01-03 Thread Cohan, Sean
I need to iterate over a collection and be able to tell whether the current index is odd or even. Any ideas on how I can use the logic tag for this? logic:match name=index value=odd or even? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread pqin
Forget META-INF (sorry Craig). I think I finally figured it out. Let's go back to old release (1.1b2). In my web.xml, I define taglib taglib-urimytiles/taglib-uri taglib-location/WEB-INF/struts-tiles.tld/taglib-location /taglib taglib-uri is just a reference that you will use in

RE: nestedtag, iterate and multibox

2003-01-03 Thread Sri Sankaran
-Original Message- From: Jose Luis [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 1:30 PM To: Struts Users Mailing List Subject: nestedtag, iterate and multibox I´m testing the nested tags, and i found some troublesome in the way i used to do things and with

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
Try something like ... logic:iterate indexId=index ... bean:define id=indexMod2 value='%= index % 2 %'/ logic:equal name=indexMod2 value=0 markup for even row here /logic:equal logic:notEqual name=indexMod2 value=0 markup for odd row here /logic:equal /logic:iterate

RE: Iterate Index Evaluation

2003-01-03 Thread Cohan, Sean
Thanks, but I think there will be a problem with the bean:define since the jsp 1.1 spec does not allow you to use the same bean name more than once in a single page (which is what we would be doing in an iterate tag.) Unless I'm misinterpreting. -Original Message- From: Siggelkow, Bill

Struts data-source vs. Tomcat JNDI registered DataSource

2003-01-03 Thread Charlie Toohey
For those using Struts with Tomcat, Any advantage or difference in using a Struts data source based on the Jakarta Commons DataBase Connection Pool BasicDataSource class, vs. using the Tomcat data source using the Jakarta Commons DBCP and Pool (configuring factory as

Re: link broken

2003-01-03 Thread Khalid K.
thanks..yes i did notice the [preference] thingi in the link..not sure Khalid - Original Message - From: James Mitchell [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, January 03, 2003 11:17 AM Subject: RE: link broken Not sure where you are

RE: Struts data-source vs. Tomcat JNDI registered DataSource

2003-01-03 Thread pqin
JNDI is way too easy. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Charlie Toohey [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 3:09 PM To: [EMAIL PROTECTED] Subject: Struts data-source vs. Tomcat JNDI

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Daniel Grey
I made that change, now the error message is: org.apache.jasper.JasperException: null(-1,-1) File /WEB-INF/pages/mytiles not found web.xml entry is: taglib taglib-urimytiles/taglib-uri taglib-location/WEB-INF/struts-tiles.tld/taglib-location /taglib the pages directory has a bunch of

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread pqin
Are your tlds located in myapp/WEB-INF? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Daniel Grey [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 3:32 PM To: Struts Users Mailing List Subject: RE:

Struts with Tomcat5

2003-01-03 Thread John Menke
Does anyone have this running yet? I have looked through the archives but not much comes up with Tomcat5. Are there any known issues? -jm -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
Er ... I think you may be right ... I know it can be done using scriptlet for example: logic:iterate indexId=index ... % if ((index % 2) == 0) {% even row markup here % } else { % odd row markup here % } % /logic:iterate But we all know how evil this is! -Original Message-

Re: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread Khalid K.
it looks like it is looking at WEB-INF/pages, not in WEB-INF - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 12:38 PM Subject: RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved Are your tlds located in

Re: Struts data-source vs. Tomcat JNDI registered DataSource

2003-01-03 Thread Craig R. McClanahan
On Fri, 3 Jan 2003, Charlie Toohey wrote: Date: Fri, 3 Jan 2003 12:09:29 -0800 From: Charlie Toohey [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Struts data-source vs. Tomcat JNDI registered DataSource For those using Struts with

Re: Struts with Tomcat5

2003-01-03 Thread Craig R. McClanahan
On Fri, 3 Jan 2003, John Menke wrote: Date: Fri, 3 Jan 2003 15:47:27 -0500 From: John Menke [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: struts-user [EMAIL PROTECTED] Subject: Struts with Tomcat5 Does anyone have this running yet?

Re: Struts with Tomcat5

2003-01-03 Thread Micael
Where are you getting Tomcat 5? At 03:47 PM 1/3/03 -0500, you wrote: Does anyone have this running yet? I have looked through the archives but not much comes up with Tomcat5. Are there any known issues? -jm -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
Strike that ... reverse it! I was able to use the bean:define as follows: logic:iterate indexId=ndx ... bean:define id=tmpMod value=%= String.valueOf(ndx.intValue() % 2) %/ logic:equal name=tmpMod value=0 even markup here /logic:equal logic:notEqual name=tmpMod value=0 odd

RE: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved

2003-01-03 Thread pqin
Check your jsp, is there any place in the jsp that explicitly looking for tld in WEB-INF/pages? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 3:46 PM To:

RE: Iterate Index Evaluation

2003-01-03 Thread Cohan, Sean
chuckle, chuckle... -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:43 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Er ... I think you may be right ... I know it can be done using scriptlet for example:

RE: Iterate Index Evaluation

2003-01-03 Thread pqin
Can you use html-el? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 3:53 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation

Re: Iterate Index Evaluation

2003-01-03 Thread Khalid K.
u can always write your own tag and get rid of that scriptlet :) Khalid - Original Message - From: Cohan, Sean [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, January 03, 2003 12:58 PM Subject: RE: Iterate Index Evaluation chuckle, chuckle...

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
Possibly ... I haven't worked with EL yet ... it's on my to-do list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:55 PM To: [EMAIL PROTECTED] Subject: RE: Iterate Index Evaluation Can you use html-el? Regards, PQ This Guy

Re: Struts with Tomcat5

2003-01-03 Thread Craig R. McClanahan
On Fri, 3 Jan 2003, Micael wrote: Where are you getting Tomcat 5? Nightly builds are available under: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-5/ Note that this has not been released, so use at your own risk. However, it's a wonderful way to learn about all the new stuff

Validator with Map-backed forms

2003-01-03 Thread Max Kremer
Hi, I've asked this question before but so far haven't received any feedback on this subject: Is there any way to use the Validator with map-backed Action Forms? I'm currently using Map-backed forms to manage forms that are dynamically created from a database, where the number of fields, their

RE: Iterate Index Evaluation

2003-01-03 Thread Cohan, Sean
Thanks very much! I will. -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:53 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Strike that ... reverse it! I was able to use the bean:define as follows:

RE: Struts with Tomcat5

2003-01-03 Thread John Menke
I guess you can pretty much say it works then ;) thanks for the info -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:49 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Struts with Tomcat5 On Fri, 3

RE: Struts with Tomcat5

2003-01-03 Thread John Menke
Craig, I'm getting from nightly builds now, last nights build lets me run my application :) I did however find a problem with the Administrator module on last nights build. I will post to Tomcat List from the login page: javax.servlet.ServletException: Cannot find message resources under key

  1   2   >