[Wicket-user] Wicket 1.3 Javadoc

2007-07-25 Thread NateBot2000
Can someone tell me where a public 1.3-beta2 Javadoc is located? or do I need to pull from SVN and build it myself? I can only find older versions. It would be really sweet if there were a link to each version's Javadoc on the front page of wicket.apache.org... Love, NateBot2000 -- View

Re: [Wicket-user] modal window image resources

2007-07-24 Thread NateBot2000
NateBot20002 wrote: > > Can you explain how the image resources in the ModalWindow package work? > Here is an answer to this question: http://www.thinksharp.org/?cat=16 http://www.thinksharp.org/?cat=16 NateBot2000 -- View this message in context: http://www.nabble.com/modal-win

Re: [Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-17 Thread NateBot2000
igor.vaynberg wrote: > > >> package com.***.web.dashboard; > > http://bash.org/?244321 > -igor > > Dang, you got me. I work for com.microsoft. We're converting everything (and I mean everything) to Wicket... NateBot2000 -- View this message in contex

Re: [Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-17 Thread NateBot2000
Alrighty, I figured it out. Clean and very simple (let me know if there's a better way to do this): package com.***.web.dashboard; import org.wicketstuff.dojo.markup.html.floatingpane.DojoFloatingPane; import org.wicketstuff.dojo.widgets.StyleAttribute; public class DashboardPane extends D

[Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-17 Thread NateBot2000
doc? Is there an easier way to set left and top on DojoFloatingPane when it's created? Thanks for any guidance (and thanks for your hard work, Vincent)... NateBot2000 -- View this message in context: http://www.nabble.com/wicket-dojo-StylingWebMarkupContainer---StyleAttribute-tf4099879.html#

Re: [Wicket-user] DojoTabContainer widget ID collision

2007-07-17 Thread NateBot2000
Jean-Baptiste Quenot-3 wrote: > > I've seen that too, and it's harmless, you can safely ignore it. > Oh good -- it didn't seem to be doing anything bad -- and the Firebug icon wasn't turning red. But still kind of weird. Maybe it's a dojo bug? Th

[Wicket-user] DojoTabContainer widget ID collision

2007-07-16 Thread NateBot2000
[[this is cross-posted from Wicket Stuff user forum -- I read back in history and saw the votes for shutting down WicketStuff forums]] Hello: Using Vincent Demay's DojoTabContainer, I'm getting a "widget id collision on ID: tabId" warning in Firebug for each DojoSimpleContainer. However, if I

Re: [Wicket-user] Extra caret ^ symbol in AjaxCallDecorator output

2007-07-09 Thread NateBot2000
Matej Knopp-2 wrote: > > The ]^ sequence is perfectly valid and it should be properly decoded > client side (thus encoding='wicket1'). There might be another > javascript problem, quickstart would be helpful, as well as full ajax > console output. > I think you're right. I just found a closin

[Wicket-user] Extra caret ^ symbol in AjaxCallDecorator output

2007-07-09 Thread NateBot2000
syntax error is pointing to, but I'm assuming it's the weird ^'s inserted into myFields[#].value. Can anyone tell what I'm doing wrong? Please Note: this is more messing around with Matej's modal window to make it a dashboard component. The code is still really rou