I need my component can choose a diferent template at run time
depending of a RequestParameter

is posible to handle this in wicket-1.2?



then


On 1/9/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> you would need to implement IResourceStreamLocator that can pull the markup
> from the database and set it with
> getResourceSettings().setResourceStreamLocator(...)
>
> you might want to write your locator as a wrapper that can delegate to the
> default locator in case it cannot locate markup. that way all other lookups
> will work as usual.
>
> getResourceSettings().setResourceStreamLocator(new
> MyLocator(getResourceSettings().getResourceStreamLocator());
>
> -Igor
>
>
>
> On 1/9/06, pepone pepone <[EMAIL PROTECTED]> wrote:
> >
> > I want  Store Wicket (1.2)  Markup templates in my application database
> >
> > can you give any advice for do it?
> >
> > thanks in advantage
> > --
> > play tetris http://pepone.on-rez.com/tetris
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


--
play tetris http://pepone.on-rez.com/tetris


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to