You can make the same thing with the @Component annotation in your Java code.

--
Stéphane Decleire



Ken nashua a écrit :
Ok, Stephanie... thanks for the response...

On your last block...
The last thing you need to do is to bind the persistent property of your page in the parameter of your component. That can be done in your html page, in the .page file or inthe java code using annotations. Let's say your component is called MyComponent, you should have for instance in your .page file, somthing like that :

<component id="myComponent" type="MyComponent">
   <binding name="myParameter" value="ognl:myProperty"/>
</component>


Which annotation are you referring to that will persist this parameter?

Best regards
Ken in nashua

_________________________________________________________________
Get in the mood for Valentine's Day. View photos, recipes and more on your Live.com page. http://www.live.com/?addTemplate=ValentinesDay&ocid=T001MSN30A0701


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

Reply via email to