On 9/20/10 12:30 PM, martinib wrote:
${customActionRedirect}?${urlParams}
true
I'm guessing there's some xml in there that some intermediate mail
process stripped out?
I set t
ionConfirm"
urlParams="documentID=200"
and i want the final url to be something like this:
registrationConfirm.action?documentId=200
but the parameter is never used, and the id is lost.
Can you help me? What i'm doing wrong.
Thanks in advance.
DNewfield wrote:
>
> Dave Newton
plugin.
>
> If you¹ve got your head around struts and jQuery, I don¹t see what the
> problem is. Using jQuery with S2 is just like using jQuery anywhere. In fact
> it¹s quite liberating not to be limited by the predefined tags.
>
> Z.
>>
>>
>> Thanks, ac
I agree with you 100%. For me, same goes for DWR.
Andy
> Date: Fri, 1 May 2009 11:11:02 +1000
> Subject: Re: Any hint of JQuery on struts2 tutorial, thanks!
> From: zo...@sparecreative.com
> To: user@struts.apache.org
>
> We¹ve been using jQuery in a Struts2 project witho
predefined tags.
Z.
>
>
> Thanks, actually I want more, like examples from this link:
> http://www.instantshift.com/2009/02/05/40-excellent-jquery-tutorials/
>
> Is it durable for me to learn how to implement them in struts2?
> If there're online tutorial or book tutorial
On Wednesday 29 April 2009 11:14:08 am Doug Pham wrote:
> Wes,
> When will the book be ready? About a year ago, I tried the basic S2,
> Spring & Hibernate and I have the hardest of time to do things as the
> connection keep getting closed before I could update things. Hopefully,
> your book
g S2, Hibernate &
Sitemesh which is doing OK for me. Hopefully, you have some unit testing setup
and strategy as that is my main weakness.
Cheers,
Doug
--- On Tue, 4/28/09, Wes Wannemacher wrote:
From: Wes Wannemacher
Subject: Re: Any hint of JQuery on struts2 tutorial, thanks!
To: "
Thanks, actually I want more, like examples from this link:
http://www.instantshift.com/2009/02/05/40-excellent-jquery-tutorials/
Is it durable for me to learn how to implement them in struts2?
If there're online tutorial or book tutorial about this issue, it will be
fantastic for me
opics that haven't come up yet, but will
>> (OSGi?)
>>
>> -Wes
>>
>>
>> --
>> Wes Wannemacher
>> Author - Struts 2 In Practice
>> Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
>> http://www.manning.com/wa
d more
> http://www.manning.com/wannemacher
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>
>
--
View this message in co
On Tue, Apr 28, 2009 at 10:39 AM, fireapple wrote:
>
> Hi, Wes, on the table of content of the book, I didn't find anything related
> to JQuery and Struts2. Since JQuery is similar with JavaScript, can we say
> we can use JQuery in Struts2 as soon as we can use JavaScript in Struts2?
> Thank you.
y hint of JQuery on struts2 tutorial, thanks!
> From: w...@wantii.com
> To: user@struts.apache.org
>
> On Tue, Apr 28, 2009 at 9:52 AM, Martin Gainty wrote:
> >
> > Struts2 in Practice book from manning
> >
> > http://www.manning.com/wannemacher
> >
&g
:-)
Wes Wannemacher wrote:
>
> On Tue, Apr 28, 2009 at 9:52 AM, Martin Gainty
> wrote:
>>
>> Struts2 in Practice book from manning
>>
>> http://www.manning.com/wannemacher
>>
>> feel free to Ping wes or myself offline for any
>> questions/comments
fireapple wrote:
Because our team is using struts2 to develop the web application and I'm in
charge of the UI part, I have to restrict the UI to struts2.
I heard that JQuery is very popular and I love it. Also, I know some people
are using it in struts2. However, I couldn't find any related tuto
On Tue, Apr 28, 2009 at 9:52 AM, Martin Gainty wrote:
>
> Struts2 in Practice book from manning
>
> http://www.manning.com/wannemacher
>
> feel free to Ping wes or myself offline for any questions/comments/tutorials
>
> Thanks,
> Martin Gainty
Checking in! Did I
Struts2 in Practice book from manning
http://www.manning.com/wannemacher
feel free to Ping wes or myself offline for any questions/comments/tutorials
Thanks,
Martin Gainty
__
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung
orial. Any
tutorial online or shall I buy some book about this issue?
Thank you very much!
--
View this message in context:
http://www.nabble.com/Any-hint-of-JQuery-on-struts2-tutorial%2C-thanks%21-tp23277517p23277517.html
Sent from the Struts - User mailing list archive at
k and all given support in this mailing list.
Thanks, thanks, thanks!
Márcio Gurgel
Jan 8, 2008 12:12:37 PM
com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
WARNING: Could not find property [struts.valueStack]
Jan 8, 2008 12:12:37 PM
com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
WARNING: Could not find property [org.apache.catalina.jsp_file]
Jan 8,
Dave Newton wrote:
You mean on a Result type?
On the "redirectAction" result type.
Personally I'd prefer this as the *default* behavior
and force you to specify if you *did* want "empty"
parameters included, but that's just me.
I agree, but I don't think the patch should change current beha
--- Dale Newfield <[EMAIL PROTECTED]> wrote:
> ...any struts committers reading this: If I
provided
> a patch for an extra specially named parameter like
> "supressEmptyParameters" that did just what you'd
> expect, what are the chances that someone would
> commit it?
You mean on a Result type?
Dave Newton wrote:
mySuccess
${fooId}
${barId}
Arguably, yes, and for a couple of reasons. Off the
top of my head I don't recall what will happen if the
param isn't found, though (or is null, etc.)
From reading the code it adds "¶m=" even if the param has no value,
which differs f
Dale Newfield wrote:
So it is clearly indicated that "redirectAction" is recommended over
"redirect", but I neither understand why, nor quite what it is that this
result type does...
If so, the new request needs to have the same URL (which must be encoded)
no matter which result type generated
--- Dale Newfield <[EMAIL PROTECTED]> wrote:
> So it is clearly indicated that "redirectAction" is
> recommended over "redirect", but I neither
> understand why, nor quite what it is that this
> result type does...
Precisely for the reasons stated; it adds a layer of
abstraction that understan
Gunnar Hillert wrote:
Thanks for your helpful post! Interestingly, this also works with redirect
actions.
Hrm...
The javadoc for ServletActionRedirectResult says:
This result uses the ActionMapper provided by the ActionMapperFactory
to redirect the browser to a URL that invokes the specified
Gunnar Hillert wrote:
Thanks for your helpful post!
You bet.
Interestingly, this also works with redirect
actions. Since I have not seen any examples anywhere out there, I thought I
also post an example for them:
mySuccess?fooId=${fooId}${bartId ? "&
Most (all?) of the built-in result types parse OGNL in
the "location" param, although you can turn off that
functionality via the "parse" param.
d.
--- Gunnar Hillert <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Thanks for your helpful post! Interestingly, thi
Hi,
Thanks for your helpful post! Interestingly, this also works with redirect
actions. Since I have not seen any examples anywhere out there, I thought I
also post an example for them:
mySuccess?fooId=${fooId}${bartId ? "&barId=" + barId :
"&quo
Thanks very much , Ted, tom tom, Oleg, for your helpful replies.
-
Pinpoint customers who are looking for what you sell.
Hi,
Thanks to all, I got answer for my question. thanks a lot
sony
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
to let me know it reached the
Strtus User list Thanks!!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
it reached.
Best Regards
Rafael Mauricio Nami
2005/9/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> test mail... can someone please reply to let me know it reached the Strtus
> User list Thanks!!
>
> Visit our website at http://www.ubs.com
>
> This message contains confide
test mail... can someone please reply to let me know it reached the Strtus User
list Thanks!!
Visit our website at http://www.ubs.com
This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate
I speak for myself but I surmise that we are all glad this application has
worked to your specifications,
Martin-
- Original Message -
From: "Kent Boogaart" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'"
Sent: Thursday, August 11, 2005 7:57
Hi,
Over the past few months I have been developing my first struts app under
time pressure (no, really?). On several occasions I needed help and this
mailing list saved me. I just wanted to say "thanks" to all those who helped
me - couldn't have done it without you. You've
Thanks Nitesh.
will print all the error messages at one place. I needed each
error message to go to the proper position (i.e. the error message for name
must be next to the name text field). So I used .
When I don't use struts validator, I would write something like this in the
action
a small web app built on 1.1. Between a few good books, the
Struts website and this list I was able to do it. Everyone here has been
very helpful, offering insight, clarification and examples countless times.
Special thanks to Craig, Ted and all the other contributors. Struts is a
great tool.
Th
Hi,
Thank u very much for all the support and your valuable advise.
Sudheer
-Original Message-
From: Dakota Jack [mailto:[EMAIL PROTECTED]
Sent: Monday, January 24, 2005 9:21 PM
To: Struts Users Mailing List
Subject: Re: OT newbie - java class question
The answer is to clone the Cate
hi Joe ,
Jakarta commons JEXL works perfectly with expressions ..
and this saved me from creating an 'expression builder' and saved a lot of
time ...
Thanks a lot .
cheers ,
Sachin Hegde
Software Developer
Paradyne Infotech Limited , Mumbai
09324546711
"The believer is happy.
Thanks for all of the feedback. I'll think on it some more with these
suggestions in mind.
I have one additional question, *sort of* on the topic of Message Resources.
Suppose there is a database table that holds metadata used to configure some
screens, but not all. This table hold
Sorry , I already see was my problem, so let me put the solution here:
All the problem was in the struts-config.xml in this line:
change to this:
and voilá!
Hope this works for someone
Adolfo
-
To unsubscribe, e-mail: [EMAIL PRO
Thanks very much.
--- Joe Germuska <[EMAIL PROTECTED]> wrote:
> At 7:24 AM -0700 10/25/04, struts lover wrote:
> >Hello,
> >Thanks everyone for your interest and replies.
> Thanks
> >very much.
> >I had one more question. If I use getContentType()
> of
>
At 7:24 AM -0700 10/25/04, struts lover wrote:
Hello,
Thanks everyone for your interest and replies. Thanks
very much.
I had one more question. If I use getContentType() of
FormFile, does it give the same results on different
operating systems that is if the client is using
different operating
Hello,
Thanks everyone for your interest and replies. Thanks
very much.
I had one more question. If I use getContentType() of
FormFile, does it give the same results on different
operating systems that is if the client is using
different operating systems.
Does the change in server OS affects the
At 7:24 PM +0530 10/15/04, sachin wrote:
Thanks Joe
I have quit the idea of chaining actions.
It is true that Struts was never designed to for action forwarding.
My main concern was to have some common functionality independantly
which i can do better by creating own replica of Action , ActionForm
Thanks Joe
I have quit the idea of chaining actions.
It is true that Struts was never designed to for action forwarding.
My main concern was to have some common functionality independantly
which i can do better by creating own replica of Action , ActionForm and
ActionServlet etc . . and chaining
Sachin Bhutada
<[EMAIL PROTECTED]
oriant.com>
Hey Martin, that's a very good idea. Will try and let you know if it worked....
Thanks much, Keith
http://volunteer.johnkerry.com/member/832501
-- Original message from "Martin Gainty" : --
> hey Keith-
>
> I would doubt the jar version
48 matches
Mail list logo