Re: [S2] Access a SiteMesh Object in a Struts tag

2009-08-03 Thread Xyzr
Thanx a lot. This works! Grish wrote: > > > value="%{#attr.myPage.getProperty('meta.currentNav')}" /> > -- View this message in context: http://www.nabble.com/-S2--Access-a-SiteMesh-Object-in-a-Struts-tag-tp13272172p24800510.html Sent from the St

Re: [S2] Access a SiteMesh Object in a Struts tag

2007-10-21 Thread Grish
roperty. > Is my syntax incorrect? > > > Grish wrote: >> >> Hi, >> >> I was wondering if this is possible, I want to access a SiteMesh object >> in a struts tag like the set tag: >> >> I want to access the Page object from SiteM

Re: [S2] Access a SiteMesh Object in a Struts tag

2007-10-19 Thread Grish
27;t seem to get that property. Is my syntax incorrect? Grish wrote: > > Hi, > > I was wondering if this is possible, I want to access a SiteMesh object in > a struts tag like the set tag: > > I want to access the Page object from SiteMesh and get a propert

Access a SiteMesh Object in a Struts tag

2007-10-18 Thread Grish
Hi, I was wondering if this is possible, I want to access a SiteMesh object in a struts tag like the set tag: I want to access the Page object from SiteMesh and get a property from that object and assign it a value where value would be myPage.getProperty("meta.curentPage").