You don't have to declare components in a config file (.page or .jwc) if you don't want to. Tapestry supports implicit components that can be declared directly in the html template.
For example:

<span jwcid="@Insert" value="ognl:new java.util.Date()">June 26 2005</span>

You can now use any html editor and move around the span tag as it was an standalone component.

best regards.

Raul.


John Coleman wrote:
I've been playing with mamboserver, and like how you allocate modules to a
slot on the template.

Anyone know how this can be achieved in Tapestry?

I might want to have a sort of parent component called "bannercell", and
then identify some components to stick into bannercell, maybe a search
component and a login form component for example. Ideally, as per mambo I
need to have a UI to move the components around, rather than have them coded
into a config file.

TIA
John



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




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

Reply via email to