Re: [newbie] - simple custom tag problems

2006-05-11 Thread JSFSter Smith
Hi Volker, Thanks for your response! I attempted the forcing of the ValueBinding in the setProperties() since setting value of the tag attribute was not passed on to the Component Class. In a case like this: my:testTag value=My message (or) my:testTag value=#{datapanel.description} where

Re: [newbie] - simple custom tag problems

2006-05-11 Thread Volker Weber
Hi, see inline JSFSter Smith wrote: Hi Volker, Thanks for your response! I attempted the forcing of the ValueBinding in the setProperties() since setting value of the tag attribute was not passed on to the Component Class. In a case like this: my:testTag value=My message (or)

Re: [newbie] - simple custom tag problems

2006-05-11 Thread JSFSter Smith
Hi Volker, Thanks! yes that was the problem. I am getting a better hang of the JSF rendering framework now and it is pretty powerful! Thanks again. -RajivOn 11/05/06, Volker Weber [EMAIL PROTECTED] wrote: Hi,see inlineJSFSter Smith wrote: Hi Volker, Thanks for your response! I attempted the

[newbie] - simple custom tag problems

2006-05-10 Thread JSFSter Smith
Firstly, kudos to the MyFaces team for the recent releases of myfaces 1.1.3 and tomahawk 1.1.2! I am just a few weeks old with JSF and am using it for a current project. So far its been great but I am still getting to know the deatils. I attempted to create a simple custom JSP tag and was able