[Wicket-user] mount question

2007-03-23 Thread Manuel Alejandro de Brito Fontes
Hi, I'm trying to mount some pages so the URL is more user friendly. Now, what I have to do for resources like images and css?. I have a images directory in the root of webapp and the css file is in the root to. One thing is move all at the same level of a java class and mount there. Other

Re: [Wicket-user] Field validation + FeedbackIndicator + Ajax

2007-03-12 Thread Manuel Alejandro de Brito Fontes
Vaynberg wrote: i was able to create it here: http://cwiki.apache.org/confluence/display/WICKET/Creating+a +FormComponentAjaxBehavior -igor On 3/5/07, Manuel Alejandro de Brito Fontes [EMAIL PROTECTED] wrote: Hi, if you try to add a new page you can see A new page you were adding

Re: [Wicket-user] Field validation + FeedbackIndicator + Ajax

2007-03-05 Thread Manuel Alejandro de Brito Fontes
Hi, I'm trying to post in the wiki but in the middle of the process I try to save and appears a message telling me that I don't have permissions. The page is Creating a FormComponent AjaxBehavior. Anyone can help me? On 28-02-2007, at 15:17, Eelco Hillenius wrote: would be cool if you

Re: [Wicket-user] Field validation + FeedbackIndicator + Ajax

2007-03-05 Thread Manuel Alejandro de Brito Fontes
wrote: where is the link to the page? or are you not able to create it at all? wiki is open to anyone to edit as long as you create a login. -igor On 3/5/07, Manuel Alejandro de Brito Fontes [EMAIL PROTECTED] wrote: Hi, I'm trying to post in the wiki but in the middle of the process I

Re: [Wicket-user] Field validation + FeedbackIndicator + Ajax

2007-02-28 Thread Manuel Alejandro de Brito Fontes
Alejandro de Brito Fontes a écrit : Hi, I'm using wicket to build a prototype and found interesting the content of this: http://wicketstuff.org/confluence/display/STUFFWIKI/ DojoFeedbackIndicator and http://wicketstuff.org/confluence/ display/STUFFWIKI/DojoValidationAjaxHandler My problem

[Wicket-user] FormComponent mask

2007-02-28 Thread Manuel Alejandro de Brito Fontes
Hi, I have a question about field mask, It's possible do something like this: http://www.zapatec.com/website/ajax/zpform/demo/mask.html or similar to http://java.sun.com/docs/books/tutorial/uiswing/ components/formattedtextfield.html in wicket? I miss something in the documentation?. I only

Re: [Wicket-user] FormComponent mask

2007-02-28 Thread Manuel Alejandro de Brito Fontes
it with javascript, which is really the only way to go about it. once you figure out the javascript it is trivial to hook it into wicket. -igor On 2/28/07, Manuel Alejandro de Brito Fontes [EMAIL PROTECTED] wrote: Hi, I have a question about field mask, It's possible do something like

[Wicket-user] Field validation + FeedbackIndicator + Ajax

2007-02-27 Thread Manuel Alejandro de Brito Fontes
Hi, I'm using wicket to build a prototype and found interesting the content of this:http://wicketstuff.org/confluence/display/STUFFWIKI/DojoFeedbackIndicator  and http://wicketstuff.org/confluence/display/STUFFWIKI/DojoValidationAjaxHandlerMy problem was that the validation only works until I

Re: [Wicket-user] TextTemplateHeaderContributor

2006-11-18 Thread Manuel Alejandro de Brito Fontes
) )); (notice the add call) If you want to see this in action, take a look at wicket-contrib-yui(-examples) in the wicket-stuff repo (https://svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket- contrib-yui) and check out the Slider component. Eelc On 11/17/06, Manuel Alejandro de Brito Fontes

[Wicket-user] TextTemplateHeaderContributor

2006-11-17 Thread Manuel Alejandro de Brito Fontes
Hi, I'm trying to do something similar like this (http:// chillenious.wordpress.com/tag/wicket/page/2/) but instead of a dynamic javascript, i want to modify a css style. The next code is similar to the previous page: MapString, CharSequence cssMap = new MiniMapString, CharSequence ( 1 );

[Wicket-user] Table question

2006-10-18 Thread Manuel Alejandro de Brito Fontes
Hi, Im trying to  create a table (AjaxFallbackDefaultDataTable) with a column that display a modal window that permit modify the row content. That works perfect, modify the data and the table updates the table content.My problem is that the column in question display a text "cell" and i want to

Re: [Wicket-user] Table question

2006-10-18 Thread Manuel Alejandro de Brito Fontes
t instead of a label you add your panel that contains the image-Igor On 10/18/06, Manuel Alejandro de Brito Fontes [EMAIL PROTECTED] wrote: Hi, Im trying to  create a table (AjaxFallbackDefaultDataTable) with a column that display a modal window that permit modify the row content. That works perf

Re: [Wicket-user] Table question

2006-10-18 Thread Manuel Alejandro de Brito Fontes
I forget to mention that I'm using 2.0-SNAPSHOT On 18-10-2006, at 13:25, Manuel Alejandro de Brito Fontes wrote: Thanks for the reply. You suggest that what you do is extend AbstractColumn and provide your own markup via either a panel or a fragment. Ok, i understand that, but the column

[Wicket-user] Component communication

2006-10-05 Thread Manuel Alejandro de Brito Fontes
I am new to wicket. So far i don't have problems creating simple pages.So i see the AjaxFallbackDefaultDataTable example and I like start sing it. Doing basic operations works great, remove rows without problems (as example).After that i think that it can be possible encapsulate the table and no