Hi Wes,
Thank you for your wonderful answer.These two methods are very good solution
to my problem.
THANK YOU!!!
Gordian
On Thu, Feb 26, 2009 at 10:34 AM, Wes Wannemacher wrote:
> On Wednesday 25 February 2009 21:15:09 Gordian Yuan wrote:
> > Hi, Lukasz
> >
> > All I know is # request is a Ma
Hello.
Force a round trip on the first request, prior to authentication,
and place the authenticated user object in the session object.
All future requests prior to session timeout will be tied to the same
session,
and can therefore be serviced by the same session object.
John
This has nothing to do with the original posting. Please post your
question creating a new thread/email.
Nils-H
On Thu, Feb 26, 2009 at 8:12 AM, suhas kokal wrote:
> Hi all,
>
> If some body knows hot to use javascript alerts with struts 2.0 (when
> validation framework fires)please find me the
Hi all,
If some body knows hot to use javascript alerts with struts 2.0 (when
validation framework fires)please find me the way.
Thanks a lot in advance.
Suhas.
--- On Wed, 25/2/09, Paul Benedict wrote:
> From: Paul Benedict
> Subject: Hibernate, HTTP Session, and LazyInitializationExcepti
hello.
I have a file upload application that I'm porting to struts from my custom
framework.
I would like to continue using the jakarta file upload api so that I do not
have to modify
my file uploader class. Is there a way to bypass the struts file upload
functionality?
I believe that as soon
On Wednesday 25 February 2009 21:15:09 Gordian Yuan wrote:
> Hi, Lukasz
>
> All I know is # request is a Map, it is only stored request of attributes,
> it does not have getRemoteUser().
>
> Now I have to use EL and ordinary html tags replace struts2 tags to solve
> this problem.
>
> However, thank
Hi, Lukasz
All I know is # request is a Map, it is only stored request of attributes,
it does not have getRemoteUser().
Now I have to use EL and ordinary html tags replace struts2 tags to solve
this problem.
However, thank you for your reply ...
Gordian
On Wed, Feb 25, 2009 at 11:54 PM, Lukas
SanJ.SANJAY wrote:
??
Was there more?
Dave
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Hi,
This is an interview of Chad Davis on the feathercast (See
http://feathercast.org/?p=77)
http://feathercast.org/ (episode 57).
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For addit
Swift! Thanks Musachy.
-Original Message-
From: Musachy Barroso [mailto:musa...@gmail.com]
Sent: Wednesday, February 25, 2009 2:38 PM
To: Struts Users Mailing List
Subject: Re: Namespace Expression?
Nothing wrong with it syntactically, but I think this is what you are
looking for:
mus
Hi All,
I have a jsp page where I am using html:select options.When the user
selects a option I am calling a
JavaScript onchange to submit the form.
My problem is I have a list with double quotes values which I am retrieving
from database.
eg: Account = "N" .I could not able to retrieve the th
Nothing wrong with it syntactically, but I think this is what you are
looking for:
musachy
On Wed, Feb 25, 2009 at 3:34 PM, Griffith, Michael *
wrote:
>
--
"Hey you! Would you help me to carry the stone?" Pink Floyd
-
To
Hi Everyone,
What's wrong with this expression?
Namespace is a private field, but has a public accessor...?
Thanks in advance,
MG
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mai
Hi there,
I am trying to start using struts2 checkboxes via s:checkbox tag:
This renders:
I was getting an error which sais String setter was required, and not a
Integer setter. I didn't understand why as values where ints but now I've
changed setter in the action to:
public void setRemoveE
HiCan some one explain with example difference between configuring multiple
config files separated by comma or as module
How does it affect the URL?
Can i define bean in one configuration file and action using this bean in
different configuration file?
I have an application where about 10 beans an
??
newton.dave wrote:
>
> SanJ.SANJAY wrote:
>> In my already existing S1 i had aplication-context.xml and for S2 I am
>> using
>> another applicationContext.xml...would this be causing the problem?
>
> It *could* be, depending on how Spring is being initialized.
>
> Dave
>
> --
SanJ.SANJAY wrote:
In my already existing S1 i had aplication-context.xml and for S2 I am using
another applicationContext.xml...would this be causing the problem?
It *could* be, depending on how Spring is being initialized.
Dave
---
2009/2/25 Gordian Yuan :
> #request.remoteUser actual is request.getAttribute("remoteUser"), not i want
> request.getRemoteUser()
Yes, you're right try #request.getRemoteUser()
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To
In my already existing S1 i had aplication-context.xml and for S2 I am using
another applicationContext.xml...would this be causing the problem? Also the
server log always says:
10:17:01,963 INFO [XmlConfigurationProvider] Parsing configuration file
[struts-default.xml]
10:17:02,197 INFO [XmlCo
Hi, Lukasz
Thank for your reply
#request.remoteUser actual is request.getAttribute("remoteUser"), not i want
request.getRemoteUser()
Gordian
On Wed, Feb 25, 2009 at 6:38 PM, Lukasz Lenart wrote:
> 2009/2/25 Gordian Yuan :
> > I want to know what is there a way through the ognl tag in struts2
Thanks for the tip Greg. I quickly went through the debugger based on
the example here:
http://depressedprogrammer.wordpress.com/2007/06/18/unit-testing-struts-2-actions-spring-junit/
and I learned two things.
1. execute() does call getSettings(). All that CRUD nonsense was me
not being su
2009/2/25 Po Po :
> I used s2 with displaytag.
>
>
>
>
>
>
> I already create file textmessage.properties, this file contain:
> label.firstname=First Name
> label.lastname=Last Name
>
> But the problem is in table title show "label.firstname".
> How to configure displaytag to read from proper
2009/2/25 Gordian Yuan :
> I want to know what is there a way through the ognl tag in struts2 access to
> the HttpServletRequest getRemoteUser() method
> I google a lot of about this issue but i can't find any resolvent.
> Someone know how to do it?
> Any input will be great ... Thank you
#request
Hello,
I used s2 with displaytag.
I already create file textmessage.properties, this file contain:
label.firstname=First Name
label.lastname=Last Name
But the problem is in table title show "label.firstname".
How to configure displaytag to read from properties file?
Thanks,
Popo
Hi all,
I want to know what is there a way through the ognl tag in struts2 access to
the HttpServletRequest getRemoteUser() method
I google a lot of about this issue but i can't find any resolvent.
Someone know how to do it?
Any input will be great ... Thank you
Gordian
2009/2/25 Paul Benedict :
> I had a servlet filter written that attached the entity per request,
> but a double-click from the user showed the futility of that approach.
> You can't have one entity attached to two sessions :-)
Uh sorry I did not read correctly this sentence.
You are right, the sam
2009/2/25 Paul Benedict :
> Does anyone have a good solution for objects stored in an HTTP Session
> that should be reattached per request? For example, like the
> authenticated "user" object stored in the HTTP Session.
>
> I had a servlet filter written that attached the entity per request,
> but
27 matches
Mail list logo