Hi Group,
This has nothing to do with Struts, but hope you might
have faced a simillar error.
I am working on an supporting an appln coded in late
90's. (applets :( )
The appln uses DB2 as Backend.
I am 'sometimes' getting this error on a class coded
as a thread.
The class uses a Connection obje
Craig McClanahan wrote:
Craig:
Do you like to speculate and/or share the timing of this?
IBM (RAD) and Oracle (ADF) both have libraries that include components
for this purpose.
I have seen other libraries as well, from companies like Otrix. My
favorite example is one of their JSF comp
Craig McClanahan wrote:
On Apr 2, 2005 11:25 AM, NetSQL <[EMAIL PROTECTED]> wrote:
Craig McClanahan wrote:
And there's even JSF components around that do this sort of thing too :-).
AFAIK JSF was not designed for client rendering (hence "Server" faces,
not "Client" faces). It can be
On Apr 2, 2005 8:38 AM, Erik Weber <[EMAIL PROTECTED]> wrote:
> I was playing a bit of devil's advocate when I wrote "I have no interest
> in JSF". It probably sounded harsh.
>
> The truth is, I want both Struts and JSF in my toolbox. I don't want one
> to supplant the other.
>
> I have a couple
I got no exception or error.. it looked like it just skipped over the tag.
Thats because I had a typo in the taglib referece at top of jsp... why does it
always have to be something stupid like that.haha
From: Karr, David [mailto:[EMAIL PROTECTED]
Sent: Fri 4/1
On Apr 2, 2005 11:25 AM, NetSQL <[EMAIL PROTECTED]> wrote:
> Craig McClanahan wrote:
>
> >
> > And there's even JSF components around that do this sort of thing too :-).
> >
>
> AFAIK JSF was not designed for client rendering (hence "Server" faces,
> not "Client" faces). It can be done in the sam
On Apr 2, 2005 1:10 PM, Duong BaTien <[EMAIL PROTECTED]> wrote:
> Craig McClanahan wrote:
>
> >On Apr 2, 2005 9:53 AM, NetSQL <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Craig McClanahan wrote:
> >>I'm quite intrigued by the Web Flow project in
> >>
> >>
> >>>Swing's sandbox ...
> >>>
> >>>
> >>Not Sw
Hello,
I'm using Struts 1.2.4 (along with the validator framework), and I've
noticed that for my forms that do a Post, the action class is executed
twice. I put log statements in my Action class, in the validator
classes, in the Struts ActionServlet, and in the JSP to try to figure
out what is
Craig McClanahan wrote:
On Apr 2, 2005 9:53 AM, NetSQL <[EMAIL PROTECTED]> wrote:
Craig McClanahan wrote:
I'm quite intrigued by the Web Flow project in
Swing's sandbox ...
Not Swing.
Spring or Don Brown's Ajax-Strtus sandbox I assume are both called "Flow".
Yes, I meant "Sprin
What I do is when the user logs in, I put a token in the session and for
every call to my action classes, there is abase class action that checks to
see if that token is in the session and if the user is logged in, if not
send them to the login screens
-Original Message-
From: Tim Chris
Craig McClanahan wrote:
And there's even JSF components around that do this sort of thing too :-).
AFAIK JSF was not designed for client rendering (hence "Server" faces,
not "Client" faces). It can be done in the same way one can get JSP or
Servlet API to render on the Client.
Please somone corr
On Apr 2, 2005 9:53 AM, NetSQL <[EMAIL PROTECTED]> wrote:
> Craig McClanahan wrote:
> I'm quite intrigued by the Web Flow project in
> > Swing's sandbox ...
>
> Not Swing.
> Spring or Don Brown's Ajax-Strtus sandbox I assume are both called "Flow".
>
Yes, I meant "Spring". They also recently r
Craig McClanahan wrote:
I'm quite intrigued by the Web Flow project in
Swing's sandbox ...
Not Swing.
Spring or Don Brown's Ajax-Strtus sandbox I assume are both called "Flow".
( I am glad it's in the back of your mind Freud. XUL, Flex, XAML, Ajax
(aka DHTML), JDNC all render on the client and im
Hi,
At the moment almost all of my CRUD operations are performed (through
service calls) within LookupDispatchAction files; is this considered
good practice within Struts?
I've noticed that by using LookupDispatchAction files the user has the
ability to save a page offline, modify the nameof the
I was playing a bit of devil's advocate when I wrote "I have no interest
in JSF". It probably sounded harsh.
The truth is, I want both Struts and JSF in my toolbox. I don't want one
to supplant the other.
I have a couple of JSF questions.
1) I do a lot of Swing work with some HTTP-based service
On Apr 2, 2005 6:33 AM, Mark Lowe <[EMAIL PROTECTED]> wrote:
.
> If you see how the form validation and type conversion happens in JSF
> I cant really see how anyone can argue that this isn't progress.
This is like arguing that a semi-truck is an improvement over the
automobile because it ha
I usually develop with struts, and have been constantly evaluating JSF
to see when the time in right to do everything with JSF. As someone
who's pretty cynical about new this and that, the ever changing "world
according to sun" and so on, I like JSF. As a means of creating
complex forms its obvious
I do not know why OverDrive is not Overdrive but I do know that
OverDrive is a good idea. Thanks, Ted. Is there any plan for how the
applications are shipped?
Jack
--
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~
-
Ok, here's what we have:
http://svn.apache.org/builds/struts/maven/readme.txt
Both current/ (trunk) and STRUTS_1_2_BRANCH (1.2.x) are being built and
uploaded nightly. The above link should adequately explain what the files
are under that location.
Next stop - make a 'source' distribution of cu
I'd steer away from ibatis vs hibernate debates, both with do what you
need. Take a look at spring and read up on its dao support, there are
a lot of examples and spring in action is a great little book.
This will give you a strutured way of trying out or even changing ORM
(or plain JDBC) with rel
When I started with iBATIS, it took less than an afternoon to get it working
in my application (that was using hibernate at the time, but an older
version that was *really* bad) and I have never once considered going back
to Hibernate.
My suggestion is that if the database is an enterprise DB,
label.owner.
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 2. April 2005 01:19
> An: user@struts.apache.org
> Betreff: bean:message concatination issue
>
> I am trying to get a message based on a key (label.owner),
> and an interge
label.owner.
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 2. April 2005 01:19
> An: user@struts.apache.org
> Betreff: bean:message concatination issue
>
> I am trying to get a message based on a key (label.owner),
> and an interge
23 matches
Mail list logo