Thank you everyone for your timely replies. I have made the decision to
switch to the 1.2.6 version because none of the problems affect me since I
am using JSP 2.0 and do not require the el tag libraries.
-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Monday, Fe
Thank you everyone for your timely replies. I have made the decision to
switch to the 1.2.6 version because none of the problems affect me since I
am using JSP 2.0 and do not require the el tag libraries.
-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Monday, Fe
It is the *nightly builds* that are currently unstable, not Version 1.2.6
http://article.gmane.org/gmane.comp.jakarta.struts.devel/24910
Niall
- Original Message -
From: "Shey Rab Pawo" <[EMAIL PROTECTED]>
Sent: Monday, February 07, 2005 6:50 AM
> I think someone said today that some
http://www.mail-archive.com/dev@struts.apache.org/msg05862.html
>From memory, version 1.2.6 was left at beta mainly because there were new
attributes added to the "core" tags which hadn't also been included in the
"EL" flavour tags. The plan currently is to have a 1.2.7 version, hopefully
soon, wi
The release notes contain all the changes:
http://struts.apache.org/userGuide/release-notes.html
I also wrote this summary of changes since version 1.2.4:
http://www.niallp.pwp.blueyonder.co.uk/strutsversion126.html
Niall
- Original Message -
From: "Kumar deepak" <[EMAIL PROTECTED]>
Sen
I think someone said today that some releases were as unstable as they
had been in a long time, but that probably is not the 1.2.6 beta but
the *nightly* versions?
On Mon, 7 Feb 2005 00:38:16 -0600, Jason Long
<[EMAIL PROTECTED]> wrote:
> Yes it is the word beta. I am building a new app which is
Look in the release notes. The place I noticed the changes were in the
taglibs api. There are several attributes that are listed as "Since 1.2.5".
The ones I am interested in currently have different styles and resource
bundles that can be specified for form elements.
-Original Message-
Look in the release notes. The place I noticed the changes were in the
taglibs api. There are several attributes that are listed as "Since 1.2.5".
The ones I am interested in currently have different styles and resource
bundles that can be specified for form elements.
-Original Message-
Can anyone explains the new features in struts 1.2.6.
Regards
Deepak Kumar
--- Jason Long <[EMAIL PROTECTED]>
wrote:
> Yes it is the word beta. I am building a new app
> which is much larger than
> anything my company has previously produced. I just
> do not need any more
> complications than
Yes it is the word beta. I am building a new app which is much larger than
anything my company has previously produced. I just do not need any more
complications than I already have. More than likely there will be a new
production version available by the time we reach production. Also, can
any
Yes it is the word beta. I am building a new app which is much larger than
anything my company has previously produced. I just do not need any more
complications than I already have. More than likely there will be a new
production version available by the time we reach production. Also, can
any
From: "Jason Long" <[EMAIL PROTECTED]>
I see some features that I would like to use in the taglibs that are after
1.2.5. I only see 1.2.6 beta available for download. What is the
timeframe
for a final release for 1.2.6 and was 1.2.5 skipped?
What's stopping you from using 1.2.6? (And I don't me
I see some features that I would like to use in the taglibs that are after
1.2.5. I only see 1.2.6 beta available for download. What is the timeframe
for a final release for 1.2.6 and was 1.2.5 skipped?
Thank you for your time,
Jason Long
CEO and Chief Software Engineer Supernova Softwar
I see some features that I would like to use in the taglibs that are after
1.2.5. I only see 1.2.6 beta available for download. What is the timeframe
for a final release for 1.2.6 and was 1.2.5 skipped?
Thank you for your time,
Jason Long
CEO and Chief Software Engineer Supernova Softwar
Huummm... Got it now.
I'm using 1.1 source, that's why. I'll get the latest
version!
--- Niall Pemberton
<[EMAIL PROTECTED]> escreveu:
> I'm not sure which version of the source code you're
> looking at but this
> issue was raised in Bug 30707 and resolved in
> version 1.2.4 of Struts.
>
>
http
Huummm... Got it now.
I'm using 1.1 source, that's why. I'll get the latest
version!
--- Niall Pemberton
<[EMAIL PROTECTED]> escreveu:
> I'm not sure which version of the source code you're
> looking at but this
> issue was raised in Bug 30707 and resolved in
> version 1.2.4 of Struts.
>
>
http
TagUtils was added in the Struts 1.2 branch, so presumably you're using
Struts 1.1 or 1.0? If thats the case then are your probably using the wrong
version of sslext - either upgrade your version of struts or download the
appropriate version of sslext for the version of struts you're using.
Niall
Hi,
I am having a few problems trying to configure sslext with a project
that also uses the Struts Validator and Tiles. Below is the first
part of the stack dump:
java.lang.NoClassDefFoundError: org/apache/struts/taglib/TagUtils
at
org.apache.struts.taglib.html.SecureLinkTag.calculateURL(Se
You won't be able to include query strings in the tiles definition,
because you can't make a tiles definition do a redirect.
On the other hand, if the URLs were going directly to JSPs before
with request parameters, then you should be able to adjust things
without writing any Java code. I woul
I'm not sure which version of the source code you're looking at but this
issue was raised in Bug 30707 and resolved in version 1.2.4 of Struts.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30707
While the getRequestProcessor() method is still synchronized, it only gets
called if the getProce
Hi.
I was taking a look at struts source and found out
something new (to me, of course).
I knew that the RequestProcessor is the one that
acutally handles the request. Although it makes sense,
I didn't know that the method getRequestProcessor() in
the ActionServlet was synchronized.
Has anyone "mea
Hi Martin.
I've already got Struts in Action and also have seen
http://rollerjm.free.fr. However, the diagrams
avalable overthere don't have the necessary details I
need.
Anyway, until this moment I could get everything I
need from the Struts source. Sometimes it takes a
little more time, but it's
Leandro
Go to your local bookstore and purchase Struts in Action by Ted Husted
and reference Page 48 Chapter 2 Exploring the Struts Structure
The sequence diagram was created by Jean-Michael Carnier
His website is located at
http://rollerjm.free.fr
I have often wondered what MVC in .NET might and
Hi all.
I'm working on something like struts for .net for a
project. If i get something actually usefull, i'll
post it somewhere.
I'm looking for a sequence diagram of struts
initialization, does anyone know where i can find one?
I don't want sequence diagrams for the request
process, but just of t
Hi -
So first off I am not a Java developer. I am a front-end web developer
who has used the Struts tags, JSTL and Tiles definitions. Hopefully my
question won't seem too naive, and hopefully the answer won't be too
complex. 8-)
Anyway, I am coverting a friend's Struts web site to use tiles
defi
Funny how you include all but the contents of logger.jsp. Apparently a null
exception is thrown somewhere in logger.jsp when run through tiles only. I'm
a newbie myself and did encounter this a couple of times too. Just try and
eliminate lines from your logger.jsp to see when the problem goes away
26 matches
Mail list logo