Re: Wrap struts2 tag in a custom tag

2009-10-19 Thread mlivro79
In other words... Is there a method of BodyContent class that can overwrite the body of the tag in jsp so I can evaluate all things like they are in jsp? mlivro79 wrote: > > Hi all, > > I'm trying to wrap struts2 tags in my custom tags. > > First, I extend BodyTagSup

Re: No getter method for property: "productName" of bean: "product"

2009-10-19 Thread mlivro79
Hi, i think that if you call property productname the getter should be getProductname() and not getProductName(). Is it correct? Bye, Marco Hanen Ben Rhouma wrote: > > Hello, > > Please I have a problem to which I'm stuck since this morning: I am trying > to render the product list in a

Wrap struts2 tag in a custom tag

2009-10-19 Thread mlivro79
Hi all, I'm trying to wrap struts2 tags in my custom tags. First, I extend BodyTagSupport. If I return EVAL_BODY_INCLUDE in doStartTag method and I put a struts tag in the body of my custom tag all is ok. The struts tag is evaluated correctly. If I return EVAL_BODY_TAG in doStartTag method an