>> I love portlet.
I could not resist how funny the statement sounds. If there is any truth to the
statement above, no one with true Portlet passion and right frame of mind uses
a web application + a bridge to implement a Portal solution unless there is an
existing application that needs to b
One thing for sure is that it breaks Servlet specification 2.4. In Servlet
specification 2.4 filters are not supposed to be accessed directly as a
resource. And anything other than a jsp page need to have a Servlet mapping in
order to make it accessible (as per specification).
--- On Mon, 4/12/
they have
> a working JSR299 implemntation? If
> yes, a test might be interesting.
>
> Struts Two wrote:
> > Now that Websphere application server is available for
> free for development purposes, are there any plans to test
> this against Websphere?
> >
> > Y
Now that Websphere application server is available for free for development
purposes, are there any plans to test this against Websphere?
You can check the following site for free download of Webshpere :
http://www.ibm.com/developerworks/downloads/ws/wasdevelopers/index.html
(originally posted
That is indeed great news, however; I was wondering if this was due to the
initiative taken by Struts 2 folks to get Websphere License [which started last
December] or not?
--- On Fri, 6/19/09, Wes Wannemacher wrote:
> From: Wes Wannemacher
> Subject: Re: WebSphere for Developers
> To: "Str
I was just wondering if there has been any progress/ news on this one? Any
reply is appreciated even if it says "No progress". I need to provide a quick
update to my manager on this since I involved him in getting a few contacts
here and there.
regards,
--- On Mon, 3/9/09, Musachy Barroso wr
Have a base action class that includes code for returning combo list and let
your other actions extend it.
--- On Mon, 4/13/09, Philip Luppens wrote:
> From: Philip Luppens
> Subject: Re: Struts reusable Combobox: Static?
> To: "Struts Developers List"
> Received: Monday, April 13, 2009, 8:2
I have finally managed to find a contact in IBM. The person who forwarded me
the contact seem to know Wes Wannemacher! or at least ask me if this is for
him.
Can someone send me his private email (preferably Wes Wannemacher ) address to
struts...@yahoo.ca so that I can forward him the informat
The legal folks in my team have directed me to Websphere Release team whose
manager told me that they have someone who is IBM contact to Apache foundation.
She is supposed to get back to me early next week with a name. As soon as I get
anything , I would let you know.
regards,
__
ived: Thursday, December 4, 2008, 10:49 PM
> On Thu, 2008-12-04 at 14:26 -0800, Struts Two wrote:
> > Hi:
> >
> > I work at IBM and I would ask around to see if I can
> get any contact. We have an individual in our team who
> handles legal issues, I would try ask him to
> We (the Struts team) have a Solaris zone on helios, so as
> long as it runs on
> Solaris 10, we should be able to put it there.
>
> --
> Martin Cooper
Just for your information that IBM does not supply a software developer kit for
HP and Sun platform. However, for Sun Solaris, Websphere appli
Hi:
I work at IBM and I would ask around to see if I can get any contact. We have
an individual in our team who handles legal issues, I would try ask him to see
if I can get any contact info. Even I as an IBMer have a hard time to find the
right channel ( I have been asking around today for a f
I have upgraged my struts from 2.0.11.1 to 2.0.14 and my app crashes in the
following case:
I have an action as follows:
CCOL administrator,Queue administrator
addRouting
routingAdminPage
I have an interceptor that retrieves validRoles and if the logged-in user does
not have
I count not help myself not to ask the queston and still wonder why it was
decided to build struts 2 on XWork instead of directing the effort to come up
with struts 2 using something home grown technologies like Command chains (
that is currently used in struts 1.3 +). It makes u wonder what hap
Any new on 2.0.12 release that would contain XWork 2.0.6 for Websphere users?
- Original Message
From: Rene Gielen <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Sent: Wednesday, July 16, 2008 2:40:38 AM
Subject: [ANN] Struts 2.0.11.2 General Availability Release
Though I am not a struts 2 developer but I personally love Dave idea. I have
now swtiched using dojo 1.1.1 and I had to write my own scripts to simiulate
some of struts 2 tags [though not as neat as those tags]. With the information
there, people can build on it and share it with others as well.
One issue with Dojo 0.4 that comes with framwork is its lack for accessiblity,
however; Version 1+ adds this capability.I know in my company there are a few
people who use screen readers and that puts me personally on spot for using
framework's ajax tags.
- Original Message
From: Dave
I am using struts 2.0.11.1 and I just realized that you can not dynamically set
the filename using stream result (at least that is my impression after a few
hours of tweaking around the code).
I ended up extending StreamResult to set contentDisposition dynamically. I
think it would be worthwhile
tach a validator xml file that
is broken with 2.0.11.2?
TIA,
- Rene
Am Do, 3.07.2008, 21:16, schrieb Struts Two:
> Hello All:
> I have upgraded my struts 2.0.11.1 to struts 2.0.11.2. None of my xml
> validators run and they all break. I have downgraded to 2.0.11.1 and they
> all work ag
Hello All:
I have upgraded my struts 2.0.11.1 to struts 2.0.11.2. None of my xml
validators run and they all break. I have downgraded to 2.0.11.1 and they all
work again. I think there must be a bug with xwork-2.0.5.jar. The first few
lines of stack trace are as follows:
at java.lang.J9VMInterna
I posted this problem on the user mailing list and I got no replies and I was
wondering if this is bug or not (though I have found a workaround). I have a
page with a few autocompleter inputs (theme ajax) and some other form input
fields. Everything works fine till I add an extra file input fie
Hi:
I think this is because an existing bug in struts 2. I have been experienceing
the same issue for sometime. There are two JIRA issues opened for this. You can
refer to : WW-2633 and WW-2642 .
__
Get a sneak peak at messa
Can anyone of the developers be kind enough to verify if this is a bug. I have
done no coding of my own. I have deployed blank.wars for struts 2.0.11 and
2.1.2 on the same server both have form based authentication enabled. The
following url works for
2.0.11 https://localhost:9445/struts2.0.11
I have deployed 2.1.1 and I get the same result. I would like to mention that
the error occurs only if Security [either Basic or form based] is enabled [
users are authenticated agains LDAP server by WAS container]. That is say, if I
enter https://localhost:9445/ccol/index.html , I get prompted
Websphere version: 6.1.0.13 (which includes the fix - the fix was included in
6.1.0.7). I have also set the following flag to 'true' in the server custom
properties for filter-compatibility:
com.ibm.ws.webcontainer.invokefilterscompatibility
the blank.war for struts 2.0.11 works fine, I have fe
I have deployed struts 2.1.2 blank.war application (on Websphere V6.1 with EJB
3 feature pack) under the context root of "ccol" with basic form security
enabled. if I enter the url:
https://localhost:9445/ccol/index.html
then the url is redirected to
https://localhost:9445/ccol/exa mple/Hell
26 matches
Mail list logo