[Stripes-users] https getting changed to http during RedirectResolution

2009-09-03 Thread M@ Hunter
Hi, I have a RedirectResolution(Account.action) setup for after a form is submitted, and everything is running over https - but for whatever reason, Safari always gets redirected to http - causing it to show errors and stop working. Can you specify https within the redirect resolution? Thanks, M

[Stripes-users] Getting a constant value from an action bean in a link param

2009-08-13 Thread M@ Hunter
Hi, I'm trying to add the value of a constant from my action bean to a link - but I must be missing something.In my action bean I have: ... public static final int OPTIONAL = 2; public static final int ALL = 3; ... then in the corresponding jsp I have: Reports for All but this always gener