static content served relative to struts package namespace

2010-04-05 Thread Bogdan Dumitrascu
 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/

Re: How to keep quotation marks

2010-04-05 Thread Alex Rodriguez Lopez
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

Re: How to keep quotation marks

2010-04-05 Thread Craig Ricciuto
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

Re: Regarding download for Hibernate!

2010-04-05 Thread Burton Rhodes
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

Re: How to keep quotation marks

2010-04-05 Thread Alex Rodriguez Lopez
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

How to keep quotation marks

2010-04-05 Thread Craig Ricciuto
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

Re: Websphere 6.1 and Struts 1.3

2010-04-05 Thread Struts Two
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

Re: Chain Result with parameters.

2010-04-05 Thread Bruno
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

Re: i18n problem with Struts2 - getting weird

2010-04-05 Thread Alex Rodriguez Lopez
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

i18n problem with Struts2 - getting weird

2010-04-05 Thread Marc Logemann
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

Re: Regarding download for Hibernate!

2010-04-05 Thread reuben swaroop singh
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

Re: Websphere 6.1 and Struts 1.3

2010-04-05 Thread Darshan Shroff
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. > > > --

Re: Chain Result with parameters.

2010-04-05 Thread Okan Özeren
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