Re: value bean

2006-09-29 Thread Eddie Bush
Good morning, Tom! Thinking back to how and why we have a form bean, you'll recall that it's wise for us to use String properties in our form beans. This is so that we can avoid type conversions in capturing user input. This ensures that we don't lose any information that the user has suppli

Re: How to set size of submit button

2006-06-18 Thread Eddie Bush
Frank, I don't think you could extract the width from the control's style unless you'd set it. I'd have to agree with you on that one. Isn't there a property on the control (width?) you could determine the width from? Maybe I answered too quick and should have done some research first. I w

Re: How to set size of submit button

2006-06-18 Thread Eddie Bush
Generally, what I will do to accomplish this is to use CSS. You can either use incline styles in the "style" attribute, or you could specify a style class with the styleClass attribute. It would necessarily take a more contrived solution if you weren't able to arrive at a fixed width for all

Re: Locale Aware Form Objects?

2005-08-14 Thread Eddie Bush
Hi Joe, I'm not sure I understand your question, but ... Here's what I do: I use form beans to tote data around. My labels, OTOH, are externalized and use bundles to achieve i18n, and this is all fairly transparent on the page. Here's what I think you want to do: If I understand you correctl

Re: I'm confused

2005-05-30 Thread Eddie Bush
make the GUI behave correctly (aka adding "glitz" - that's a technical term), and I resort to JavaScript. If that doesn't help, try elaborating more on what you mean. Just for clarification, you don't have access ot the "session" on the client side

Re: Security in Struts

2005-05-29 Thread Eddie Bush
Adam, Nothing put me off CMA :-) I think it's fantastic, if it fits your ticket. Unfortunately, in the environment I currently build apps for, CMA is not feasible. Sometimes you get your druthers - sometimes you look at the standard and decide how you can have your druthers, even if others a

Re: DynaActionForm and the 'pull' model

2005-05-28 Thread Eddie Bush
, the action classes are the place this coordination takes place. Doing things this way buys you a lot that is hard for me to convey in words. I'd strongly recommend using this approach though as it'll be far easier on you down the road. Regards, Eddie Bush - Original Message -

Re: Security in Struts

2005-05-28 Thread Eddie Bush
t was easier for me to grow my own than write an adapter and have to learn how to use SecurityFilter. That may not be the case for you. Hope that helps! Eddie Bush - Original Message - From: "tarek.nabil" <[EMAIL PROTECTED]> To: "Struts Users Mailing List&quo

Re: problem with logic redirect tag and tiles

2005-05-28 Thread Eddie Bush
Dave, It's about more than that. You can send some amount of data - couldn't tell you how much. The important thing is that the response has not been committed. It sounds to me as if Pauls' response has been committed (due to sufficient output having been sent). Essentially, you want to c

Re: Shopping Cart

2005-05-28 Thread Eddie Bush
s each time the user wishes to view it. If you put thought into how you construct your queries, and have proper indices created, the user experience shouldn't suffer much. Hope that helps! Eddie Bush - Original Message - From: "Michael Jouravlev" <[EMAIL PROTECTED]>

Re: editing rows

2005-05-28 Thread Eddie Bush
Hi Martin, The important link here is the key for your row (row.id). Establish a way to pass that to your edit page, via a hidden field, for example, and that's really it. Recall (Struts 101) that we preface all pages (JSPs) with actions. ... so your action can take the ID value that was

Re: html:cancel question

2005-04-11 Thread Eddie Bush
1, 2005 1:42 PM > To: [EMAIL PROTECTED] > Subject: html:cancel question > > What do I need to do to disable > buttons AND get cancel to work properly? -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Logging Question

2005-01-31 Thread Eddie Bush
cluster is an issue if you are using FileAppender. -- Eddie Bush Thank you for removing unnecessary dialog when posting a response! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Logging Question

2005-01-30 Thread Eddie Bush
u say something that has nothing to do with the J2EE spec to is(n't) compliant with it though? I'd wager it has something to do with how it loads classes ... > Thanks all! > > Frank W. Zammetti -- Eddie Bush

Re: How to send result into Pop-up window

2005-01-30 Thread Eddie Bush
actly as u said. But 1 query, > > What will happen if user has switched off the javascript ? If nothing happens > then also it is ok for me, Can i give some sort of msg that pls make > javascript on - if it is off ? > > regards > Manisha -- Eddie Bush Thank you for removi

Re: Catalog naming

2005-01-30 Thread Eddie Bush
that "it" (Clinton comes to mind) is > less about the unimportant ones (me) and more about the important ones > (you)? Is that the point? If not, what is? -- Eddie Bush Thank you for removing unnecessary dialog when posting a response! ---

Re: JSTL vs logic:present

2005-01-29 Thread Eddie Bush
iew.php?book=bayern&item=chapters > > -- > Wendy Smoak -- Eddie Bush Thank you for removing unnecessary dialog when posting a response! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XDoclet

2005-01-29 Thread Eddie Bush
Tiles / > Validator configuration files? -- Eddie Bush Thank you for removing unnecessary dialog when posting a response! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSTL vs logic:present

2005-01-29 Thread Eddie Bush
BUTE" means org.getFoo(), etc. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSTL vs logic:present

2005-01-29 Thread Eddie Bush
x name that's throwing you off, I'll bet ... On Sat, 29 Jan 2005 21:46:56 -0500, Erik Weber <[EMAIL PROTECTED]> wrote: > What is the JSTL equivalent of this logic tag? > > > > I tried this: > &g

Re: Struts, XHTML, DOCTYPES, and EL (several newbie questions)

2005-01-29 Thread Eddie Bush
hile since I used NetBeans, so I don't recall. NetBeans knows about the tag attributes because of the TLD files. You can get better descriptions of the tags' attributes from the struts-documentation.war app (you might just install it in your container so you

Re: html:options

2005-01-28 Thread Eddie Bush
e first option will still be > selected. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html:options

2005-01-28 Thread Eddie Bush
Sorry for the double post. G-Mail hiccuped. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html:options

2005-01-28 Thread Eddie Bush
ri, 28 Jan 2005 16:53:16 -0800 (PST), Norris Shelton <[EMAIL PROTECTED]> wrote: > javax.servlet.jsp.JspException: Cannot find bean under name -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html:options

2005-01-28 Thread Eddie Bush
ie On Fri, 28 Jan 2005 16:53:16 -0800 (PST), Norris Shelton <[EMAIL PROTECTED]> wrote: > javax.servlet.jsp.JspException: Cannot find bean under name -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
http://jakarta.apache.org/site/mail.html Most everyone was likely routed through this when they found the list to sign-up. Note the section entitled "keep your email short and to the point." Also "Ask Smart Questions" is good. I should have thought to mention that before.

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
riginal Message ----- From: "Dakota Jack" <[EMAIL PROTECTED]> To: "Eddie Bush" <[EMAIL PROTECTED]> There were simple responses that could have been less than 10 lines but in fact were well over 300 lines. You did not object at all. An example will follow my signature.

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
x27;t use JNDI to get a reference to the > DataSource. I was simply saying that you should do it only once, not every > time you need it. > > Yaakov. > > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED] > Sent: Friday, January 28, 2005 3:32 PM > To:

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
. Standards aren't always "best practice" approaches, but getting DataSource instances from JNDI is a best practice. ... although I do like the idea of caching the DataSource instance, as mentioned earlier, in a private member of some class in your persistence layer.

Re: New session on submit?

2005-01-28 Thread Eddie Bush
existing one, which would usually happen if you > were somehow failing to return a session ID back to the servlet > container. > > Joe -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
gt; > And on top of that... Just kidding. > > Actually, I've never done any trials, so you could either post them and/or > email me about what you've found out about it, I'd appreciate it. > > Thanks, > Yaakov. -- Eddie Bush --

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
ect lookups, if frequently required, > can be resource-intensive and may impact application performance. This is > especially true if the clients and the services are located in different > tiers -- Eddie Bush - To uns

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
and it - least, in our environment. > That's my understanding of the issue... > > Yaakov. Good talking points. I learned something. Thanks ;-) -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connection Workflow Question

2005-01-28 Thread Eddie Bush
ng that kind of architecture is a major PITA > because of the setup required. > > Larry -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PlugIn and the base URL

2005-01-28 Thread Eddie Bush
guess I am just pretty sure > in this area and hope that you all will see I am only trying to help. > I am sure because I have gone through all the problems in one way or > another related to this many times. > > Wasn't Martin the originator of

Re: [OT] a java question

2005-01-28 Thread Eddie Bush
Smooth, Frank :-) -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Advise How to set alternative raow background color

2005-01-28 Thread Eddie Bush
bs even says that. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] a java question

2005-01-28 Thread Eddie Bush
ay to add flexibility. Good Luck! -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] a design question

2005-01-25 Thread Eddie Bush
this class, > > my class example > public class GetData > { > private String parm1, parm2; > public GetData(String parm1, String parm2) > { > this.parm1 = parm1; > this.parm2 = parm2; > } > > public v

Re: support for *.do files

2005-01-23 Thread Eddie Bush
JkMount is what I was talking about. Looks like there is now a JkAutoAlias you can use to auto-map all applications, if you want them mapped in whole. To do them in part (have Tomcat serve dynamic content and Apache serve static content), it looks like you'll still want JkMount and JkUnmount.

Re: support for *.do files

2005-01-23 Thread Eddie Bush
.do work in Apache HTTP Server? Any idea on Handlers would be helpful. > > Thanks > Uma -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Simple way to "configure" an action?

2005-01-23 Thread Eddie Bush
, singleton, factory, ... ), depending on what you're really trying to do. On Sun, 23 Jan 2005 22:42:20 +0100, Fredrik Jonson <[EMAIL PROTECTED]> wrote: > Hello, > > I've only just started using struts, so I need some input on > how to approach struts

Re: [OT] Re: constants interface

2005-01-23 Thread Eddie Bush
gt; the interface constant. Once you expose it to the public, that is > not your choice. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANNOUNCEMENT] New Struts subproject: Shale

2005-01-23 Thread Eddie Bush
The PMC makes such decisions, but takes the community into account when making the decision. -- Eddie Bush On Sun, 23 Jan 2005 13:13:15 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > At the risk of being flamed, might I ask if this debate, vote, > whatever was public or limite

Re: [OT] Re: constants interface

2005-01-23 Thread Eddie Bush
on why I would never consider an interface to implement constants :-) Again ... no holy wars, please ;-) -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: commons-logging

2005-01-21 Thread Eddie Bush
in my classpath do I user log4j > >> by default? > >> Do I need to perform any other configurations to user logging in my > >> applications? > >> > >> While I am here, the errors that I send in try/catch block is this > >> the correct way to do it, because as of this implentation ActionForm > >> does not seem to catch NumberFormatException (I use SQLQuery as a > >> number for now...) > >> > >> thanks, > >> Alex -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Filter for Expired Sessions

2005-01-21 Thread Eddie Bush
s myself more strongly than I probably should have. Again, I apologize. > Frankly, the list policemen cause more difficulties on this list than > they solve in my opinion. This, however, was close to the Keystone > Cops. Ridiculous! > > Jack -- Eddie Bush

Re: [OT] Re: Session Strategy (here's a filter)

2005-01-21 Thread Eddie Bush
t;rounder wheel"! Maybe > > the Wiki is the best place, but I'm just not in the Wiki "habit". > > Perhaps I should give it a try. Maybe there should be a user (help) list > > for pure user issues (this list), a dev list for those developing Struts > >

Re: JDBC Driver

2005-01-21 Thread Eddie Bush
dish out the > CRUD as quickly and efficiently as possible -- this is the only way our > COMMUNE will be able to survive. > > After all, what have We The People of This Great Nation learned from the > likes of Preston Thomas Tucker? Why, that's simple! The first product > tha

Re: Filter for Expired Sessions

2005-01-20 Thread Eddie Bush
uests it, send it to them and not the list! ... On Thu, 20 Jan 2005 09:56:14 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > I thought it would be best to put this where it would be easy to find > for searchers. &

Re: Session Strategy (here's a filter)

2005-01-20 Thread Eddie Bush
. > > > > > > > > That's what this does, specifically the following section of code: > > > > Dakota Jack <[EMAIL PROTECTED]> > > 01/20/2005 11:07 AM > > > > I w

Re: JDBC Driver

2005-01-20 Thread Eddie Bush
ased DAO that do not use O/R at all (iBatis). > Also, there is Spring JDBC wraper. > 2 good choices. > > I too do not use O/R at all. > > It just helps you leverage code that is tested and working. > > .V > > Eddie Bush wrote: > > >... actually, some of

Re: JDBC Driver

2005-01-18 Thread Eddie Bush
t; >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > RiA-SoA w/JDNC <http://www.SandraSF.com> forums > - help develop a community > My blog <http://www.sandrasf.com/adminBlog> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to limit the result?

2005-01-18 Thread Eddie Bush
lieved > > to be clean. > > === > > > > - > > 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 PROTECTED] > > === > This message has been scanned for viruses and dangerous > content using Vet Anti-Virus Protection and is believed > to be clean. > === > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Stuts forwarding does not work

2005-01-17 Thread Eddie Bush
omething is wrong in your login jsp. > >> > >> > > > >Regards, > >David > > > > > > > >- > >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 PROTECTED] > > -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to detect empty array list / databean on JSP?

2005-01-16 Thread Eddie Bush
gt; data. > > -- > Wendy Smoak > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sales@lemeridienkovalam.com

2005-01-15 Thread Eddie Bush
e: > Please get off Struts. We all hate you. > > Jack -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Stuts forwarding does not work

2005-01-14 Thread Eddie Bush
Please limit your stack traces! Each line into the trace becomes less and less meaningful ... unless you're trying to debug the application server/servlet container. I don't think that's your goal ... -- Eddie Bush -

Re: Opinions needed - My plan for directing navigation afters session timeouts and update actions?

2005-01-14 Thread Eddie Bush
n in error, please delete it from your system without > copying or forwarding it, and notify the sender of the error by reply email > or by telephone (collect), so that the sender's address records can be > corrected." > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JSF Initialization

2005-01-13 Thread Eddie Bush
! -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Map-backed ActionForm and diff input types

2004-12-31 Thread Eddie Bush
take any action based > on this message or any information herein. If you have received this > message in error, please advise the sender immediately by reply e-mail > and delete this message. Thank you for your cooperation." > > - >

Re: 2005

2004-12-31 Thread Eddie Bush
> - Original Message - > From: "Andrew Hill" <[EMAIL PROTECTED]> > To: "strutsuser" > Sent: Friday, December 31, 2004 10:09 AM > Subject: 2005 > > > And a happy new year t

Re: Required help to name a worksheet in xls

2004-12-26 Thread Eddie Bush
Jakarta POI. http://jakarta.apache.org/poi/ > They make it easy to do stuff like this. > > On Thu, 23 Dec 2004 12:43:17 +0530, Shiva Narayana > <[EMAIL PROTECTED]> wrote: > > Hey this is new to me plz send me how u r creating the excel sheet.. > > I ll appr

Re: Inheritance of DynaActionForms

2004-12-22 Thread Eddie Bush
rties are > configured in struts-config.xml) over ActionForms(which are Java Classes > created as JavaBeans) except the creation of extra java classes ? Primarily, the advantage I see is that you don't have to code multiple sets of classes (1 for data tra

Re: Struts Form Validation Question

2004-12-22 Thread Eddie Bush
22 Dec 2004 20:41:52 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks for your help Eddie! Regex worked perfect. > > I had given up hope on getting right regex. > Thanks Again! > > - Original Message - > From: "Eddie Bush" <[EMAIL PROTE

Re: Can we inherit form bean definitions

2004-12-21 Thread Eddie Bush
fining form beans using > DynaActionClass. > > Can I inherit form bean definitions created using DynaActionForm? > > I want that I create one form-bean definition for common fields and use this > form-bean definition in definition of form bean for oth

Re: html:file value

2004-12-21 Thread Eddie Bush
--- > > "This message may contain confidential and/or privileged information. > If you are not the addressee or authorized to receive this for the > addressee, you must not use, copy, disclose, or take any action based > on this messa

Re: JNDI with tiles controller

2004-12-20 Thread Eddie Bush
rom > a Tiles Controller, what is, what is?) > > (I can query by other means using the JDBC driver which is located in > ...tomcat/common/lib/, so it's JDNI that giving me the problem.) > > Thanks, > Jim, > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts Form Validation Question

2004-12-20 Thread Eddie Bush
o parts has created a scenario when some > time user see the same error message twice because > validation failed in plugin as wells in form validate method. > > For the time being I have changed the two message little bit so user is &g

Re: about html:form tag

2004-12-20 Thread Eddie Bush
to a checkbox(using tags) ? > > I have doubt in setting the value > > > > plz get me a solution. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts Form Validation Question

2004-12-19 Thread Eddie Bush
d the two message little bit so user is > not confused. But I would like to show only one message > irrespective of where the validation failed. > > Any Ideas ? > > Thanks for help! > > Rajesh Shah > > ----

Re: Error Messages via redirect

2004-12-19 Thread Eddie Bush
t; Hi > > What is the prefer way to handle error messages via redirect? > > Regards, > Ben -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: test - my ISP is forcing me in order to track down the issue

2004-12-18 Thread Eddie Bush
for two of them!) > > Regards, > David > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Eddie Bush ---

Re: Issues with IBM Struts Portlet Framework

2004-12-16 Thread Eddie Bush
struts 2.0 release dates. Till then ? -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Localize a dropdown select list

2004-12-14 Thread Eddie Bush
Bryan, Here's some thoughts: - Leverage the Java language's inherent ability to internationalize things. - Leverage commons-resources to internationalize things. - Use a database to internationalize things. They aren't necessarily mutually-exclusive options, although there's little reas

Re: test

2004-12-14 Thread Eddie Bush
Any word on when they might open that to GA? I'm curious to get a peek at it ... Eddie - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 14, 2004 1:30 PM Subject: Re: test I

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Eddie Bush
Tomcat expects applications to be inside of the webapps directory. The base path for your app would be: $TOMCAT_HOME/webapps/myapp/ For simplicity, let's call this $APP_HOME Within that directory, you'd reference pages as relative to your context (like /somePage.jsp) in your struts-config fi

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Eddie Bush
Uma, That's being generated by the RequestProcessor. That means your ActionServlet instance loaded and is probably setup right. Do you have an action in your struts-config with a path of "/test1"? I'm betting you don't. You probably want to be using "/testme.do", since that's what you've got

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Eddie Bush
In order to have a request properly setup, you need to be going through the controller. To go through the controller, you need to be viewing an action instead of a JSP page. Try invoking an action that uses the template and see if the problem persists. You can't expect Struts to set things up

Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-12-03 Thread Eddie Bush
used the short "dir /x" names. For Program files it was "c:\progra~1" Regards, David -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 10:05 PM To: Struts Users Mailing List Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-12-03 Thread Eddie Bush
ything right in Eclipse! - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004 6:34 AM Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5 WTP = Web Tools Platform I&

Re: Automatic logging

2004-12-01 Thread Eddie Bush
about ever changing -- works well for this. You're welcome and good luck ;-) Eddie Bush Thanks and Regards, Kinjal Sonpal "In the real world, the right thing never happens in the right place at the right time. It is the task of journalists a

Re: Struts training

2004-11-30 Thread Eddie Bush
You will be introduced to Struts, the primary MVC framework for building Java Web Applications. Doesn't sound like they go into it very deeply. It may be a very good class for a person that hasn't done any web development using Java technologies though. You should have approximately three

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
generated by programmers the designers come along after that. In the exploded war approach mentioned by Craig, how do you ensure that the designers work isnt lost and make sure its under source control properly. At the moment this is my major headache, as the designers are not great with technica

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
Our development servers are essentially our own workstations :-) Our development/test box we may only deploy to via a web interface. It's not so terribly convenient considering it's not typically necessary to publish things unless there's been significant advancement. Oh there's some times w

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
box, so the other boxes are our workstations. That's a minor annoyance. It works though ;-) Eddie -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Eddie Bush wrote: Do people really deploy things to production like this? We generally just

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
Do people really deploy things to production like this? We generally just publish an EAR or WAR file to the server and keep the source in a versioning system. It seems like pretty wasteful space on a production server to have an application plus all the files that make up the application. ...

Re: Automatic logging

2004-11-29 Thread Eddie Bush
es, and I don't think I've seen my last error yet :-) Look at commons-logging. It is a little more work up-front to learn how to work it, but you can do System.err type, and you could always plug Log4J into it (without changing your code) later if you feel the need ... or th

Re: Validator outside Struts

2004-11-29 Thread Eddie Bush
Commons-Validator :-) You've got the wrong list, my friend. Try: http://jakarta.apache.org/commons/validator/ They have their very own user list (well, their very own shared user list!) ;-) http://jakarta.apache.org/site/mail2.html#Commons It's possible you might get some leads here, but I'd

Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-11-29 Thread Eddie Bush
MAIL PROTECTED]> Sent: Monday, November 29, 2004 6:20 AM Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5 -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED] ==== Has anyone successfully setup IBM WTP with Tomcat 5 under Eclipse 3.01? Every time I go to fire the server of

[OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-11-29 Thread Eddie Bush
Has anyone successfully setup IBM WTP with Tomcat 5 under Eclipse 3.01? Every time I go to fire the server off it fails and says there was a problem in thread main. I can launch Tomcat just fine from the command prompt or as a service :-| My guess is that it's doing something wrong in trying t

Re: Setup Action without a form

2004-11-28 Thread Eddie Bush
You've got two choices that I see: 1 - Route requests into the controller 2 - Write a filter You say this is your welcome page. Is this your index? Generally, my index files contain nothing but a redirect to a global forward named "index" that sends the user to an action named /index. Th

Re: Virtual Host & Struts Action Form

2004-11-24 Thread Eddie Bush
x27;ll try to test it and apply it this weekend. Happy Thanksgiving! Eddie Bush - Original Message - From: "Steven Leija" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 24, 2004 11:45 PM Subject: Virtual

Re: Struts and Role specific Action Forwarding

2004-11-22 Thread Eddie Bush
... might be a bit simplistic, but could you perhaps name your forwards after your roles and just have your action handle things that way? ... if the model is the same ... Then, you wouldn't have to touch the Action class unless your model needed tweaking. Another thing you could condier is h

Re: Installation Getting Started Question

2004-11-21 Thread Eddie Bush
at make it clear as mud? Unpack the binary. Find the WARs. Drop them into Tomcat's "webapps" folder, fire up Tomcat, and play around with it :-) Feel free to examine the User Guide. There's tons of stuff around that's meant to make learning Struts easier. Good

Re: JerichoFaces ?

2004-11-21 Thread Eddie Bush
I think Joe makes a good point. Shale is what we have as a possible direction ... and it's being fleshed out. Jerico, better or worse, I don't think is. At this point, we're probably better to "put our code where our mouths are", if we don't like the direction things are headed. You know, w

Re: talking about paradigms

2004-11-16 Thread Eddie Bush
on that just purrs the way XSLT does when done well. Lovely! Jack On Tue, 16 Nov 2004 22:10:31 -0600, Eddie Bush <[EMAIL PROTECTED]> wrote: There are obvious benefits to using XSLT as cited earlier (taking one input to multiple outputs - ie. different clients). I personally think that debu

Re: talking about paradigms

2004-11-16 Thread Eddie Bush
There are obvious benefits to using XSLT as cited earlier (taking one input to multiple outputs - ie. different clients). I personally think that debugging the transformations is a major pain. My primary exposure to this has been through a a couple of ASP/COM apps at work. To me, the pages ar

Re: talking about paradigms

2004-11-15 Thread Eddie Bush
AMEN TO THAT. What a PITA ... UGH I don't like that! PAIN! Try to debug that mess! - Original Message - From: "Bill Siggelkow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 15, 2004 8:43 AM Subject: Re: talking about paradigms Sorry, I haven't been following this t

Re: talking about paradigms

2004-11-15 Thread Eddie Bush
Leon, Being a developer is like ... being a Jedi Knight. You seek the good and thrive on it, but are forever tempted by the dark side. Eventually, you give in to it and learn why it's evil and then go back to the light. That is, unless you're so enthralled by the dark side that you become con

  1   2   >