Re: Access to ValueStack from JSPs

2009-05-11 Thread Chris Pratt
com.abc.xyz.example.exampleact...@197cf78 > >> > >> How does ${x:vs('a[0]')} work? > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Acc

Re: Access to ValueStack from JSPs

2009-05-11 Thread cm132005
]')} >> 4. Top of ValueStack: ${x:top()} >> 5. <%=Functions.getTopOfValueStack() %> >> >> Output: >> 1. a[0] = >> 2. a[0] = 1 >> 3. a[0] = ${x:vs('a[0]')} >> 4. Top of ValueStack: ${x:top()} >> 5. com.abc.xyz.example.example

Re: Access to ValueStack from JSPs

2009-05-11 Thread Chris Pratt
= > 2. a[0] = 1 > 3. a[0] = ${x:vs('a[0]')} > 4. Top of ValueStack: ${x:top()} > 5. com.abc.xyz.example.exampleact...@197cf78 > > How does ${x:vs('a[0]')} work? > > -- > View this message in context: > http://www.nabble

Access to ValueStack from JSPs

2009-05-11 Thread cm132005
k: ${x:top()} 5. <%=Functions.getTopOfValueStack() %> Output: 1. a[0] = 2. a[0] = 1 3. a[0] = ${x:vs('a[0]')} 4. Top of ValueStack: ${x:top()} 5. com.abc.xyz.example.exampleact...@197cf78 How does ${x:vs('a[0]')} work? -- View this message in context: http:/