FW: newbie html-el question

2004-03-26 Thread Bender, James
I am trying to display a value from a requestAttribute in an html-el:text ... but I can't get it to work. Here is my code: html-el:text: property=searchType value=%=request.getAttribute(searchType)%/ I recieve the error: Attribute searchType has no value Someone told me I have to

RE: newbie html-el question

2004-03-26 Thread Bender, James
I've described? Thanks again!, Jim -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 2:03 PM To: Struts Users Mailing List Subject: RE: newbie html-el question From: Bender, James [mailto:[EMAIL PROTECTED] I am trying to display a value from

Re: help with modules

2004-03-26 Thread James Norman
=com.perceptive.logconfig.actions.GetLoggersAction name=loggersForm attribute=loggers scope=request validate=false forward name=success path=/WEB-INF/logging/listLoggers.jsp redirect=false contextRelative=true/ /action -james On Fri, 2004-03-26 at 10

Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread James Scrimshire
Currently I have an Action that does the following if (isCancelled(request)) { log.debug(Request Cancelled); return mapping.findForward(home); } ActionErrors errors = new ActionErrors(); if (!isTokenValid(request)) {

RE: Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread James Scrimshire
i have tried transaction=true from the html link but it doesn't appear to work unless i have called saveToken(requset) For the latest data on the economy and society consult National Statistics at http://www.statistics.gov.uk

RE: Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread James Scrimshire
i have the transaction attribute i check to see if the token is Valid.. this method says the token is not valid For the latest data on the economy and society consult National Statistics at http://www.statistics.gov.uk

RE: Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread James Scrimshire
sandeep. using transaction=true.. this is what i get from the action the link submits too as you can see the session token is null, and only gets set when i explicitly call saveToken(request) from a prior action 2004-03-24 13:36:34,073 [DEBUG]

RE: Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread James Scrimshire
... sandeep -Original Message- From: James Scrimshire [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 8:39 AM To: [EMAIL PROTECTED] Subject: RE: Sycnhronizer Token- can someone explain this?Curre sandeep. using transaction=true.. this is what i get from the action the link submits

hrml:link transaction

2004-03-22 Thread James Scrimshire
It appears that the token is not being saved using the transcation=true property is there something i am missing here? the isValidToken(request) method in my Action claims the token is not valid? but this is on the first submission to the action from the followling link html:link

Re: calling ASP inside a JSP

2004-03-18 Thread James Mitchell
This has nothing to do with ASP or JSP specifically. You simply want to use one frame as the target of another's links/posts. This is very easy to do. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL

[ANNOUNCE] Struts Console v4.4 - GUI tool

2004-03-18 Thread James Holmes
) that opens inside of Eclipse instead of in a separate window. *) Updated to be able to co-habitate with Faces Console. *) Added tool tips for Struts dialog fields. *) Added tool tips for Tiles dialog fields. *) Updated to support IDEA 4.0. Thanks, -James [EMAIL PROTECTED] http

RE: Cannot initialize RequestProcessor

2004-03-17 Thread Anderson, James H [IT]
It has to extend TilesRequestProcessor, not RequestProcessor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 7:20 AM To: [EMAIL PROTECTED] Subject: Cannot initialize RequestProcessor Hello All, We have written a class

RE: server side date validation

2004-03-15 Thread Anderson, James H [IT]
formset form name=ActivityViewForm field property=starting depends=date arg0 key=ActivityViewForm.starting.displayname/ var var-namedatePatternStrict/var-name var-valueMM/dd//var-value /var

Re: [SwitchAction] How

2004-03-14 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385package_id=74324 release_id=147944 -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL PROTECTED] Mike Zatko [EMAIL PROTECTED] wrote in message

[OT] 2 JSF questions

2004-03-12 Thread Anderson, James H [IT]
1) Since JSF is written in Java, why does Sun have 3 different download available, Windows, Solaris, Linux? 2) Would any of those work for Mac OS X? Thanks, jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [OT] 2 JSF questions

2004-03-12 Thread Anderson, James H [IT]
-11-2003/jw-1114-jsfredux-p2.html the last to pics looks like mac but it is not a sample for the RI it is form Early Access4 (old) :-) Cheers! -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 7:30 PM To: [EMAIL PROTECTED] Subject: [OT

RE: Struts in Action: 12.10.1 Multipage validations

2004-03-11 Thread Anderson, James H [IT]
I'm not guaranteeing that this is the best way to do it, but it works for me ;-) validator name=date1LEdate2 classname=portfolio.CustomValidators method=date1LEdate2 methodParams=java.lang.Object,

Re: ASP.NET and Struts: Web Application Architectures

2004-03-10 Thread James Mitchell
LOL That's a good one!! -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL PROTECTED] - Original Message - From: Christian Bollmeyer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

RE: Suggestion needed on good Struts book

2004-03-08 Thread Anderson, James H [IT]
IMHO, Struts in Action is the best, given the caveat that it's rather dated. Combine it with Professional Jakarta Struts and you should be in good shape. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, March 07, 2004 2:38 PM To: [EMAIL PROTECTED]

RE: JSF RI Final is out!

2004-03-05 Thread James Holmes
or done. You can find the list on my website at: http://www.jamesholmes.com/JavaServerFaces/ -James snip No books have been published about JavaServer Faces yet (to my knowledge), although I know of at least five that are nearing completion, and should be published very soon. /snip Funny

RE: JSF RI Final is out!

2004-03-04 Thread James Holmes
Hi Janarthan, There are several books available and/or coming available shortly for JSF. I have put together a comprehensive list of resources for JavaServer Faces on my website at: http://www.jamesholmes.com/JavaServerFaces/ Hope that helps, -James -Original Message- From: Janarthan

RE: BODY onLoad Workaround

2004-03-03 Thread James MacKenzie
I had this problem but I just used a tiles tag from the tiles page. In my page which brings in the Body tag; BODY tiles:getAsString name = onload/ From the calling page eg... tiles:put name=onload value = onload=\xcSet('UserMenu', 'xc');\/ Hope this helps

Re: Newbie question

2004-03-03 Thread James Mitchell
From the main page of Struts (the one you clicked past to subscribe to this list) http://jakarta.apache.org/struts/learning.html -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From

Re: How do I access Message Resources in an Action?

2004-03-02 Thread James Mitchell
The same way it is done in the struts-example. Did you run that yet? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March

RE: splitting struts-config into multiple files

2004-03-02 Thread Anderson, James H [IT]
Nadeem, I think I didn't read your reply carefully enough. Are you saying that I could maintain global-forwards.xml somewhere on the filesystem outside the app and xdoclet could be setup to merge it with struts-config.xml? jim -Original Message- From: Nadeem Bitar [mailto:[EMAIL

RE: Tiles problem

2004-03-02 Thread Anderson, James H [IT]
To: Struts Users Mailing List Subject: Re: Tiles problem put name=foo value=${bar} type=string/definition/page / On 2 Mar 2004, at 22:15, Anderson, James H [IT] wrote: There's something I'm not understanding :-( I've got the following tiles definitions. definition name=.mainLayout path=/tiles

Re: replacing messages tag with fmt tag - can both exist at 1x?

2004-03-01 Thread James Mitchell
Yes, just point them to the same file. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Menke, John [EMAIL PROTECTED] To: Struts (E-mail) [EMAIL PROTECTED] Sent: Monday, March 01

custom validator question

2004-02-26 Thread Anderson, James H [IT]
I'm creating a custom validator to enforce a = relationship between 2 date fields and am having a problem. A validator method gets a Field arg for the field with which it's associated in validation.xml, but I need to also get the Field object for the other date field. I need this so that I can

RE: custom validator question

2004-02-26 Thread Anderson, James H [IT]
(datePattern); String compareDateProperty = field.getVarValue(compareDate); String compareDate = ValidatorUtils.getValueAsString(bean, compareDateProperty); Niall - Original Message - From: Anderson, James H [IT] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 26, 2004

RE: custom validator question

2004-02-26 Thread Anderson, James H [IT]
, James H [IT] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 26, 2004 2:54 PM Subject: custom validator question I'm creating a custom validator to enforce a = relationship between 2 date fields and am having a problem. A validator method gets a Field arg for the field

[ANNOUNCE] Struts Console support for IDEA 4.0

2004-02-26 Thread James Holmes
I've uploaded a new Struts Console build specifically for IntelliJ IDEA 4.0. You can download it from the download page on my website: http://www.jamesholmes.com/struts/console/download.html Thanks, -James [EMAIL PROTECTED] http://www.jamesholmes.com/struts

RE: Common Services across Different Actions.

2004-02-25 Thread Anderson, James H [IT]
Could you provide a little more detail? Thanks, jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 10:54 AM To: Struts Users Mailing List Subject: Re: Common Services across Different Actions. I like to use a ServiceLocater

Re: How to create a No Action ActionForward

2004-02-22 Thread James Adams
how I will programmatically set the user's role in the login Action class execute() method. Is it as simple as just setting a session attribute named role ? Thanks in advance for your insight. -James __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail

RE: spontaneous disappering ApplicationResources.properties

2004-02-21 Thread James Mitchell
This is cause by Eclipse rebuilding your project. You need to put your source files (that means *.properties as well as *.java) in your source folders. Any time you make changes, Eclipse will copy them over to the classes directory for you. -- James Mitchell Software Engineer / Open Source

RE: Extra Lines in Compiled JSP

2004-02-20 Thread Piper, James D CECOM SEC EPS
is it windows that has the eol be crlf and unix uses just cr? Somthing like that I think... try looking at your jsp file in a hex editor and see if it is crlf and if so change it to be just cr. Be careful moving file back and forth between windows and unix, there is a unix util called dos2unix

RE: Struts and I8N looking for a good combination

2004-02-20 Thread James Mitchell
on the fly (although this last part is up to you). -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Linus Nikander Sent: Friday, February 20, 2004 3

RE: Extra Lines in Compiled JSP

2004-02-20 Thread Piper, James D CECOM SEC EPS
Why do you have this problem with extra lines in your html generated by the %@ % section of your jsp and I do not - I use JBOSS and WebLogic both -- never saw this problem? - Jim -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 3:42 PM To:

RE: Servlet Context

2004-02-19 Thread James Mitchell
Get it from the servletContext and change it...dynamically. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] -Original Message- From: keshav [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19

RE: Mroe then one resource message file

2004-02-19 Thread James Mitchell
Just like it is done in the struts-example. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] -Original Message- From: Daniel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 8:52 AM

How to create a No Action ActionForward for return from an Action's execute() ?

2004-02-19 Thread James Adams
control back to the calling page ? If not then how else should I go about this ? Thanks in advance for your feedback. Please Cc: any rsponses to this email address. -James __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http

RE: How to create a No Action ActionForward for return from an Action's execute() ?

2004-02-19 Thread Anderson, James H [IT]
the login page. * *James Adams wrote: I have created an Action class which does session validation by checking to see if a loggedIn flag is set in the session - if it is absent, or set to false, then I want to forward to the login page. However if it is set to true then I don't want to do anything

Re: How to create a No Action ActionForward for return from an Action's execute() ?

2004-02-19 Thread James Adams
with this. -James __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Problem using split() method in java script

2004-02-16 Thread James Mitchell
where_is_mytool=home\mytool\mytool.cgi; var mytool_array=where_is_mytool.split(\\); alert(mytool_array[0]+ second +mytool_array[1]+ third +mytool_array[2]); -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED

RE: Java / J2EE Developer

2004-02-16 Thread James Mitchell
Looks like the only way to compete is to improve yourself. That works for me, what about you? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] -Original Message- From: Andy Engle [mailto:[EMAIL PROTECTED

RE: client-side validation not working

2004-02-14 Thread Anderson, James H [IT]
- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 3:29 PM To: Struts Users Mailing List Subject: RE: client-side validation not working Struts 1.1 -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:25 AM

RE: client-side validation not working

2004-02-14 Thread Anderson, James H [IT]
] Sent: Friday, February 13, 2004 4:17 PM To: 'Struts Users Mailing List' Subject: RE: client-side validation not working So, did you find the validateDate function, and was it called? -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 3

client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
Server-side validation is working fine, but I can't seem to get client-side working. I know I must be doing something wrong, but I can't figure out what it is :-( Here's a bit of the tile that uses validation: %@ taglib uri=/tags/struts-bean prefix=bean % %@ taglib uri=/tags/struts-html

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
. html:submitSave/html:submit Niall - Original Message - From: Anderson, James H [IT] [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 13, 2004 2:23 PM Subject: client-side validation not working Server-side validation is working fine, but I

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
Niall - Original Message - From: Anderson, James H [IT] [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 13, 2004 2:23 PM Subject: client-side validation not working Server-side validation is working fine, but I can't seem to get client-side

RE: Ben Janes/MaerskDataSverige/MDG is away from the office until 19-02-2004

2004-02-13 Thread Anderson, James H [IT]
Yep, I've been getting them since this morning. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 12:13 PM To: Struts User Jakarta Subject: Re: Ben Janes/MaerskDataSverige/MDG is away from the office until 19-02-2004 I keep getting these

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
file and see if the function is called. BTW, what version of Struts you are using? Saul -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 10:12 AM To: Struts Users Mailing List Subject: RE: client-side validation not working To test

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
action=/SelectActivity onsubmit=return validateActivityViewForm(this); Niall - Original Message - From: Anderson, James H [IT] [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 13, 2004 3:11 PM Subject: RE: client-side validation not working

Re: Struts Module switching example

2004-02-12 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385package_id=74324 release_id=147944 -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Sreenivasa Chadalavada [EMAIL

question regarding dynamic Tile capability

2004-02-11 Thread Anderson, James H [IT]
We want to display different tiles, depending on the characterics of a logged-in user. In other words, some users would see one tile, others another. Is this possible? If so, could someone please send me a short code sample? Thanks very much, jim

Re: Config issue

2004-02-11 Thread James Mitchell
mapping) ^^ If this application was the default, then that would eliminate one the first /gannetts Hope that helps. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Sam

[OT] Re: Debugging JSP

2004-02-09 Thread James Mitchell
approach. ...hope that helps. Thankx in advance, -Ramadoss -- James Mitchell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Supporting a back button without JavaScript

2004-02-09 Thread James Mitchell
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL

Re: logic:iterate question

2004-02-06 Thread James Mitchell
Oops, did you mean to do this? c:forEach items=foo.bar var=bar varStat=stat c:if test=stat.last ^^^ do what needs to be done /c:if /c:forEach shouldn't that be? c:if test=${stat.last} ^^ ^ -- James Mitchell Software

Re: How to export the html table contents (records) to an Excel file.

2004-02-04 Thread James Mitchell
response.setContentType(application/vnd.ms-excel); Assuming the end user has Excel installed and their browser accepts application/vnd.ms-excel, the data will be streamed to the client and the content will be opened by Excel. -- James Mitchell Software Engineer / Struts Evangelist http

Re: accessing application.properties from JSP

2004-02-03 Thread James Mitchell
Serverside jsp processing knows nothing about embedded JavaScript or anything else. bean:message .../ works anywhere on your page (if you remember to put the taglib declaration) -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM

RE: [ANNOUNCE] Struts Console v4.3

2004-02-03 Thread James Holmes
There's not a property for this at the moment, but I will add it to the TODO list. Thanks, James -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:18 AM To: Struts Users Mailing List Subject: Re: [ANNOUNCE] Struts Console v4.3 Nice one

Accessing Struts Datasource from another action servlet

2004-02-02 Thread James MacKenzie
for the scheduler though as I can't guarantee that anyone will start a session so I can pass the datasource. My question is, how do I use the struts datasource in my scheduled servlet? Thanks for any help! Regards, James - To unsubscribe, e

[ANNOUNCE] Struts Console v4.3

2004-02-02 Thread James Holmes
plugin to recognize read only files. *) Updated to support system specified DTDs. *) Added support for the variant attribute of formset tags for Validator 1.1 config files. Thanks, -James [EMAIL PROTECTED] http://www.jamesholmes.com/struts

Re: Tesiting DispatchAction with StrutsAction..

2004-02-02 Thread James Mitchell
What is your question? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Al Rathon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 02, 2004 9:42 AM

Re: Using database tables for resource bundles

2004-02-02 Thread James Mitchell
Not yet. I was planning to finish my refactoring to commons-resources (sandbox) quite some time ago, but like most people.I have just been too busy with other things. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN

Is there an INCLUDE feature that works with struts-config?

2004-02-02 Thread Anderson, James H [IT]
We will have many related Struts apps that require identical entries in struts-config, so I'm wondering if there's a way to define common sets of entries and then include them in the config file for each of the apps. Thanks, jim

RE: Is there an INCLUDE feature that works with struts-config?

2004-02-02 Thread Anderson, James H [IT]
shared XML. If you're worried about duplication, you can have the shared config in one location and have your build process copy it from there. Just an idea. - Hubert --- Anderson, James H [IT] [EMAIL PROTECTED] wrote: We will have many related Struts apps that require identical entries

Re: OT: Need help downloading latest commons-sandbox and Struts Contrib from CVS

2004-02-01 Thread James Mitchell
... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org

Re: White space problem

2004-01-28 Thread James Mitchell
Yes, same as with any tag or scriptlet. c:forEach c:if ... /c:if /c:forEach Of course, you could always use a servlet filter and replace all \n+ with /n. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN

Re: request scope vs. session scope

2004-01-28 Thread James Mitchell
Does your action-mapping use redirect=true? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: struts fox [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

Re: request scope vs. session scope

2004-01-28 Thread James Mitchell
Sorry, but there could be any number of reasons why your page isn't working. We'll need more information to help you. Check out the struts-example.war that ships with the distribution. That shows the most basic ways to send data to your jsp (in request scope). -- James Mitchell Software

Re: entity includes in tiles-defs.xml (again)

2004-01-28 Thread James Mitchell
Sorry, I thought you *wanted* to specify it directly. From what you've said below, that's an odd problem and my first inclination would be to check and recheck the spelling. Other than that, I'm not sure without having more information or having the project right here in front of me. -- James

Re: constant url

2004-01-27 Thread James Mitchell
, but that still leaves you vulnerable. I could (if I were sniffing your network) capture and read a POST as easily as I could a GET. Consider using SSL. Any help will be appreciated. Richie -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org

Re: WebGroups css

2004-01-27 Thread James Mitchell
myapp will resolve to /myapp/stylesheets/style.css. So this will work from anywhere in the application, no matter what the address bar shows. * no scriplet * no nested xml-like syntax ...anyway...just my $.02 -- James Mitchell Software Engineer / Struts Evangelist

Best Practices question

2004-01-27 Thread Anderson, James H [IT]
What is considered the best way for a business bean to handle errors so that they eventually get to ActionErrors? And what about business logging? Thanks, jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Best Practices question

2004-01-27 Thread Anderson, James H [IT]
/tutorials/excep_struts/index-7.html -Richard -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 5:31 AM To: Struts Users Mailing List Subject: Best Practices question What is considered the best way for a business bean to handle errors so

Where is struts-scaffold.jar?

2004-01-26 Thread Anderson, James H [IT]
What am I missing? It's not in the Struts 1.1 distribution, and I haven't been able to find it anywhere. jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] How to use java constants as bean identifiers in jsps

2004-01-26 Thread James Mitchell
Look at the unstandard tags. Specifically, the bind tag. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Paul McCulloch [EMAIL PROTECTED] To: Struts Users Mailing

RE: Where is struts-scaffold.jar?

2004-01-26 Thread Anderson, James H [IT]
/showfiles.php?group_id=49385 Rick Hightower Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Monday

Re: entity includes in tiles-defs.xml (again)

2004-01-26 Thread James Mitchell
, / will be interpreted as C:\ or to be more specificyour system's %SystemDrive% -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Matt Bathje [EMAIL PROTECTED] To: strutslist

ActionErrors display

2004-01-25 Thread Brown, James
to output the message for a specific field, but I cannot seem to find a means to use it to flag that an error has occurred. Any suggestions would be greatly appreciated. Cheers, James THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: Debugging in JBoss 3.2.3

2004-01-25 Thread James Mitchell
Sorry, I wasn't able to get this done. A few hours ago I got 5 more Chapters dumped into my Inbox (tech editing) so I'm not sure when I'll have time. Maybe next week. Thankx. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM

Re: Debugging in JBoss 3.2.3

2004-01-23 Thread James Mitchell
I'll see if I can put together something this weekend like this: http://jakarta.apache.org/struts/faqs/eclipse.html -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From

Re: Switch Action

2004-01-23 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385package_id=74324 release_id=147944 -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Ramadoss

[Struts Atlanta] January meeting

2004-01-23 Thread James Mitchell
This month's meeting will be held on Thursday, January 29, 2004. The topic this month is an Open Forum. Our local Atlanta Struts gurus will take their best crack at helping you with any issues/questions you may have. For more information, go to: http://www.struts-atlanta.org -- James

[OT] [ANNOUNCE] Faces Console 1.0 Beta 2

2004-01-22 Thread James Holmes
/JavaServerFaces/console/ Please give it a try and let me know if you have any problems. Thanks, -james [EMAIL PROTECTED] http://www.jamesholmes.com/JavaServerFaces/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: editor

2004-01-22 Thread James Holmes
Struts Console doesn't help with JSPs like you mention below, but it helps with the Struts config files. http://www.jamesholmes.com/struts/ -James Does anybody knows a good and free struts editor ? Does anybody knows an editor that is able to make code more readable, user friendlier... eg

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread James Mitchell
in Eclipse sorry for the speedy, not-quite-complete helpbut that's basically what I used to do before I found MyEclipse. Now, if only MyEclipse worked on 3.0 M6...hm -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx MSN

Re: html:link multiple parameters

2004-01-22 Thread James Mitchell
Add XYZ Cart /html:link -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Richard Hightower [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent

Re: [OT?]Tomcat multiple users developing

2004-01-21 Thread James Mitchell
-- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

beginner's html:options question

2004-01-20 Thread Anderson, James H [IT]
I have a collection of LabelValueBeans as a property of another bean (an Action), and I store this bean in session scope with preparedData as the key. But when I try and access it using html:option, I get the following error: Cannot find bean preparedData in any scope Here's

Re: [OT] Eclipse and JSTL

2004-01-18 Thread James Mitchell
Yes, MyEclipse. http://www.myeclipseide.com/ -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx - Original Message - From: Mike Duffy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL

Re: [OT] Eclipse and JSTL

2004-01-18 Thread James Mitchell
That's true. It is not free. But it is the best $30 you'll ever spend. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx - Original Message - From: Ashikuzzaman [EMAIL PROTECTED] To: 'Struts Users Mailing List

[Tiles] Insert URL Restrictions?

2004-01-16 Thread James Watkin
? Thank you. - Jim __ James Watkin ACIS Software Development The Anderson School at UCLA [EMAIL PROTECTED] Voice: 1-310-825-5030 Fax: 1-310-825-4835 __ - To unsubscribe

Re: How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread James Mitchell
if you don't find your answer after doing one of those. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx - Original Message - From: N.N.S.S Ravi Krishna [EMAIL PROTECTED] To: 'struts users' [EMAIL PROTECTED] Sent

RE: Struts Validator overriding cache-control?

2004-01-15 Thread Brown, James
. If yes, is this the expected behaviour of a browser for pages that are marked as do not cache? 3. If yes, is there any known mechanism to force the browser to not cache the POST data? Cheers, James THIS COMMUNICATION MAY

Struts Validator overriding cache-control?

2004-01-14 Thread Brown, James
is submitted with data that fails server-side validation and the page is redisplayed. In a true success path, the page is displayed as desired - empty. Any ideas? Cheers, James THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: Struts Validator overriding cache-control?

2004-01-14 Thread Brown, James
to work myself out of the corner I am in - I need to prevent the refresh from redisplaying this data which I think is darn near imposibble. Cheers, James THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY

Re: Best Practice for data source access

2004-01-12 Thread James Watkin
__ James Watkin ACIS Software Development The Anderson School at UCLA [EMAIL PROTECTED] Voice: 1-310-825-5030 Fax: 1-310-825-4835 __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts 1.1 and iPlanet iws 6.05

2004-01-12 Thread James Mitchell
You should upgrade to 6.1 if you can. It uses Tomcat under the covers. All will work fine once you do that. James - Original Message - From: Fowler, David [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Sent: Monday, January 12, 2004 10:22 PM Subject: Struts 1.1 and iPlanet iws 6.05

  1   2   3   4   5   6   7   8   9   10   >