RE: db error

2004-03-25 Thread McCormack, Chris
Check your database is up before trying to connect to it. If it is and you can ping the database from your application server box, then check your spelling in the data source definition. Chris McCormack -Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: 25 March 2004

RE: db error

2004-03-25 Thread McCormack, Chris
value=jdbc:oracle:thin:@box:1521:db/ /data-source A minor difference I have noticed is the use of the '@' symbol to reference your box in the url parameter. I have included one that I know works for one of my systems oracle connection. Chris McCormack -Original Message

RE: are you sure?

2004-03-24 Thread McCormack, Chris
If you need this to be in a confirmation box as you say, look in to using a modal window that has 2 javascript backed buttons on it. hth Chris McCormack -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 12:22 To: Struts Users Mailing List Subject: Re

RE: CDManager sample in the book The Struts Framework

2004-03-22 Thread McCormack, Chris
InsertAction.execute appears to be trying to access a datasource which is not initialised. Check the connection details are correct and that the connection is valid before trying to use it. Chris McCormack -Original Message- From: Johnson Leung [mailto:[EMAIL PROTECTED] Sent: 21 March

RE: RE: Re: Performance Improvement :: Struts based applications

2004-03-19 Thread McCormack, Chris
. If you setup connection pools on startup then check they are all available and none are timing out etc. As another user said you could always run JProbe to get to the root cause without too much hassle :) Chris McCormack -Original Message- From: Scott Piker [mailto:[EMAIL PROTECTED] Sent

RE: Hierarchical Lists

2004-03-18 Thread McCormack, Chris
I agree. This behaviour looks very suited to a dhtml/js solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 19:54 To: [EMAIL PROTECTED] Subject: RE: Hierarchical Lists Short of a reload, I believe only a JavaScript/DHTML function can

RE: calling ASP inside a JSP

2004-03-18 Thread McCormack, Chris
Use the superior JSP to suck in the contents of the ASP (using the link to it) and write it out directly to the frame using javascript or, another jsp that contains the sucked in ASP information in a bean. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: Re: Performance Improvement :: Struts based applications

2004-03-18 Thread McCormack, Chris
on it ? ;) cheers Chris McCormack -Original Message- From: Axel Groß [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 14:43 To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: Re: Performace Improvement :: Struts based applications some IDEs also precompile the pages... axel On 2004-03-18

Re: html:link /action does not contain handler parameter ...

2004-03-18 Thread Chris Huisman
Oh ya if you didn't realize it already, I am using LookupDispatchAction for my Action. Another question: could the request be getting lost on the way to the server b/c of the frames? I don't think this is the case since the request of the frame the link is in should get sent to the server

RE: Why is it so difficult to unsubscribe?

2004-03-15 Thread McCormack, Chris
You spelt incompetent wrong -Original Message- From: Kenneth Kalmer [mailto:[EMAIL PROTECTED] Sent: 15 March 2004 04:30 To: [EMAIL PROTECTED] Subject: Why is it so difficult to unsubscribe? Guys I've been trying to get my name off the stuts user digest for more than a week now! How

RE: can anyone help me address this issue

2004-03-11 Thread McCormack, Chris
use onResize on the html element that is clicked to report its new value to a form variable. use an onChange for the form to auto submit itself. If you need to hide the submission of the form use an IFrame. messy eugh, javascript is the pits. Chris -Original Message- From: Mu Mike

RE: How to submit form in pop-up window and forward parent results page?

2004-03-11 Thread McCormack, Chris
; } window.focus(); window.close(); } if the opener already has the page loaded you require but it needs a refresh use window.opener.location.reload(true); hth Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 March 2004 14:24 To: [EMAIL PROTECTED] Subject: AW

Validator classes and validator-rules.xml

2004-03-08 Thread Chris Searle
to be 163 bytes long) to test - and the same problem with validation occurs. Any hints anyone? -- Chris Searle [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: BODY onLoad Workaround

2004-03-03 Thread McCormack, Chris
I use onLoad=blah() with tiles perfectly fine. The simplest solution in your case, would be to go to the foot of your jsp and insert script language=javascript doSomething(); /script just before the /html tag. Chris -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent

RE: struts and DHTML

2004-03-01 Thread McCormack, Chris
menus. It will make your dhtml code a lot easier to maintain as well. Chris -Original Message- From: Michel Van Asten [mailto:[EMAIL PROTECTED] Sent: 01 March 2004 10:51 To: Struts Users Mailing List (E-mail) Subject: struts and DHTML Hi, maybe the question is of topic but. I need

RE: Problem in nested tags- Very Urgent - Please Help

2004-02-27 Thread McCormack, Chris
i'll try to use lazy list once i finish off my work Eugh... We have all done it, but that is how botches get in to production code. People usually get too busy to apply the 'proper' code, or something more important that needs attention comes along. 2 years later someone comes along and has

RE: [OT] JSP or Velocity

2004-02-27 Thread McCormack, Chris
it to be able to do in the future. Then see if either does not or, is unable to offer this feature list. That should make your decision a bit easier. Chris -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 12:59 To: Struts Users Mailing List Subject: RE: [OT] JSP

RE: Problem using split() method in java script

2004-02-16 Thread McCormack, Chris
Ahh yes I see how this relates to struts... subscribe to a JS newsgroup google is your friend Chris -Original Message- From: Ramachandran [mailto:[EMAIL PROTECTED] Sent: 16 February 2004 07:52 To: Struts Users Mailing List Subject: Problem using split() method in java script Hi, I

RE: corporate hierarchy

2004-02-15 Thread McCormack, Chris
help etc mail me off list. Chris -Original Message- From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Sent: 13 February 2004 21:08 To: Struts Users Mailing List Subject: Re: corporate hierarchy On Friday 13 February 2004 19:59, sean jones wrote: Is there any struts tricks or tips

RE: DataSource help

2004-02-13 Thread McCormack, Chris
put a trigger on the data table you are selecting from, that inserts a timestamp in to a timestamplog table, when a select is done on your data table. Or create a view and put a trigger on that, to preserve the functionality of the data table (ie not have a trigger fire when you are just doing

RE: [OT] Sending email from struts

2004-02-12 Thread McCormack, Chris
On our sites we are using taglibs-mailer which is very simple and sends mail using tags embedded in a jsp. This makes it very simple to have the jsp render out some dynamic bean information in to the page and have the contents of that page be mailed as the mail body. Chris -Original

RE: web spider

2004-02-05 Thread McCormack, Chris
I would be interested to see how you have set it up :) thanks Chris -Original Message- From: Tomeu Vizoso [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:03 To: 'Struts Users Mailing List' Subject: RE: web spider Hi, I'm using a custom solution using Websphinx as the spider

RE: web spider

2004-02-05 Thread McCormack, Chris
I think the code you are waiting to see (as am I!) is from Tomeu Vizoso :) Chris -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: 05 February 2004 14:33 To: Struts Users Mailing List Subject: RE: web spider Hello, Chris, I would love to see this code. Thanks

RE: Regarding Server Side Validation in Struts

2004-01-29 Thread McCormack, Chris
http://www.developer.com/java/other/article.php/2214681 -Original Message- From: Ramachandran [mailto:[EMAIL PROTECTED] Sent: 29 January 2004 12:02 To: Struts Users Mailing List Subject: Regarding Server Side Validation in Struts Hi all, Can any one can tell, how to

RE: AUTO {ICICICARE#005-216-320}Can i access session or request object from a bean which is Actionform variable

2004-01-29 Thread McCormack, Chris
Can the moderator of this list please remove this user, or the owner of the email [EMAIL PROTECTED] please stop spamming this list. -Original Message- From: NRI Cell [mailto:[EMAIL PROTECTED] Sent: 29 January 2004 12:25 To: Struts Users Mailing List Subject: AUTO

White space problem

2004-01-28 Thread McCormack, Chris
the c:forEach writing out the white space ? tia Chris *** This e-mail and its attachments are confidential and are intended for the above named recipient only. If this has come to you in error, please notify the sender immediately and delete this e

RE: White space problem

2004-01-28 Thread McCormack, Chris
Thanks James the first solution worked fine. Chris -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: 28 January 2004 13:04 To: Struts Users Mailing List Subject: Re: White space problem Yes, same as with any tag or scriptlet. c:forEach c:if ... /c:if

RE: Session Problem

2004-01-27 Thread McCormack, Chris
put [EMAIL PROTECTED] contentType=text/html session=false% or %@ page session=false % In the header of your jsp that you dont want caching. Chris -Original Message- From: VERMA, SANJEEV (SBCSI) [mailto:[EMAIL PROTECTED] Sent: 26 January 2004 18:33 To: 'Struts Users Mailing List' Subject

RE: Convert JSP to static HTML...

2004-01-26 Thread McCormack, Chris
mue) { Log.fatal(url exception :+mue.getMessage()); } catch(IOException ioe) { Log.fatal(io error :+ioe.getMessage()); } //write html out to a file here Chris -Original Message- From: Manfred Wolff [mailto:[EMAIL

Cancel button causing problems in the RequestProcessor

2004-01-23 Thread Kimpton, C (Chris)
) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5 64) I'd have throught that the check for the cancel would happen before the populate so that it is short circuited? Or should I be using prefixes/suffixes to get round this? Does this sound correct? Thanks for any tips, Chris

web spider

2004-01-22 Thread McCormack, Chris
Chris *** This e-mail and its attachments are confidential and are intended for the above named recipient only. If this has come to you in error, please notify the sender immediately and delete this e-mail from your system. You must take no action based

Help: messagesPresent = true if JSP is served from ActionServlet

2004-01-22 Thread Chris Wall
, null);), but that did not work. Argh. How can I resolve this? Thanks. - Chris

RE: Help: messagesPresent = true if JSP is served from ActionServlet

2004-01-22 Thread Chris Wall
#StrutsMentoring -Original Message- From: Chris Wall [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 10:22 AM To: [EMAIL PROTECTED] Subject: Help: messagesPresent = true if JSP is served from ActionServlet Hey there. Noticed that messagesPresent is TRUE when a JSP is served

[OT]session tracking

2004-01-21 Thread McCormack, Chris
the same webapp) I have thought about a few solutions, and keep arriving at url rewriting, but that would mean a large portion of my jsps will need altering. Any suggestions ? (Mail me off list if you don't want to reply to an OT post :) ) thanks Chris

Validation: messagesPresent=true when page is first loaded

2004-01-20 Thread Chris Wall
is rendered from an Action, then the request's contents will trigger messagesPresent be true thus displaying the Validation Errors section inappropriately. How can I resolve this? Thanks. - Chris

Re: handling form based authentication w/ remember-me cookie

2004-01-13 Thread Chris Ruegger
? Apparently I'm not allowed to intercept calls to j_security_check so I should be doing something else? That's fine, lots of web sites do this, how should I be doing it? Thanks, Chris - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

handling form based authentication w/ remember-me cookie

2004-01-12 Thread Chris Ruegger
I am using Struts and building a logon page to do Form-based authentication under Tomcat. I want to also have a checkbox for the user to check that says remember me so that I can send them a cookie. I'm not sure how to intercept the form values because I have to post to j_security_check. How can

Re: Including multiple servlets from a jsp page.[Now: Tiles Help]

2003-11-18 Thread Chris Blackburn
/ /definition That seems like a ton of work for each new view. If my 'mainsection' is my content area, that means I need to add 2 definitions for each new content page? Is there a way to dynamically insert a page as the 'mainsection' Am I missing something here? Thanks again, Chris Hubert

Migration of a servlet that uses pathinfo to struts

2003-11-17 Thread Chris Searle
to avoid that if possible. Is this possible? I did try some searching in the archives - but I guess I'm not good at phrasing the search string - so - any links to a previous answer would also be great. Many thanks. -- Chris Searle

Re: Migration of a servlet that uses pathinfo to struts

2003-11-17 Thread Chris Searle
produce a page with file and sub-dir links in it. I had hoped that it would be possible to use the same tiles files for this as the rest of the system - and these require that we go thru a customized action servlet (set's up a user based menu tile amongst other things). Regards -- Chris Searle

Including multiple servlets from a jsp page.

2003-11-17 Thread Chris Blackburn
committed. What do I need to do? Do I need to look at something like tiles? Any help, or references to some help would be great. Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Iterating List of Lists

2003-10-30 Thread Chris Gastin
I have List of Lists of DataObjects. I want to iterate through that List of Lists to get access to the Data Object, where I will print the values of the attributes on the data object. I have the outer loop working, but I don't understand how to get the Data out of the list in the inner loop. This

Re: Iterating List of Lists

2003-10-30 Thread Chris Gastin
=item name=organization property=items member br/-bean:write name=item property=title/ /member /logic:iterate /td/tr /member /logic:iterate /table From: Chris Gastin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

struts-el and messages

2003-10-17 Thread Chris Searle
to the loginfailed mapping - but the message is not displayed - no p class=error tags in the HTML at all. It must be something stupid on my part - this looks to me to be the same as examples out on the net and in the docs. Any hints welcome :-) -- Chris Searle [EMAIL PROTECTED

Re: struts-el and messages

2003-10-17 Thread Chris Searle
Chris == Chris Searle [EMAIL PROTECTED] writes: Had the problem with using the html:messages with struts-el from the 1.1RC1 build (NullPointerException) - so I've just upgraded to 1.1 (thought I'd already done so). Now - I get no exception - but I get no message either. Got

Re: struts-el and messages

2003-10-17 Thread Chris Searle
/logic:messagesPresent Nothing displays. Does this have to change to use the session messges object? So - summary: 1) Errors are working (request scope) 2) Messages are not working (session scope) with the nightly dated 16.10.2003. -- Chris Searle [EMAIL PROTECTED

Re: struts-el and messages

2003-10-17 Thread Chris Searle
Chris == Chris Searle [EMAIL PROTECTED] writes: And the message code JSP: logic:messagesPresent message=true html:messages id=message message=true p class=messagec:out value=${messsge}//p /html:messages /logic:messagesPresent Nothing displays. Sent that a bit

Re: Same JSP for view and edit

2003-09-30 Thread Chris Gastin
editable. If this editable parameter was set to true the the doStartTag() method would call super.doStartTag(), and if it was false it would print the value. I don't know if this is the best way togo, but it is one option for you. Chris Gastin - Original Message - From: Coppack Alun

struts visual IDE's

2003-08-27 Thread Chris Hall
Just wondering if any of you have used any of the visual IDE's, such as Struts Studio or Camino. I'm testing out Struts Studio Community Edition and I find it quite nice (I'm new to Struts). What are your opinions on these, or any others, visual IDE's? Chris Hall --- Outgoing mail

Avoiding jsessionid appending in a redirect

2003-08-14 Thread Chris Boulter
rewriting 'just in case'. Many thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [ANNOUNCEMENT] Struts 1.1 Final released

2003-06-30 Thread Assenza, Chris
Great news, congrats. :) -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 3:39 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [ANNOUNCEMENT] Struts 1.1 Final released The Struts team is proud, and extremely pleased, to

RE: Best practices - help

2003-06-24 Thread Chris Reeves
on a single action to do app-wide heavy lifting. For whatever that's worth - probably a worst practice... Chris -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 8:53 AM To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' Subject: RE: Best

Re: Struts list archive no longer searchable ???

2003-06-24 Thread Chris Halverson
archive that is searchable ? www.gmane.org Group gmane.comp.jakarta.struts.user cdh -- Chris D. Halverson http://www.halverson.org/ YIM/AIM: chrisdhal MSN: [EMAIL PROTECTED

apache proxy/form action rewrite issue

2003-06-23 Thread Chris Reeves
of the rewriting (at least, I've found no way thus far). Any ideas? I've been banging my head on this one for a while now... I have some apps in struts 1.0 that just don't seem to suffer from this issue. Thanks! Chris - To unsubscribe, e

RE: apache proxy/form action rewrite issue

2003-06-23 Thread Chris Reeves
Are you referring to the action forward? I can put a redirect=true there, but it has no effect on rendering the form action. Or am I missing something? Chris -Original Message- From: Dirck Hecking [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:44 AM To: Struts Users

Re: Struts newsgroup?

2003-06-22 Thread Chris Halverson
Vic Cekvenich [EMAIL PROTECTED] writes: news.gname.org and news.basebans.com That's news.gmane.org. The struts group is gmane.comp.jakarta.struts.user. cdh -- Chris D. Halverson http://www.halverson.org/ YIM/AIM: chrisdhal MSN: [EMAIL PROTECTED

Re: Struts newsgroup?

2003-06-22 Thread Chris Halverson
Chris Halverson [EMAIL PROTECTED] writes: That's news.gmane.org. The struts group is gmane.comp.jakarta.struts.user. Oh, I should mention that the gmane groups are mail-news gateways for mailing lists, there's nothing different there than what is on the mailing list. cdh -- Chris D

Re: File size limit on uploads?

2003-06-20 Thread Chris Cooper
Any takers? - Original Message - From: Chris Cooper [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 6:07 PM Subject: File size limit on uploads? Chaps, I have been having a number of problems with multipart/form-data uploads of files

File size limit on uploads?

2003-06-19 Thread Chris Cooper
not have a maxFileSize set in web.xml Does anyone have any ideas? Chris. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Nested recursion does not recurse!

2003-06-17 Thread Chris Hatton
do have other (non-nested) Struts tags included in this page outside the ProductTree code. I'm on Tomcat 4.1.18, RedHat 8.0, Struts 1.1 rc2, jdk 1.3.1_07. Thanks! Chris Hatton Tobin International -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2

Re: Newbie Q: Missing parameters with multipart/form-data

2003-06-13 Thread Chris Cooper
upload the same files (one each time) all three are JPEG images 500Kb, 1Mb and 2.1Mb in size respectively, is the file size a problem? Frankly I am very confused, and would really appreciate any light that anyone can show on this, a solution would earn my undying gratitude :) Regards, Chris

Re: Newbie Q: Missing parameters with multipart/form-data

2003-06-13 Thread Chris Cooper
less than 4 levels of inderection here is regarded with derrision and distain. (Or event the work of children) :) Cheers, Chris. -Original Message- From: Chris Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, 13 June 2003 16:54 To: Struts Users Mailing List Subject: Re: Newbie Q

Re: OT FRIDAY: Take a break with struts users

2003-06-13 Thread Chris Halverson
there now as it's in test mode :) It's just a regular AIM group. cdh -- Chris D. Halverson http://www.halverson.org/ YIM/AIM: chrisdhal MSN: [EMAIL PROTECTED] - To unsubscribe, e-mail

Re: Login and security checks

2003-06-13 Thread Chris Halverson
https. Any hints or links are welcome. http://securityfilter.sf.net/ cdh -- Chris D. Halverson http://www.halverson.org/ YIM/AIM: chrisdhal MSN: [EMAIL PROTECTED

Re: OT FRIDAY: Take a break with struts users

2003-06-13 Thread Chris Halverson
-- Chris D. Halverson http://www.halverson.org/ YIM/AIM: chrisdhal MSN: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Newbie Q: Missing parameters with multipart/form-data

2003-06-12 Thread Chris Cooper
) all three are JPEG images 500Kb, 1Mb and 2.1Mb in size respectively, is the file size a problem? Frankly I am very confused, and would really appreciate any light that anyone can show on this, a solution would earn my undying gratitude :) Regards, Chris Cooper

Re: List sorting with struts tags

2003-06-04 Thread Chris Hatton
Check Arron's NeXt tutorials at KeyboardMonkey. -- http://www.keyboardmonkey.com/pilotlight/index.jsp?content=yesplease Chris Hatton On Mon, 2 Jun 2003 17:08:48 -0400, Franck Lefebure [EMAIL PROTECTED] wrote: Hi, I've a sorted ArrayList of beans eg : Foo {key, country, town} 1 - USA - NewYork

Re: Web Page acess to struts-user archive?

2003-06-03 Thread Chris Halverson
José Fortunato H. Tomás [EMAIL PROTECTED] writes: Is there any Web Page to query and access to the history or archive for this mailling list? www.gmane.org, search under group: gmane.comp.jakarta.struts.user cdh -- Chris D. Halverson http://www.halverson.org

Re: wondering

2003-06-03 Thread Chris Hatton
tags. Chris Hatton On Mon, 2 Jun 2003 11:56:02 +0200, peter bosmans [EMAIL PROTECTED] wrote: Hi, I'm pretty new with struts and I've created little tests with jsp-pages in the view-module. During the older days, i've got (for example) dreamweaver to create fancy html-pages on a WYSIWYG way

html:match for (slightly) more complex comparison

2003-06-03 Thread Chris Hatton
Hello, everyone, I'm using the html:match tag but I need to match on more that one String value using logical OR. In other words, how can I use the tag to do the following? if (((myString.equals(option_1)) || (myString.equals(option_2))) { // Do some stuff } Thanks! Chris Hatton -- Using M2

Re: Struts IRC online

2003-06-01 Thread Chris Halverson
the question still stands, but restated as which IRC network? cdh -- Chris D. Halverson http://www.halverson.org/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

nested depth, iterate

2003-04-03 Thread Chris Butler
this in conjunction with a fixed length iterate tag. Essentially letting me loop a number of times specified by the nested:depth. Any thoughts on approach? Should I just write my own tag lib? Thanks, Chris

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread Assenza, Chris
programming positions), not the IT sector as a whole. It's irrelevant and even a bit gauche. Chris -Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:34 PM To: 'apachep2 '; ''Struts Users Mailing List' ' Subject: RE: [OT] Contract Work: Going Rate

nested:radio does not support idName property?

2003-03-27 Thread Chris Butler
the above looks a little bit redundant by specifying the selectedAnswerId twice. Note: if I leave out idName, the jsp does not interpret the value as a bean-related field, but interprets it as a literal value. Thoughts? Chris PS: have tested more complex behavior of nested:iterate and tiles bug

RE: [ANN] New York Struts Group - Manchester UK

2003-03-26 Thread Chris May
Maybe, if it was south Manchester (I'm based in the Midlands). Any takers? Chris David Bolsover [EMAIL PROTECTED] 03/25/03 11:10pm New York a bit far for me on a regular basis Any interest in somthing similar in Manchester UK - has distinct benefit of better beer =:o) db -Original

Re: working with a team

2003-03-21 Thread Chris Trawick
deployment is a Bad Thing, so we don't. As for struts-config management, that too can be problematic. We avoid those issues as well by using XDoclet. chris - Original Message - From: Dan Allen [EMAIL PROTECTED] To: Struts-User List [EMAIL PROTECTED] Sent: Friday, March 21, 2003 12:01 AM Subject

RE: nested:iterate jsp:include, nesting reference incorrect?

2003-03-14 Thread Chris Butler
Arron, Thanks - that bugfix jar seems to have resolved the problem. It works correctly against the test anyway for a first check. BTW, I like your recursive monkey tree example on your site... ;-) http://www.keyboardmonkey.com/pilotlight/monkey-tree/monkey-tree-02.jsp? content=yesplease Chris

nested:iterate jsp:include, nesting reference incorrect?

2003-03-13 Thread Chris Butler
and it is set to an empty string (or null?) immediately afterwards. Thus it appears that the setting of nested:root is either where the bug is, or this is desired behavior... or I've gotten this entirely wrong. :-) chris

RE: Question about NestedIterateTag (also: nested:iterate nested:root)

2003-03-13 Thread Chris Butler
I seem to be having a very similarly related problem with respect to nested:iterate and jsp:include. I've found that the index is lost and it always finds the name for the first element in the collection only. A simple test that I've done - I've attached. Chris -Original Message- From

RE: Question about NestedIterateTag (also: nested:iterate nested:root)

2003-03-13 Thread Chris Butler
I've also attached all test files to the bug report at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17977 Personally, I'm seeing more of a problem with the actual names re: the nesting level rather than the actual objects, but your problem could be a symptom of the same issue too. chris

Nested and Tiles taglibs together

2003-03-12 Thread Chris Butler
a webapp solely by referencing it via the JSP/tiles defs. Is there anyway to leverage this concept in relation to my desired objectives? Thanks loads - any tips or even possible approaches would be fantastic. Chris

RE: Nested and Tiles taglibs together

2003-03-12 Thread Chris Butler
tags and see if that's a possibility. It makes sense to allow for an option to push nested tags to the request scope since many of the original struts tags support it. Chris Re: struts and jsp 1.2 2.0, etc. Apologies for the misnaming of 2.0 as 1.3 - I haven't kept up with that particular spec

Mapped property question

2003-03-11 Thread Stillwell, Chris
searching on the list, but did not come up with a solution. Any suggestions? Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Q] Log Viewing tool for Windows environment?

2003-03-10 Thread Chris Halverson
://gnuwin32.sourceforge.net/links.html cdh -- Chris D. Halverson http://www.halverson.org/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Anyone using JBoss with custom validator rules?

2003-03-04 Thread Chris Trawick
/struts.jar /WEB-INF/classes/**/*.properties /WEB-INF/classes/**/*.class chris - Original Message - From: Brian Topping [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:31 PM Subject: Anyone using JBoss with custom validator rules? Hi all, I

Re: How fast is bean:message?

2003-03-04 Thread Chris Trawick
Great! Let us know when you've got it done. chris - Original Message - From: Boris Folgmann [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 4:33 AM Subject: Re: How fast is bean:message? David Graham wrote: It's as fast as it takes

Add blank option to select

2003-03-03 Thread Bredesen, Chris - NA US HQ Delray
extending the OptionsTag (haven't worked this one out in my head yet but I assume it would be fairly straightforward) is the way to go, but if anyone has another way, I'm all ears. Thanks, Chris Chris Bredesen Software Architect MyTravel USA part of MyTravel group (561) 266-6154

RE: Add blank option to select

2003-03-03 Thread Bredesen, Chris - NA US HQ Delray
blank option to select Why can't you just put this at the beginning of your select box option value=/option? David From: Bredesen, Chris - NA US HQ Delray [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Assenza, Chris
as productive, but that does not necessarily diminish their core aptitude as a programmer! All that being said, if you don't use Textpad you're a n00b! =) -Chris -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:58 PM To: Struts Users Mailing List

Re: Help: ActionError - html:errors / does not expand the{0}placeholder

2003-02-22 Thread Chris Trawick
am i the only one scratching my head at this? did i miss something? - Original Message - From: w i l l i a m b o y d [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 11:17 PM Subject: Re: Help: ActionError - html:errors / does not expand

Re: Re: combining commons-*.jar

2003-02-21 Thread Chris Trawick
actually there. Then again, maybe your situation is different... chris - Original Message - From: Jason Vinson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 21, 2003 8:33 AM Subject: Re: Re: combining commons-*.jar So if there was an upgrade, i

RE: How stable is struts 1.1 beta 3

2003-02-19 Thread Stillwell, Chris
likely just say no. Cheers, Chris -Original Message- From: Jagannayakam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 7:23 AM To: Struts-User Mailing List Subject: How stable is struts 1.1 beta 3 Hi , We already developed a J2EE product . Now we think

RE: question about logging

2003-02-19 Thread Stillwell, Chris
: org.apache.commons.logging.Log=com.myaap.Logger org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFac toryImpl I still only get the commons SimpleLog. I am deploying my application to tomcat 3.3.1. What have I missed or not understand? Regards, Chris -Original Message

Re: Struts design flaw -- ActionForms are not true domain objects

2003-02-17 Thread Chris Halverson
/tutorials/Swing/ It can be done. cdh -- Chris D. Halverson http://www.halverson.org/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT - Java] Need a recommendation on a Design Pattern class

2003-02-11 Thread Assenza, Chris
/schedule.shtml Chris -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:36 PM To: [EMAIL PROTECTED] Subject: [OT - Java] Need a recommendation on a Design Pattern class Hi All, Sorry for the OT post, but I need a recommendation from all you

Re: Opionions: fine or course grained actions

2003-02-07 Thread Chris Trawick
and set of forwards in the new source file. chris - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 9:42 AM Subject: Re: Opionions: fine or course grained actions We are on our first struts project and have chosen

RE: Opinions: fine or coarse grained actions

2003-02-07 Thread Assenza, Chris
The new one on design patterns: http://www.amazon.com/exec/obidos/tg/detail/-/0321127420/qid=1044650306/sr=8 -1/ref=sr_8_1/104-1055391-3511918?v=glances=booksn=507846 Chris -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:37 PM

RE: Rendering alternate rows of a table in Struts

2003-02-07 Thread Assenza, Chris
programmers can reuse classes. Now THAT is cool. Really glad to hear that - I've got to start getting up-to-date on some of the newer specs. :) -Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Rendering alternate rows of a table in Struts

2003-02-07 Thread Assenza, Chris
Indeed, JSP is starting to feel mature in many more ways. :) Chris -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:54 PM To: [EMAIL PROTECTED] Subject: RE: Rendering alternate rows of a table in Struts Cool! JSP is catching up

RE: one desing question, need help

2003-01-31 Thread Bredesen, Chris - NA US HQ Delray
Put me down for the Util class approach. We make a habit out of doing the heavy lifting in a logic layer which is accessed via static calls or a Singleton instance depending on the need. I don't like to see 2000 line Action classes full of business logic because it doesn't let us move that logic

  1   2   3   4   5   >