Re: Access Denied error with Struts 2.1.8

2009-11-10 Thread Eric Martin
Musachy Barroso wrote: > > did you try asking in the GAE forums? This is more of a GAE problem, > so you have a better chance to find an answer there. > I posted a question in the GAE group (http://groups.google.com/group/google-appengine-java/topics), but it has not made it through moderatio

Re: [struts] OgnlValueStack.logLookupFailure

2008-02-27 Thread Eric Martin
DNewfield wrote: > > Eric Martin wrote: >> So, it looks like struts converts it to a Char if it's a single-character >> and a string if it's multi-character? > > Yes, but it's OGNL that does that, not Struts. > > http://www.ognl.org/2.6.9/Documenta

Re: OgnlValueStack.logLookupFailure

2008-02-27 Thread Eric Martin
gle-character in single quotes will evaluate to a character, not > a > string. Not entirely sure I get the exception without looking at the > source. > >> > > should work, though (switched punctuation). > > Dave > > --- Eric Martin <[EMAIL PROTECTED]> wrote:

OgnlValueStack.logLookupFailure

2008-02-27 Thread Eric Martin
I'm stuck with this error and have no idea what the problem is... In my action class, I'm returning a String property called ruleType. I've verified that it has a value of "A". In my jsp, I have: <[EMAIL PROTECTED] file="arithmeticDetail.jsp" %> For some reason, that s:if test statement is

Re: WW-167 not working

2007-11-28 Thread Eric Martin
ml output.. > >SubmitTextName > Submit > > anything wrong with the output??? > Martin-- > - Original Message - > From: "Eric Martin" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, November 28, 2007 8:27 PM > Subject: Re: WW-167 not

Re: WW-167 not working

2007-11-28 Thread Eric Martin
https://issues.apache.org/struts/browse/WW-1677 mgainty wrote: > > Alberto- > > which button component are you speaking of? > > Martin-- > - Original Message - > From: "Alberto A. Flores" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, November 28, 2007 3:05 PM > Subject: WW-167 not wor

Re: [S2] Complex submit button issue

2007-11-28 Thread Eric Martin
Looks like this is a previously reported issue that was "fixed": https://issues.apache.org/struts/browse/WW-1677 However, I'm using 2.0.11 and it is still not working. Thanks, Eric Eric Martin wrote: > > I'm using the css_xhtml theme and trying to create a su

[S2] Complex submit button issue

2007-11-28 Thread Eric Martin
I'm using the css_xhtml theme and trying to create a submit button that outputs something like: ${ctx}/images/tick.png Save I would expect something like this to work: ${ctx}/images/tick.png Save But it outputs (formatted): Save Save

Re: css_xhtml theme -

2007-11-28 Thread Eric Martin
Agreed...the is irritating ;) Just to expand on what Dave said... 1) extract the template/simple/inputtransferselect.ftl file from the struts jar. 2) put the file in your classpath, we have it in WEB-INF/classes/template/simple 3) edit the file and remove the . For example: change: ${parameters

[s2] workflow/process question regarding menus and preferences

2007-11-26 Thread Eric Martin
I'm building a S2 application and want to add the following: 1) Menus and sub-menus, based on the user's rights (session) 2) UI preferences (application) I want the menu items to be determined after login / before rendering of the page, and placed in the session. And for UI preferences, they are