Here [1], enjoy :-)
[1] http://code.google.com/p/struts2-bootstrap/
Regards
--
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG conference - Confitura http://confitura.pl/
2012/3/1 Jeff Black :
> All:
>
>
> I hear tell of a "Twitter Bootstrap" plug-in
All:
I hear tell of a "Twitter Bootstrap" plug-in for Struts 2.
Does anyone know where it lives -- if it lives?
jb
Thanks Josep - that works.
I thought the ${} notation was equivalent to the <@s> form - but I guess
not.
thanks,
Tom
On 2/29/12 12:16 PM, Josep García wrote:
Try with:
<@s.text name="welcome.message"/>
Cheers,
Josep
2012/2/29 Tom Hjellming
I'm trying to internationalize a simple Struts
Lukasz:
Good idea on letting struts 2 developers know that instead of implementing
the ParameterNameAware interface that they can change the excludeParams
value as part of the package setup.
So I'll add to my code example:
Try with:
<@s.text name="welcome.message"/>
Cheers,
Josep
2012/2/29 Tom Hjellming
> I'm trying to internationalize a simple Struts2-based webapp that uses
> Freemarker as the view technology. The usage of freemarker templating
> pulling values from the Action object is working fine.
>
> But
I'm trying to internationalize a simple Struts2-based webapp that uses
Freemarker as the view technology. The usage of freemarker templating
pulling values from the Action object is working fine.
But when I try to leverage Struts2's TextProvider capability via
getText(), it doesn't work.
My
Maybe it is a bug, that way I asked to check that.
2012/2/29 Puneet Babbar 2 :
> Haven't tried that till now, was hoping to get some tips from the community
> users.
>
> I am able to use the default auto-wiring done by the struts2-spring plugin,
> but not able to explicitly create a bean from an
2012/2/29 Puneet Babbar 2 :
> Tried after you suggested it, but doesn’t work :(
Did you try to debug SpringObjectFactory#buildBean methods ?
Regards
--
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG conference - Confitura http://confitura.pl/
--
The singleton bit can be managed by setting the appropriate scope while
defining the actions as beans in applicationContext.xml.
Regards
Puneet
-Original Message-
From: Per Pascal Grube [mailto:pascal.gr...@rus.uni-stuttgart.de]
Sent: Wednesday, February 29, 2012 2:15 PM
To: Struts U
Tried after you suggested it, but doesn’t work :(
-Puneet
-Original Message-
From: Łukasz Lenart [mailto:lukasz.len...@googlemail.com]
Sent: Wednesday, February 29, 2012 2:12 PM
To: Struts Users Mailing List
Subject: Re: Struts, spring integration while using struts annotations
2012/2/29
Hi,
there is no need to define a spring bean for your struts actions. At least when
you use a struts.xml. I have not tried what happens when you use annotations.
As far as I now, all struts actions will be created as prototypes by spring.
If you define them in the applicationsContext.xml, they
Hi,
there is no need to define a spring bean for your struts actions. At least when
you use a struts.xml. I have not tried what happens when you use annotations.
As far as I now, all struts actions will be created as prototypes by spring.
If you define them in the applicationsContext.xml, they
2012/2/29 Puneet Babbar 2 :
> Thanks for replying to my post, I have already checked that link but still no
> clue as to how to make spring plugin work with the convention plugin.
>
> Suppose I have an Action -
> @Action("/login-page")
Did you try to use "login-page" ? Namespace "/" should be de
2012/2/28 bphill...@ku.edu :
> Lukasz - I agree with you, but until a new version of Struts 2 is released
> that includes a fix for this vulnerability, I'd like to tell Struts 2
> developers what to do when implementing the SessionAware interface to
> mitigate the vulnerability.
>
> If you could lo
Hi Dave,
targets="formResult" in is unnecessary in my case. Simply
removing it solved the problem.
Thanks!
- Mounir
Am 29.02.2012 00:50, schrieb Dave Newton:
You update the div with the same jsp as the form, so you're adding the page
to itself.
d.
(pardon brevity and typos, on cell)
On F
15 matches
Mail list logo