Hi
>
> I have found comparisons between Wicket and Tapestry (and JSF), but none
> between Wicket and GWT. Are there any out there?
Not that I know about. But when evaluating GWT, just don't miss one
fact: No site made by GWT will be crawled by google or any other
crawlers.
> When using GWT, you appear to get AJAX for free. We are trying to produce
> Wicket code to a) add dynamic components to a web page at runtime and b)
> have those components (like a link) modify an existing component when
> selected, all on the client-side with no calls back to the server. Is there
> any code available that demonstrates this capability? We have looked through
> the Ajax examples and could not find a good demonstration of that…
If you want ajax there is plenty of support for that in wicket. If you
want client only javascript - that's something different. We don't
support generating client only general purpose javascript, nor will
we. That's out of scope of wicket.
> Given the following HTML element <wicket:fragment wicket:id="favTagFrag"><a
> href='#' onClick='javascript:addTag("tagBox", "<div
> wicket:id='tag'></div>")'><div
> wicket:id="link">link</div></a></wicket:fragment>, is there
> a way to have it rendered in browser as <a href="#"
> onClick='javascript.addTag("tagBox", "foo")'><div
> wicket:id="link">foo</div></a>? In other words, we are looking for a way to
> replace "<div wicket:id='tag'</div>" with "foo"
>
component.setRenderBodyOnly(true) ?
>
>
> Thanks for any assistance,
>
>
>
> rhogue
> -------------------------------------------------------------------------
> 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
>
>
-------------------------------------------------------------------------
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