Re: Custom Components with input

2008-07-08 Thread Michał U
Sorry. It should look like this: ... ... Michał U Michał U wrote: > > Hi, > > I hava a custom component which includes form. Part of my > CustomComponent.html looks like this: > ... > "<"span jwcid="@Insert" value="ognl:action.mainAttribute.name"> > > ... > action is a parameter of my com

Re: Custom Components

2006-09-20 Thread Karthik N
I personally pass the objects as parameters. One thing we find is that we "set out" planning to use a Custom component for one page alone, but very soon there are so many uses and variants, that it's always preferable for the component to be loosely coupled with the service layer. Which in other