Re: OGNL struts property

2007-11-09 Thread
ontext ctx = ActionContext.getContext(); >> > ctx.put("contextKey", "developer.page.logout"); >> > >> > In the jsp I have the following: >> > >> > 1 >> > 2 >> > 3 >> > 4 >> > >> &

Re: OGNL struts property

2007-11-08 Thread Dave Newton
3 developer.page.logout.title > > 4 string1.title > > > > Why does 2 give me a null output and 1 not, and 3 > give me what I want. > > What is the significance of the # in this case? > > > > Cheers > > Caleb. > > > > -- > > View this message i

Re: OGNL struts property

2007-11-08 Thread Musachy Barroso
tring1.title > > Why does 2 give me a null output and 1 not, and 3 give me what I want. > What is the significance of the # in this case? > > Cheers > Caleb. > > -- > View this message in context: > http://www.nabble.com/OGNL-struts-property-tf4770568.html#a1364

OGNL struts property

2007-11-08 Thread
results in an output: 1 developer.page.logout 2 null.title 3 developer.page.logout.title 4 string1.title Why does 2 give me a null output and 1 not, and 3 give me what I want. What is the significance of the # in this case? Cheers Caleb. -- View this message in context: http://www.nabble