RE: Struts 2 and SSL

2007-12-19 Thread Jake Robb
Have a look at the implementation of the plugin's interceptor: http://struts2-ssl-plugin.googlecode.com/svn/trunk/plugin/src/main/java/ com/googlecode/sslplugin/interceptors/SSLInterceptor.java Just change it so that it looks at something else instead of the annotation. -Jake -Original Mes

RE: preselect

2007-12-12 Thread Jake Robb
What about using s:checkboxlist with a single-item list? -Jake -Original Message- From: bhaarat Sharma [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 4:36 PM To: Struts Users Mailing List Subject: Re: preselect tried it and doesnt work :( this is a real drawback that st

RE: [S2] Restricting paths?

2007-11-06 Thread Jake Robb
space setting of your package? - Gary Jake Robb wrote: > I have an action called MainMenu. It's defined as follows: > > > mainMenu > > > (I'm using the Spring plugin - mainMenuAction is the name of the spring > bean) >

[S2] Restricting paths?

2007-11-06 Thread Jake Robb
I have an action called MainMenu. It's defined as follows: mainMenu (I'm using the Spring plugin - mainMenuAction is the name of the spring bean) I want MainMenu to be accessible at the following URL: http://server/main/MainMenu.action And, as expected, it is ava

[S2] Display Tag? (2.0.11)

2007-11-01 Thread Jake Robb
I've used DisplayTag with S1 before, with excellent results. I'm also using it in S2 in a few cases, and it's working fine. However, now I want to use it to render a form. Each row in the table will contain a couple of input tags, and the table as a whole represents a single List on my action.

RE: property from S2 in S1

2007-10-12 Thread Jake Robb
I think you're looking for bean:write. -Jake -Original Message- From: Pavel Sapozhnikov [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 1:25 PM To: Struts Users Mailing List Subject: s:property from S2 in S1 Hi I have a question. So in S2 you have s:property which just takes fr

[S2] Indexed properties

2007-10-10 Thread Jake Robb
a form; I just can't submit back to the action and have it fill in my object. Am I the only one that thinks that the current S2 way is a huge pain? -Jake Robb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Jake Robb
ze() > 0} (I didn't test it, I'm just guessing) -W On 10/10/07, Jake Robb <[EMAIL PROTECTED]> wrote: > Pardon me for being totally new to OGNL, but what would be the > equivalent of ${not empty rules}? > > -Original Message- > From: Wes Wannemacher [

RE: [S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Jake Robb
On 10/10/07, Jake Robb <[EMAIL PROTECTED]> wrote: > Okay, this might be a question for the dev list, but bear with me for a > minute. > > My application is currently using Struts 2.0.8. I read about some > security and bug fixes in 2.0.9 and 2.0.10. According to the Struts >

[S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Jake Robb
on: Is that a deliberate change? If so, why, and what is the new way to accomplish what I was doing before? And a side question: once a version is "complete" in JIRA, what else has to happen before that version becomes GA? Thanks, Jake Robb -

List properties in Struts 2

2007-10-09 Thread Jake Robb
proaches (indexed and mapped setters, and changing the name properties on the textfield tags accordingly), but I did some googling and found this: http://www.mail-archive.com/user@struts.apache.org/msg60905.html. It seems to me that the approach I described above is the same as the one described in that message. I'm thinking this is a typical greenie mistake, and I'm hoping someone here can set me straight. Thanks, Jake Robb