Re: Dynamic Forms

2008-03-11 Thread Gerolf Seitz
see Button#setDefaultFormProcessing(boolean), which skips the form processing. Gerolf On Tue, Mar 11, 2008 at 10:09 PM, Dan Kaplan <[EMAIL PROTECTED]> wrote: > I found this: > http://cwiki.apache.org/WICKET/forms-with-dynamic-elements.html > > Problem with it, for me, is that it fails to menti

Improvements to Wicketstuff Suckerfish Dropdowns

2008-03-11 Thread JulianS
I have checked in the following minor improvements: - Changed references to Link to AbstractLink to make the implementation more general - Added a down or right arrow icon if there are children - Upgraded to Wicket 1.3.1 See https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wic

Re: Disable ajaxbutton until process is done

2008-03-11 Thread Mathias P.W Nilsson
Thanks =) Works great! -- View this message in context: http://www.nabble.com/Disable-ajaxbutton-until-process-is-done-tp15976490p15993390.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe,

Re: wicket-datetime

2008-03-11 Thread Alex Jacoby
Odd... Just tested again and it's working now. Pretty sure I wasn't hallucinating before but if no one else notices the problem I'll chalk it up to gremlins in my computer. I was using Safari 3 on leopard, btw. Alex On Mar 11, 2008, at 4:00 PM, Nino Saturnino Martinez Vazquez Wael wrote: T

Improvements to Wicketstuff Suckerfish Dropdowns

2008-03-11 Thread JulianS
I have checked in the following minor improvements: - Changed references to Link to AbstractLink to make the implementation more general - Added a down or right arrow icon if there are children - Upgraded to Wicket 1.3.1 See https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wic

Re: styling thead in DataTable

2008-03-11 Thread Christian Alejandro Marquez Grabia
Martin, Yes...you would have to set a wicket:id for the thead to add attributes dynamically. This is easily done by setting markup to a subclass of datatable, and using the same structure used in the wicket-extensions jar. Cheers, Christian On 3/11/08, Eyal Golan <[EMAIL PROTECTED]> wrote: > > T

Converting tag names in a Panel

2008-03-11 Thread Matt Jensen
Hopefully this is an easy one. Why does Wicket convert this: ...into this: ...and how do I make it stop doing that? The key part here is the conversion of "fb:tab-item" into "fb:tab_item". - To unsubscribe, e-mail: [EM

Re: URL problem

2008-03-11 Thread Rick Shen
No one knows -- View this message in context: http://www.nabble.com/URL-problem-tp15975716p15996264.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: Converting tag names in a Panel

2008-03-11 Thread Matt Jensen
Oops, looks like Wicket might not be the culprit... Matt Jensen wrote: Hopefully this is an easy one. Why does Wicket convert this: ...into this: ...and how do I make it stop doing that? The key part here is the conversion of "fb:tab-item" into "fb:tab_item". ---

Accordion(wicket-stuff) and a YU DatePicket together don't work.

2008-03-11 Thread Fernando Wermus
I have developed some pages using the Nino Saturnino's accordion which is in wicket-stuff. I got some erros in YU DatePicker when I added it to a Accordion. The error, a javascript error is the following, YAHOO.util.Event.purgeElement is not a function http:///resources/org.apache.wicket.exten

Re: Simple question about alert string

2008-03-11 Thread tsuresh
Hello, I have a list of users, When I click on the userlink I need to display the name of user clicked (For example: If Bob,Hari and David are lists, If I click on Bob the output in pop up should be User selected :Bob. The problem I am having is, when I click on Bob the out put is User selected:

OpenId with Wicket

2008-03-11 Thread mpinner
Couple Questions: How do I setup a returnUrl to which an OpenId Provider would Post/Get? For those not familiar with OpenId, I'll try to explain. I need to redirect my user to their OpenId Provider, which will post back to me that they are who authenticated. When I send this redirect I need to

Re: Simple question about alert string

2008-03-11 Thread tsuresh
tsuresh wrote: > > Hello, I have a list of users, When I click on the userlink I need to > display the name of user clicked (For example: If Bob,Hari and David are > lists, If I click on Bob the output in pop up should be User selected > :Bob. > > The problem I am having is, when I click on Bo

Re: OpenId with Wicket

2008-03-11 Thread Igor Vaynberg
mount a bookmarkable page. get a url for it via urlfor(mypage.class) use requestutils to translate the url into an absolute one. give that to openid provider. make sure you have a constructor in that page that takes PageParameters, use them to pull out posted values. -igor On Tue, Mar 11, 2008 a

Re: SSL

2008-03-11 Thread Tormod Ă˜verlier
Do you have any idea as to why I'm always redirected to the start page when I try to enter a SSL-enabled page, even though I'm following the description for SSL on the Wicket Wiki? Johan Compagner wrote: > > wicket doesn't redirect to a full url > wicket only uses relative onces so if you type

<    1   2