A number of my posts to the developers and users lists have been going
missing.
Just seeing if this is still happening before complaining about it :)
"This e-mail and any attachments to it (the "Communication") is, unless
otherwise stated, confidential, may contain copyright material and is
After looking at the code the problem is within Component.java.
The determineActionURL method has 2 new parameters which were not present in
2.0.9 and are passed to UrlHelper.java:
boolean forceAddSchemeHostAndPort, boolean escapeAmp
It should be safe to call with
forceAddSchemeHostAndPort=fals
tabletags are broken with 2.0.10.
org.apache.struts2.components.UIBean seems to be missing the
UIBean.determineActionURL() method.
Don't know if this is an issue. Are these components supposed to be stable in
2.0.x?
Stacktrace:
java.lang.NoSuchMethodError:
com.googlecode.tabletags.components
[X] General Availability (GA)
Cheers,
Phil
On 9/14/07, James Holmes <[EMAIL PROTECTED]> wrote:
> The Struts 2.0.10 test build is now available.
>
> Release notes:
>
> * http://struts.apache.org/2.x/docs/release-notes-2010.html
>
> Distribution:
>
> * http://people.apache.org/builds/strut
It´s a good idea to update the release of DWR(1.1-beta3 to 2.1) and
OGNL(2.6.11 to 2.7) . isn´t ?
Thanks
Pedro Herrera wrote:
>
> [X] General Availability (GA)
>
> Herrera
>
>
>
>
>
> James Holmes-2 wrote:
>>
>> The Struts 2.0.10 test build is now available.
>>
>> Release notes
All tests pass in AppFuse!
[X] General Availability (GA)
non-binding
Matt
James Holmes-2 wrote:
>
> The Struts 2.0.10 test build is now available.
>
> Release notes:
>
> * http://struts.apache.org/2.x/docs/release-notes-2010.html
>
> Distribution:
>
> * http://people.apache.org/b
Hi!
The current struts 2 portlet archetype is using zero config and it is
run as a servlet in jetty. Does anyone mind if I modify the archetype
to use the new jetty-pluto stuff, and use regular xml configuration
instead?
Nils-H