Hi Frans,
Many thanks for your reply.
Cool:)
>
> But we are in phase learning how to start create plugins
>
Ok, I could help you if you wish.
>
> Our main interest for rest based plugins
>
Im' neebie with Struts2. Coudl you give me some links to see what you mean.
>
> I will add u to chat a
We also working with an eclipse plugins
But we are in phase learning how to start create plugins
Our main interest for rest based plugins
I will add u to chat about this work
But if complete that will be awesome if we get struts ide as complete as
possible, this can increase struts popularity
It seems to me like you need the latest version of struts annotations,
not of the framework code. Struts annotations is not part of the
framework, it is a tool that we use to generate the TLD file for the
tags, so you are safe using a different version. In the worst case
scenario, if you cannot no
2007/10/8, rangasys <[EMAIL PROTECTED]>:
>
>
> I m tring to understand a struts code
> i have found this
>key=""
> headerKey="0" headerValue=""
>
> i deleted name and other thigs ti highligt wht i want..U can c
> list="@[EMAIL PROTECTED]" can not understand this..plese give me
I think I just stumbled on the answer while slogging through the code,
You have to call:
Dispatcher.getInstance().getContainer().inject(this);
somewhere early on. I'm putting it in doStartTag (Where the
ComponentTagSupport class has it) and I'm testing now.
(*Chris*)
On 9/18/07, Ian Roughley
I'm not sure that tag libraries are created by the object factory, if
this is the case, then the behaviour you are observing is correct (as
the annotations aren't checked and thus values not injected). You
should be able to track back the object creation in the code to confirm
this.
/Ian
Ch
Ugh... Ignore me. I shouldn't be answering email in the morning before I've
fully woken up. I crossed the mailing list streams in my fog ridden early
morning head.
Mark
On 7/26/07 6:43 AM, "Mark Menard" <[EMAIL PROTECTED]> wrote:
> Yes, but you can ignore them. I was having issues getting TMDA
Yes, but you can ignore them. I was having issues getting TMDA on my
server to play well with the list. I figured it out.
Thanks,
Mark
--
Mark Menard
518 369 7356
[EMAIL PROTECTED]
Business: http://www.vitarara.net/
Personal: http://www.vitarara.org/
Sent from my iPhone
On Jul 26, 2007, at
Did you try sending an email to:
[EMAIL PROTECTED]
Antonio
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
These types of questions are best answered on the Struts user mailing
list, as it is very likely someone else had the same question and has
solved it.
Don
Vamsi wrote:
Hi every one ,
I am new to Struts2 ,I got a problem ,when ever a validation is
failed I am redirect to same pag
Please ask these types of questions on the user list.
http://struts.apache.org/mail.html
Thanks
Niall
On 11/24/06, Antony <[EMAIL PROTECTED]> wrote:
Hi..
Please help me to configure the Appache Struts 2.0..
It has contained multiple Jar files. So.
If u know...Tel abt follow am menshione
On 9/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have to validate Combo Box ...
Please ask this type of question on the user list.
You can find subscription information on this page:
http://struts.apache.org/mail.html
--
Wendy
---
This is question for the user list, but I can mention that switching
between http and https is not fun to do in Struts 1, but the SSL Ext
taglib may help.
* http://sslext.sourceforge.net/
-Ted.
On 6/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi ,
Iam developing application in struts
The [email protected] mailing list is for Struts development only. If you
need help actually developing *with* Struts, please subscribe to [EMAIL
PROTECTED] Thanks!!
faisal abdallah <[EMAIL PROTECTED]> wrote: All this logic shouldn' t be
performed inside a JSP. Prepare everything in a Stru
All this logic shouldn' t be performed inside a JSP. Prepare everything in a
Struts handler, save the set in HttpSession or ServletContext then user
Struts:logic or even better JSTL c:forEach>
[EMAIL PROTECTED]
Madhu Soudathikar <[EMAIL PROTECTED]> wrote:
Hi,
I have come across a
On 6/28/06, bhanu_gulbarga <[EMAIL PROTECTED]> wrote:
Iam developing application in struts ...
Please post your question on the user list.
See: http://struts.apache.org/mail.html
Or, since your message footer indicates that you're using Nabble:
http://www.nabble.com/Struts---User-f206.html
ers List"
Sent: Wed, 1 Feb 2006 15:43:57 -0500 (EST)
Subject: Re: Help adding Struts to AJAX impl
> On Wed, February 1, 2006 3:35 pm, [EMAIL PROTECTED] said:
> > I would need to write an AJAXAction that could in turn be extended by the
> > code r so that I could control the r
We are using the dojo toolkit in WebWork - this allows client side
events. So, from the first component you would specify a "notifyTopic"
name (arbitrary), and then on the second component specify the same name
for the "listenTopic". Topics can also be bound to specific javascript
functions i
XOServiceFactory.destroy();
}
return forward;
}
}
- Original Message -
From: "Frank W. Zammetti" <[EMAIL PROTECTED]>
To: "Struts Developers List"
Sent: Wednesday, February 01, 2006 11:59 PM
Subject: Re: Help adding Struts to AJAX impl
>
> Laurie Harper wrote:
&
Laurie Harper wrote:
Sounds like it'd be a lot easier to just fire the first request with a
handler function that fires the next request, and so on, using
onreadystatechange.
I would agree with that, *IF* the requests being sent are always the
same and *IF* they are always in the same order.
Sounds like it'd be a lot easier to just fire the first request with a
handler function that fires the next request, and so on, using
onreadystatechange.
L.
Frank W. Zammetti wrote:
No Wendy, you are correct in your explanation :) I see Ajax in Action
is serving you well :)
I wouldn't expe
What I should have said too is that if you want to discuss this further,
feel free to contact me off-list, or start a new thread to explore it.
We don't want to hijack the original thread :)
Frank
Frank W. Zammetti wrote:
No Wendy, you are correct in your explanation :) I see Ajax in Action
No Wendy, you are correct in your explanation :) I see Ajax in Action
is serving you well :)
I wouldn't expect it to be the best answer though because that parameter
blocks *all* Javascript, not just further XMLHttpRequest's.
What you will probably want to do Michael is build up a queue on t
On 2/1/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> Hi, Ajax gurus, I have an OT question: how to ensure the proper order
> of several XHRs? I found how to create several XHRs simultaneously,
> but I have a requirement: to wait for the first request to return
> before firing the second,
(Ha
Hi, Ajax gurus, I have an OT question: how to ensure the proper order
of several XHRs? I found how to create several XHRs simultaneously,
but I have a requirement: to wait for the first request to return
before firing the second, because I need second request to pick up
server state updated by firs
ot;
Sent: Wed, 1 Feb 2006 15:43:57 -0500 (EST)
Subject: Re: Help adding Struts to AJAX impl
> On Wed, February 1, 2006 3:35 pm, [EMAIL PROTECTED] said:
> > I would need to write an AJAXAction that could in turn be extended by the
> > coder so that I could control the response bac
On Wed, February 1, 2006 3:35 pm, [EMAIL PROTECTED] said:
> I would need to write an AJAXAction that could in turn be extended by the
> coder so that I could control the response back from the servlet. Ok I
> just
> thought of a gotcha for this approach. If the client is expecting a
> specific
> xm
, 1 Feb 2006 14:46:34 -0500 (EST)
Subject: Re: Help adding Struts to AJAX impl
> Actually, that's another way to go, a Filter. However, I was actually
> referring to the fact that Struts 1.3 uses a composable request processor
> based around the CoR pattern. With that, you can modify
" <[EMAIL PROTECTED]>
> To: "Struts Developers List"
> Cc: "Struts Developers List"
> Sent: Wed, 1 Feb 2006 10:22:27 -0500 (EST)
> Subject: Re: Help adding Struts to AJAX impl
>
>> Hi Bryan,
>>
>> I'm not sure I'm clear on what
>
To: "Struts Developers List"
Cc: "Struts Developers List"
Sent: Wed, 1 Feb 2006 10:22:27 -0500 (EST)
Subject: Re: Help adding Struts to AJAX impl
> Hi Bryan,
>
> I'm not sure I'm clear on what your trying to do... it sounds like you
> have a separ
Hi Bryan,
I'm not sure I'm clear on what your trying to do... it sounds like you
have a separate servlet running along side ActionServlet that receives
your AJAX requests, and this servlet you want to call Actions, is that
correct?
If so, I would suggest perhaps a better approach is to modify the
I had a chance to look at this in more detail yesterday. It appears that I
will need to write a class to load up all the resources the same way the
init method in ActionServlet does. Am I in the right place to ask for help
understanding the API? It has been roughly a week and no reply.
- Origi
Since CVS is the default scm, it gives that error message when you use
svn. You need to add the following to your project.properties:
maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
Thanks for the reminder. I've copied the Struts core
project.properties over to tiles and ta
Thanks Paul,
I actually added the setting for the 'maven.changelog.factory' property
to the changelog plugin's plugin.properties file. This fixed the
problem. The error message you suggested sounds good.
-Bill Siggelkow
Paul Sundling wrote:
I already submitted a patch to maven to make error mess
I already submitted a patch to maven to make error message more useful,
so the root cause of the problem will be obvious
(http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java?view=diff&rev=126033&p1=maven/maven-1/plugins/tru
ms, Inc.//DTD Web Application 2.2//EN"
> "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
>
> With thanks and Regards
> Vinod Easaw Varghese
>
> -Original Message-
> From: Martin Cooper [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 22, 2005 9:0
But my web .xml refers to the 2.2 DTD
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
With thanks and Regards
Vinod Easaw Varghese
-Original Message-
From: Martin Cooper [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 22, 2005 9:01 AM
To: Struts Developers List
Sub
My guess is that you are using Servlets 2.4, and you are not online.
Struts has copies of the 2.2 and 2.3 DTDs locally, but not the 2.4
XSD, so it will try to retrieve that from the Sun web site. If you're
not online, that will fail, obviously.
--
Martin Cooper
On Sat, 22 Jan 2005 08:43:04 +0530
Ha! I received exactly the same message (except that mine started "Dear
Martin" ;).
IMHO, if we'd say anything different from the first couple of paragraphs on
our web site, then we should change the web site. Unfortunately, I just
checked the web site, and the first couple of paragraphs seem to d
- Original Message -
From: "James Mitchell" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Cc: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, April 29, 2004 12:08 PM
Subject: Re: Help me on eclipse deja
;
> -Ursprüngliche Nachricht-
> Von: McCormack, Chris [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 29. April 2004 12:44
> An: Struts Users Mailing List
> Betreff: RE: Help me on eclipse dejae_0_30.zip [36/53]
>
>
> Anyone else getting spammed by this messa
41 matches
Mail list logo