RE: IFrame Newbie Looking for IFrame Advice

2002-08-19 Thread Bartley, Chris P
Probably the most glaring problem (IMO) is lack of support in pre-6.x Netscape browsers. See this URL for more details on IFrames: http://www.blooberry.com/indexdot/html/tagpages/i/iframe.htm Note the "Tips & Tricks" and "Browser Peculiarities" at the bottom. chris

RE: XP (and not the Microsoft kind)

2002-08-19 Thread Assenza, Chris
u to mix and match as needed, while providing some excellent foundations - in my mind that's why it is good. :) Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: A question on ActionForm property nomenclature as regards multiple contiguous capitalised characters

2002-08-17 Thread Bartley, Chris P
nfo and how to get the latest build: http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] he.org&msgId=439910 These days, if you're writing getters and setters by hand, you're wasting your time. Check out IDEA--their motto is "Develop with Pleasure" and IMO th

RE: XP (and not the Microsoft kind)

2002-08-16 Thread Bartley, Chris P
nce version 2.5 so you can see what's new. Yum yum. enjoy! chris - Changes in build 640 from 639 * Editor. Ability to use non-monospaced font. * Editor. Ctrl-F1 shows tooltip with description of highlighted error/warning at caret. *

RE: XP (and not the Microsoft kind)

2002-08-16 Thread Bartley, Chris P
development. 3) Make sure all team members get in the habit of brushing teeth after lunch--your pairs (and dentists) will be grateful ;) If you can, give it a chance and try it out. chris > -Original Message- > From: Cliff Rowley [mailto:[EMAIL PROTECTED]] > Sent: Friday, Augus

Synchronization Token for forms - any coding required?

2002-08-16 Thread Chris Ruegger
I have read that Struts uses the Token Synchronization pattern to detect and avoid duplicate form submissions. Question: Is all of this handled transparently for me or do I need to code some logic in the perform() method to enable this and/or ignore a duplicate submission? Thanks

Session bean not rendering values in form

2002-08-12 Thread Chris Wall
The form bean, recordBean, was set to "request" scope in the struts-config.xml. - Original Message ----- From: "Chris Wall" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: "Chris Wall" <[EMAIL PROTECTED]>

RE: Accessing MessageResources From Runtime Expression

2002-08-12 Thread Bartley, Chris P
solution does not work with Struts 1.0.2) You can see all the messages in the thread at: http://nagoya.apache.org/eyebrowse/SearchList?listId=&listName=struts-user@j akarta.apache.org&searchText=bean_message+is+problematic chris > -Original Message- > From: Patrick Refondi

Session bean not rendering values in form

2002-08-10 Thread Chris Wall
, and application) to locate the requested bean." Any thoughts as to why my session beans are not rendered? Thanks! -Chris

RE: Submit form

2002-08-09 Thread Bartley, Chris P
Have you tried ? Read all about it at: http://www.blooberry.com/indexdot/html/tagpages/i/inputimage.htm I imagine by giving them different names your action class will be able to tell which one was clicked. chris > -Original Message- > From: IS Struts [mailto:[EMAIL PRO

RE: Struts & Persistence

2002-08-09 Thread Bartley, Chris P
my present-day analog...time-wise that is, certainly not enjoyment-wise...i only use that beast if i have to! ;) chris > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 12:06 PM > To: [EMAIL PROTECTED] > Subje

RE: strusts + log4j

2002-08-09 Thread Assenza, Chris
fault/conf directory. That is probably what has been controlling the logging you've seen thus far. Chris -Original Message- From: Chandra Gottipati [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:24 PM To: Struts Users Mailing List Subject: Re: strusts + log4j Chuck,

RE: Really Wierd Error: resolved.

2002-08-02 Thread Bartley, Chris P
e">I don't think you'll get to Google by clicking me Perhaps your original code would work if you changed it to: Click Here (This is all from memory, and i haven't re-tested, so apologies if i'm full of crap) chris > -Original Message- > From: mpopovits.

RE: Security and Struts

2002-07-30 Thread Bartley, Chris P
r, write a servlet filter to do your authentication/authorization. * Tiles can help you present different views based on role (i'm using it, and it's pretty slick). * Make sure your container supports JSPs under WEB-INF. Not all do (e.g. Weblogic 6.1). chris > -Original Message--

RE: Help with bean:message encoding problem (UTF-8) anyone?

2002-07-30 Thread Bartley, Chris P
l for your situation. chris > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 11:13 AM > To: Struts Users Mailing List > Subject: RE: Help with bean:message encoding problem (UTF-8) anyone? > > > > Well,

RE: tiles & javascript

2002-07-30 Thread Bartley, Chris P
hat appears on the top of every page). Is that what you need? chris > -Original Message- > From: mpopovits.rm [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 10:35 AM > To: [EMAIL PROTECTED] > Subject: Re: tiles & javascript > > > Chris, > >

RE: Help with bean:message encoding problem (UTF-8) anyone?

2002-07-30 Thread Bartley, Chris P
I'm pretty unfamiliar with encoding issues, but does Martin's post at the end of this bug report help you? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11267 A shot in the dark, chris > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: tiles & javascript

2002-07-30 Thread Bartley, Chris P
al post is that my main layout page also has this line right before the : Sorry about that. Add that to your classicLayout2.jsp and you should be good to go. chris > -Original Message- > From: mpopovits.rm [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 9

Turn off Struts debugging?

2002-07-29 Thread Chris Wall
How can I turn of Struts' debugging? I have my own Log4J configuration that sets log level to DEBUG, but I want only my logging, not Struts'. I tried setting the init param to off... debug 0 ...but I still get full Struts logging. Thank you. -- To unsubscribe, e-mail:

RE: tiles & javascript

2002-07-29 Thread Bartley, Chris P
forward.widgets.js The "forward.windows.js" and "forward.widgets.js" would then be defined in struts-config.xml as global forwards, something like this: If no .js include files are required for a page, then the template defin

RE: [OT] What do you do with your SQL?

2002-07-29 Thread Assenza, Chris
Good idea, I think the only problem we might have with this is the fact that we'd have to build a lot of dynamic sql into our SP - which can be more annoying then just leaving it in the Java code. :) Thanks, Chris -Original Message- From: Yang, Pedro [mailto:[EMAIL PROTECTED]]

RE: [OT] What do you do with your SQL?

2002-07-29 Thread Assenza, Chris
#x27;t take us too many hours to implement and then refactor existing code. =p Thanks for the consideration, if there are any additional ideas please shoot them my way, for now it seems I have a lot to consider. :-) -Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

[OT] What do you do with your SQL?

2002-07-26 Thread Assenza, Chris
-specific sql, hints, etc. of client B. A lot of our SQL is built on the fly so using properties files may be a little cumbersome, though certainly not beyond our means. I have other ideas floating around, but I'd rather just hear yours - any suggestions? Thanks, Chris -- To unsubsc

RE: struts template opinion

2002-07-25 Thread Bartley, Chris P
No, Tiles works great with 1.0.2. > -Original Message- > From: Michelle Popovits [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 5:04 PM > To: [EMAIL PROTECTED] > Subject: RE: struts template opinion > > > [snip] > > I am currently limited to using the Struts 1.0.2 so I think

RE: struts template opinion

2002-07-25 Thread Bartley, Chris P
Take a look at Tiles: http://www.lifl.fr/~dumoulin/tiles/ Mmmm mmm good. Definitely worth the effort (and you'll sing the "Cedric is my hero!" song every time your client calls wanting to change a header color, menus, page layout style, etc.). In addition to breaking up your pages into reus

RE: Struts 1.0 vs 1.1

2002-07-25 Thread Bartley, Chris P
How about the opposite? http://www.mail-archive.com/struts-user@jakarta.apache.org/msg30769.html It's two months old, but there ya go. chris > -Original Message- > From: Stan Baranek [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 4:21 PM > To: Struts U

RE: ERROR -- Must specify type attribute if name is specified

2002-07-25 Thread Bartley, Chris P
this: function submitFormByName(formName) { document.forms[formName].submit(); } Hope that helps. chris - P.S. Instead of hardcoding the action mapping path twice (i.e. once in the tag shown above and again in the tag), you can change your tag to > -Origi

RE: dynamic links

2002-07-18 Thread Bartley, Chris P
The key is in the crazy single and double quotes--your second example is really close, just change the outer double quotes to singles, like this: bla That should do it. > -Original Message- > From: Graham Lounder [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 18, 2002 9:38 AM > To

RE: Does anyone have something to dump a sessions contents in a JSP?

2002-07-10 Thread Bartley, Chris P
I include the attached file immediately before the closing tag, like this: ... It displays all request parameters and the contents of the request, session, and application scopes. It's one giant ugly hack of a scriptlet, but works great for what i need. ;) Enjoy.

RE: Netscape cannot pre-check the checkbox!

2002-07-08 Thread Bartley, Chris P
Something like this doesn't work for you? Or, this, if you're using XHTML: chris > -Original Message- > From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 2:25 PM > To: [EMAIL PROTECTED] > Subject: Netscape cann

Action servlet violates loader Constraints

2002-06-28 Thread Chris Hardin
I am using Struts with WebLogic 5.1 and when my web app starts up and tries to load the action servlet I get this error: Action servlet violates loader Constraints and then WebLogic crashes. Anyone got any ideas on how I fix this?

RE: How do I handle (ignore) multiple submits from one client?

2002-06-27 Thread Chris Means
work (having a "busy" flag on the session), I was confused about the fact that I was seeing "Connection reset by peer: socket write error" exceptions in the Servlet console window...but then I realized they would be expected under the circumstances. Thanks for your help. -Chris

How do I handle (ignore) multiple submits from one client?

2002-06-26 Thread Chris Means
tinuing, setting and releasing it in the body, but that doesn't seem to be doing the trick either. This seems like it would be a common problem...what solutions are there? Thanks. -Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: struts design problem, need some advice.

2002-06-26 Thread Chris Hardin
in the BaseHandlerTag, but with some reason >(that >I > > can't figure why?) there's a branch that is apart from this class. Like >the > > FormTag. > > > > Anyone out there have an idea to resolve this >on

RE: Tiles directory structure recommendations?

2002-06-25 Thread Bartley, Chris P
ter" it with Tiles' ActionComponentServlet in web.xml). My custom definitions factory already handles definitions by role, so it's simple to extend it to also take the user agent into account and serve HTML, WML, etc. as necessary. chris > -Original Message- > From: Jerry

Possibly Solved: RE: How to finalize a custom connection object?

2002-06-24 Thread Chris Means
rsions, but as you say, they seem a little less guaranteed. #2) javax.lang.ref.Reference/ReferenceQueue. Let's me apply a "weak" reference to my object, giving me time to do stuff with it just before it goes totally out of reference...kind cool. I've not tried either of

RE: How to finalize a custom connection object?

2002-06-24 Thread Chris Means
someway that might help, or maybe there's someway to listen in on the HTTP Session, and get an event when the session is terminated. Thanks. -Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: How to finalize a custom connection object?

2002-06-24 Thread Chris Means
hat it can return the object back to the pool. Problem is, I don't see a way to handle the "loss" of the HTTPSesion object. Am I making better sense? -Chris > -Original Message- > From: Kenneth Stout [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 6:5

How to finalize a custom connection object?

2002-06-24 Thread Chris Means
find anything in the searches I've performed so far, and as my object runs within the context of Struts I was hoping that there might be an answer here. Note: I'm not trying to delete or free local objects here, I'm dealing with a remote resource that needs to receive an event telling it I

Servlet RequestDispatcher and browser URL refresh

2002-06-24 Thread Chris Wall
Has anyone found a way to refresh the browser's address indicator after a servlet to servlet dispatch? Another words, when a RequestDispatcher.forward is execute from servlet A, flow within the browser shifts to the output of servlet B. But, the browser's URL address bar still indicates the prev

RE: Saturday (EST) Java Trivia

2002-06-22 Thread Chris Deever
I guess NullReferenceException didn't sound appealing to James Gosling. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 9:34 AM To: Struts (E-mail) Subject: Saturday (EST) Java Trivia 1. What is the difference between a pointer and a re

RE: Variable

2002-06-21 Thread Bartley, Chris P
class used to process each request, and is not shared by parallel threads." chris > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 21, 2002 9:38 AM > To: 'Struts Users Mailing List' > Subject: RE: Variable > >

Problems dynamically specifying forward attribute in tag

2002-06-13 Thread Bartley, Chris P
String(TagData.java) at org.apache.struts.taglib.bean.StrutsTei.getVariableInfo(StrutsTei.java:90) at javax.servlet.jsp.tagext.TagInfo.getVariableInfo(TagInfo.java) [snip] I'm using Tomcat 3.3.1 on Win2k sp1. What the heck am I doing wrong? thanks heaps, chris -- To unsubscribe, e-mail: <m

Struts Tag to stop caching of pages on a proxy server

2002-06-12 Thread Chris Hardin
What is a struts tag to replace this. I don't want to put this scriptlet in my page. <% response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader ("Expires", 0); //prevents caching at the proxy server %> _

Re: Problem with classes not being updated....

2002-06-11 Thread Chris Hardin
ill properly reload all the classes as well. > >Has anyone seen this? It seems to be Struts related because deploying a >simple class and using it on a simple JSP works fine and auto reloads when >I >update the class. > >Thanks, >Mike > >-- >To unsubscribe, e-mai

RE: Sending Multiple Parameters

2002-06-11 Thread Harbinson, Chris (DST-CLT)
the Struts' template tag or as I would do is to use the advance templating feature contributed by Cedric, it calls Tiles Tiles is bundle with struts 1.1 under contributor. > -Original Message- > From: Harbinson, Chris (DST-CLT) [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, Ju

Sending Multiple Parameters

2002-06-11 Thread Harbinson, Chris (DST-CLT)
r.jsp?" is recognized and the "button2_enabled=true" is seen as a parameter to be sent to the frameset, not the banner. Can anyone help me figure out how to group the banner parameters together or send multiple parameters to the banner.jsp? Thanks. Chris

Help with

2002-06-10 Thread Chris Hardin
seem to get the value that it speaks of. Chris L Hardin Java/J2EE Developer Enterprise Consulting _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]&

JSP Error pages and Struts

2002-06-10 Thread Chris Hardin
lid combination of tag attributes). JSP allows you to declare an "error page" in the <%@ page %> directive. If you wish to process the actual exception that caused the problem, it is passed to the error page as a request attribute under key org.apache.struts.action.EXCEPTION.

HypersonicSQL

2002-06-07 Thread Chris Cairns
Has anyone used HypersonicSQL? If so, does it present any security issues compared to other databases? -- To unsubscribe, e-mail: For additional commands, e-mail:

Struts-compatible JSP Tidy?

2002-06-07 Thread Chris Hansen
, Forte nor Eclipse format JSPs well. Thanks! - Chris Hansen Joule Software, Inc. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: anyone using struts with jboss?

2002-06-07 Thread Chris Hansen
that should work fine too. - Chris Vincent Stoessel wrote: > Hello, > I am considering using tomcat/struts in combination > with jboss for my j2ee development platform. Anyone here using > struts with Jboss, any issues? > Thanks -- To unsubscribe, e-mail: <mailto

RE: Back button skip a page?

2002-06-06 Thread Bartley, Chris P
go to the form page since the wait page was never added to the history. chris > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 4:26 PM > To: [EMAIL PROTECTED] > Subject: Back button skip a page? > > > Jerome,

Logging error for Struts 1.1 applications

2002-06-05 Thread Chris Mayes
xception below. I'll paste the "root cause" at the bottom of this post. Here are my stats: Debian Woody Struts 1.1 b1 Tomcat 4.0.3-3 (.deb) JDK 1.3.1 (IBM) TIA, -Chris - Root Cause - org.apache.commons.logging.LogConfigurationException: org.apa

RE: Please recommend a IDE

2002-06-05 Thread Bartley, Chris P
Well, it currently runs on 1.3, but you can target 1.4 for compilation. And they say that with their next build (630), IDEA will *require* jdk 1.4 to run, but you'll of course still be able to target older jdk versions. > -Original Message- > From: Struts Newsgroup [mailto:[EMAIL PROTECT

RE: Please recommend a IDE

2002-06-05 Thread Bartley, Chris P
eir Early Access Program (also free) and get the latest development build (code name "Ariadna") at http://www.intellij.com/eap/. If you do join the EAP, don't miss the "What is the Ariadna project?" link for a list of completed and planned new features--it's amazing.

Brain Teaser

2002-05-29 Thread Chris Cairns
Could someone explain to me what the path attribute for the action mappings element is for? I know it's the path of the action, but what sort of file is it? jsp? -- To unsubscribe, e-mail: For additional commands, e-mail:

Freeze Configuration Later?

2002-05-20 Thread Chris Seekamp
ssing something, so I thought I would ask. Is there compelling reason why the configuration has to be frozen as part of initApplicationConfig rather than after the plugins are initialized? Thanks. Chris Seekamp -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional comma

ActionMapping, Forward Error

2002-05-18 Thread Chris Cairns
Hi folks, I just got started with J2EE, Struts, etc. a few days ago and am not sure of a few things. I also have an error question. First of all, I read that in the earlier Struts version of 0.5 that the action.xml file was used and is not. Unfortunately, the examples I'm following uses thi

Another Error

2002-05-17 Thread Chris Cairns
Now this: type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection What

Re: This Error

2002-05-17 Thread Chris Cairns
ror. I'd check this first - sometimes when >you're dealing with multiple applications with different classpaths it gets >weird (e.g., your IDE, Ant and your servlet container). > > > > > > >Chris Cairns <[EMAIL PROTECTED]> on 05/17/2002 02:30:46 PM > &

This Error

2002-05-17 Thread Chris Cairns
Could someone kindly explain this error: logonform.java:5: package com.jspinsider.struts does not exist import com.jspinsider.struts.*; Thing that I don't understand is, I do have this package set under classes as com.jspinsider.struts with a bean class inside the struts folder. -- To unsubsc

Freeze config after plugins init runs?

2002-05-17 Thread Chris Seekamp
ll be missing something, so I thought I would ask. Right now I am having to keep a separate pool of my own ActionMappings and look them up myself to handle this. Thanks. Chris Seekamp -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: bean:write returning null

2002-05-10 Thread Bartley, Chris P
d. So maybe he'd just rather not write the "Bubba says" message at all in that case, which is why i wrote the example in my previous post the way i did. So, he could do: Bubba says "" But, i guess this would be even better: Bubba says

RE: bean:write returning null

2002-05-10 Thread Bartley, Chris P
Have you tried doing a first, and then checking for null with ? For example, say that you were doing this: But you want to make sure that it isn't null first...so, try this: (i haven't tested this, so my apologies for any syntax errors) Hope that hel

RE: Form action based on bean presence

2002-05-10 Thread Bartley, Chris P
cate the entire form. chris > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 11:34 AM > To: Struts Users Mailing List > Subject: Re: Form action based on bean presence > > > > > On Fri, 10 May 2002, Jenni

RE: pop-up window

2002-05-10 Thread Bartley, Chris P
ewWindow = open("/use-it-portal-web/amonDetail.crm","amonDetailWindow","height=650,widt h=700"); I think instead of the tag you should instead use . Hope that helps, chris > -Original Message- > From: Daniela Gisin [mailto:[EMAIL PROTECTED]] > Se

RE: Mail System Error - Returned Mail

2002-05-10 Thread Chris Mason
-Original Message----- From: Chris Mason [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:55 AM Houston, TX -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 12:30 AM We should get everyone to call him on his cell phonehere&#x

RE: Mail System Error - Returned Mail

2002-05-10 Thread Chris Mason
Houston, TX -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 12:30 AM To: Struts Users Mailing List Subject: RE: Mail System Error - Returned Mail We should get everyone to call him on his cell phonehere's the number (for those friggin id

re: Template Engine of Choice

2002-05-07 Thread chris . stephens
based means you can take your Struts hat off when you want to put together the presentation layer. - it applies the layout/look and feel *after* the "pagelets" have been generated. This allows the presentation to be more easily reactive to the generated output. Cons of SiteMesh: - I h

RE: Iterate Problem

2002-04-26 Thread Chris Cool
e" attribute of the "text" tag, when you submit the html form struts will update each of the action forms accessible via the getTasks()/setTasks() methods in "MyTaskActionForm": Hope this helps, Chris -Original Message--

RE: creating ear files

2002-04-24 Thread Assenza, Chris
If you're using any WebSphere before version 4 it does not support EAR files. Chris -Original Message- From: Bhaskar Gopalan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 3:21 PM To: Struts Group (E-mail) Subject: creating ear files Hi, is there any tool to create

RE: No WRAP attribute in ?

2002-04-24 Thread Bartley, Chris P
oesn't appear to be XHTML compliant either. thanks, chris > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 1:07 PM > To: Struts Users Mailing List > Subject: RE: No WRAP attribute in ? > > The standard Str

server side caching in struts

2002-04-09 Thread chris . stephens
Content-Transfer-Encoding: 7bit Not strictly Struts but will work with it (it uses Servlet 2.3 filters) - have a look at: http://opensymphony.com/oscache/features.html Wonderful, IMHO. Chris * This email and any files

Problem with Struts and 2.3 Filters

2002-04-06 Thread chris . stephens
Content-Transfer-Encoding: 7bit Thanks to all those who responded with help: I have learnt something new - I did not realise the elements in web.xml had to be in the right order. I guess I'd better do XML 101 again... :( Chris PS my app is leaping ahead now I have got over that stumbling

Problem with Struts and 2.3 Filters

2002-04-04 Thread chris . stephens
lighten me as to why the XML parser thinks there is a problem? I have searched the web for published examples of web.xml that include filter and servlet definitions and they appear no different in spirit to what I have... Any help is much apprecia

Struts and SiteMesh

2002-04-01 Thread Chris Stephens
mb here or should these two technologies work together? From my reading I thought the two were quite independent... Any help much appreciated! Thanks, Chris * This email and any files transmitted with it may be confidential and

RE: Accessing ActionServlet from Action class

2002-03-29 Thread Chris Cool
The Action.getServlet() method provides access to the ActionServlet. -Original Message- From: Bhaskar Gopalan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 9:09 AM To: Struts Group (E-mail) Subject: Accessing ActionServlet from Action class Hi, is there anyway to access the Ac

RE: returning the selected value from an

2002-03-26 Thread Chris Cool
he list of Strings that appear in the select. Hope this helps. Chris -Original Message- From: josef richberg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:34 AM To: Struts Users Mailing List Subject: Re: returning the selected value from an That I understand. Wh

RE: Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-26 Thread Chris Cool
, but I want to add a new Tile definition dynamically so that the new item in the list is a reference to the new Tile definition. Is this possible? Thanks again, Chris -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 10:29 AM To: Struts Users

Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-23 Thread Chris Cool
new.item"); } In my tile, the "itemList" contains the "new.item" entry, but it does not appear to find the ComponentDefinition I created. Thanks for you help. Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Tiles question: Is it possible to insert a ComponentDefinition into a Tile context dynamically?

2002-03-22 Thread Chris Cool
new.item"); } In my tile, the "itemList" contains the "new.item" entry, but it does not appear to find the ComponentDefinition I created. Thanks for you help. Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Chris Means
Is this a typo or maybe the problem: -- snip -- .. .. You'll notice that you have "ype" not "type". My names' not "Syntax Error" for nothing! > -Original Message- > From: Kevin J. Turner [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 10, 2002 12:57 PM > To: Struts Users Mailing

RE: DHTML Menus and Form Objects

2002-03-06 Thread Assenza, Chris
owns nice for application development. Here's a link to one guys experience with this back in IE4 days. http://www.wdvl.com/Authoring/DHTML/Menus/des.html -Chris Assenza -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 10:37 AM To: [EMAIL

RE: Struts & MySQL Hosting

2002-03-01 Thread Chris Birch
It already is under "Ask Smart Questions" at http://jakarta.apache.org/site/mail.html -Original Message- From: Jakkampudi, ChandraseKhar [mailto:[EMAIL PROTECTED]] Sent: 01 March 2002 16:40 To: 'Struts Users Mailing List' Subject: RE: Struts & MySQL Hosting Anyone notice that the qualit

RE: Help: Internationalization:I can't see Arabic or Chinese script?

2002-03-01 Thread Chris Birch
Hi, BEA Weblogic 6.0 fails to set the charset properly because it gets the writer before the content-type is set. Refer to http://tagunov.newmail.ru/i18n/i18n.html for details. Chris. -Original Message- From: Aroui, Dr. Djelloul [mailto:[EMAIL PROTECTED]] Sent: 01 March 2002 10:28 To

RE: passing parameters

2002-02-28 Thread Chris Means
Alternatively, I believe that the Action class supports a "parameter" attribute, which you could possibly use if the Action class doesn't use it itself. > -Original Message- > From: Albertsen, Juergen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 28, 2002 8:27 AM > To: 'Struts Us

RE: bean:message as content of template:put tag

2002-02-27 Thread Chris Means
Phil, I ran into the same problem. I don't know if my solution was the best approach...but it worked: replace 4. with: then in your template use: HTH. -Chris > -Original Message- > From: Phil Miller [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 26

RE: How to include struts.jar the proper way

2002-02-27 Thread Chris Means
I'm a newbie, but I ran into something like this before. Make sure you have a good Struts.jar (look at the contents and see if that class is in there). Look around and see if you've got another struts.jar (or download it again from the web site). I think I was accidentally using one from a 3rd

View controls populated via Form Bean?

2002-02-27 Thread Chris Means
he Struts approach might include another bean strictly for populating the view? Or is that just creating more work for a "feature" that's already possible, just not formalized? Thanks for any input and clarification... -Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Complex display logic (was RE: speed of struts)

2002-02-27 Thread Chris Birch
before the closing . I have put the code snippet below. The annoying thing is the extra amount of work if I move to 4 columns... Any help with doing this using struts tags would be appreciated as would design pointers on coding my own tag or tag set. Regards, Chris. <%-- Scriptlet 0 - hold

RE: Development Environment

2002-02-25 Thread Chris Birch
7;t had the time yet... :( Chris. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 22 February 2002 19:24 To: Struts Users Mailing List Subject: Re: Development Environment does it have support for jsp's? Dave "John M. Corro" <[EMAIL

RE: Checkbox state not changing after "checked on"

2002-02-23 Thread Chris Means
your help. -Chris > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 23, 2002 4:32 PM > To: Struts Users Mailing List > Subject: Re: Checkbox state not changing after "checked on" > > > The underlying problem i

Checkbox state not changing after "checked on"

2002-02-23 Thread Chris Means
} My ActionForm: ControlPanelForm cp = (ControlPanelForm) form ; String action = cp.getAction () ; System.out.println ("Action: " + action) ; if ("mute".equals (action)) api.mute () ; status.refresh () ; cp.setMute (status.isMuted ()) ;

RE: Error 500 using property of type FormFile

2002-02-22 Thread Chris Birch
Does your html:form tag have the enctype attribute on the end? e.g. Regards, Chris. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: 21 February 2002 21:37 To: Struts Users Mailing List Subject: Error 500 using property of type FormFile Hey gang I was trying to

RE: pre-compiling JSPs w/ Struts

2002-02-21 Thread Chris Mason
If you are using Web Logic as your servlet container, you can add the following to your weblogic.xml file: precompile true I don't know if Tomcat has a similar feature. hth Chris -Original Message- From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] Sent: Thursday, Februa

RE: Development Environment

2002-02-21 Thread Chris Birch
class hierarchy, or a list of classes that reference your current class. Incremental compiler, excellent debugger, command lookup and completion... the list goes on... Eclispe is open source and free (eclipse.org) and smells like Visual Age for Java, even looks like it... so it must be... Regards,

RE: Struts Clone?

2002-02-21 Thread Chris Means
Maybe it'll be cheaper > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 5:44 AM > To: Struts (E-mail) > Subject: Struts Clone? > > > http://www.jotobjects.com/ > > Mark > -- To unsubscribe, e-m

How do I init a Form bean via business logic?

2002-02-19 Thread Chris Means
One suggestion has been to force a call to the forms' Action and check for a "submit" property on the form...if it's not there, then initialize it, otherwise, you're dealing with a submitted form. Is this the best approach available? Thanks. -Chris -- To unsubscr

RE: Howto struts on OS/390??

2002-02-19 Thread Chris Birch
IBM's help would be good but it usually comes with a $2000 per day price tag. If you can negotiate free help, you're a better man than I! :) Regards, Chris. -Original Message- From: Keith [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 11:44 To: Struts Users Mailing List Subje

<    1   2   3   4   5   6   >