I attached WW-1554_2.patch (use this one instead of the previous ones)
to WW-1554, a parameter was missing in notifyTopics. It has a fix to
hangman ajax, which now works. There is an image attached to the ticket
that needs to be added to showcase.
regards
musachy
Musachy Barroso wrote:
I'm t
I'm trying to get hangman to work.
musachy
Ted Husted wrote:
OK, we're getting closer, but there's still a few issues to resolve,
if 2.0.2 is going to be a step forward.
* Apply patch for Dojo topic notification (WW-1554)
* Apply patch for DatePicker (WW-1555)
* Fix XSLT Result (WW-1550)
*
OK, we're getting closer, but there's still a few issues to resolve,
if 2.0.2 is going to be a step forward.
* Apply patch for Dojo topic notification (WW-1554)
* Apply patch for DatePicker (WW-1555)
* Fix XSLT Result (WW-1550)
* Move Continuations support to an experimental plugin (WW-1548)
Yeah that one. The multiple(list) and multiple(array) are working, I
hadn't tried'em before. The tests pass, that what the first thing I
tried. I'll double-check to see if I figure it out.
musachy
Don Brown wrote:
Nope, and I'm able to successfully upload a file on the single,
multiple (array
Another thing - if this was truly a bug, then our unit tests should be
failing. Take a look at the file upload unit test and see if it is
properly testing the feature.
Don
Musachy Barroso wrote:
The problem with the fileupload examples is that Don added this line:
upload.setSizeMax(maxSize)
Nope, and I'm able to successfully upload a file on the single, multiple
(array), and multiple (list). To be clear, this page has the file
upload tests that are failing?
http://localhost:8080/struts2-showcase/fileupload/
Don
Musachy Barroso wrote:
Yeap, I always get "File cannot be empty" (v
Yeap, I always get "File cannot be empty" (validation upload.lenght() >
0 failing) message. Do you have any uncommitted changes?
musachy
Don Brown wrote:
Actually, the showcase example is working for me now. Do you still
see a problem?
Don
Musachy Barroso wrote:
setFileSizeMax(long) is ava
Actually, the showcase example is working for me now. Do you still see
a problem?
Don
Musachy Barroso wrote:
setFileSizeMax(long) is available in fileupload-commons 1.2. No idea
why their javadoc link is pointing to the current javadocs instead of
the last release (1.1.1). This looks like a
setFileSizeMax(long) is available in fileupload-commons 1.2. No idea why
their javadoc link is pointing to the current javadocs instead of the
last release (1.1.1). This looks like a problem in 1.1.1.
musachy
Musachy Barroso wrote:
The problem with the fileupload examples is that Don added t
The problem with the fileupload examples is that Don added this line:
upload.setSizeMax(maxSize);
to JakartaMultiPartRequest, the thing is that size is the threshold for
the DeferredFileOutputStream for the files, not the actual limit of the
file size, so the files never get written and the va
We should change the example to not use the "do" methods anymore.
On 12/8/06, Musachy Barroso <[EMAIL PROTECTED]> wrote:
The tokens examples are failing because the "doInput" is never being
called in "TokenAction", instead "input" is being called on
ActionSupport, that's why the values are not o
The tokens examples are failing because the "doInput" is never being
called in "TokenAction", instead "input" is being called on
ActionSupport, that's why the values are not on the session, hence the
NullPointerException. How does this "doX" method discovery work? I can't
find it on the docs.
We're making progress. There were already problems with the 2.0.1
Showcase, a few of which we fixed, but we've also added several new
problems, namely
Continuation - continuations/guess.action
* pause doesn't pause and the example runs through all the guesses on
the first execution
Prefix exampl
Sorry for being a PITA :), but I have to log everything or I forget it.
thanks
musachy
Rainer Hermanns wrote:
Yep, I'll look into this later at home...
Already seen your comment :)
thanks,
Rainer
The submit tag has the same problem, I logged WW-1547 just to make sure
we don't forget it.
r
Yep, I'll look into this later at home...
Already seen your comment :)
thanks,
Rainer
> The submit tag has the same problem, I logged WW-1547 just to make sure
> we don't forget it.
>
> regards
> musachy
>
> Musachy Barroso wrote:
>> I did missed that one :)
>>
>> I'm not sure about the "ajaxHref"
The submit tag has the same problem, I logged WW-1547 just to make sure
we don't forget it.
regards
musachy
Musachy Barroso wrote:
I did missed that one :)
I'm not sure about the "ajaxHref", because it means the same as
"href", IMO it is going to be confusing.
What if we don't build the ur
I might not be able to tag it tonight, but tomorrow's looking good.
In the meantime, there's are outstanding issues for Struts 2.0.3 and
2.0.x, generally, if anyone is interested. We just might want to hold
off on the patches until Friday.
*
https://issues.apache.org/struts/secure/IssueNavigato
I'm assuming this is still the issue holding us up. . .if there's
anything else that needs to be done prior to the release, I've got some
spare cycles for the next few days to help push it. Just let me know
David
Ted Husted wrote:
I just filed
* https://issues.apache.org/struts/browse/WW-15
I did missed that one :)
I'm not sure about the "ajaxHref", because it means the same as "href",
IMO it is going to be confusing.
What if we don't build the url at all, and just use it as it is (
addParameter("href"), findString(href)), and document that the url needs
to be built with the "u
GMail has been marking many JIRA posting as spam lately (no doubt
because several are now). In case anyone missed it, Rainer posted a
comment to the ticket.
* http://issues.apache.org/struts/browse/WW-1537?page=all
-Ted.
On 12/4/06, Musachy Barroso <[EMAIL PROTECTED]> wrote:
Well, I need help
Well, I need help on this one:
if (href != null)
addParameter("href", UrlHelper.buildUrl(findString(href), request,
response, null));
I can't figure out how to know if href ("%{url}") is pointing to a url
that already contains the context. Checking if it starts with the
context really smel
The anchor demo on showcase will break, if it is holding the build we can
just change the Anchor class, something like
addParameter("href", null);
addParameter("href", findString(href));
to make it behave like before, I will fix it after 2.0.2 then. If there is
anything else still pending I'd pr
I don't know - you are the one that wrote the patch :) If we need to
break the new ajax tag to keep backward compatibility for the 2.0.2
release, I can live with it. Are there any examples in the showcase
that would be broken if we reverted the anchor tag behavior?
Don
Musachy Barroso wrote
The problem is that for the ajax stuff it needs "buildUrl" to generate the
right url, is there anything we can do to keep them both working?
musachy
On 12/4/06, Don Brown <[EMAIL PROTECTED]> wrote:
Musachy Barroso wrote:
> Before the anchor tag was processing the href attribute like this:
>
>
Musachy Barroso wrote:
Before the anchor tag was processing the href attribute like this:
addParameter("href", findString(href));
after the changes for the ajax tags, they are all processing the href
like this:
addParameter("href", UrlHelper.buildUrl(findString(href), request,
response, nu
And 3 seconds later :)
The anchor is just using the url(duh), so it is processing it again.
musachy
Musachy Barroso wrote:
Before the anchor tag was processing the href attribute like this:
addParameter("href", findString(href));
after the changes for the ajax tags, they are all processi
Before the anchor tag was processing the href attribute like this:
addParameter("href", findString(href));
after the changes for the ajax tags, they are all processing the href
like this:
addParameter("href", UrlHelper.buildUrl(findString(href), request,
response, null));
but I can't figu
From what I can tell, the recent patch WW-1485 broke, or at least
changed, the anchor tag. The url is being generated correctly, however,
the anchor tag is incorrectly processing the url a second time. Rainer
applied the patch, so perhaps he might know how to fix it?
Don
Ted Husted wrote:
I just filed
* https://issues.apache.org/struts/browse/WW-1537
Links in the showcase that refer to namespaces are rendering the
webapp root twice.
* http://localhost:8080/struts2-showcase/struts2-showcase/tags/non-ui/
The problem
Ted,
great :) As soon as the docs are fixed (Toby & Phil are volunteering on
this issue) I'll release the final XWork 2.0 very soon!
Looking forward to see Struts2 going GA.
-Rainer
> Struts 2.0.2 built fine, and I'm going through the Showcase. There are
> a few broken examples. I'll try and fix
Struts 2.0.2 built fine, and I'm going through the Showcase. There are
a few broken examples. I'll try and fix and simple issues, but if
there's anything I can't fix right away, I'll just file a ticket
aginst 2.0.3. This build is dependant on XWork beta 3, so at least one
more Struts 2 build is a
+1 from me :)
If you need any help let me know.
-Rainer
> Sounds good. My intention would be to tag and roll Struts 2.0.2
> between 13:00 and 14:00 PST today.
>
> -Ted.
>
> On 12/2/06, Rainer Hermanns <[EMAIL PROTECTED]> wrote:
>> Forgot to mention the download link:
>> https://xwork.dev.java.net
Sounds good. My intention would be to tag and roll Struts 2.0.2
between 13:00 and 14:00 PST today.
-Ted.
On 12/2/06, Rainer Hermanns <[EMAIL PROTECTED]> wrote:
Forgot to mention the download link:
https://xwork.dev.java.net/servlets/ProjectDocumentList?folderID=6088
Also java14 compliant, sour
Forgot to mention the download link:
https://xwork.dev.java.net/servlets/ProjectDocumentList?folderID=6088
Also java14 compliant, sources and javadoc jars are available via the OS
maven repository.
-Rainer
> Ted,
>
> I just released XWork 2.0-beta-3. All jars are available from the OS maven
> re
Ted,
I just released XWork 2.0-beta-3. All jars are available from the OS maven
repo, so I updated the struts pom.xml.
XWork 2.0 final is feasible in the next 2 weeks. Most of the open issues
regard packaging or infrastructure now.
The only blockers are related to documentation tasks.
-Rainer
On 11/30/06, James Mitchell <[EMAIL PROTECTED]> wrote:
Anything I can do to help? I've got a few other things cooking, but with
each passing day, my freetime grows up until Dec 11, where I should be able
to work almost full time on x2 and s2
Well, since you asked :)
I'd like to see some more
Anything I can do to help? I've got a few other things cooking, but with
each passing day, my freetime grows up until Dec 11, where I should be able
to work almost full time on x2 and s2
On 11/30/06, Ted Husted <[EMAIL PROTECTED]> wrote:
OK, I had to create, or recreate, a bunch of "site" dire
OK, I had to create, or recreate, a bunch of "site" directories to get
the assemby:assembly step to complete, but complete it did.
So, given a X2B3, we could take another pass at a Struts 2.0.2 this weekend.
If X2B3 is joyful, might it be feasible to roll X2 final in another two weeks?
That way
Ted,
I'd like to roll xwork-2.0-beta-3 later today which includes lots of fixes
to the assembly goals. Also some of the other open issues have been
resolved.
The javadoc jars are build correctly now with ant/ivy and maven build.
I'll upload the deps to the OS repo as soon as the release is out.
-
Ted,
I added the xwork-2.0-beta-2 (bin+sources) jars and pom to the
OpenSymphony maven repo yesterday. They should be on ibiblio with the next
sync.
The xwork beta-2 distribution can be downloaded from java.net:
https://xwork.dev.java.net/servlets/ProjectDocumentList?folderID=6088
Regarding the
Ted Husted wrote:
I flushed my m2 repository and got the trunk to build. :)
Until I switched back over to the XWork2-beta-2. :(
At the assembly:assembly stage, it's looking fo rthe
xwork-2.0-beta-2-javadoc.jar, but that JAR is not in the repository,
nor is it in the XWork 2 beta2 ALL distribut
I flushed my m2 repository and got the trunk to build. :)
Until I switched back over to the XWork2-beta-2. :(
At the assembly:assembly stage, it's looking fo rthe
xwork-2.0-beta-2-javadoc.jar, but that JAR is not in the repository,
nor is it in the XWork 2 beta2 ALL distribution. I expect the
-s
David H. DeWolf wrote:
I'm assuming the first command should be
mvn install site -P all,pre-assembly
The following:
$> mvn install site -P all,pre-assembly
$> cd assembly/
$> mvn assembly:assembly
works for me and produces:
lion:/projects/open-source/struts2/assembly/target ddewolf$ ls
It fails for me:
[INFO] snapshot org.apache.struts:struts2-struts1-plugin:2.0.2-SNAPSHOT:
checking for updates from opensymphony
[INFO] [assembly:assembly]
[INFO]
[ERROR] BUILD ERROR
[INFO]
-
There are 5 test failing.
musachy
Ted Husted wrote:
Hmmm, if we might have a memory link during tests, then I'd want to be
sure that we don't have a leak during production as well. I'll setup
an integration test suite that we can run against the showcase
and/mailreader in a loop, and try to let
Hmmm, if we might have a memory link during tests, then I'd want to be
sure that we don't have a leak during production as well. I'll setup
an integration test suite that we can run against the showcase
and/mailreader in a loop, and try to let it run overnight.
In the meantime, could someone else
Ted Husted wrote:
Another bit of strangeness is that I can't get a clean build from my
usual checkout. It fails on the ActionTag tests. If I try from another
struts2 checkout (not adjacent to my XWork working copy), it builds
fine, up to the last mile.
I noticed that once or twice, I got an ou
47 matches
Mail list logo