Re: [OT] Re: How to access enum in jsp?

2009-09-07 Thread
you can use OGNL syntax "@cl...@field" see: http://www.opensymphony.com/ognl/html/LanguageGuide/staticFields.html On Mon, Sep 7, 2009 at 05:12, Dave Newton wrote: > Martin Gainty wrote: > >> the original solution i sent was OGNL >> > > So why did you write: > > >>> yes javap would reveal the 'm

Re: How To Post A Message To the Struts User Mailing List

2009-09-01 Thread
can i directly send mail to "user@struts.apache.org" from my gmail and all the mailling list users will see it ? On Tue, Sep 1, 2009 at 06:34, Java Struts wrote: > Hey, thanks a lot for your help. > > > > On Mon, Aug 31, 2009 at 5:52 PM, phillips1021 wrote: > > > > > Someone asked me this on a

Re: Problem testing my action when I’ve got a spri ngbean inside the validators.xml

2009-08-26 Thread
Hi you said you use @ContextConfiguration(locations={"classpath:test-context.xml"}). is there only one configuration file for all classes? if so, maybe a classpath problem, for some project environment configuration, the classpath is a little complex (I met this problem in my first maven project),

Re: how to configure struts2 for /*.action?

2009-07-15 Thread
/ ponters are of great help. > > regards, > ravi > > > Wes Wannemacher wrote: > > > > 2009/7/14 谢冬鸣 : > >> Hi david, > >> I have another question, I want to forward my Struts2 result to one jsp > >> page > >> which included in one jar fi

Re: how to configure struts2 for /*.action?

2009-07-14 Thread
Hi david, I have another question, I want to forward my Struts2 result to one jsp page which included in one jar file, how can I locate the jsp file? You said "...there are several Struts2 jars that house css and js files...", do you have any idea how to get these files? Thanks On Tue, Jul 14, 20

is possible to get value from included page in outer page?

2009-06-19 Thread
Thanks! I want to get some value from the included page in outer page ( I use Struts2 ). For example i have one in.jsp and one outer.jsp in.jsp: ... outer.jsp: ... Title : I want to render the value defined in 'in.jsp' to 'outer.jsp', is it possible? I tried many method but failed? Or anybo