Re: [struts] MyEclipse with Struts 1.2

2005-05-25 Thread Rob
minimising irrelevant progress detractors (like technology upgrades) until I've fanned out the page content, having satisfied myself that the platforms and basic structures as satisfactory. Rob Date: Sat, 21 May 2005 20:17:02 +0300 From: "Harry Hartley" <[EMAIL PR

Re: Multiple Values In Form Hidden Parameter

2004-07-20 Thread Rob McBride
svalues[index]; } HTH, --Rob On Tue, 20 Jul 2004 11:40:48 -0400, Gupta, Sahil <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to pass multiple values in my form hidden parameter. Is there any > way i can do this? > > > > Bean: > > private String []

Request obj. disappears after "Forward"

2004-08-25 Thread rob rowntree
I want an Action to include a "forward" element that forwards an "Update" action to a "Confirm Update" page. I use the java code below to return a value that forwards to a jsp page .. forward name="confirm" in the java code does a RequestDispatch.forward to pages/conf2_subedit.jsp. The problem i

An Eclipse Like WebApp Framework?

2004-10-06 Thread Rob Evans
Folks, I'm wondering if anyone has thought about developing an Eclipse like WebApp framework. The idea is to provide an application shell and a contribution (think plugin) mechanism. Contributions could include, tabs, navigation, help, etc.. Why bother you say? I've found that in a corporate en

Re: An Eclipse Like WebApp Framework?

2004-10-06 Thread Rob Evans
r / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > > > - Original Message - > From: "Rob Evans" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 06, 2004 10:58 AM > Subject: An Eclipse

Re: An Eclipse Like WebApp Framework?

2004-10-06 Thread Rob Evans
n > > > > >-Original Message- > >From: James Mitchell [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, October 06, 2004 10:07 AM > >To: Struts Users Mailing List; Rob Evans > >Subject: Re: An Eclipse Like WebApp Framework? > > > > > >

Re: An Eclipse Like WebApp Framework? -- a proposal

2004-10-06 Thread Rob Evans
tand what it is we're talking about a little more. > > Michael McGrady > > James Mitchell wrote: > > >Apache Struts provides just what you want ;) That's about as generic as you > >can get. > > > > > > >- Original Message - &g

Re: An Eclipse Like WebApp Framework? -- a proposal

2004-10-06 Thread Rob Evans
On Wed, 06 Oct 2004 08:59:26 -0700, Michael McGrady <[EMAIL PROTECTED]> wrote: > Rob Evans wrote: > > >Could be. I for one am still trying to nail down the issues. Why is > >having a single WebApp that utilizes Inversion of Control and plugins > >better than just h

Re: An Eclipse Like WebApp Framework? -- a proposal

2004-10-06 Thread Rob Evans
On Wed, 6 Oct 2004 12:01:15 -0400, Kris Schneider <[EMAIL PROTECTED]> wrote: > Just to make sure the bases are covered, have you investigated JSF and found it > lacking? I've not. Do you know much about it? I was under the impression that its purpose in life was to provided support for UI widget

Re: An Eclipse Like WebApp Framework? -- a proposal

2004-10-06 Thread Rob Evans
Can you point me to a how-to doc so I can get a feel for what JSR-168 has to offer? On Wed, 6 Oct 2004 10:04:37 -0700 (PDT), Scott Anderson <[EMAIL PROTECTED]> wrote: > > > PROPOSAL/SUGGESTION > > I was a big fan of the component software model > advocated by a technology called OpenDoc develop

[Fwd: Re: [Validator] call for testers.]

2004-04-15 Thread Rob Leland
ould you care to organize that ? -Rob Moyer, Janet wrote: Hi Rob, How would I go about that? I'm just on the mailing list now - I don't contribute or anything. -Janet -Original Message- From: Robert Leland [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 1:03 PM To: Moyer,

Using the Struts-Faces Integration Library with Tiles

2004-05-02 Thread Rob Miller
Hello, I am trying to convert my Struts 1.1 web app (struts.jar 4-17-2004) to the Struts-Faces Integration Library (Ted's updated struts-faces.jar 3-29-2004) using Tiles, multiple struts config files, and the DispatchAction. My JSP: ... After loading up this page, the HTML source is:

Struts 2 Plugin for Netbeans

2012-04-19 Thread rob stone
Hello, I am trying to incorporate the Struts 2 plug-in into the Netbeans IDE and having problems. The Netbeans version is 7.0.1 which is the latest available for Debian. One suggested fix was to compile the plug-in source using 7.0.1 to achieve this, but that too failed as obviously I am missing

Are layers 'that evil'?

2006-05-03 Thread Rob Manthey
lings, who usually tangle things more by trying on that caper.) Rob Paul Reedman wrote: > >I still run into Java projects that build their own frameworks !!! Yes >Struts or hibernate is not good enough, we need our own framework, so lets >spend precious several weeks (or months) of

Loosely coupled pages and actions

2006-05-03 Thread Rob Manthey
ion input entry only allows one point of origin, and using request.getRequestURI() returns the last *action* not the originating jsp to forward back to (not helpful when the last action is itself one of these decoupled actions, as opposed to an inital jsp entry action). Thanks in advance

Re: Loosely coupled pages and actions

2006-05-03 Thread Rob Manthey
Thanks Michael. I'm just picking my way through your answer ... Ok, the bit is interesting ... and I'm going to consume that in detail later, that's a lesser case at present. One question on the non-include side ... -> Michael Jouravlev wrote: > On 5/3/06, Rob Manthey <

Re: Loosely coupled pages and actions

2006-05-03 Thread Rob Manthey
Michael Jouravlev wrote: > On 5/3/06, Rob Manthey <[EMAIL PROTECTED]> wrote: > >> action knowing dynamically what jsp it's called from ... > > ... If you like, you can stick > your last location into your HTML forms as a hidden field, or into all > li

Re: Loosely coupled pages and actions

2006-05-03 Thread Rob Manthey
Michael Jouravlev wrote: > On 5/3/06, Rob Manthey <[EMAIL PROTECTED]> wrote: > >> ... action knowing dynamically what jsp it's called from ... > > [1] http://www.caucho.com/resin-3.0/webapp/faq.xtp request attributes available in tar

Re: Loosely coupled pages and actions

2006-05-03 Thread Rob Manthey
pts. Thanks ... I'm busily patting myself on the back at present for getting that bit right, though I suspect others may inject differing opinions and say that the error handling should be via an include in the input page! (ouch) I

Re: Loosely coupled pages and actions

2006-05-03 Thread Rob Manthey
Michael Jouravlev wrote: >> > On 5/3/06, Rob Manthey <[EMAIL PROTECTED]> wrote: >> >> ... action knowing dynamically what jsp it's called from ... > > Despite that HTTP is stateless, the application has its state, > which is defined by > * state st

Re: request scope & paging

2006-05-04 Thread Rob Manthey
ou set out to manage that case from the outset, rather than blending it in late. Perhaps it would make a nice plugin taglib for contribution to OS? Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Loosely coupled pages and actions

2006-05-04 Thread Rob Manthey
Michael Jouravlev wrote: > On 5/3/06, Rob Manthey <[EMAIL PROTECTED]> wrote: > >> > If you care about where your action is called from, >> >> Only so much as to have a page for the server to send back to the user - >> ie: the page that they were on - not so

Re: What To Do If Users Use the Browser "Back" Button?

2006-05-04 Thread Rob Manthey
some time for self-education and assistance to proof read whatever I would put up. Also I'm buried in "real" (and home!) work at present. Thanks Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What To Do If Users Use the Browser "Back" Button?

2006-05-04 Thread Rob Manthey
marc.theaimsgroup.com/?l=struts-user&w=2&r=1&s=back+button&q=b try: http://marc.theaimsgroup.com/?l=struts-user&m=113160817003562&w=2 and the ensuing answers in that thread ... have fun Rob - To uns

Re: What To Do If Users Use the Browser "Back" Button?

2006-05-04 Thread Rob Manthey
Frank W. Zammetti wrote: > Rob, might I suggest the Wiki? That's kind of the point of its > existence :) good call. i'm off for the weekend now, so no more "fun" for me today ;) back for more on monday. cheers Rob --

Re: Browser Back Button

2006-05-11 Thread Rob Manthey
someone (usually the customer) says "but it breaks if I click *Back*". This question was popped here a week ago ... perhaps we need an auto-responder! Rob Philihp Busby wrote: > No. > > When people have a problem with back buttons, 95% of the time they are > either

Populating a select box from a database

2005-09-23 Thread Rob Turknett
ed in, how to forward to the login page). I've looked around for information about how to do this, but haven't found much. Any help or pointers to resources would be greatly appreciated. Thanks, Rob - To unsu

RE: Populating a select box from a database

2005-09-23 Thread Rob Turknett
Thanks for the help. Are you suggesting, in other words, to have a separate Action that retrieves the data to populate the select box, that is executed prior to the ActionForm? Rob > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper > Sen

Re: Redirect not working

2006-07-12 Thread Rob Whelan
ght to the browser, don't set redirect="true". -Rob Pankaj Gupta wrote: > Hi All, > > I have specified redirect="true" in my action forwards but tomcat > fails to find the jsp. I have kept all my jsp's in WEB-INF/jsp folder > so as to avoid direct jsp