Re: [Wicket-user] VOTE: IModel and 'model object' name change

2007-01-22 Thread Ali Zaid
-1 I'm sorry, although I totally understand your argument, and how it may help new users, but this will break already written code, will not add additional level of functionality, and really it's just a matter of reading to understand how IModel works, I did have difficulties when I started to un

Re: [Wicket-user] Table in a form

2006-12-04 Thread Ali Zaid
well, I do do this all the time, I use listview to go through each object in a list, and add a fragment to the item, of course the way I do it doesn't involve edit all the items, it's like edit a row in a table, so I chose the row (keep the object id in a session variable), redraw the table, if the

Re: [Wicket-user] DatePicker with SimpleDateFormat

2006-08-14 Thread Ali Zaid
Did you check DateTextField wicket-extensions? On 8/14/06, kurt heston <[EMAIL PROTECTED]> wrote: > Johan, > > Thanks for the help. Settled on this: > > final DateConverter conv = new DateConverter(); > final SimpleDateFormat sdf = new SimpleDateFormat("MM/yy"); > conv.setDateFo

Re: [Wicket-user] IBATIS (and Spring)

2006-07-29 Thread Ali Zaid
Hi; Once I read that there was going to be a port of the pet store to wicket using Ibatis, I wonder if this is still comming? Great wiki! thanks! On 7/28/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: > While there's nothing too Wicket-specific needed to use iBATIS with > Wicket, I've nevertheless cr

[Wicket-user] Wicket in Action?

2006-07-22 Thread Ali Zaid
Hi All! I wonder where "Wicket in Action" stands now? is there a way we can have early access to the chapters? I would love to have something released periodically than wait for the whole thing :) -- Regards, Ali - Take Sur

[Wicket-user] Link to anchor?

2006-06-02 Thread Ali Zaid
Hay guys; I have been doing some coding today, and I came across a need to an anchor, I though that this will be a part of 1.2 release? Regards, Ali ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/lis

Re: [Wicket-user] Wicket 1.2 released!

2006-05-24 Thread Ali Zaid
Congrate to all of us!!! I have mixed feelings, I'm very happy it's out Thanks for the wonderful team!!! I'm downloading now!!! Regards, Ali On 5/24/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: The Wicket project has released Wicket 1.2. Wicket is a Java component based web application fr

Re: [Wicket-user] Wicket in action?

2006-05-12 Thread Ali Zaid
]> wrote: > I guess he wants to digest it fully. > > Eelco > > On 5/11/06, Nick Heudecker <[EMAIL PROTECTED]> wrote: > > Won't that make it hard to read? > > > > > > On 5/11/06, Ali Zaid <[EMAIL PROT

[Wicket-user] Wicket in action?

2006-05-11 Thread Ali Zaid
hay :) when do we expect this? I want to eat this book!!! :) -- Regards, Ali - Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=YWxsb2NoaTI5Nzk%3D --- Using Tomcat but need to do more? Need to support we

Re: [Wicket-user] Link to Anchor

2006-05-11 Thread Ali Zaid
gt; AttributeModifier? > > > > On 5/11/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > Yeah, I like that idea. So, if the contents of the url start with #, > > > we append that to the url... that's the idea, right? > > > > > > What do othe

Re: [Wicket-user] Link to Anchor

2006-05-11 Thread Ali Zaid
Sorry, I ment submitting a formOn 5/11/06, Ali Zaid <[EMAIL PROTECTED]> wrote: in prevoius post I did suggest to check what after #, I would also like to suggest adding something like setResponsePage(somePage, someAnchor), it may not only be needed for a link, we may need to jump to that

Re: [Wicket-user] Link to Anchor

2006-05-11 Thread Ali Zaid
w/ an ExternalLink? AttributeModifier? On 5/11/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Yeah, I like that idea. So, if the contents of the url start with #, > we append that to the url... that's the idea, right? > > What do other people think/ votes? > > Eelco

Re: [Wicket-user] Link to Anchor

2006-05-11 Thread Ali Zaid
n 5/11/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Yeah, I like that idea. So, if the contents of the url start with #, > > we append that to the url... that's the idea, right? > > > > What do other people think/ votes? > > > > Eelco > > > &g

[Wicket-user] Link to Anchor

2006-05-11 Thread Ali Zaid
Hay Guys; I was testing RC3 and I have noticed that anchors are not implemented, I think I file a request for this, let me explain if I have a link that say new Client when redirect to the new client page it should jump to that anchor, the way I do it now is @Override protected CharSequence g

Re: [Wicket-user] FeedBackPanel in a ListView throws an Exception?

2006-05-11 Thread Ali Zaid
Eelco On 5/11/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > Hi Guys; > > It's been a long time since I have a time to return and code with > wicket (long time is almost 3 weeks, I'm wicket adicted) :) > > Anyway, I have a problem, I have a Panel which I add a Lis

[Wicket-user] FeedBackPanel in a ListView throws an Exception?

2006-05-11 Thread Ali Zaid
Hi Guys; It's been a long time since I have a time to return and code with wicket (long time is almost 3 weeks, I'm wicket adicted) :) Anyway, I have a problem, I have a Panel which I add a ListView to it, each Item in the ListView is a Panel, 2 types of Panels, one is just a row (Labels and lin

[Wicket-user] New Suggestion: Form components as labels

2006-04-19 Thread Ali Zaid
Hi Guys; I have been working with the RC1 and I found it wonderful, today I came across something that make me think about new thing to add to wicket (unless it is there and I don't know) The thing is, I want to create some Information sheet (I always do ;)), and I need to show info, and give the

Re: [Wicket-user] Wicket 1.2-beta3 is available

2006-04-03 Thread Ali Zaid
Hay; Congratulate, it's really one of the best! can't wait for it to be final!!! Regards, Ali On 4/2/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > All, > > I have created and uploaded the third beta release of Wicket 1.2. We have > solved quite some bugs, but there are some nasty one's still

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
this is what I found in svn :), anyway, I will check more into it tonight ;), Thanks Igor! On 3/28/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > just check it out from svn > > > -Igor > > > On 3/28/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > > hummm... >

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
hummm... Sorry Igor, I will work on it, tell me, how can I can download the whole source code? On 3/28/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > you are not up to date all the way. > > > -Igor > > > On 3/28/06, Ali Zaid <[EMAIL

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
On 3/28/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i only changed the ajax submit button class. what does your onclick handler > look like? > > > -Igor > > > On 3/28/06, Ali Zaid < [EMAIL PROTECTED]> wrote: > > ok, I only changed the class, what oth

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
ok, I only changed the class, what other files where changed? On 3/28/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > no i added something else, what does the generated onclick handler look > like? > > -Igor > > > > On 3/28/06, Ali Zaid < [EMAIL PROTECTED]> wro

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
normal way (not ajax), is there any other class/file that was updated with this one? is there anything that I should include in the markup? mine looks like this Regards, Ali On 3/28/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > you wrote that email w/out testing eh :) > > u

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
t; -Igor > > > > On 3/28/06, Ali Zaid < [EMAIL PROTECTED]> wrote: > > > Igor; > > My mistake, I just checked it again, and I made a fast judgment, > Sorry, it seems image doesn't work with Ajax :(, it submit the form in > a normal way, unless you have

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
Ok; If you don't hate me :), I did reCheck and it didn't work, I don't know, maybe we make a link that submit a form in Ajax? Really sorry about this again (I guess this is why it was checking for a button in the first place) Regards, Ali On 3/28/06, Ali Zaid <[EMAIL PROTECT

Re: [Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
. Regards, Ali On 3/28/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > done. > > -Igor > > > > On 3/28/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > > > Hay Guys; > > Wonderful work! > > I wanted to have the AjaxSubmitButton to be as an image, and then

[Wicket-user] AjaxSubmitButton as an Image?

2006-03-28 Thread Ali Zaid
Hay Guys; Wonderful work! I wanted to have the AjaxSubmitButton to be as an image, and then I found out that AjaxSubmitButton check for the attibute type and throw and exception if it's not a button, I modifed it and checked it with an image, and it works :), can you please have AjaxSubmitButton

Re: [Wicket-user] Editable Labels : How to

2006-03-17 Thread Ali Zaid
excel like datagrid ;) On 3/17/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > come on guys.. request more features you see that igor will implement them > all right away! > > johan > > > > On 3/17/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote: > > > > i was taking a short break from work, and tho

[Wicket-user] Wierd Span Tag in Ajax and WebMarkupContainer

2006-03-17 Thread Ali Zaid
Hi guys; I have something strange happening wicket 1.2 beta 1 I have a WebMarkupContainer that has a ListView in it, and outside that MarkupContainer I have an AjaxLink that do something and cause the Container to redraw, which works, what I have noticed is, the ListView which is a Table in the m

Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-14 Thread Ali Zaid
ve any ajax components on the page you will have a > "WICKET AJAX DEBUG" link on the bottom left corner of the screen. click that > and it will open a log console. > > -Igor > > > > On 3/13/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > > Eelco :), nothing t

Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Ali Zaid
Eelco :), nothing till this moment about wicket I don't like, my only hope is that wicket in Action be realesed soon, and I cover my weak points, which I still have allot, other wise, I'm finishing my 2ed application using wicket, and I have never been as productive and impressive as I am now using

Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-13 Thread Ali Zaid
TED]> wrote: > did you call form.setOutputMarkupId(true) ? > > > -Igor > > > On 3/12/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > > I did, but it's abstract and I have to override onSubmit, still Idid, > > and it didn't work, Iwill give it more try.

Re: [Wicket-user] AjaxSubmitButton How To?

2006-03-12 Thread Ali Zaid
I did, but it's abstract and I have to override onSubmit, still Idid, and it didn't work, Iwill give it more try. Thanks! :) On 3/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > all you have to do is attach it to and it should work > i think. > > -Igor > >

[Wicket-user] AjaxSubmitButton How To?

2006-03-12 Thread Ali Zaid
Hi; any code snippet on how to submit a form using Ajax by AjaxSubmitButton? Please :) -- Regards, Ali --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend

[Wicket-user] Request regarding Anchor by Link

2006-03-07 Thread Ali Zaid
Hi; second time I post this email, for some reason it didn't make it way to the group. I wanted to do something easy, which is I wanted to have a link that do some action by overriding onClick, but after the action is done, I don't want only to refresh the page I want it to jump to an Anchor in t

[Wicket-user] Request regarding Anchor by Link

2006-03-06 Thread Ali Zaid
Hi; I wanted to do something easy, which is I wanted to have a link that do some action by overriding onClick, but after the action is done, I don't want only to refresh the page I want it to jump to an Anchor in the same page. while this is easy, it involved hard code the anchor name in java cod

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-21 Thread Ali Zaid
the > package where it is in. You can download the (modified) code from web CVS as > that is usually very up to date, and recompile it. > > Using ant or maven you can build your own jar file and use it in your > project. > > > Martijn > > > On 2/21/06, Ali Zaid <

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-21 Thread Ali Zaid
you for trying out the releases. We specifically > > > create the snapshots for early bug detection. And apparently you are the > > > first one to find one. > > > > > > Hmmm... should we put a bonus on finding bugs? > > > > > > Martijn > &g

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-21 Thread Ali Zaid
;[EMAIL PROTECTED]> wrote: > We're not going to hate you for trying out the releases. We specifically > create the snapshots for early bug detection. And apparently you are the > first one to find one. > > Hmmm... should we put a bonus on finding bugs? > > Martijn >

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-21 Thread Ali Zaid
(there is no in my project at all also) :) Regards, Ali On 2/21/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > what does the links really look like? > and how do you run youre app? What is youre context? > > johan > > > > > On 2/21/06, Ali Zaid < [EMAIL PROTEC

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-21 Thread Ali Zaid
Ok;Now you going to really hate me :), this build messed up anchors, so if I have a page with an anchor instead of calling the same page and anchor (like it use to) it now take me to the root with the anchor. Hope I will not be hated for this :)Regards, AliOn 2/21/06, Martijn Dashorst <[EMAIL PROTE

Re: [Wicket-user] Martijn & Igor Help

2006-02-20 Thread Ali Zaid
;/"Why that happens i don't know that has something to do with youre config files. Because when you don't mount youre app on root what do you do then?Because all the example things we have don't come with a pathinfo (that is that / ) on / but null for the root.johan On 2/20

Re: [Wicket-user] TextField in ListView in Form, PLEASE!

2006-02-20 Thread Ali Zaid
ty is <= offered quantity, and guess what offered quantty was zero). I'm really thankful for your support, and sorry if I caused any other distract :(Regards, AliOn 2/20/06, Ali Zaid < [EMAIL PROTECTED]> wrote:Martijn & Igor; Thanks for your help, unfortunatily I have to deliver something

[Wicket-user] Martijn & Igor Help

2006-02-20 Thread Ali Zaid
Hi Guys;I'm really having bad 24 hours, I would appreciate your help guys, if you have private emails where I can attach my whole project for you to test, and better if we can chat somewhere msn/gmail/skype, I have 2 problems: 1- The TextFields in a listview in Form that we discussed yesterday, alt

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-20 Thread Ali Zaid
I'm not using mount at all, I'm using only getHomePage()On 2/20/06, Mark Derricutt <[EMAIL PROTECTED]> wrote: On 2/20/06, Ali Zaid < [EMAIL PROTECTED]> wrote: What do you mean by mount? override of getHomePage() in my Application class? well, I have this done, and it used t

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-20 Thread Ali Zaid
t;[EMAIL PROTECTED] > wrote:what do you config files have to do with this?You mount a bookmarkable page on the root. That can't happen because therefor we have the Application.getHomePage()And that mounting and youre homepage settings are just in javacode. johanOn 2/20/06, Ali Zaid < [EMAI

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-20 Thread Ali Zaid
I just go you email after I posted my config files :), anyway, are we talking about /* in web.xml? or the jetty?On 2/20/06, Mark Derricutt < [EMAIL PROTECTED]> wrote:On 2/20/06, Ali Zaid <[EMAIL PROTECTED]> wrote: I totally don't get it, the same configurate work when I r

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-20 Thread Ali Zaid
kspace/Yakhdor_Dealler    2000  falseOn 2/20/06, Ali Zaid <[EMAIL PROTECTED]> wrote:I totally don't get it, the same configurate work when I replace wicket-1.2-20060220.jar with wicket-1.2-20060212.jar? and I have been using this config for the last 4 monthsOn 2/20/06, Mark Derricutt &

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-20 Thread Ali Zaid
I totally don't get it, the same configurate work when I replace wicket-1.2-20060220.jar with wicket-1.2-20060212.jar? and I have been using this config for the last 4 monthsOn 2/20/06, Mark Derricutt <[EMAIL PROTECTED]> wrote: On 2/20/06, Ali Zaid <[EMAIL PROTECTED]&g

Re: [Wicket-user] TextField in ListView in Form, PLEASE!

2006-02-20 Thread Ali Zaid
daos and simply hardcode the list in or something like that. -Igor On 2/19/06, Ali Zaid < [EMAIL PROTECTED]> wrote: HI;I'm posting the sourse code of what I have, the project is really big, anyway, I really can't understand what I'm doing wrong :(Guys I really appreciate you

Re: [Wicket-user] New 1.2 snapshot release available

2006-02-20 Thread Ali Zaid
Hi;when I used the new snapshot it say ERROR - RequestCycle   - The mount path '/' is reserved for the application home pagejava.lang.IllegalArgumentException: The mount path '/' is reserved for the application home page ok? :)Regards, AliOn 2/20/06, Martijn Dashorst <[EMAIL PROTECTED]>

Re: [Wicket-user] Too many open files problem

2006-02-19 Thread Ali Zaid
OK, I surender, it's one oclock in the morningm and I have to go to work in 6 hours, I will try to do it in some other way :(, I still need to learn more, kinda hoped this work.To all thanks.Regards, Ali On 2/19/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Hmm,The setting could also come from a

Re: [Wicket-user] TextField in ListView in Form, PLEASE!

2006-02-19 Thread Ali Zaid
tried to create a mockup, and it works for me. Can you debug theapplication and see whether the request parameters are available inthe RequestCycle?MartijnOn 2/19/06, Ali Zaid < [EMAIL PROTECTED]> wrote:> NO nested forms for sure, I'm attaching the form generated, I tried both way>

Re: [Wicket-user] TextField in ListView in Form, PLEASE!

2006-02-19 Thread Ali Zaid
PRI AAF9121  Haider Zaid   0            PRI 13B6700      Ali Zaid   0            PRI A5CD697  Mohammed Jassim

[Wicket-user] TextField in ListView in Form, PLEASE!

2006-02-19 Thread Ali Zaid
Guys, PLEASE! PLEASE! PLEASE tell me why on earth this is not working, the values don't update, It's extreemly Urgent, and I would really appreciate your help here.package com.yakhdor.application;import java.util.ArrayList;import java.util.List;import wicket.markup.html.basic.Label;import wick

Re: [Wicket-user] recommend HTML editor for Wicket user

2006-02-14 Thread Ali Zaid
Ok, here what I do, I seperate classes and HTML in seperate folders, I use Dreamweaver for HTML, it has the option to add attribute to the tags and new tags, so I did, I added wicket:id and I added the wicket tags (remove, panel,...) On 2/15/06, Dirk Markert <[EMAIL PROTECTED]> wrote: 2006/2/14, M

Re: [Wicket-user] Using Dojo/prototype to post data fails, any help please

2006-02-01 Thread Ali Zaid
ok, thanks!On 2/1/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: Before you do that, you might want to wait a few days as Igor isrefactoring the base support for Ajax right now.Thanks for contributing,Eelco> So tell me if this is helpfull and I will speed things up and submit to > wicket comunity :

Re: [Wicket-user] Setting HomePage in 1.2

2006-02-01 Thread Ali Zaid
Hi;In the WebApplication class override method getHomePage(), somthing like this:public Class getHomePage() {        return MyHomePage.class;    }Regards, Ali On 2/1/06, David Leangen <[EMAIL PROTECTED]> wrote: I'm upgrading to version 1.2 and am having a few transition issues.What do I need to do

Re: [Wicket-user] Using Dojo/prototype to post data fails, any help please

2006-02-01 Thread Ali Zaid
make an issue of it since this is a _javascript_ code problem. >> As I said, I hope when I'm done and post this class for wicket> comunity that they find it useful :)>> Regards, Ali>>> On 1/31/06, *Eelco Hillenius* < [EMAIL PROTECTED]> [EMAIL PROTECTED]>>

Re: [Wicket-user] Using Dojo/prototype to post data fails, any help please

2006-01-31 Thread Ali Zaid
CTED]> wrote: Ali,It's not clear to me what exactly isn't working. Could you explain abit more, and maybe provide us with some more code? EelcoOn 1/31/06, Ali Zaid <[EMAIL PROTECTED]> wrote:> Hi;>> I know this is a _javascript_ question more than wicket, but I'm

[Wicket-user] Using Dojo/prototype to post data fails, any help please

2006-01-31 Thread Ali Zaid
Hi;I know this is a _javascript_ question more than wicket, but I'm going crazy! I'm trying to do some helper class to construct my Ajax code, simply I tried dojo.io.bind and Ajax.Request and failed to use post method to send the data to my wicket Ajax handler, here is the generated code. Dojo

Re: [Wicket-user] Wicket in Action

2006-01-23 Thread Ali Zaid
I hope too that it will be wicket 1.2 and byound (and contain special part for Ajax), I can't wait to put my hand on it, yesterday my company decided to use wicket as the main tool for web application, and I was asked to make a small team to port what we have/need into wicket :), YPY!!! On 1/2

Re: [Wicket-user] Multible Panel Markup inside the page

2006-01-12 Thread Ali Zaid
gt; > > > > May be I haven't understood it. But what is the difference to > > > > > > > EditRow/InfoRow being inner classes or not which derive from > > > > > > > WebMarkupContainer and where isVisible is toggled dependend on the

Re: [Wicket-user] Multible Panel Markup inside the page

2006-01-11 Thread Ali Zaid
t; > quiet a bit of work as it is a big departure of how we do things. > maybe a > > > > 2.0 feature. > > > > > > > > > > any other devels reading with us? what are your thoughts? > > > > > > > > > > -Igor > > > >

Re: [Wicket-user] Multible Panel Markup inside the page

2006-01-11 Thread Ali Zaid
Sorry, one of the EditRow should be InfoEdit ;) On 1/11/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > Ok guys; > > Actually I was thinking if I was talking non-sense, but I run into the > same need again, and yes I just solved it by creating panels, and I am > happy, but I still

Re: [Wicket-user] Multible Panel Markup inside the page

2006-01-11 Thread Ali Zaid
its (1 Page and 0..n Panels), but still not > > > > > decompose the html markup at that time. > > > > > And so being able to reference different parts of the same html markup > > > > > file from different java classes. > > > > > &g

Re: [Wicket-user] Multible Panel Markup inside the page

2006-01-11 Thread Ali Zaid
that you lose clarity oposed to > having seperate files for the panel. And we would lose clarity on what > the best way of doing things is, as there would then be two different > ways of specifying a panel. > > Eelco > > > On 1/11/06, Ali Zaid <[EMAIL PROTECTED]> wro

Re: [Wicket-user] Multible Panel Markup inside the page

2006-01-11 Thread Ali Zaid
tInfo = new WebMarkupContainer("editInfo") { > public boolean isVisible() { > return isEdit(); > } > }; > editInfo.add(...some component for edit...) ; > add(editInfo); > > } > >

Re: [Wicket-user] Multible Panel Markup inside the page

2006-01-11 Thread Ali Zaid
/06, karthik Guru <[EMAIL PROTECTED]> wrote: > Am a newbie, so i might be wrong. But if i understand your problem > correctly, you need to name the markup YourPage$YourPanel.html and place it > in the same package. > > On 1/11/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > > &

[Wicket-user] Multible Panel Markup inside the page

2006-01-11 Thread Ali Zaid
Hi; I was wondering if I can define a panel inside a page, let me explain: Say I was develping a page that shows different panel depending on whatever :), so if whatever is true it show panel01 if false panel02. Now, the way to do it (or how I know to do it) is to have the page, with a span that

[Wicket-user] Wicket 1.2 reload HTML files

2006-01-11 Thread Ali Zaid
Hay Guys; WOW! Just WOW! 1.2 is really cool, I just ported my current application from 1.1 to 1.2, and solved allot of problems, simple modifaction for settings and everytihg went smooth. What I can't figure out is how to make the HTML reloads when my application is on and I make change in HTML.

Re: [Wicket-user] get panel's Page ref.?

2006-01-05 Thread Ali Zaid
ge. > > Juergen > > On 1/5/06, Ali Zaid <[EMAIL PROTECTED]> wrote: > > Hi; > > > > I guess this may be a silly question, but I really don't have time to > > look around :( and I need the help with this ASAP (2 hours), How can I > > get a referenc

[Wicket-user] get panel's Page ref.?

2006-01-05 Thread Ali Zaid
Hi; I guess this may be a silly question, but I really don't have time to look around :( and I need the help with this ASAP (2 hours), How can I get a reference to the page from within a panel? I tried getPage(), but it returns null, I really apreciate a help here. -- Regards, Ali

Re: [Wicket-user] reduce page size by not render wicket :id attribute

2005-12-15 Thread Ali Zaid
Hi; WebApplication.getSettings().setStripWicketTags(true); will do the trick On 12/15/05, blackboy zabaha <[EMAIL PROTECTED]> wrote: Just an opinion of mine. I think the last result of page could not render any wicket:id attribute (also wicket:head, wicket:body, etc..) because it not necessary

Re: [Wicket-user] Submit a Form by a method call

2005-12-12 Thread Ali Zaid
t. Glad the otheranswers work for you.Eelco On 12/11/05, Ali Zaid <[EMAIL PROTECTED]> wrote:> Andrew!>>  Man, Thanks, this works perfectly for me, I did think of this solution, but> I didn't have the well to try it till you suggested it :) >>  Johan, Man I can't wait f

Re: [Wicket-user] Submit a Form by a method call

2005-12-11 Thread Ali Zaid
the fact that youwant to break out of the HTML boundaries. One strategy you can utilizeis to use _javascript_ to collect your form values and submit them as if they were part of one form. If you need such functionality often, youmight even try to generalize this into a custom Wicket component

[Wicket-user] Submit a Form by a method call

2005-12-10 Thread Ali Zaid
Hi;I want to to submit a Form by a link or a button that don't belong to that Form, the idea is that I have 2 Forms in a page, one is a client details Form and the other is a ListView with a Form to add Contact Info to that client. I want to add a button (link) in the bottom of the page that say sa

Re: [Wicket-user] iBatis

2005-11-21 Thread Ali Zaid
iBatis is cool, not sure what you are looking for since iBatis itself is so simple to implement with any other framwork.On 11/21/05, Miguel < [EMAIL PROTECTED]> wrote:Hi, i have followed the thread about hibernate and spring support, is anyone here working with ibatis?If so, where can i find some e

Re: [Wicket-user] Problem with multiple submit buttons in form

2005-10-29 Thread Ali Zaid
Which release of wicket you are using?On 10/29/05, Dan Gould <[EMAIL PROTECTED]> wrote: I'm trying to create a form with multiple submit buttons follow theexample onhttp://www.wicket-wiki.org.uk/wiki/index.php/Multiple_submit_buttons_in_form The buttons' onSubmit isn't getting called.  [However, th

Re: [Wicket-user] Download any type of file

2005-10-14 Thread Ali Zaid
articles on the wiki, or patches to the javadoc. Especially when their question is answered. Martijn On 10/13/05, Ali Zaid <[EMAIL PROTECTED] > wrote: A good framework would provide good documentation too :), still I love wicket!!!On 10/12/05, Timo Stamm <[EMAIL PROTECTED] > wrote:Ali Zai

Re: [Wicket-user] Download any type of file

2005-10-13 Thread Ali Zaid
A good framework would provide good documentation too :), still I love wicket!!!On 10/12/05, Timo Stamm <[EMAIL PROTECTED] > wrote:Ali Zaid wrote:> Scott Man, Thanks allot, I will try it today, I wonder why a great framework > like wicket don't have a simple thing like FileDownloadLink() or other>

Re: [Wicket-user] Download any type of file

2005-10-12 Thread Ali Zaid
Thanks, It works!On 10/12/05, Ali Zaid <[EMAIL PROTECTED]> wrote: Scott Man, Thanks allot, I will try it today, I wonder why a great framework like wicket don't have a simple thing like FileDownloadLink() or other simple solution.On 10/12/05, Scott Sauyet < [EMAIL PROTECTED]> wr

Re: [Wicket-user] Download any type of file

2005-10-12 Thread Ali Zaid
Scott Man, Thanks allot, I will try it today, I wonder why a great framework like wicket don't have a simple thing like FileDownloadLink() or other simple solution.On 10/12/05, Scott Sauyet <[EMAIL PROTECTED]> wrote: Scott Sauyet wrote:> Resource resource = new DownloadableFileResource(filename

[Wicket-user] Download any type of file

2005-10-12 Thread Ali Zaid
Hi; I'm kinda lost here, and SourceForge search is not working, so I have to ask, and I'm sorry if this is a repeated question. The thing is simple, I need a code snippet of how to use ResourceLink to inatiate a file download. -- Regards, Ali

[Wicket-user] Re: Datepicker Madness again

2005-09-10 Thread Ali Zaid
Guys, You are my heros!!! I have only one servlet for sure :). I made the change that my big hero "Gwyn Evans" suggested, and all works now, instead of "/" I changed it to "/application/*" with a redirect in index.html to "application", and everything was working. The bug was also true in my case

[Wicket-user] Datepicker Madness again

2005-09-09 Thread Ali Zaid
I must first begin with a spaecial thanks for the help that I got before, still I'm totally lost, and this is the case... I have a page that has a form in it, and I wanted to add a datepicker for a field, the probelm was that when I do that I don't get the datepicker, and the link to the datepicke

[Wicket-user] Re: Datepicker driving me crazy

2005-09-05 Thread Ali Zaid
Thanks you Sir, You made my day :)-- Regards, Ali

[Wicket-user] Datepicker driving me crazy

2005-09-03 Thread Ali Zaid
Hi all; DatePicker is really driving me to the edge, I'm doing as examples say and I can't make it work! here is my code: TextField datePropertyTextField = new TextField("dateProperty", Date.class); add(datePropertyTextField); add(new DatePicker("datePicker", datePropertyTextField)); What I