--- tm jee <[EMAIL PROTECTED]> wrote:
> Thx for the share of knowledge Konstantin. I'd need
> to read up about pico to be able to understand more.
> :)
http://www.picocontainer.org/5.1+Tutorials
to get overall idea.
For usage in web, you may look at my demo
( though this may need some depende
Could we use apt?
musachy
Ted Husted wrote:
On 11/15/06, Musachy Barroso <[EMAIL PROTECTED]> wrote:
Is anything going to be done for the TLD generation or we are just going
to update it by hand (that's what I've been doing anyway) for now?
We'd like to go back to using XDoclet, but need to w
$ mvn surefire-report:report
...after that finishes, look under target/
--
James Mitchell
678.910.8017
On Nov 14, 2006, at 3:13 PM, Rainer Hermanns wrote:
Is there an easy way to get a more informative report out of our
current
maven build? I find it quite hard currently to find the reas
There's still some here:
* https://issues.apache.org/struts/browse/WW-1458?page=all
On 11/15/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 11/15/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> Please don't delete the two spam comments that just appeared in JIRA
> just yet... Jeff wants to take a l
On 11/15/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
Please don't delete the two spam comments that just appeared in JIRA
just yet... Jeff wants to take a look around JIRA and see if he can
stop it from happening.
Oops, Don got them already. Okay... the next time it happens, leave
them and let
Please don't delete the two spam comments that just appeared in JIRA
just yet... Jeff wants to take a look around JIRA and see if he can
stop it from happening.
Thanks,
Wendy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Thx for the share of knowledge Konstantin. I'd need to read up about pico to be
able to understand more. :)
> I looked at javadocs ( there is no real docs besides
> it ) and sources, and it looks that it is really new,
> and there is not so much there.
Yup. Its pretty new. I think the codes are
Hi guys,
I've undo the commit for WW-1506, so the problem will still exists in the
latest svn head. Can't seems to figure out a way without doing changes (quite
major) to the container /xwork2 api. See jira issue WW-1506 for more info.
p/s i might be off for a few days.
rgds
tm jee <[EMAIL
Hi Don,
I've reverted the changes on my local box, and tried out with
@Inject(required=false), when starting jetty using mvn jetty:run, it seems to
be giving me the following stack
Should I commit back the reverted changes. Can't figure out a way to fix this
without doing changes to the DI Con
Hi Don,
I've reverted the changes on my local box, and tried out with
@Inject(required=false), when starting jetty using mvn jetty:run, it seems to
be giving me the following stack
Should I commit back the reverted changes. Can't figure out a way to fix this
without doing changes to the DI Con
Rainer,
I posted the last(hopefully) patch, this fixes the javadoc and makes the
submit button behave like before when used on the ajax theme. Is there
any documentation/tutorial for these tags that I should update?
musachy
Rainer Hermanns wrote:
Ted,
just commited back the action attribute.
Thanks, everyone, for the encouragement.
Guice is still very much in the early stages, and I'm trying not to draw too
much attention/scrutiny at this point. Guice is usable though. In fact,
we've been running it in production for a couple release cycles now.
Check out the issue tracker to see wh
On 11/15/06, Don Brown <[EMAIL PROTECTED]> wrote:
Yeah, I noticed that too...it seems it thinks struts-default.xml has
changed...there could be either a reset of the FileManager somewhere or
it isn't properly marked when first loaded. Open up a ticket and I'll
look at it soon.
Done. http://iss
Yeah, I noticed that too...it seems it thinks struts-default.xml has
changed...there could be either a reset of the FileManager somewhere or
it isn't properly marked when first loaded. Open up a ticket and I'll
look at it soon.
Don
Wendy Smoak wrote:
The Spring integration plugin seems to i
The Spring integration plugin seems to initialize twice.
After application startup, before visiting a page:
2006-11-15 13:11:34,692 INFO
(org.apache.struts2.spring.StrutsSpringObjectFactory:62) -
Initializing Struts-Spring integration...
2006-11-15 13:11:34,692 INFO
(com.opensymphony.xwork2.sp
--- tm jee <[EMAIL PROTECTED]> wrote:
> Thx for the reply. If you have any finding, I'd be
> glad to learn more about it. I am kindof interested
> in this area as well. But i am still a beginner so I
> might talk nonsense... :P
Well, I'm pretty used to DI / IoC containers ( being
pico commiter
Wendy Smoak wrote:
Recently we identified r468346 as the one that works with the trunks
of Struts 2 and Shale. Those projects are holding on that revision
until Tiles 2 settles down (or at least pauses briefly) and someone
has a chance to update those projects.
Actually, as of a few days
I forgot to mention that the ajax behavior for the submit is not working
as before, if "formId" is specified for the "submit" then everything
works as expected. I'm playing with the idea that I mentioned before to
Ian.
musachy
Rainer Hermanns wrote:
Ted,
just commited back the action attribu
Musachy,
thanks again, I applied your latest patch some minutes ago.
The AJAX samples are working again and are now completely based on Dojo 0.4.
Thanks for all your efforts and help :)
-Rainer
> I attached an small patch to ww-1484 which will restore the "action"
> attribute(it was missing only
Ted,
just commited back the action attribute. It was missing in the tld file
only, as Musachy pointed out. All submit tags should now work again as
expected.
Could you please verify this with your apps?
thanks,
Rainer
> The submit tag is used outside the scope of the Ajax theme.
>
> The submit t
--- Ted Husted <[EMAIL PROTECTED]> wrote:
> On 11/15/06, Musachy Barroso <[EMAIL PROTECTED]>
> wrote:
> > Is anything going to be done for the TLD
> generation or we are just going
> > to update it by hand (that's what I've been doing
> anyway) for now?
>
> We'd like to go back to using XDoclet
I wish it would work, I could get rid of my cell phone :).
What I was trying to say is, that I think it would be better(less code,
easier to use) if the submit were a regular submit, with no javascript
attached, and no ajax theme, then we would use FormBind if the form is
using the ajax theme,
The submit works hand-in-hand with the form in the ajax theme. After
all, you need a button to press to remotely submit a form... I tried
mental telepathy a couple of times but it just didn't work ;)
/Ian
--
From Down & Around, Inc.
Innovative IT Solutions
Software Architecture * Design * D
Hi Don,
Do you mean
@Inject(required=false)
public static void setFreemarkerManager(FreemarkerManager mgr) {
...
}
I'll give it a go and report back.
cheers.
Don Brown <[EMAIL PROTECTED]> wrote: I'm glad you found this problem. However,
I think it could be easier
solved by marking the inje
Thanks much.
-Original Message-
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 11:31 AM
To: Struts Developers List
Subject: Re: Where do I get the Tiles 2 Source Code?
Stone, Sam ha scritto:
> Where do I get the Tiles 2 Source Code?
>
>
Currently
On 11/15/06, Musachy Barroso <[EMAIL PROTECTED]> wrote:
Is anything going to be done for the TLD generation or we are just going
to update it by hand (that's what I've been doing anyway) for now?
We'd like to go back to using XDoclet, but need to workaround
XDoclet's incompatbility with J5.
*
I'm glad you found this problem. However, I think it could be easier
solved by marking the injections in the freemarker and velocity page
filters as "required=false", and then complain very loudly if the
filters are used by not initialized. Then, we wouldn't need all the
changes to xwork and
Hi guys,
Found a possible bug with Struts2 DI feature. Opened up a jira issue for it
(WW-1508). Leaving the issue open for reviews. Don if you got the time to have
a look, it would be great.
cheers
Send instant messages to your online friends http://uk.messenger.yahoo.com
On 11/15/06, Stone, Sam <[EMAIL PROTECTED]> wrote:
Where do I get the Tiles 2 Source Code?
http://struts.apache.org/struts-sandbox/tiles/source-repository.html
More info here: http://struts.apache.org/struts-sandbox/tiles/
Use with caution. :) Tiles 2 is still in the sandbox and may change
Stone, Sam ha scritto:
Where do I get the Tiles 2 Source Code?
Currently you can only get Tiles 2 source code through the Subversion
repository:
http://struts.apache.org/struts-sandbox/tiles/source-repository.html
Ciao
Antonio
Where do I get the Tiles 2 Source Code?
Thanks,
Sam
Hi Mark,
Thank you for your interest and efford. I think we could add it into the
example section. :-) As the article is about Struts2, I think it would be more
appropriate if we have it in Struts2 confluence, what do you think?
Unfortunately to access the struts2 confluence, one needs CLA.
(
Is anything going to be done for the TLD generation or we are just going
to update it by hand (that's what I've been doing anyway) for now?
musachy
Ted Husted wrote:
+1
Seeing that tag attributes have changed, a huge issue for us might be
TLD. We've been maintaining the one inherited from the
Sounds ok to me, I'll be able to update the docs by then and maybe do more
bugfixing by then hopefully. But Rainer, Pat or Jason will have to make the
decision. They are the tech. lead of XWork. :-)
Cheers.
Ted Husted <[EMAIL PROTECTED]> wrote: I'd say that we could still get the bits
out ther
Hi Konstantin,
Thx for the reply. If you have any finding, I'd be glad to learn more about it.
I am kindof interested in this area as well. But i am still a beginner so I
might talk nonsense... :P
Have you got a blog? Maybe blog about your findings would be nice. I'll
definitely subscribe to
I'm pretty new to Struts2/WW and figuring out how to update a List of domain
objects stumped me. I've written up a short explanation of how I do it and
was wondering if it would make sense to work this up into a fuller article
and add it to the Struts2 Documentation.
http://www.vitarara.org/cms/no
> I attached an small patch to ww-1484 which will restore the "action"
> attribute(it was missing only on the tld), fix the div problem and add
> the 2 missing jsps. I'm still trying to figure out if we really need an
> ajax submit at all, given that we have an ajax form, any ideas?
>
Thanks, I'll
--- tm jee <[EMAIL PROTECTED]> wrote:
> Hi Konstantin,
>
> Its at http://code.google.com/p/google-guice/
>
> Enjoy Guice. Its Guice time :-)
Not sure whether I will be enjoying it, but I
will try to understand why it is better thank
pico/nano or spring.
regards,
[ Konstantin
I attached an small patch to ww-1484 which will restore the "action"
attribute(it was missing only on the tld), fix the div problem and add
the 2 missing jsps. I'm still trying to figure out if we really need an
ajax submit at all, given that we have an ajax form, any ideas?
musachy
// by the
Actually, now I'm beginning to think that this weekend will be too
soon for a beta. On top of everything else, there have been changes to
the taglibs, some of which are breaking existing applications. Before
we foist the codebase on other people, we need to be sure our own
applications are working
I'd say that we could still get the bits out there. I think we
anticipate that both the XWork 2 and Struts 2 distributions will be
stuck at beta again this cycle. But, we can't have another Struts 2
beta without another XWork 2 beta.
On 11/15/06, tm jee <[EMAIL PROTECTED]> wrote:
I think we migh
/s/not broken/now broken
On 11/15/06, Ted Husted <[EMAIL PROTECTED]> wrote:
Please immediately restore the action attribute, since I expect 80-90%
of all Struts 2 applications are not broken against the nightly build.
-
To uns
The submit tag is used outside the scope of the Ajax theme.
The submit tag *MUST* have an action attribute to solve the use case
of having one form handle various operations -- especially Cancel.
Please immediately restore the action attribute, since I expect 80-90%
of all Struts 2 applications
Good idea Alex. ;)
I manage to find his email at carzybob.org
Alexandru Popescu <[EMAIL PROTECTED]> wrote: On 11/15/06, tm jee wrote:
> Hi guys,
>
> Guice doesn't seem to have a mailing list or forum. Does anyone know how to
> follow up with development / news of Guice?
>
> It doesn't seem
Hi Konstantin,
Its at http://code.google.com/p/google-guice/
Enjoy Guice. Its Guice time :-)
Cheers.
Konstantin Priblouda <[EMAIL PROTECTED]> wrote:
--- tm jee wrote:
> Hi guys,
>
> Guice doesn't seem to have a mailing list or forum.
> Does anyone know how to follow up with devel
On 11/15/06, tm jee <[EMAIL PROTECTED]> wrote:
Hi guys,
Guice doesn't seem to have a mailing list or forum. Does anyone know how to
follow up with development / news of Guice?
It doesn't seem to have a documentation page as well, too bad for such a superb
project. :P Anyone knows about the pl
--- tm jee <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> Guice doesn't seem to have a mailing list or forum.
> Does anyone know how to follow up with development /
> news of Guice?
>
> It doesn't seem to have a documentation page as
> well, too bad for such a superb project. :P Anyone
> knows abo
Hi, I'm asking for an open source custom tag for localizing a struts
application.
I've tried to make it manually, and it succeeded in localization the
view. But I faced some proplems.
Here's the scenario: first, I submit the language to an action that save
the source url that make the request usi
Hi guys,
Guice doesn't seem to have a mailing list or forum. Does anyone know how to
follow up with development / news of Guice?
It doesn't seem to have a documentation page as well, too bad for such a superb
project. :P Anyone knows about the plans of Guice?
tia.
rgds
Don Brown <[EMAIL PRO
Hi guys,
I think we might need to push back XWork2 release plan a bit. With the new IoC
feature in XWork2, the docs gets outdated, might need some time to make it
up-todate again. Thoughts?
Cheers.
Don Brown <[EMAIL PROTECTED]> wrote: James Mitchell wrote:
> I'd be happy to take a stab at ad
I see. thx for the info Don. Just removed the comments in default.properties,
added / updated javadoc in CompositeActionMapper to reflect this.
cheers.
Don Brown <[EMAIL PROTECTED]> wrote: Actually, that wasn't an accident. The
composite mapper now uses a
different, simpler mechanism to gath
I've go ahead and re-added the fix and update WW-1489 as well. Do have a go
through if you got the time, thx.
Cheers.
Don Brown <[EMAIL PROTECTED]> wrote: Hmm...ok. The reason I took it out was it
was initializing the
framework twice, but I can see how we would need it. If you have a
chanc
52 matches
Mail list logo