ontext ctx = ActionContext.getContext();
>> > ctx.put("contextKey", "developer.page.logout");
>> >
>> > In the jsp I have the following:
>> >
>> > 1
>> > 2
>> > 3
>> > 4
>> >
>> &
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
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
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
4 matches
Mail list logo