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

RE: s:checkbox 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: s:checkbox preselect tried it and doesnt work :( this is a real

[S2] Restricting paths?

2007-11-06 Thread Jake Robb
I have an action called MainMenu. It's defined as follows: action name=MainMenu class=mainMenuAction result name=success type=tilesmainMenu/result /action (I'm using the Spring plugin - mainMenuAction is the name of the spring bean) I want MainMenu to be accessible

RE: [S2] Restricting paths?

2007-11-06 Thread Jake Robb
setting of your package? - Gary Jake Robb wrote: I have an action called MainMenu. It's defined as follows: action name=MainMenu class=mainMenuAction result name=success type=tilesmainMenu/result /action (I'm using the Spring plugin - mainMenuAction

[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

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

2007-10-10 Thread Jake Robb
is complete in JIRA, what else has to happen before that version becomes GA? Thanks, 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
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 JIRA server, 2.0.10 has been

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

2007-10-10 Thread Jake Robb
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 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007

[S2] Indexed properties

2007-10-10 Thread Jake Robb
that be? It already works to *populate* 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

List properties in Struts 2

2007-10-09 Thread Jake Robb
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