Re: [OT] Are you using Tapestry?

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 20:38:44 +0100, PA <[EMAIL PROTECTED]> wrote: > > On Jan 27, 2005, at 20:29, Jim Barrows wrote: > > > Record/Object are sort of the same. > > Hmmm... no. A database row is a database row. Period. > > The rest is algebra. A record is not

Re: [OT] Are you using Tapestry?

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 19:38:44 +0100, PA <[EMAIL PROTECTED]> wrote: > > On Jan 27, 2005, at 19:20, Jim Barrows wrote: > > > I'm speaking of frameworks that do a lot of the work for you, which > > Rails seems to. > > Hmmm... ok... so when you say that, and un

Re: [OT] Are you using Tapestry?

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 19:03:21 +0100, PA <[EMAIL PROTECTED]> wrote: > > On Jan 27, 2005, at 18:50, Jim Barrows wrote: > > > http://www.lightbody.net/~plightbo/archives/000144.html > > "RoR is simply a RESTful CRUD framework" sounds like very high praise

Re: Struts and Sun Application Server 8

2005-01-27 Thread Jim Barrows
, but not really done anything with it. I don't remember it overwriting my web.xml file. > > -Original Message- > From: Jim Barrows [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 27, 2005 11:20 AM > To: Struts Users Mailing List > Subject: Re: Struts and Sun Ap

Re: [OT] Are you using Tapestry?

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 12:40:51 -0500, Kris Schneider <[EMAIL PROTECTED]> wrote: > Even more bizarre that it's a sibling Apache project. Along that same line, I > thought this was just hilarious: I'm taking this in a friendly competitive way rather then as animosity. > > http://www.lightbody.net/~p

Re: Parse XML Files

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 17:23:55 + (UTC), Nelson <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > I'm new to struts and JSP and need to parse and compare XML files. I > know you can do this with JSTL tags, but wanting to stick to the > struts framework, I want to seperate my business method from my JS

Re: Are you using Tapestry?

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 12:27:57 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > http://howardlewisship.com/blog/2005/01/safety-first.html > > And I didn't even realize there was animositywhat a fool I've been :P Tha'ts too funny. The counter to that is: Friends who don't want friends to comp

Re: [OT] java logging in JApplet

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 09:25:18 -0800 (PST), Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > I want to use java logging API in applet, i want to > use ConsoleHandler to get all the logs in my java > console, also i want to have a JDialog where i will > display various logging level options and then

Re: Struts and Sun Application Server 8

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 11:17:15 -0600, Brent Vaughn <[EMAIL PROTECTED]> wrote: > Are Struts and the Sun Application Server 8 compliant with one another? > This maybe a dumb question. If so, sorry in advance. If Sun is a JSP and Servlet spec compliant container, yes. I think, and don't quote me, th

Re: Struts Security

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 11:02:35 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 9:46 AM -0600 1/27/05, Jerry Jalenak wrote: > >Joe - > > > >Your comment > > > >My main issue with Container Based auth is its inability to support > >user-initiated login -- it only works by intercepting a request for

Re: Test email

2005-01-26 Thread Jim Barrows
On Wed, 26 Jan 2005 11:23:33 -0500, Tim Tront <[EMAIL PROTECTED]> wrote: > I am trying to confirm that emails are being sent to the list. Will > someone confirm. Nope, I can't. I'm busy :) > > Thanks > > Tim Tront > Systems Engineer > BroadSource, Inc. > 75 Fifth Street NW, Suite 220 > Atlan

Re: Flow Control, Is there a good way?

2005-01-26 Thread Jim Barrows
On Wed, 26 Jan 2005 10:28:49 -0500, ckl <[EMAIL PROTECTED]> wrote: > I am migrating to Struts from an existing webapp. One of the issues with the > old architecture was managing the flow control logic. Currently we track in > the session which flow and page the user is on. To enforce flow control e

Re: how to integrate struts project with hibernate?

2005-01-26 Thread Jim Barrows
On Wed, 26 Jan 2005 15:24:13 + (GMT), Metin Erksan <[EMAIL PROTECTED]> wrote: > hi > > i try to integrate my struts project with hibernate.i > m newbie about hibernate.i use jdeveloper10g. > i googled but i found a few samples that use hibernate > plugin for struts . > is there any document or

Re: redirectig to WORD files

2005-01-26 Thread Jim Barrows
On Wed, 26 Jan 2005 16:24:21 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all > I try to redirect my response to a word doc file.But after setting > contexttype and using response.sendRedirect(docWordURL) , I get white page; > What I want is open this word document on a click of a lin

Re: PlugIn and the base URL

2005-01-25 Thread Jim Barrows
On Tue, 25 Jan 2005 18:37:29 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > I seem to remember trying to solve this problem myself and coming to the > conclusion that there was no way to do it independent of a request. I > wound up just sticking it in my application config file that gets re

Re: How to add your own validation + make use of existing validator

2005-01-25 Thread Jim Barrows
On Mon, 24 Jan 2005 23:49:47 -0800 (PST), Manisha Sathe <[EMAIL PROTECTED]> wrote: > finally i could figure it out as > > ActionErrors errors = super.validate(...) ( i am new to java too) > > With this i could get the server side validation + my own validation. > > The same thing i want to do it

Re: How to add your own validation + make use of existing validator

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 20:17:12 -0800 (PST), Manisha Sathe <[EMAIL PROTECTED]> wrote: > I am using validator framework. But for some business logic - i need to some > other validation depending on some conditions. > > I want to keep validation of validator framework as it is + after that i want > t

Re: Select Multiple Issues

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 15:16:55 -0600, Brad Balmer <[EMAIL PROTECTED]> wrote: > I have ActionForm's that contain String array variables like: > > private String[] parmTypeCd = null; > > With the normal: > public String[] getParmTypeCd() { > return parmTypeCd; > } > public void setParmTypeCd(

Re: [OT]Applet question, open in new JVM

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 12:57:49 -0800 (PST), Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > I was working on a Applet in which i had some static > methods in a class with some applet data, it was > working great untill i had to develop another applet > which uses these static methods, now the probl

Re: How to get the input action path?

2005-01-24 Thread Jim Barrows
om standard struts then my suggestion. You could use a filter for the same thing, and not have to worry about what happens when you upgrade struts. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > On Mon, Ja

Re: How to get the input action path?

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 10:05:08 -0800 (PST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > On Mon, January 24, 2005 12:37 pm, Gianpiero Caretti said: > > FYI, that's exactly what I am doing rigth now! > > Great minds think alike :) > > > The only think I don't like with this solution is that the

Re: Generic

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 16:54:49 +0100, Gianpiero Caretti <[EMAIL PROTECTED]> wrote: > Hi All, > I need help about struts and tiles. > > I have an application using tiles and I have a jsp page that can be used as > output page for several different actions. In this page I'd like to have a > link to re

Re: Fw: Sorting

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 09:17:03 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > Please ask on the user list. The dev list is for issues with the actual > framework, not how to use it. > > Thanks. > > -- > James Mitchell > Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017

Re: error and warning messages

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 13:34:50 +, Andy Richards <[EMAIL PROTECTED]> wrote: > Hi > > I have the requirement to perform server side validation on a form, no > probs. The problem is that i have a set of error rules and a set of > warning rules. There is no problem defining the errors in my > valida

Re: Simple way to "configure" an action?

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 06:13:23 -0700, Larry Meadors <[EMAIL PROTECTED]> wrote: > OK, I think i understand what you are trying to do. You could override > the constructor of your action to read in a properties file. If you > have multiple actions, you could make it a base class that uses some > common

Re: OT newbie - java class question

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 14:29:21 +0530, Sudheer <[EMAIL PROTECTED]> wrote: > Hi friends, > > I have a method like this, the 3rd param, category contains > ArrayList of classes Category. > > Here I am copying the Category class from the ArrayList to > lALCategories (Line 11) and storing its propert

Re: still have export problem

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 09:00:56 + (GMT), Metin Erksan <[EMAIL PROTECTED]> wrote: > hi > unfortunately i still miss something. i use struts 1.1 , j2ee1.3 container , > jdeveloper10g, > i tried jim's sample and mine but i got the same error.page opens with blank > page. > i dont want my table sort

Re: max file size - validator - javascript

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 15:01:37 +0800, Nathan Coast <[EMAIL PROTECTED]> wrote: > Hi, > > Does the validator support max file size for an uploaded file? I have > found various threads covering how to specify the max file size and how > to check if it is exceeded but this all seems to be server-side a

Re: [FRIDAY] JDBC Driver

2005-01-21 Thread Jim Barrows
On Fri, 21 Jan 2005 10:53:50 -0600, Matt Bathje <[EMAIL PROTECTED]> wrote: > Hubert Rabago wrote: > > Yes, in fact just after I sent it, I suddenly remembered those times. > > heck, i've been on projects where we'd go two to three weeks of every > > day being in the office, banging out code. > > Th

Re: [OT] thank you all

2005-01-21 Thread Jim Barrows
On Fri, 21 Jan 2005 10:43:50 -0600, Matt Bathje <[EMAIL PROTECTED]> wrote: > Jim Barrows wrote: > > On Fri, 21 Jan 2005 10:39:17 -0600, Matt Bathje <[EMAIL PROTECTED]> wrote: > > > >>Hey all - > >> > >>As of today I will no longer be a full ti

Re: [OT] thank you all

2005-01-21 Thread Jim Barrows
On Fri, 21 Jan 2005 10:39:17 -0600, Matt Bathje <[EMAIL PROTECTED]> wrote: > Hey all - > > As of today I will no longer be a full time Struts user, and will be > unsubscribing from the list. I have gotten a new job where I won't be > doing any programming, and therefore have no further need for S

Re: [FRIDAY] JDBC Driver

2005-01-21 Thread Jim Barrows
On Fri, 21 Jan 2005 09:53:39 -0600, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On Fri, 21 Jan 2005 08:49:17 -0700, Larry Meadors > <[EMAIL PROTECTED]> wrote: > > On Fri, 21 Jan 2005 10:20:33 -0500, Erik Weber <[EMAIL PROTECTED]> wrote: > > > Here, we only worship Struts, iBatis and Hibernate -- the

Re: JDBC Driver

2005-01-21 Thread Jim Barrows
On Thu, 20 Jan 2005 22:47:03 -0600, Eddie Bush <[EMAIL PROTECTED]> wrote: > I agree with your premise. However, some shops like to keep things > elementary -- like to cook their own dog food so they know what it's > made of. In my expreience, every shop that has done that has failed entirely to a

Re: Session Strategy (here's a filter)

2005-01-21 Thread Jim Barrows
On Fri, 21 Jan 2005 08:59:59 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sorry about posting code to the list if that is poor etiquette. I didn't > know of that one. What's the reason for it? My code wasn't too lengthy > and the email can easily be deleted by those that don't care. I

Re: Editing Struts-Config file

2005-01-20 Thread Jim Barrows
in the server. > > -Original Message- > From: Jim Barrows [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 20, 2005 3:24 PM > To: Struts Users Mailing List > Subject: Re: Editing Struts-Config file > > On Thu, 20 Jan 2005 14:48:32 -0600, Brent Vaughn > <[EMAI

Re: Editing Struts-Config file

2005-01-20 Thread Jim Barrows
' s probably a moot point. Either way you'll have to restart the app to get the change to take. I know tomcat provides a way to change it's datasource configuration. checkout the admin app that comes with it. > > -----Original Message- > From: Jim Barrows [mailt

Re: Editing Struts-Config file

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn <[EMAIL PROTECTED]> wrote: > Is it possible to edit the struts-config.xml file from within the struts > application? Will it cause Struts to fail? I think struts only reads it at startup. The configuration is usually locked so you can't change it.

Re: Using html:link with LookupDispatchAction

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 18:14:00 -0200, Flávio Maldonado <[EMAIL PROTECTED]> wrote: > I'm trying to put a link like this: > " New User " It's not user.new, it's whatever user.new resolves to in your properties file. I usually do something like: > > So, in my getKeyMethodMap, I did: >

Re: array of nested objects -- adding a new object

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 16:58:37 +0100, Peter Maas <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use the nested iterator have a list of ActionForms > nested in the parent form. U... as in more then one action form inside a form? Or multiple forms on one page? I would tend to think you hav

Re: Struts token doesn't work problem

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 09:54:00 -0500, Jeff Beal <[EMAIL PROTECTED]> wrote: > Look at the source for the tag and see how it inserts the > token. The token is just a session-scoped attribute and it's inserted > on the page as a hidden form field. You can probably write it to the > page easily withou

Re: Session Strategy

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 06:53:36 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > I am also too lazy to make a filter! LOL ;-) Anyone have one of > these in their toolbox they would like to share? package com.sssc.csr.web.filters; import java.io.IOException; import java.util.Iterator; import java.ut

Re: getting html:textarea multiliple values

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 07:10:16 +0530, Sudheer <[EMAIL PROTECTED]> wrote: > No, single textarea with multiple item selected. I want to get the selected > items. If you're thinking of something a GUI text area where you can get the area the user selected, then you can't do it. It's an HTML thing. You

Re: Getting the most out of users

2005-01-19 Thread Jim Barrows
On Wed, 12 Jan 2005 22:59:16 +0800, Irfandhy Franciscus <[EMAIL PROTECTED]> wrote: > Dear All, > > I am a new developer / IT Consultant. In my work I often need to gather > requirement from the end users. I am trying to improve my requirement > gathering techniques. Are there any books or websites

Re: url in address bar

2005-01-19 Thread Jim Barrows
On Wed, 19 Jan 2005 09:55:36 -0500 (EST), Charles A Jordan <[EMAIL PROTECTED]> wrote: > Hello All, > This may not be the proper area for this question, but I thought I'd > try anyway. > I have set something in my web server, tomcat, or struts configuration so > only my domain name (my.company.com)

Re: Struts & Security

2005-01-19 Thread Jim Barrows
On Wed, 19 Jan 2005 21:54:48 +0900, Sylvain ~ <[EMAIL PROTECTED]> wrote: > I'm working on a simple application which requires very simple > security as given there is only 3 kind of users : anonymous, users and > admin. > > For portability issues, I don't want to use Tomcat's security system. Tom

Re: Multiple select/update from the Listing page

2005-01-18 Thread Jim Barrows
On Wed, 19 Jan 2005 10:38:10 +0800, Yen <[EMAIL PROTECTED]> wrote: > Hi, > > I wonder how struts handle the Multiple select/update from the Listing page. > Let say, there is a listing of 10 records and the page need to allow the > user to update the status for the records. Upon submitting the butt

Re: URGENT : CMS Driven static site and Struts

2005-01-18 Thread Jim Barrows
On Tue, 18 Jan 2005 13:49:11 -0500, Erik Weber <[EMAIL PROTECTED]> wrote: > > > Jim Barrows wrote: > > >On Tue, 18 Jan 2005 06:24:01 -0800 (PST), nitin dubey > ><[EMAIL PROTECTED]> wrote: > > > > > > I respectfully disagree with this (u

Re: URGENT : CMS Driven static site and Struts

2005-01-18 Thread Jim Barrows
On Tue, 18 Jan 2005 06:24:01 -0800 (PST), nitin dubey <[EMAIL PROTECTED]> wrote: > Is it worth using Struts for a static site that is CMS > Driven ? I can think of two options: Yes. > > 1. Fetching the data from database into Action forms > and then building the page using Struts HTML taglibs. >

Re: UML and Struts

2005-01-18 Thread Jim Barrows
On Tue, 18 Jan 2005 08:31:28 +, Mark Benussi <[EMAIL PROTECTED]> wrote: > I would say that the action would be the first class that the User actor > would invoke the execute method with. The next class would I suppose be the The JSP page is also a class, and needs to modeled. > method of a ma

Re: UML and Struts

2005-01-18 Thread Jim Barrows
On a sequence diagram? Sequence diagrams usually portray the actual classes being used. Since most of the classes you'll be diagramming are inherited, the struts classes themselves probably won't show up. On Mon, 17 Jan 2005 20:45:31 -0800, Stuart <[EMAIL PROTECTED]> wrote: > Hi, > > I am crea

Re: struts html:base tag and port 8080

2005-01-15 Thread Jim Barrows
On Sat, 15 Jan 2005 03:36:36 -0800 (PST), Vilpesh Mistry <[EMAIL PROTECTED]> wrote: > hi, > iam using struts and making a website. > > I think this whole is configuring apache and tomcat, > please specify how do i configure tomcat so that when > i access > > http://localhost/simliv/action/welcom

Re: Struts chainging problem ?

2005-01-15 Thread Jim Barrows
On Fri, 14 Jan 2005 18:12:24 -0800 (PST), Manisha Sathe <[EMAIL PROTECTED]> wrote: > I do know what exactly could be the problem > > I am having one JSP which calls Main Action Handler - this does some database > job and get userid. This id i want to pass it to another page. If it is a > direct

Re: Help with logic tags, and commas please.

2005-01-14 Thread Jim Barrows
On Fri, 14 Jan 2005 13:04:07 -0600, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have the following code that prints something like this: > BLN, BCard, SecCard, EquipExp > > There may be any combination of any of these 4 items, or non at all. > And what I want is the ability to properly add co

RE: Database connection question - seeking expert opinion

2005-01-12 Thread Jim Barrows
> -Original Message- > From: Manisha Sathe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 11, 2005 11:10 PM > To: user@struts.apache.org > Subject: Database connection question - seeking expert opinion > > > I am still new to struts and even servlets. Last time when i > developed s

RE: display tag rendering problem

2005-01-12 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 12, 2005 7:03 AM > To: user > Subject: display tag rendering problem > > > Hi all > I'd like to use display tags.Actually I created a decorator > for the columns of a table and I use the

RE: How to view the actual HTTP generated by a struts action.

2005-01-10 Thread Jim Barrows
> -Original Message- > From: kjc [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 3:25 PM > To: Struts Users Mailing List > Subject: How to view the actual HTTP generated by a struts action. > > > Is there a way to log the HTTP post string that is sent by > the browser when >

RE: General Action Question

2005-01-10 Thread Jim Barrows
> -Original Message- > From: Brandon Mercer [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 11:06 AM > To: user@struts.apache.org > Subject: General Action Question > > > Hello Group, > I'm reading an off the shelf book about DynaActionForms and > I've got a > question abou

RE: Q. Should a J2EE architect be an HTML expert

2005-01-07 Thread Jim Barrows
> -Original Message- > From: kjc [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 4:36 PM > To: Struts Users Mailing List > Subject: Q. Should a J2EE architect be an HTML expert > > > > Question to all. > Should a J2EE architect be an HTML expert. Better question... will bei

RE:

2005-01-07 Thread Jim Barrows
ny in struts-examples http://struts.apache.org/userGuide/struts-html.html > > Ashish > --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > > From: Ashish Kulkarni > > [mailto:[EMAIL PROTECTED] > > > Sent: Friday, January 0

RE:

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 3:11 PM > To: user@struts.apache.org > Subject: > > > method="post"> > multiple="false"> > > > > - To unsubs

RE: JSP bean

2005-01-07 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 2:19 PM > To: user@struts.apache.org > Subject: RE: JSP bean > > > > On Fri, January 7, 2005 4:11 pm, Jim Barrows said: > > I've never found

RE: JSP bean

2005-01-07 Thread Jim Barrows
se uses the same directory strucutre that Java would require, and makes it extraordinarily easy to refactor your code if you want to. I'm not sure what you mean by point it a structure without it being a project, or why you would want to. > > -- > Frank W. Zammetti > Founder

RE: JSP bean

2005-01-07 Thread Jim Barrows
t > Omnytex Technologies > http://www.omnytex.com > > On Fri, January 7, 2005 3:22 pm, Jim Barrows said: > > > >> -Original Message- > >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >> Sent: Friday, January 07, 2005 1:12 PM > >

RE: JSP bean-- commclipse plugin info

2005-01-07 Thread Jim Barrows
; it, can you give the website from where i can download > this plugin http://commonclipse.sourceforge.net/ It's one of those, now that I have it... why did I ever do without it type plugins. > > Ashish > --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > >

RE: JSP bean

2005-01-07 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 1:12 PM > To: user@struts.apache.org > Subject: Re: JSP bean > > > I always include the following method in all my There's a handy plugin called commclipse that I use to create my

RE: any example struts + displaytag(export)

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Metin Erksan [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 10:43 AM > To: user@struts.apache.org > Subject: any example struts + displaytag(export) > > > > hi > > is there anybody run struts+displaytag with export > property ? i still live pr

RE: Paging through a collection on a page

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Donie Kelly [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 10:39 AM > To: Struts Users Mailing List > Subject: Paging through a collection on a page > > > HI all > > > > Anybody got some sample code that allows me to display > multiple pages

RE: Regex in struts

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Chaikin, Yaakov Y. [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 10:18 AM > To: 'Struts Users Mailing List' > Subject: Regex in struts > > > Hi, > > I was told that Struts uses regular expression language that > is not 100% > compatible with J

RE: cache problem

2005-01-07 Thread Jim Barrows
gt; >method it works. but i dont understand why this occurs > >like this > > > >sincerely > > > > > > > > > ><% response.setHeader("Cache-Control","no-cache"); > >//HTTP 1.1 > >response.setHea

RE: cache problem

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Metin Erksan [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 12:12 AM > To: user@struts.apache.org > Subject: cache problem > > > hi > i develop an insert/delete/update struts db application.i use > jdeveloper10g and running embedded oc4j of jdev

RE: Putting a field into the REQUEST

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Krishna Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 06, 2005 11:55 PM > To: Struts Users Mailing List > Subject: RE: Putting a field into the REQUEST > > > Hi David, > > My problem is that there is a JSP called updatePlanProfileC

RE: [OT] Seeking advice on JSP + commerce

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Erik Weber [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 3:56 AM > To: Struts Users Mailing List > Subject: [OT] Seeking advice on JSP + commerce > > I could use your advice. Are there any good "boxed" JSP solutions you > know of that I could us

RE: Attributes Initialization

2005-01-07 Thread Jim Barrows
OT being mapped to the action. Configuration issue. 3) The super.execute is being called and it's not returning to your execute method. Make sure that the signatures are the same, and don't call the super.execute. > > > Jim Barrows <[EMAIL PROTECTED]> wrote: >

RE: Attributes Initialization

2005-01-06 Thread Jim Barrows
Okay, let's see if I can try You type into the browser: /context/setupSubmit.do Which you have mapped to: Which should struts-forward to /submit.jsp. Then when you click the submit button, the form has as it's url: /submit.do Which will forward to your successful submit page. Which of

RE: Please explain Struts Chain

2005-01-06 Thread Jim Barrows
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 06, 2005 12:43 PM > To: Struts Users Mailing List > Subject: Please explain Struts Chain > > > Can someone explain what Struts Chain is or point me to some > documentation? > I see it mentioned

RE: Partial Validations

2005-01-06 Thread Jim Barrows
> -Original Message- > From: Apte, Dhanashree (Noblestar) [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 06, 2005 12:20 PM > To: 'Struts Users Mailing List' > Subject: Partial Validations > > > > I have a UserForm which holds data for two wizard-type data > entry pages, > meaning,

RE: [OT] store web application specific data

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 1:25 PM > To: user@struts.apache.org > Subject: [OT] store web application specific data > > > Hi > I am working on a web application using struts, i have > some application speicif

RE: Validate a field only if a checkbox is checked

2005-01-04 Thread Jim Barrows
-Francois Croteau > Services Informatiques > IBM Canada Ltée (Bromont) > E-mail : [EMAIL PROTECTED] > Tél. : (450) 534-6556 > > > > > > >

RE: Validate a field only if a checkbox is checked

2005-01-04 Thread Jim Barrows
when working the way you want? > > Thank you. > > -- > --- > > Jean-Francois Croteau > Services Informatiques > IBM Canada Ltée (Bromont) > E-mail : [EMAIL PROTECTED] > Tél. : (450) 534-6556 > > > > >

RE: Validate a field only if a checkbox is checked

2005-01-04 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 12:03 PM > To: user@struts.apache.org > Subject: Validate a field only if a checkbox is checked > > > > Hi, > I want to know, how can I validate a field that must > contain

RE: Validator question

2005-01-04 Thread Jim Barrows
f course, hopefully, I'll never be in a situation where such > things matter > enough for me to start doing these tricks. > > Thanks, > Yaakov. > > -Original Message- > From: Jim Barrows [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 1:05 PM &g

RE: Two Qs re: authentication servlet filter

2005-01-04 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 11:17 AM > To: user@struts.apache.org > Subject: Two Qs re: authentication servlet filter > > > > > > > Can anyone help a newbie out? I have a couple of questions: > > 1) I

RE: Security question

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 11:04 AM > To: 'Struts Users Mailing List' > Subject: Security question > > > I'm using LookupDispatchAction and role-based security. I > want to allow > certain roles to access c

RE: displaytag1.0rc2 (export) and struts problem

2005-01-04 Thread Jim Barrows
two parameters I have coded. The rest are created by the tag. The tag is creating this file on the fly, so this may very well be correct. What does it actually download? > > sincerely > > Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message---

RE: Validator question

2005-01-04 Thread Jim Barrows
out (probably after install to production) that the latest jar blows up old applications. Uggh. > > Thanks, > Yaakov. > > -Original Message- > From: Jim Barrows [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 12:00 PM > To: Struts Users Mailing L

RE: isSessionValid request tag is false

2005-01-04 Thread Jim Barrows
> -Original Message- > From: ans [mailto:[EMAIL PROTECTED] > Sent: Monday, January 03, 2005 7:56 PM > To: Struts Users Mailing List; taglibs-user@jakarta.apache.org > Subject: Re: isSessionValid request tag is false > > > Hi, > And this happens only for the first time I open the > brows

RE: displaytag1.0rc2 (export) and struts problem

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Metin Erksan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 1:03 AM > To: user@struts.apache.org > Subject: displaytag1.0rc2 (export) and struts problem > > > hi > > i use jdeveloper10g and dipslaytag10rc2. i want to use export > property but

RE: HOw to avoid validations for certain submit buttons on a single form?

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Krishna Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 9:28 AM > To: Struts Users Mailing List > Subject: HOw to avoid validations for certain submit buttons > on a single > form? > > I think one solution is to put Inactivat

RE: Validator question

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Manisha Sathe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 2:02 AM > To: user@struts.apache.org > Subject: Validator question > > > I just started learning validator (struts) and developed one > small form with one single field. I used Javasc

RE: Set request parameters in servlet through action

2005-01-04 Thread Jim Barrows
> -Original Message- > From: dsarris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 8:19 AM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: Re: Set request parameters in servlet through action > > > > > I do not thing that Hollaway solution is the correct one

RE: I8N - Locale switch on any page

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Ritchie Warsito [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 4:36 AM > To: Struts Users Mailing List > Subject: I8N - Locale switch on any page > > > Hey there, > I'm studying the struts-mailreader example and as some of you > might know > (

RE: New to Struts & seeking advice

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Mark McWiggins [mailto:[EMAIL PROTECTED] > Sent: Monday, January 03, 2005 6:19 PM > To: user@struts.apache.org > Subject: New to Struts & seeking advice > > > Hi All, > > I've developed several web applications over the last 10 > years, mostly > based on

RE: read html tags from database and display

2004-12-30 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Partho > Sent: Thursday, December 30, 2004 10:28 AM > To: user@struts.apache.org > Subject: read html tags from database and display > > > I need display html tags on the screen such as text fields, radio > buttons e

RE: Validation Post-Back help

2004-12-30 Thread Jim Barrows
This has been asked multiple times on the list and heavily discussed. check the list archives for details. > -Original Message- > From: Daniel Kies [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 30, 2004 9:55 AM > To: user@struts.apache.org > Subject: Validation Post-Back help > >

RE: message resources in db

2004-12-30 Thread Jim Barrows
> -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 7:01 PM > To: Struts Users Mailing List > Subject: Re: message resources in db > > > > > > Then you have the apparent fact that by doing so you are > now outside the Java provided

RE: Deployment Problem -

2004-12-29 Thread Jim Barrows
grade the jar tld etc and then run your unit testing and see what breaks. > > > > Jim Barrows schrieb: > > > >>-Original Message- > >>From: Peter Neu [mailto:[EMAIL PROTECTED] > >>Sent: Wednesday, December 29, 2004 10:05 AM > &

RE: message resources in db

2004-12-29 Thread Jim Barrows
> > > -- > James Mitchell > Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > - Original Message - > From: "Jim Barrows" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Wedne

RE: Deployment Problem -

2004-12-29 Thread Jim Barrows
I wrote the > application in) the > parameter "action" does not exist in the tag. > What can I do in this case? Upgrade? :) Page I think will do roughly the same thing. > > Peter > > Jim Barrows schrieb: > > > >>-Original Message- > >

RE: Cannot find bean under name dbCategories

2004-12-29 Thread Jim Barrows
> -Original Message- > From: uma.k [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 8:02 AM > To: 'Struts Users Mailing List' > Subject: Cannot find bean under name dbCategories > > > Hi, > I get this exception when I try to use html:options with > collection="dbCategories".

RE: Deployment Problem -

2004-12-29 Thread Jim Barrows
;t understand Problem is your tag won't work. It's looking for a global forward named "/hv/postHv.html" to give a url to, according to the documentation. The forward in the above example is a local forward and only visible to the action, not a JSP page. If you want to red

  1   2   3   4   5   6   7   8   >