I have such problem:
I have component which belongs of my page parameter ( categoryId )
and I want to write setter
void setCategoryId( int categoryId ) throws CategoryNotFoundException
{
// ???this code is never called and I dont know why
}
with some logic which loads Category object
into component and become available from getter
Category getCategory()

in my component file I have parameter defined like
<parameter name="categoryId" required="no" />

in my page file I use such component like:
<span jwcid="Path" categoryId="ognl:categoryId" />
and given ognl expression returns valid value but component setter is never called,
can someone explain why?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to