Re: Expression in an expression?

2005-10-31 Thread Michael Rasmussen
You could try putting all of your collections into a collection and accessing them by the index that way, or you could use a: style approach combined with your current tag and use index in a series of Unfortunately expressions within expressions will not work and wouldn't be really clean if

Re: Struts-Tiles Design question

2005-08-26 Thread Michael Rasmussen
Dilip, The tiles controller sounds like an interesting way to do it, but I have never used it. I agree with Nels that you should stay away from a JSP implementation of this. I have stretched tiles pretty far as to what it can do conditionally, and I have been very happy with it. I would suggest

Re: (JSF question) Checkbox for Each Record in a List and Scroll Bars

2005-08-26 Thread Michael Rasmussen
I would look at some of the oracle components...they do a lot with data and tables that go beyond what a JSF DataTable will do. Here is their list of components. http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/imageIndex.html I don't see anythin

Re: Struts Taglibs (was ... Dying?)

2005-08-26 Thread Michael Rasmussen
On 8/26/05, Ted Husted <[EMAIL PROTECTED]> wrote: > On 8/26/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > > Btw, is anyone working on improvements of the struts-taglibs (logic and > > bean)? > > Sadly, no. The committers all seem to be using JSTL or alternate view > technologies. We've been look

Re: null pointer exception

2005-08-16 Thread Michael Rasmussen
nd "seqno" of the last row is sent to the action. > What can I do? > > On 8/15/05, Michael Rasmussen <[EMAIL PROTECTED]> wrote: > > > > Balkan, > > > > which line is line 26 in edit action? Can you provide the entire stack > > trace? > >

Re: null pointer exception

2005-08-15 Thread Michael Rasmussen
Balkan, which line is line 26 in edit action? Can you provide the entire stack trace? Off hand I would guess that your call to request.getAttribute("key") is returning null...I don't see any other likely suspects. Your JSP does this: pageContext.setAttribute("key",key); what is pageContext?

Re: New here

2005-07-21 Thread Michael Rasmussen
On 7/21/05, Hernandez, Mariano <[EMAIL PROTECTED]> wrote: > "We've secretly replaced this developer's logic-el tag library with a > de-el-finated one. Let's see if he notices." > > > > Thanks for the invite to ask questions, but seems someone was playing around > with the tag namespaces, so I re

Re: Hi-New to this group

2005-07-21 Thread Michael Rasmussen
Well, As they were posed the requirements had Struts. Assuming that that wasn't a hard requirement then it would be completely possible. The application seems on the cover to be a fairly straightforward web app. Any of the technologies you mentioned would be more than adequate for the require

Re: Hi-New to this group

2005-07-20 Thread Michael Rasmussen
and based on user roles and so on. > Struts action classes -> ? -> ? - DAO. > Struts action classes -> command -> command - DAO. Michael > Thanks > > Michael Rasmussen <[EMAIL PROTECTED]> wrote: > Maya, > You mentioned that you are providing access

Re: Hi-New to this group

2005-07-20 Thread Michael Rasmussen
Maya, You mentioned that you are providing access to things in the users database. Are you giving them write access? If not there is little reason to use Entity Beans (read None) in your application. If you don't need your application to be distributed, and I didn't see it in your requirements

Re: Which version of Eclipse does current release of Struts support?

2005-07-19 Thread Michael Rasmussen
What are you trying to do with Struts and Eclipse? Work on a Struts project in Eclipse? Build Struts in Eclipse? Use a WYSIWYG designer in Eclipse? Please clarify... Michael On 7/18/05, Fei Jiangnan <[EMAIL PROTECTED]> wrote: > Hi there, > > I am newbie to struts, and tried current release o

Re: [OT] Using connection pools - security

2005-07-07 Thread Michael Rasmussen
You could also just use one pool per user role and look up the db user and the role that user is in, then pull the connection from the pool that you have for that role. If your DB doesn't support roles for users you could create a user/role table. I think it might be overkill to create an actual

Oracle 10g and 'forward with redirect'

2005-06-06 Thread Michael Rasmussen
I am working with Oracle Application Server 10G (version 9.0.4.0.0 according to help) with an application using Struts 1.1. We want to use Struts' forward with redirect option, but have had intermittent success. Meaning, sometimes the forward re-direct will work and other times it returns an http