[OT][HTML] Table height in the absence of a height attribute

2002-12-14 Thread Andrew Hill
This would be better posted on an html forum, but I know everyone here knows far more than the script kiddies that populate such sites... ;-> All my pages have a big table that acts as 'template' for the page, chopping it up into the classic navigator bar on the left, and the contents in the big

RE: [OT] Overloaded setters in JavaBeans

2002-12-14 Thread Edgar P. Dollin
I believe if you really need both setters, you should create both getters. Edgar -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 1:54 PM To: 'Struts Users Mailing List' Subject: [OT] Overloaded setters in JavaBeans It is now a well-known

More than one servlet mapping

2002-12-14 Thread Manomohan K Kalathil
Hi all, The struts documentation (http://jakarta.apache.org/struts/userGuide/configuration.html#dd_config) says that "WARNING - Struts will not operate correctly if you define more than one element for the controller servlet." I would like to know the reason behind this. Is it tha

RE: [OT][HTML] Table height in the absence of a height attribute

2002-12-14 Thread Andrew Hill
Ok. Ive attached an example html file. This is a butchered version of the one Im actually using with some stuff taken out (wouldn't want you all to know important proprietary info like what our css classes are named ;->). (Also spent far too much time playing with example form content (all done in

RE: [OT][HTML] Table height in the absence of a height attribute

2002-12-14 Thread Andrew Hill
Hmm. Looks like the attachment got trashed. Ill paste it inline: # http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> application title

RE: [OT][HTML] Table height in the absence of a height attribute

2002-12-14 Thread Andrew Hill
which completely trashes the javascript after the mail software has reformatted it... Nevermind. The js is irrelevant to the original question. :-( -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 23:23 To: Struts Users Mailing List Subject

RE: how do i set the HTML name attribute of an input element?

2002-12-14 Thread Edgar P. Dollin
If you look at the generated HTML, the name is actually the property (plus any nesting information). Edgar -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 4:02 PM To: 'Struts Users Mailing List' Subject: how do i set the HTML name attribu

RE: Submitting to the same JSP

2002-12-14 Thread Sri Sankaran
Please ensure that your action is indeed *forwarding* and not *redirecting*. As you know, in the latter case a new request is created when the client (browser) redirects effectively dropping 'pv' from the original request. I don't understand why you are testing for the presence of 'pv' and then

RE: Finding app context in action class???

2002-12-14 Thread Pete Serafin
This is close, but I am hoping to accomplish with just an Action class. I dont want to extend my class into any form of ActionServlet , servlet, or anything like that. Is it possible to get access from an Action page the way you can get access to the session? -Original Message-

Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
Hello, We are successfully running a large struts application. We designed it using a 'classic' architecture: - A Tomcat server running the application in our DMZ. - Use of Struts for our front-end and implementation of the DAO pattern to isolate our Data Access layer. Even if everything runs on

RE: Finding app context in action class???

2002-12-14 Thread Edgar P. Dollin
Request.getSession(); -Original Message- From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 11:32 AM To: '[EMAIL PROTECTED]' Subject: RE: Finding app context in action class??? This is close, but I am hoping to accomplish with just an Action class. I do

RE: Finding app context in action class???

2002-12-14 Thread Pete Serafin
Edgar, I think you misunderstood me. I meant is there a similar way to access the "application context" in the same way you can access the session. I know request.getSession returns a session object how do I get an application object? In a jsp, its referenced as "application". How i

about i18n web application

2002-12-14 Thread Tom
I got some problems when developing a bilingual web site (English and Traditional Chinese) with a propriety application as backend. It is a typical example of using java to connect to a legacy system. I confused that when using the i18n facility given in the Struts framework to develop a bilingual

RE: Finding app context in action class???

2002-12-14 Thread Edgar P. Dollin
Request.getSession().getServletContext(); Edgar -Original Message- From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 11:57 AM To: 'Struts Users Mailing List'; 'Struts Users Mailing List' Subject: RE: Finding app context in action class??? Edgar, I think

nested message resources

2002-12-14 Thread Chris Trawick
I apologize if this question has been answered before. The archive appears to be offline. How do I nest message resources when rendering text? For example, I have the title for a certain page defined in the application resources: userlist.title=List Users Which is of course referenced in JSP:

Re: Finding app context in action class???

2002-12-14 Thread Kris Schneider
getServlet().getServletContext() Edgar P. Dollin wrote: Request.getSession().getServletContext(); Edgar -Original Message- From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 11:57 AM To: 'Struts Users Mailing List'; 'Struts Users Mailing List' Subject: RE:

Re: How to access CVS log information

2002-12-14 Thread Craig R. McClanahan
On Fri, 13 Dec 2002 [EMAIL PROTECTED] wrote: > > Do you use anonymous CVS to connect to the Struts source code repository > and if so how? > The basic instructions are at: http://jakarta.apache.org/site/cvsindex.html The repository containing the Struts sources is "jakarta-struts". The HEA

RE: [ANNOUNCE] Shameless Plug: Struts Kick Start now available for shipping at Amazon

2002-12-14 Thread Craig R. McClanahan
On Fri, 13 Dec 2002 [EMAIL PROTECTED] wrote: > > looks like a good buy, but > how do u feel your book is different or offers something advantageous in > comparison to Chuck Cavaness' or Craig's book? Truth in advertising: there isn't really a "Craig's book" :-). I wrote the foreword for

Re: [FRIDAY] Best error message ever

2002-12-14 Thread Craig R. McClanahan
On Fri, 13 Dec 2002, Nelson, Laird wrote: > Date: Fri, 13 Dec 2002 12:42:32 -0500 > From: "Nelson, Laird" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: [FRIDAY] Best error message ever > > Just ran across

Re: [OT] Overloaded setters in JavaBeans

2002-12-14 Thread Craig R. McClanahan
On Fri, 13 Dec 2002, Sri Sankaran wrote: > Date: Fri, 13 Dec 2002 13:53:43 -0500 > From: Sri Sankaran <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: [OT] Overloaded setters in JavaBeans > > It is now a we

Re: [OT] Re: Test

2002-12-14 Thread Craig R. McClanahan
On Fri, 13 Dec 2002, Eddie Bush wrote: > Date: Fri, 13 Dec 2002 20:36:28 -0600 > From: Eddie Bush <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: [OT] Re: Test > > Best I can tell nagoya got hosed up

Re: Finding app context in action class???

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, Pete Serafin wrote: > Date: Sat, 14 Dec 2002 00:58:26 -0600 > From: Pete Serafin <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Finding app context in action class??? > > Its been a while since Ive had to writ

Re: [OT] Re: Test

2002-12-14 Thread Eddie Bush
Ahhh - yeah like 48 hrs max for the propogation. Craig R. McClanahan wrote: On Fri, 13 Dec 2002, Eddie Bush wrote: Date: Fri, 13 Dec 2002 20:36:28 -0600 From: Eddie Bush <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]

Re: More than one servlet mapping

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, Manomohan K Kalathil wrote: > Date: Sat, 14 Dec 2002 19:35:43 +0530 > From: Manomohan K Kalathil <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: More than one servlet mapping > > Hi all, > The struts docume

Re: Struts application & infrastructure choices

2002-12-14 Thread David Graham
It should be fairly easy to implement this and do some performance testing. Your DAOs will be the only piece that changes to use RMI. You might try just using straight sockets because RMI is another layer on top of sockets which may slow you down. David From: "Aymeric Alibert" <[EMAIL P

Re: logic:iterate

2002-12-14 Thread Cathy
Thank you for all your reply. I am using pager tag library from http://jsptags.com/tags/navigation/pager/ with logic:iterate tag. I retrieved 23 rows from Database, and I saved the data in session. I want to display the data on 10 rows/page basis with page navigation ability.So on the first page,

Re: Struts application & infrastructure choices

2002-12-14 Thread V. Cekvenich
One way is to integrate via Oracle (or less expensive to operate PostgreSQL). What ever you need, you can cache or create an async. process to store the needed data in the DB, that is in the secured zone. Sort of a "real" time data ware house. So via Oracle create views or pl SQL on to other res

Re: Struts application & infrastructure choices

2002-12-14 Thread Phil Steitz
David Graham wrote: It should be fairly easy to implement this and do some performance testing. Your DAOs will be the only piece that changes to use RMI. You might try just using straight sockets because RMI is another layer on top of sockets which may slow you down. David I would be sur

Re: Struts application & infrastructure choices

2002-12-14 Thread David Graham
I don't think RMI will slow you down either. I was simply saying that it can't be faster than using the Socket classes because it's a layer of abstraction on top of sockets. David From: "Phil Steitz" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts

Re: Struts application & infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, David Graham wrote: > Date: Sat, 14 Dec 2002 13:23:40 -0700 > From: David Graham <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Struts application & infrastructure choices > > > It should be fairly easy to

Re: Struts application & infrastructure choices

2002-12-14 Thread Phil Steitz
Craig R. McClanahan wrote: On Sat, 14 Dec 2002, David Graham wrote: Date: Sat, 14 Dec 2002 13:23:40 -0700 From: David Graham <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Struts application & infrastructure choices It should be

Re: logic:iterate

2002-12-14 Thread Rick Reumann
On Sat, 14 Dec 2002 16:32:07 -0500 "Cathy" <[EMAIL PROTECTED]> wrote: > I am using pager tag library from > http://jsptags.com/tags/navigation/pager/ I use the display tag here http://edhill.its.uiowa.edu/display-0.8/ and it works great. Very easy to use also. -- Rick -- To unsubscribe, e

Re: Struts application & infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, Phil Steitz wrote: > Date: Sat, 14 Dec 2002 16:41:13 -0700 > From: Phil Steitz <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts application & infrastructure choices > > Cra

Re: Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
Thanks for your inputs. I was looking for an alternative solution to the deployment of a full J2EE application server. I particularly like the Apache/Tomcat approach since it is fairly simple to implement. The IBM documentation is very interesting too. That gives us a lot of options. You guys are