RE: JSP to static html...

2004-01-26 Thread Neil Pattinson
rect to database, but the principal is the same) Hope you find this helpful, Regards, Neil Pattinson. -Original Message- From: Jacob Wilson [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 23:51 To: Struts Users Mailing List Subject: Re: JSP to static html... Actually, this is there

RE: Sublte problem with nested Tiles and Struts Actions

2004-01-19 Thread Neil Pattinson
really don't know enough about the workings of servlet containers or the Struts/Tiles framework to understand why the 'nested' case shouldn't work: it looks like it should. However, from a functional point of view, this strikes me as a bug. Anyone got any ideas? Thanks, N

Sublte problem with nested Tiles and Struts Actions

2004-01-16 Thread Neil Pattinson
have a useable solution, but I'm wondering if I have (a) found a bug, or (b) missed something! Sorry this is rather long winded: I wanted to give as clear an indication of the problem as poss. Thanks for your help, Neil Pattinson. This e-mail message is meant solely for the person or organi

Clientside Javascript Validator Problem

2003-12-04 Thread Neil Mitchell
validation.xml http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";> minlength 3

Re: Bug :: Replace \n Character with #

2003-09-10 Thread Neil Erdwien
r omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: Dynamically changing forward in ActionForm

2003-07-08 Thread Neil Carusetta
e one forward element in the struts-config mapping for the fail validate case (probably just a URI back to the Logon JSP itself, and another forward for the success case (probably an action call which display the next page and any prepopulated form-bean info). Hope that helps. Neil Carusetta CGC Scott

RE: RESOLVED RE: Path Info for downloaded files

2003-06-19 Thread Neil Carusetta
If you're referring to setting an ActionForward path at runtime, that could be a problem. I have wanted to do this as well, however it appears that when initializing all the configurations in the ActionServlet.init() upon startup the paths are set once and then locked, or "frozen". See ModuleConf

RC2 DynaActionForm Boolean properties

2003-06-12 Thread Neil Carusetta
lt value. With RC2, Boolean properties appear to be missing unless they have this attribute set. Thanks Neil Carusetta Computer Guidance Corp Scottsdale, AZ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [OT] Zip Codes [WAS: RE: Bug in JSF Car Demo]

2003-04-01 Thread Neil Erdwien
n't work. James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: [ANNOUNCE] Struts talks at Lone Star Symposium

2003-02-15 Thread Neil Erdwien
o XDoclet" and "eXtreme XDoclet" talks are on Sunday Feb 23. Erik is also presenting talks on Lucene and Ant at the symposium. For more about the Lone Star Symposium, and others in this series, visit <http://www.nofluffjuststuff.com/> ### -- Neil Erdwien, [EMAIL PROTE

RE: How to instantiate DynaActionForm from Action class?

2003-02-07 Thread Neil Carusetta
CATION_KEY); FormBeanConfig config = appConfig.findFormBeanConfig("selectMessageForm"); DynaActionFormClass dynaClass = DynaActionFormClass.createDynaActionFormClass(config); Neil Computer Guidance -Original Message- From: Michel Beijlevelt/Lucka [mailto:[EM

Re: Repost: ActionError without message key (urgent)

2003-01-29 Thread Neil Erdwien
in > the ApplicationResources.properties file as static text). Is there a > workaround? > > Thanks for the help, > Scott > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comma

RE: multi row / multi col input forms

2003-01-23 Thread Neil Carusetta
ot necessary to set the size attribute. Is this needed for user defined classes? Thanks for any help, Neil Carusetta CGC * From: James Turner * Subject: RE: multi row / multi col input forms * Date: Thu, 02 Jan 2003 15:44:18 -0800 Here's one way to do it: Let'

Re: ImageButtonBean and Mozilla

2002-12-22 Thread Neil Erdwien
When the image is accessible, all is OK. -- Neil Erdwien, [EMAIL PROTECTED], Web Technologies Manager Computing and Network Services, Kansas State University -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

ImageButtonBean and Mozilla

2002-12-22 Thread Neil Erdwien
ly. I'm using Struts 1.0.2. Are there any issues with Mozilla and the older Struts? -- Neil Erdwien, [EMAIL PROTECTED], Web Technologies Manager Computing and Network Services, Kansas State University -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Opening PDF file: Problem and Solution

2002-11-14 Thread Neil Carusetta
n Acrobat. It seems that the contentType setting in the sub-app was overriding that for "application/pdf" but not for "image/jpeg" or "application/msword". Does anyone know why this would be the case? Best of luck, Neil Carusetta CGC Scottsdale, AZ -- To unsu

struts-user@jakarta.apache.org

2002-10-29 Thread Axtell, Neil
This may be a question for the Struts Developers, but here goes. I've been investigating the following JSP error (thrown by a JSP page attempting to use a FormBean) :- "javax.servlet.jsp.JspException: No getter method available for property archiveServer for bean under name org.apache.struts.tag

RE: Struts 1.0.2, Tomcat 4.1.12 Web-App start-up funny

2002-10-29 Thread Axtell, Neil
not be the bean you think it is. David >From: "Axtell, Neil" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Struts 1.0.2, Tomcat 4

Struts 1.0.2, Tomcat 4.1.12 Web-App start-up funny

2002-10-28 Thread Axtell, Neil
thought that Struts would sort this all out for me. Do I need one? Any ideas would be gratefully received. Many thanks. Neil. Neil Axtell Principal Engineer (MMI/Web Technologies) ANRITSU LIMITED European Measurement Division - Engineering 200 Capabili

java.lang.OutOfMemoryError

2002-04-05 Thread Neil Gidley
ot, does anyone have some really good tools/commands which can help determine the cause of the problem? My JVM settings have default heap size 128MB and max size 256MB by using the following command: JAVACMD="$JAVA_HOME/bin/java -Xms128m -Xmx256m" Neil Gidley | technology|

Re: [AM] Agile Modeling for web (Struts)

2002-04-04 Thread Neil Pitman
hings as classes and go from >>there. I have modeled the page navigation with states, and that seems >>simple and useful. A class diagram works well for the entity model. >>Now the JSP's, tags, Actions and ActionForms are classes, but that's not >>the interest

Re: Design Diagrams

2002-04-02 Thread Neil Pitman
CTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- Neil Pitman [EMAIL PROTECTED] +1.514.863.5465 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread Neil Pitman
>>>BillingActionPreloadForm will exist or will only just 1 exist between the >>> >>> >>2 >> >> >>>different action mappings that link to the same class? >>> >>> >>I don't know, but it doesn't matter. You should always assume that >>any specific instance of an Action class could potentially serve multiple >>threads at once. Or else what's the point of putting your app on the >>web? ;-) >> >>-- Jim >> >>-- >>To unsubscribe, e-mail: < >>mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: < >>mailto:[EMAIL PROTECTED]> >> >> >> >> >>-- >>To unsubscribe, e-mail: < >> > mailto:[EMAIL PROTECTED]> > >>For additional commands, e-mail: < >> > mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- Neil Pitman [EMAIL PROTECTED] +1.514.863.5465 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Is this ok architecture for struts?

2002-04-01 Thread Neil Pitman
t; as similar as you might think." > -Jack Handey > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- Neil Pitman [EMAIL PROTECTED] +1.514.863.5465 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Security Solution

2002-04-01 Thread Neil Pitman
> > Thanks for your time, > Brandon Goodin > Phase Web and Multimedia > P (406) 862-2245 > F (406) 862-0354 > [EMAIL PROTECTED] > http://www.phase.ws > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- Neil Pitman [EMAIL PROTECTED] +1.514.863.5465 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Night Build size?

2002-02-20 Thread Neil McBennett
Oh so is it just the example stuff that is missing? If so then it should still be ok to use right? /Neil > Yes, something went awry with the build Monday morning, and the WARs > are not being generated. Hopefully, we can get this fixed before the > builds prior to that roll off

Night Build size?

2002-02-20 Thread neil
I notice that the last 2 struts nightly builds (binaries) are about 10th of the normal size. This has happened before also. Neil -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: commons valiador

2002-02-15 Thread neil
versions. Am I wrong here? Maybe I have misunderstood something? Thanks again Neil > There is an example in the nightly source in > contrib/validator (contrib/validator/src/example and > contrib/validator/web/example). It is also posted at > http://home.earthlink.net/~dwinterfeldt/ and

commons valiador

2002-02-14 Thread neil
would like to study some working example. Thanks Neil -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: jsp pages under WEB-INF..

2001-12-19 Thread neil
Thanks Ted, I'll try this /Neil > This will > >> > Use this for an index.jsp >> > >> > >> > <%@ page language="java" %> >> > <%@ taglib uri="/tags/struts-logic" prefix="logic" %> >> >

RE: jsp pages under WEB-INF..

2001-12-19 Thread neil
I see what you mean, but its a bit tricky to know where to draw the line sometimes. A typical form which takes user input, may need to be navigated directly, but at the same time there may be some grounds for wanting it hidden under WEB-INF. /Neil > If I understand the philosophy behind plac

RE: jsp pages under WEB-INF..

2001-12-19 Thread neil
able to access files under WEB-INF? Sorry if this going over old issues! /Neil > Or you can put this into the web.xml file > > >logon.jsp > > So this page will be loaded when you write only your context. > example. > http://myserver/myContext/ will load hoooppp->

jsp pages under WEB-INF..

2001-12-19 Thread neil
ng. I assume I need to put an action mapping or global forward in struts-config.xml and something in web.xml? Any help would be greatly appreciated Thanks /Neil -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Using BeanUtils.populate()

2001-12-14 Thread neil
I cannot see it! I have already verified that I am getting data from the LDAP query, and I am believe the problem lies in popuating the bean. Thanks in advance Neil * // start looping over the LDAP entries

How to access a Collection?

2001-12-03 Thread neil
s etc, that jsps can automacically access? Thanks Neil McBennett -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Multiple HttpSession objects being created

2001-09-21 Thread Neil . Figg
method. I?m running Weblogic sp8, and all the apps are running on the same box. thanks neil NOTICE The information contained in this electronic mail message is privileged and confidential, and is intended only for use of the addressee. If you are not the intended recipient, you are hereby

Question about the use of enumerated types in struts

2001-08-27 Thread Weber, Neil
ertyUtils.copyProperties() to populate my bean. My question is, am I doing this wrong or is this something that struts hasn't addressed yet. If I'm doing it wrong, what is the intended way? Thanks, Neil

Cannot find my form bean.

2001-07-30 Thread Neil Hornbeck
2ejsplistNames_jsp_16.java:559) ..(and so on) I believe that web.xml, struts-config.xml are configured correctly. Any ideas? Thanks, Neil Hornbeck [EMAIL PROTECTED]

RE: Weblogic 5.1 sp9 Struts example problem

2001-07-10 Thread Neil . Figg
Thanks Abraham, When I replaced sp9 with sp8 the example works fine. I deployed as a .war so i did not need to make the classpath changes. Cheers Neil "Abraham Kang" <[EMAIL PROTECTED]> on 11/07/2001 09:36:06 AM Please respond to [EMAIL PROTECTED]; Please respond

Weblogic 5.1 sp9 Struts example problem

2001-07-10 Thread Neil . Figg
ecute(MuxableSocketHTTP.java:253) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code) Cheers Neil NOTICE The information contained in this electronic mail message is privileged and confidential, and is intended only for use of the addressee. If you are not the intended recipient, you are h

Re: Button forwards

2001-06-24 Thread Neil Blue
Thanks Ted, I was going to use a redirecting action, but it just felt it was a bit heavy weight considering that the href forwards are available to the html:link. Looks like I will have to use it in the end then. cheers Neil Ted Husted wrote: > The HTML tags are designed to work wit

Button forwards

2001-06-24 Thread Neil Blue
ed that if there was a standard wat it would have been something like this: ?? Cheers Neil

RE: action classes

2001-05-29 Thread Blue, Neil
Thank you, that is a useful alternative. Neil -Original Message- From: Deadman, Hal [mailto:[EMAIL PROTECTED]] Sent: 29 May 2001 14:50 To: [EMAIL PROTECTED] Subject: RE: action classes Struts allows you to nest your existing beans inside the form class. You won't need to dupl

action classes

2001-05-26 Thread Neil Blue
change the basic struts package. Cheers Neil

RE: what is 'input' for

2001-05-24 Thread Blue, Neil
Thank you Dave, That will explain the error messages that I have been getting too :) Neil -Original Message- From: Firmin David [mailto:[EMAIL PROTECTED]] Sent: 24 May 2001 15:34 To: '[EMAIL PROTECTED]' Subject: RE: what is 'input' for If the validate() meth

RE: dynamic button names

2001-05-24 Thread Blue, Neil
Thank you Peter, It has also now been pointed out to me that you can set the value of a submit button by using a two part tag or something close to this if I remember correct. I have found it hard to get some docs on this. Cheers Neil -Original Message- From: Peter Alfors

what is 'input' for

2001-05-24 Thread Blue, Neil
Hello, I am trying to figure out what the input attribute in the action mappings is for. Could anyone help please. Cheers Neil

How do you use templare user roles

2001-05-23 Thread Neil Blue
Hello, I am looking at strut templates, and I am confused as to how you can set the users role in a template. There does not see to be any way to set the current user role, but there does seem to be ways to test it. Please could anyone help. Thank you Neil Blue

dynamic button names

2001-05-23 Thread Neil Blue
Hello, I am planning a struts app and I would like to know please if there is a way to set the text of a submit button, based on a key from the ApplicationResources.properties file. Thank you Neil Blue

Action executed twice !

2001-03-08 Thread Houghton,Neil
elements then my debug is only output once. Can anybody explain why this is happening ? I noticed that the example which ships with struts uses tables within forms, yet does not seem to exhibit this behaviour. Many thanks, Neil Houghton.

RE: Get the whole picture of Struts

2000-11-14 Thread Houghton,Neil
Try TogetherSoft's TogetherJ - this is much better than Rose for this sort of thing. I think you can download a trial version at their website which should have enough functionality enabled to allow you to do this (although I think printing is disabled). http://www.togethersoft.com/