On 2/13/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

For some cases it is easier, more efficient or - as with behaviors -
simply the only way to write markup 'around' (before and after) the
actual tag that a component is coupled to. This is where
response.write can be used.


Is this also the case when implementing the IAutoCompleteRenderer interface?
Or is there a way to use the power of panels or fragments to render in
renderChoice?


I think it is too trivial to put this in Wicket core, but if we have a
decent implementation we could consider putting it in extensions.


If I will need this at some time I will make a good implementation and let
you know.

Robert


Eelco


On 2/13/07, Robert . <[EMAIL PROTECTED]> wrote:
> Actually I encounter this raw HTML output in the Pro Wicket book on page
> 251.
> A custome AutoCompleteRenderer is used to render a choice
> protected void renderChoice(Object object, Response response)
>
> Could you give an example how to write custom HTML to the response in
such a
> method, without having
> to do something like response.write("<div>");
>
> Robert
>
>
>
> On 2/12/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> > in wicket you very very very very rarely output markup from your code.
why
> do you need this?
> >
> > -igor
> >
> >
> >
> >
> > On 2/12/07, Robert . < [EMAIL PROTECTED]> wrote:
> > >
> > > Hi,
> > >
> > > I have been using Tapestry before and kinda enjoyed using the
> IMarkupWriter by doing things like
> > > writer.begin("div");
> > > writer.attribute("id", "abc");
> > > writer.println("text");
> > > writer.end();
> > >
> > > Is there an equivalent way of doing this in Wicket?
> > >
> > > Robert
> > >
> > >
>
-------------------------------------------------------------------------
> > > Using Tomcat but need to do more? Need to support web services,
> security?
> > > Get stuff done quickly with pre-integrated technology to make your
job
> easier.
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> > >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > _______________________________________________
> > > Wicket-user mailing list
> > > [email protected]
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> >
> >
> >
>
-------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services,
security?
> > Get stuff done quickly with pre-integrated technology to make your job
> easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
> >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
>
-------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services,
security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to