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
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
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
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
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?
> >
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?
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
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
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
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
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
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
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
13 matches
Mail list logo