RE: Unit Test in struts

2004-01-21 Thread Shane Mingins
You could be thinking of StrutsTestCase but I am not sure if it will test your JSP pages? http://strutstestcase.sourceforge.net/ To test web pages you could look at Canoo WebTest http://webtest.canoo.com/webtest/manual/WebTestHome.html HTH Shane > -Original Message- > From: Vi

[OT] Struts meets Swing

2003-12-09 Thread Shane Mingins
Just found these Someone may find them of interest (or not) :-) http://javaboutique.internet.com/tutorials/Swing/ <http://javaboutique.internet.com/tutorials/Swing/> http://javaboutique.internet.com/tutorials/Swing2/ <http://javaboutique.internet.com/tutorials/Swing2/>

RE: IDE

2003-11-19 Thread Shane Mingins
sucks. Nice fast java editing. XML and jsp > editors totally suck though. > What is the problem with the XML and JSP editors? Is there lack of code completion? If so have a look at www.intellij.com Shane - To unsubscrib

RE: Accessing a static final constant from Class in JSP

2003-11-17 Thread Shane Mingins
Just a thought ... if linkEdit is only used on the JSP's for Struts would it be better placed in the resources.properties file? Shane > -Original Message- > From: Jimmy Emmanual [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 18 November 2003 12:41 p.m. > To: 'Str

[FRIDAY] Finally a game worth playing except if u belong to the S PCA

2003-11-06 Thread Shane Mingins
http://www.richsalter.btinternet.co.uk/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[FRIDAY] Rugby World Cup joke

2003-11-06 Thread Shane Mingins
A man has tickets for the Rugby World Cup Final between New Zealand and Australia. As he sits down, another man comes and asks if anyone is sitting in the seat next to him. He replies, "The seat is empty." "This is incredible," said the man. "Who in their right mind would have a seat like this f

[OT] Could be work ($$) for someone?

2003-10-29 Thread Shane Mingins
Hi This guy has recently been posting for help to comp.lang.java.help. Now he would like to pay someone. Is .it Italy? Shane >"Max" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi to all, can you help me with the realization of a simple app, without

RE: EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Shane Mingins
/WebTestHome.html "It calls web pages and verifies the results, giving comprehensive reports on success and failure." Shane > -Original Message- > From: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 22 October 2003 8:08 p.m. > To: Struts Users

RE: [ANN] Struts and JavaServer Faces talk by Craig McClanahan on 11/ 5

2003-10-21 Thread Shane Mingins
And an offline copy. For those of us not local to the country :-) > -Original Message- > From: Ruth, Brice [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 22 October 2003 2:54 p.m. > To: Struts Users Mailing List > Subject: Re: [ANN] Struts and JavaServer Faces talk by Craig McClanahan on >

RE: Form Question

2003-10-21 Thread Shane Mingins
o your jsp. Logic tags could query the state of each input field to decide if it should be displayed or not. Any one else? Shane > -Original Message- > From: Shishir K. Singh [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 21 October 2003 2:46 p.m. > To: Struts Users Mailin

RE: Defining Struts in Terms of PofEAA

2003-10-19 Thread Shane Mingins
344) and TemplateView(350). Thanks Shane > -Original Message- > From: Peter Abbot [mailto:[EMAIL PROTECTED] > Sent: Monday, 20 October 2003 3:47 p.m. > To: Struts Users Mailing List > Subject: RE: Defining Struts in Terms of PofEAA > > I recall a couple of week

RE: Defining Struts in Terms of PofEAA

2003-10-19 Thread Shane Mingins
roller(333)??? Cheers Shane > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Monday, 20 October 2003 3:29 p.m. > To: Struts Users Mailing List > Subject: Re: Defining Struts in Terms of PofEAA > > Shane- > > Take a look at

Defining Struts in Terms of PofEAA

2003-10-19 Thread Shane Mingins
lease enlighten me? Thanks Shane Shane Mingins Analyst Programmer Assure NZ Ltd Ph 644 494 2522 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [FRIDAY] Free Dog.....

2003-10-16 Thread Shane Mingins
Ok so no attachments :-( http://fattyco.org/~beck/stephen/Free_Dog.jpg > -Original Message- > From: Shane Mingins [mailto:[EMAIL PROTECTED] > Sent: Friday, 17 October 2003 12:28 p.m. > To: '[EMAIL PROTECTED]' > Subject: [FRIDAY] Free Dog. > > Hi >

[FRIDAY] Free Dog.....

2003-10-16 Thread Shane Mingins
Hi A mate of mine is looking for a good home for their family's dog. He said it's really lovable and friendly with kids, but his wife said the dog makes her nervous when it stares at her (I know - weird - I thought the same thing). She wants it out of the house ASAP unfortunately. If you know o

RE: OT - book on Java patterns

2003-10-13 Thread Shane Mingins
Just noticed you mention DAO (Data Access Object). For a free book on EJB Design Patterns: http://www.theserverside.com/books/EJBDesignPatterns/index.jsp > > > -Original Message- > > From: Sasha Borodin [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 10, 2003 6:23 PM > > To: Struts

RE: OT - book on Java patterns

2003-10-13 Thread Shane Mingins
/PPP http://www.objectmentor.com/resources/bookstore/books/AgileSoftwareDevelopme ntPPP And if you get really stuck reading it, the author regularly posts to the comp.object newsgroup. HTH Shane > -Original Message- > From: Sasha Borodin [mailto:[EMAIL PROTECTED] > Sen

RE: Tools for Testing

2003-10-09 Thread Shane Mingins
e.html > to handle StrutsTestCase > and this could be automated... > beautiful, > -Martin > - Original Message - > From: "Shane Mingins" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > Sent: Thu

RE: Tools for Testing

2003-10-09 Thread Shane Mingins
"Struts" layer of my application test-first. Shane > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] > Sent: Friday, 10 October 2003 3:22 p.m. > To: Struts Users Mailing List > Subject: Re: Tools for Testing > > Adam Hardy wrote: >

RE: help???? Missing message for key "index.titl

2003-10-09 Thread Shane Mingins
Reading that error message ... it looks like you have not defined a key index.title in your ApplicationResources.properties file. I though the message was different if it cannot locate the file. > -Original Message- > From: nothl [mailto:[EMAIL PROTECTED] > Sent: Friday, 10 October 2003 1

[FRIDAY] Yeah I know it's early ;-)

2003-10-08 Thread Shane Mingins
http://www.foulds2000.freeserve.co.uk/economists.htm

Handling Exceptions in ActionForm

2003-10-02 Thread Shane Mingins
le in the ActionForm and then have the validate() method check that collection and generate the required ActionErrors? Any thoughts? Shane Shane Mingins Analyst Programmer Assure NZ Ltd Ph 644 494 2522 - To unsubsc

Can I Get the Index Value of Selected Option?

2003-09-30 Thread Shane Mingins
JavaScript? Any pointers, examples, resources etc would be great :-) Thanks Shane Shane Mingins Analyst Programmer Assure NZ Ltd Ph 644 494 2522 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: books and tutorials

2003-09-30 Thread Shane Mingins
ts site http://jakarta.apache.org/struts/ http://jakarta.apache.org/struts/learning.html http://jakarta.apache.org/struts/resources/books.html http://jakarta.apache.org/struts/resources/examples.html Shane - To unsubscribe,

RE: element

2003-09-29 Thread Shane Mingins
If memory serves me correct was only supported by IE has that changed? Shane > -Original Message- > From: Graham Leggett [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 September 2003 4:48 a.m. > To: Struts Users Mailing List > Subject: element > > Hi all,

RE: Disabling Buttons on View

2003-09-25 Thread Shane Mingins
/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> Does that at all help? Shane - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Disabling Buttons on View

2003-09-25 Thread Shane Mingins
en it comes to tags? Is there an explanation of these options anywhere? Am I making any sense *grin* ? Thanks Shane > -Original Message- > From: deepaksawdekar [mailto:[EMAIL PROTECTED] > Sent: Thursday, 25 September 2003 3:56 p.m. > To: Struts Users Mailing List > Subject

RE: [Poll] action mappings

2003-09-25 Thread Shane Mingins
did not cross my mind as I played around with the different options. Thanks :-) Shane - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Poll] action mappings

2003-09-25 Thread Shane Mingins
not. I did not like the idea of conditioning the validation in the form bean validate() method. Anyone have thoughts or comments on that? Shane - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Disabling Buttons on View

2003-09-24 Thread Shane Mingins
Hi If I wish to simulate the enable/disable of buttons that users are used to with a rich GUI on a JSP view, is there are nicer way than using the logic tags like this? Thanks Shane Shane Mingins Analyst Programmer Assure NZ Ltd Ph 644 494 2522

RE: How to restore user selections when returning to a JSP?

2003-09-23 Thread Shane Mingins
Could you not have that page set to session scope so the set selected value is retained? There are tips on this page http://husted.com/struts/catalog.html regarding workflows that may be of help. Shane > -Original Message- > From: John Habbouche [mailto:[EMAIL PROTECTED]

RE: Refreshing Form Submission and Duplicates

2003-09-18 Thread Shane Mingins
help as I have yet to use it ... although I have just this minute found a case in my own application to do so ;-> Shane > -Original Message- > From: John Reynolds [mailto:[EMAIL PROTECTED] > Sent: Friday, 19 September 2003 2:16 p.m. > To: [EMAIL PROTECTED] > Subjec

[FRIDAY] Save the Servers!

2003-09-18 Thread Shane Mingins
http://www.savetheservers.com/

RE: multiple submit redirect in action

2003-09-11 Thread Shane Mingins
Hi You could use JavaScript to set a field on the form to the value of the action. Also have a look at using DispatchAction http://husted.com/struts/tips/002.html And for the tips menu: http://husted.com/struts/tips/index.html HTH Shane > -Original Message- > From: Stephane G

RE: YASJR (Yet Another Struts Justification Request)

2003-09-10 Thread Shane Mingins
Have u seen http://jakarta.apache.org/struts/volunteers.html Cheers Shane > -Original Message- > From: Gregory F. March [mailto:[EMAIL PROTECTED] > Sent: Thursday, 11 September 2003 12:03 p.m. > To: Struts Users Mailing List > Subject: Re: YASJR (Yet Another Struts Justif

RE: Help me get my boss of my back

2003-09-04 Thread Witbeck, Shane
Webalizer is free, WebTrends is not :) -Original Message- From: Carl-Jakob [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 8:31 AM To: [EMAIL PROTECTED] Subject: Help me get my boss of my back Hi, We have put up websites for some customers despite I said no. nooo...

RE: Request variables and validation

2003-09-03 Thread Witbeck, Shane
Why don't you create a method that gets whatever data you need to populate the form and call it from the DispatchAction methods that need it? Shane -Original Message- From: Ryan [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:54 AM To: [EMAIL PROTECTED] Subject: Re

[OT] RE: J2EE IDE

2003-08-27 Thread Shane Mingins
IntelliJ provide a document on supporting & developing web apps with IntelliJ IDEA http://www.intellij.com/docs/html/webAppl.html http://www.intellij.com/docs/WebApps.pdf -Original Message- From: Paul Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, 28 August 2003 11:15 a.m. To:

[OT] RE: J2EE IDE

2003-08-27 Thread Shane Mingins
Well then most of the world are obviously a Fowler groupies. Metsker gets 4 stars on Amazon whilst Fowler gets 4 1/2. I have not read Metsker but the TOC suggests that these two books are quite different. From what I have browsed of PoEA it is not a "design patterns explained" typed book writte

RE: keys of MessageResources

2003-08-27 Thread Shane Mingins
ut.println("key = " + key); } Shane -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Thursday, 28 August 2003 9:23 a.m. To: Struts Users Mailing List Subject: Re: keys of MessageResources There are no public methods that return a collection view of keys (

RE: Struts, Tomcat, Hibernate - what the heck?

2003-08-26 Thread Shane Mingins
/struts/resources/examples.html I am not sure if any of the examples use Hibernate? Cheers Shane -Original Message- From: Bill Chmura [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 August 2003 8:41 a.m. To: 'Struts-Users' Subject: Struts, Tomcat, Hibernate - what the heck? Hey, I a

RE: Re Small request...

2003-08-26 Thread Shane Mingins
Especially the 30 day trial version of Struts :-) -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 August 2003 2:57 p.m. To: Struts Users Mailing List Subject: OT: Re Small request... and besides, by continuing to set my clock back none of my 30-day evals e

Generic Ok/Cancel Page

2003-08-25 Thread Shane Mingins
from. Cheers Shane Shane Mingins Analyst Programmer Assure NZ Ltd Ph 644 494 2522

RE: Telling Users to Wait

2003-08-21 Thread Shane Mingins
process is complete and BEEN_HERE was not null I removed the attribute and forwarded to the next page. HTH Shane -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED] Sent: Friday, 22 August 2003 12:03 p.m. To: Struts Users Mailing List Subject: Telling Users to Wait Hello Struts

Re: File Upload Data

2003-08-20 Thread Shane Witbeck
I have run the same code for my file uploads in windows and linux without a problem. Shane - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 7:13

RE: mailto in html:link

2003-08-20 Thread Witbeck, Shane
You cannot nest taglibs in this manner. I suggest using a regular tag and put your mytag in the href attribute. -Shane -Original Message- From: deepaksawdekar [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 8:08 AM To: Struts Users Mailing List Subject: mailto in html:link

RE: file upload problem

2003-08-18 Thread Witbeck, Shane
Alias entry to the virtual host. You will have to check your container's docs for your specific environment. -Shane -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 10:47 AM To: 'Struts Users Mailing List' Subject: RE: file uplo

RE: file upload problem

2003-08-18 Thread Witbeck, Shane
I had a similar problem until I realized that you must specify a file and not a folder for the upload path (i.e. /tmp/upload/upload.txt not /tmp/upload). HTH, Shane -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 7:24 AM To: 'S

RE: Global Forwards and Tiles

2003-08-15 Thread Witbeck, Shane
My solution to this problem is not to define any global forwards and route everything through an Action. If you are forwarding to a simple JSP defined by a tile then define an action-mapping using a ForwardAction. HTH, Shane -Original Message- From: David Holtzhouser [mailto:[EMAIL

RE: [OT] RE: JSTL ot struts taglibs?

2003-08-14 Thread Bailey, Shane C.
)() ('.') (")(") Hmm.. I'm getting hungry now. -Tim -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:50 AM To: 'Struts Users Mailing List' Subject: RE: JSTL ot struts taglibs? Another debate

RE: JSTL ot struts taglibs?

2003-08-14 Thread Bailey, Shane C.
s the solution. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:20 PM To: 'Struts Users Mailing List' Subject: RE: JSTL ot struts taglibs? But, what I really meant about JSTL being replaced was in popularity. JSP tags are bei

RE: [OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
w how Sun works. Where am I going wrong? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 2:22 PM To: Struts Users Mailing List Subject: Re: [OT] Interesting JSF info On Mon, 11 Aug 2003, Bailey, Shane C. wrote: > Date: Mon, 11 Aug 2003 13:24:

RE: [OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
I meant the, "Java is destined to be everything to everybody" more as in Sun's mind. Don't forget, "The network is the computer"! -Original Message- From: Reinhard [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 4:30 PM To: Struts Users Mailing List Subject: Re: [OT] Interesti

RE: struts 1.1 question

2003-08-14 Thread Bailey, Shane C.
This, of course, assumes that all pages require the functionality of forwards and actions and lions and tigers and bears. don't lose sight of the forest for the trees. From: "Bailey, Shane C." <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAI

RE: application.properties question

2003-08-14 Thread Bailey, Shane C.
They are suggested strings. For instance if you don't have the error prefix, suffix, header and footer specified then you won't get an exception thrown or anything you just won't get anything printed. You can change the value if you don't like the error display formatting. In general, I haven'

RE: [OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
http://www.jsfcentral.com/#EJB, I assume you would also use Portlet API (JCP 168) and not tiles. .V Bailey, Shane C. wrote: > But if Tiles is separate from Struts (plug-in and not built-in) I wonder if > you will be able to plug Tiles into JSF. > > > -Original Message- > From: Davi

RE: action forward -> redirect

2003-08-14 Thread Shane Mingins
Have you seen this http://jakarta.apache.org/struts/userGuide/index.html ? -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 August 2003 3:14 p.m. To: Struts-Users Subject: Re: action forward -> redirect never mind - found the redirect attribute. Alth

RE: [OT] How can Java compete?

2003-08-14 Thread Bailey, Shane C.
Voice recognition software is sure sounding good at this point. -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:57 AM To: 'Struts Users Mailing List' Subject: RE: [OT] How can Java compete? Do you really want to use the same keyboard/mou

RE: fail getDataSource(request)

2003-08-14 Thread Bailey, Shane C.
Use data-sources.xml instead. Just a suggestion. If I remember right, there has been talk that future Struts releases won't support datasources anyway. http://marc.theaimsgroup.com/?l=struts-user&m=105372428318434&w=2 On Wednesday, August 13, 2003, at 01:50 PM, Jiri Chaloupka wrote: > Is i

RE: [OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
But if Tiles is separate from Struts (plug-in and not built-in) I wonder if you will be able to plug Tiles into JSF. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 8:50 PM To: Struts Users Mailing List Subject: Re: [OT] Interesting JSF info

[So Far OT it's kinda Funny] - [OT] WAY off-topic . . . don't bother flaming & RE: major weirdness with c:forEach & html-el:text

2003-08-14 Thread Shane Mingins
Suggest rec.arts.comics and less coffee ;-) -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 August 2003 2:30 p.m. To: 'Struts Users Mailing List' Subject: RE: major weirdness with c:forEach & html-el:text This is becoming more prevalent: questions ab

RE: [OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
x27;t and I'm apt to believe him) that would not kill Struts as long as people still want an alternative. The bottom line is that Struts will be what *we* need it to be and what *we* make of it. Steve p.s. I don't work for Sun and I don't hate Microsoft :-) > -Original Mess

RE: application.properties file location

2003-08-14 Thread Bailey, Shane C.
IMO, struts config. I didn't know you could do it in the web.xml, never had to, works great in the struts config. -Original Message- From: Kommana, Sridhar [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:58 PM To: Struts Users Mailing List Subject: RE: application.propert

RE: Mapping Struts controller servlet to webapp root: trouble

2003-08-14 Thread Bailey, Shane C.
. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 11:04 AM To: 'Struts Users Mailing List' Subject: RE: Mapping Struts controller servlet to webapp root: trouble If I remember correctly, from looking at the source co

Question for you Internationalization supporters

2003-08-14 Thread Bailey, Shane C.
I don't have a need right now to support Internationalization but if I do need to it seems like I would have to do much more than just the field names but whole page content must be done with message keys. I mean, what is the best way to support not just form field names with different language

RE: application.properties file location

2003-08-14 Thread Bailey, Shane C.
>From what you are saying I think you should try: in your struts config file. Since you specifically say "application.properties" as the name of your file. For instance my file is also called "application.properties" as opposed to "aApplicationResources.properties" or something. But since mi

RE: Mapping Struts controller servlet to webapp root: trouble

2003-08-14 Thread Bailey, Shane C.
Do you want to add a filter which will look over every request prior to Struts getting any requests? That might be one possibility. If you have never written a filter then one I know where you can get source for is at securityfilter.sourceforge.net that one isn't doing necessarily what you want

RE: Struts Validator

2003-08-14 Thread Bailey, Shane C.
In the validation.xml file I believe that the validator takes as validate based on form name and as validate based on the action name. Meaning that if the validator "sees" a formbean with the first examples name it does validation and then if it "sees" an action with same name as the second

RE: DynaValidatorForm problem

2003-08-14 Thread Bailey, Shane C.
struts config dtd states: dynamic If the form bean type is a DynaActionForm subclass (that you created), then (and only then) set this attribute to "true". If the type is set to the default DynaActionForm or any convent

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
Why isn't there a page for JSTL reference that is as nice and easy to use as: http://jakarta.apache.org/struts/userGuide/struts-logic.html ??? You would be much closer to substantiating your claim of JSTL being faster to develop with if such a page existed, Ace. -Original Message- Fr

RE: application.properties file location - Internationalisation

2003-08-14 Thread Bailey, Shane C.
o get started on your own application I want to rename this right to left file to application.properties and try it out. Thanks >From: "Bailey, Shane C." <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts U

RE: Error - tag useAttribute : no tiles context found.

2003-08-14 Thread Bailey, Shane C.
iling List' Subject: RE: Error - tag useAttribute : no tiles context found. Hi, Shane, This is just for your information. An error in html table tag caused the tile context to be lost;-) This is what it took to get rid of the nasty exception: fixed this: to : I

RE: [OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
Don't get me wrong. I am more trying to display what I can foresee as a possibility and am trying to get other's opinions and feedback. I would LOVE for Struts to be the main Java framework because then I wouldn't have to relearn a new technology. I think managers who do the hiring will put JSF

RE: application.properties file location - Internationalisation

2003-08-14 Thread Bailey, Shane C.
Is there a default or will this an error ? >From: "Bailey, Shane C." <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: application.properties file

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
Ready go. I understand there is documentation out there for JSTL that is not the point. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:29 PM To: Struts Users Mailing List Subject: RE: very simple if/else question --- "Bailey, Shane C.&q

RE: Getting hashmap value based on bean value.

2003-08-14 Thread Bailey, Shane C.
Will this work: -Original Message- From: Wes Kubo [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 2:38 PM To: Struts Users Mailing List Subject: Getting hashmap value based on bean value. In my jsp I have a collection of beans and a hashmap. One of the things that I

RE: Jason Meredith/LDN/FIMAT is out of the office.

2003-08-14 Thread Shane Mingins
Yey ... a whole week of out office replies ... thanks :-) -Original Message- From: Jason Meredith [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 August 2003 12:01 p.m. To: Struts Users Mailing List Subject: Jason Meredith/LDN/FIMAT is out of the office. I will be out of the office startin

RE: Date fields?

2003-08-14 Thread Witbeck, Shane
AFIK, you must have a String data type for tags. Personally, I resort to using 2 getters (String and Date) in my ActionForm to deal with this. Also, FYI...the tag will take a Date type and allow you to format it using the format attribute. HTH, Shane -Original Message- From: Alex

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
/else question Bailey, Shane C. wrote: >OK, let's vote. Who here thinks that Ace Graham is correct in saying that >these links are as easy to use as a reference (which is what I requested >since I understand the concept of tags in general and I only need a quick >reference): >

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
Sent: Thursday, August 14, 2003 10:44 AM To: Struts Users Mailing List Subject: RE: very simple if/else question --- "Bailey, Shane C." <[EMAIL PROTECTED]> wrote: > > Man (you already used Dude), I already stated that that doc is much > better > than the 50 other docs out

RE: J2EE certified

2003-08-14 Thread Shane Mingins
So where's the Struts question? -Original Message- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 August 2003 2:01 p.m. To: 'Struts Users Mailing List' Subject: RE: J2EE certified I meant getting a web application certified -Original Message- From: Raghu.R

RE: using modules versus simply using multiple struts-config files

2003-08-14 Thread Bailey, Shane C.
Very interesting. I didn't know you could now have multiple struts-configs and no modules. The two problems I had with using modules was (at first) the switching between them as mentioned. I never took to the SwitchAction so I use global forwards which do my module prefixes for me. And second

RE: authentication

2003-08-14 Thread Bailey, Shane C.
You could have two modules, one named public and one named private and so you would have two different path="/someAction" actions one in each modules struts config. Then in the private one you have path="/someAction" role="Admin" and in the public one you don't have a role attribute or it is rol

RE: JSTL ot struts taglibs?

2003-08-14 Thread Bailey, Shane C.
easons listed do not necessarily mean a whole lot since scriptlets can fit nearly everything said about JSTL but yet everybody agrees not to use scriptlets. I am just giving another opinion. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Friday, August

RE: LookupDispatchAction error

2003-08-14 Thread Bailey, Shane C.
- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 12:01 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction error I think you could do it a couple different ways... 1. JSP: ... 2. JSP: ... struts config:

RE: Error - tag useAttribute : no tiles context found.

2003-08-14 Thread Bailey, Shane C.
Here is the source code producing your problem: ComponentContext compContext = (ComponentContext)pageContext.getAttribute( ComponentConstants.COMPONENT_CONTEXT, pageContext.REQUEST_SCOPE); if( compContext == null ) throw new JspException ( "Error - tag useAttribute : no tiles context fou

RE: struts 1.1 question

2003-08-14 Thread Bailey, Shane C.
A good starting point for all you antidisestablishmentarianist that don't want to front your JSPs might be the use of the ForwardAction and global-forwards. That just forwards to a view page without writing a new class. This way, when you are ready to do the right thing, you can change some of

RE: uploadfile path

2003-08-14 Thread Bailey, Shane C.
I had the same requirement to just retrieve the original (client side) file location and not the file itself. This was because I develop strictly for an Intranet (and not trying to get peoples file names unwillingly or anything) and the users had mapped drives to the same shared server. One use

RE: JSTL ot struts taglibs?

2003-08-14 Thread Bailey, Shane C.
-Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 3:45 PM To: Struts Users Mailing List Subject: Re: JSTL ot struts taglibs? Bailey, Shane C. wrote: [Snip] Why should build files be composed of tags at all? I think Ant is great too (a lot

RE: Is this a bug with struts config file?

2003-08-14 Thread Bailey, Shane C.
ior. Certainly if you html:link to the forward > your html pages will be do-less. Also, you can change to another scheme > (e.g., "/action/login") simply by modifying the structs-config. > > > > -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL P

[OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
Start here: http://java.sun.com/webservices/docs/1.2/tutorial/doc/IntroIWA6.html hit the TUTORIAL'S back button. Read the last paragraph. HeHe. It sure sounds like JSF is here to conquer not to co-exist. :-)

RE: Tiles related question

2003-08-14 Thread Bailey, Shane C.
You are practically there; you know Java and XML and that's all you need to know with Tiles. http://marc.theaimsgroup.com/?t=10306302322&r=1&w=2 Check out the post by Cedric, I believe he wrote Tiles. -Original Message- From: JavaXML Developer [mailto:[EMAIL PROTECTED] Sent: T

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
ok at the links David gave you? Or ask on the correct mailing list? Or even do some research yourself? Google. Fifth link down. JSTL reference. Steve > -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent: August 13, 2003 2:50 PM > To: 'Struts Us

RE: [OT] Interesting JSF info

2003-08-14 Thread Bailey, Shane C.
I guess my problem is that I think of Java as being a Sun only product and I forget about the committees involved in the process of deciding what goes into the different Java specifications or editions (EE,SE,ME). - To unsubs

WebLogic 8.1.1 and Struts 1.1/Tiles

2003-08-14 Thread Witbeck, Shane
Has anyone had any issues with JSP's not compiling with WL 8.1.1 and Struts 1.1 using Tiles? I have just upgraded WL and some JSPs compile and others dont. Thanks, Shane - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: JSTL ot struts taglibs?

2003-08-14 Thread Bailey, Shane C.
I see the ease of using a flat file for config since a framework doesn't have to support the many DBs where their data could be stored but I think you can better protect data in a DB and you won't have parsing errors at run time. You just need an interface to manipulate the data. Until Struts br

RE: Registration and action mappings

2003-08-14 Thread Bailey, Shane C.
I think I understand what you want. I would need to know whether you are using Validator or not (in general how validation is to be performed) to give a better answer. -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 6:07 AM To: 'Stru

RE: struts 1.1 question

2003-08-14 Thread Bailey, Shane C.
Yup. It really isn't so bad. A lot of pages of what? You need a lot of pages even without Struts if your site has a lot of content. You don't have any extra JSP pages because of it but it makes you Struts config file a little longer than if you didn't have to map all your JSPs. But then that

RE: Allowing only POST for form submittal ????

2003-08-14 Thread Bailey, Shane C.
, SecurityFilter is running smoothly :-) -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 6:21 PM To: Struts Users Mailing List Subject: Re: Allowing only POST for form submittal Hi Shane, I don't think it really matters. Say you have a hidden

RE: LookupDispatchAction error

2003-08-14 Thread Bailey, Shane C.
I think you could do it a couple different ways... 1. JSP: ... 2. JSP: ... struts config: I've done similar so either way should work. -Original Message- From: OFlaherty, Colm [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 11:35 AM To: [EMAIL PR

  1   2   3   4   >