hi guys, i am developing a webapp called LearningPlatform, i have written some
secure actions in struts2 for the login section, placed them in a package with
namespace="secure" , and now static contents like images and .css files that
invoke images get served relative to "secure" like /secure/
No problem, at least you are not asking where to download hibernate ;D
Em 05-04-2010 15:35, Craig Ricciuto escreveu:
Thank you very muchthat was so easy...can't believe I didn't find that
while searching. I guess I need to upgrade my searching abilities a bit,
heh. I used the escape attribu
Thank you very muchthat was so easy...can't believe I didn't find that
while searching. I guess I need to upgrade my searching abilities a bit,
heh. I used the escape attribute (set it to false) and worked like a
charm.
Thanks again.
On Mon, Apr 5, 2010 at 10:14 AM, Alex Rodriguez Lopez <
al
Uh... www.hibernate.org, java.sun.com ?
Thanks you Captain Obvious! ;)
On 4/5/10, reuben swaroop singh wrote:
> Hi,
>
>
> I wanna download and use Hibernate,spring,JEEE,ajax.Kindly suggest the
> webpage where i can download Hibernate latest version?
>
> kindly forward this to appropriate mail
Try escape or escapeJavaScript atributes of tag, never used
them but maybe are helpful for your situation
http://struts.apache.org/2.x/docs/property.html
Em 05-04-2010 15:06, Craig Ricciuto escreveu:
Hi there. I've run into situation that I'm not quite sure how to resolve.
In one of my acti
Hi there. I've run into situation that I'm not quite sure how to resolve.
In one of my action classes I create a string from data from my database.
This string though is actually supposed to be some Javascript that I use in
the resulting JSP but the quotation marks when being output by Struts2
cha
I am running 1.3.10 on WAS 6.1 with no issues. Have installed the latest
Websphere fixpacks and test.
However; if you struts version is 1.1 or 1.2, you may need to add the following
property:
prependSlashToResource = true
to custom properties of your server.
--- On Mon, 4/5/10, Darshan Shroff
Thanks Okan, but as I've wrote on my e-mail, that's exactly what I did, but,
still, doesn't work.
On Mon, Apr 5, 2010 at 5:52 AM, Okan Özeren wrote:
> Hi,
>
> You will be able to pass a parameter with using this syntax:
>
> *
>collect-address
>${userId}
> *
>
> The ${userId} syntax wi
Do you have your struts.custom.i18n.resources property correctly
assigned to your bundle(s)?
Em 05-04-2010 11:27, Marc Logemann escreveu:
Hi,
imagine the following jsp (saved in UTF-8 encoding):
-- snipp ---
<%@ taglib prefix="s" uri="/struts-tags" %>
Hauptmenü
-- END s
Hi,
imagine the following jsp (saved in UTF-8 encoding):
-- snipp ---
<%@ taglib prefix="s" uri="/struts-tags" %>
Hauptmenü
-- END snipp ---
Now i have a resource bundle like that:
menu.mainmenu=Hauptmen\u00fc
Inside its the german u with 2 dots on top.
Now i run th
Hi,
I wanna download and use Hibernate,spring,JEEE,ajax.Kindly suggest the webpage
where i can download Hibernate latest version?
kindly forward this to appropriate mail id.
In Anticipation
With Regards
Reuben Appadurai
On Wed, 31 Mar 2010 20:56:02 +0530 wrote
>Hi,
>
>
>
I wanna downloa
Hi,
I am facing a similar issue. Any update on this. ?
Regards,
Darshan Shroff
shroffdars...@gmail.com
newton.dave wrote:
>
> IIRC it's not necessary to use the extension when defining actions. That'd
> actually kind of defeat one of the purposes of having a definable
> extension.
>
>
> --
Hi,
You will be able to pass a parameter with using this syntax:
*
collect-address
${userId}
*
The ${userId} syntax will call getUserId on your action and pass parameter.
I didn't try this but i hope it'll run successfully.
I hope, this will help to you,
Okan Özeren.
On Sun, Apr 4
13 matches
Mail list logo