How to capture not BookmarkablePage

2008-04-01 Thread freak182
Hello, 1. My problem is how to capture not bookmarkable page? (I already see the wicket-example on how to capture bookmarkable page) 2. All data i put in the textfields values/radio selected/checkboxes selected/list will be captured also? (of course in a form of html) 3. For example if i have a c

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread freak182
You could add a behavior... e.g a confirmbehavior for your needs :) Pinger wrote: > > That is all well and good, but it does not > > "Do Stuff" > > now after i hit ok > > djo.mos wrote: >> >> Hi, >> >> Pinger wrote: >>> >>> I want to get a Yes/No confirm dialog, so I only "Do Stuff" if

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread freak182
r that > for the button but I could not get that could not get it working for the > ajax button. If I can get this to work, I was going to see if the > developers want it for the release; I think it is a very common behavior > that many people would use. > > > > > freak

Re: How to capture not BookmarkablePage

2008-04-01 Thread freak182
Hello, when i click submit using IndicatingAjaxButton,it captures the current page? is this possible? Thanks a lot..Cheers igor.vaynberg wrote: > > just keep a reference to it, thats all you need > > -igor > > > On Tue, Apr 1, 2008 at 6:32 PM, freak182 <

How to save pages in the database?

2008-04-07 Thread freak182
Hello, Correct me if im wrong to my question...My question isI want to save the entire page to DB. I know that the pages are stored in the session store then write to the disk. Now how can i access the session store and get the latest pages then save it to DB? Thanks a lot.Cheers -- View t

Re: How to save pages in the database?

2008-04-08 Thread freak182
Why do you want to do this? > > On Mon, Apr 7, 2008 at 10:07 PM, freak182 <[EMAIL PROTECTED]> wrote: > >> >> Hello, >> Correct me if im wrong to my question...My question isI want to save >> the >> entire page to DB. I know that the pages are stored

how to get html source

2008-04-10 Thread freak182
Hello, My problem is how to get the html source of the page with the constructor having a parameter?...i see an example of getting the html source of the page with the constructor having no parameter that i think is easy. Thanks a lot...Cheers! -- View this message in context: http://www.nabbl

Re: how to get html source

2008-04-10 Thread freak182
in the same package and has the same name as your page. You do not > need it. > The constructor is irrelevant for this process. > > Maurice > > On Thu, Apr 10, 2008 at 10:51 AM, freak182 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> My problem is how to g

Re: how to get html source

2008-04-11 Thread freak182
wicket filter and capture all output there. > > - i will consider this option if the client change the featuresThanks > a lot...Cheers. > > Maurice > > On Fri, Apr 11, 2008 at 2:55 AM, freak182 <[EMAIL PROTECTED]> wrote: >> >> >> What i mean is the html

Question about Modal Window

2008-04-14 Thread freak182
Hello, I have a question about modal window. When I click the [x] button in the modal window, two methods were called namely CloseButtonCallback and WindowClosedCallback and when I called window.close(target) only WindowClosedCallback clled.I think this is default behavior. But I want to call Clo

How to delay or customized button onSubmit() method

2008-04-15 Thread freak182
Hello, I have a complicated problem here adn hoping for your bright ideas about my problem. My problem is, how can can I process the codes after i get the value from modal window..to be more accurate here is some code snippet: a modal windows snippet: modalWindow.setWindowClosedCallback(new Moda

Load Modal Window before the page loads

2008-04-24 Thread freak182
Hello, Im having problem from a modal window loading before a page, is this possible? because when try this: public class BasePage extends WebPage { public BasePage(){ if(_isLoadable) modalWindow.show(new AjaxRequestTarget(this)); } } ERROR - RequestCycle - This co

Overridable Authorization

2008-04-27 Thread freak182
Hello, I have a problem about authorization.I look at wicket-in-action source code and implement authorization from there it work well. I use annotation to tag Pages that is unauthorize. But i just go on circle.Here is my problem: @OverridablePage public class EditUserPage extends OverridableProt

Question on Authentication

2008-04-28 Thread freak182
Hello, I have a problem about authorization.I look at wicket-in-action source code and implement authorization from there it work well. I use annotation to tag Pages that is unauthorize. But i just go on circle.Here is my problem: @OverridablePage public class EditUserPage extends OverridableProt

Comet and Wicket

2008-05-05 Thread freak182
Hello, Is there anyone here try or trying to implement comet(server push concept) on wicket? Thanks a lot...Cheers -- View this message in context: http://www.nabble.com/Comet-and-Wicket-tp17053968p17053968.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Comet and Wicket

2008-05-05 Thread freak182
roject > > > freak182 wrote: >> >> Hello, >> Is there anyone here try or trying to implement comet(server push >> concept) on wicket? >> >> Thanks a lot...Cheers >> > > -- View this message in context: http://www.nabble.com/Comet-and-Wick

Re: Comet and Wicket

2008-05-05 Thread freak182
in chatroom and send to specific person in the chatroom...just like meebo thing Thanks a lot...Cheers... Enrique Rodriguez-2 wrote: > > On Mon, May 5, 2008 at 3:27 AM, freak182 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> My testing so far is good, i ju

Re: Comet and Wicket

2008-05-06 Thread freak182
Hello eelco, Anyway JBoss default servlet container is tomcat, but they are replacing it with their own container which is jboss-web i dont know if they already did...anyway, im experementing on wicket-push bcoz the cleint wants some sort of messaging on their app..(actually our web-app is entirel

Re: Comet and Wicket

2008-05-06 Thread freak182
> Hello eelco, > Anyway JBoss default servlet container is tomcat, but they are replacing > it > with their own container which is jboss-web i dont know if they already > did... >Ah, I didn't know that. > anyway, im experementing on wicket-push bcoz the cleint wants some > sort of messagin

CometServlet and WicketFilter

2008-05-07 Thread freak182
Hello, my problem im having problem integrating the wicket-push example to our project using wicketfilter and since the wicket-push examples using wicketservlet..how can i configure this changes?i already ported to servlet-api 2.5. i change from... ServletContext servletContext = ((WebApplication

Re: CometServlet and WicketFilter

2008-05-07 Thread freak182
Compagner wrote: > > you can upgrade your compile servlet api just fine > But are you also running in a container that uses 2.5??? > > johan > > > On Wed, May 7, 2008 at 11:45 AM, freak182 <[EMAIL PROTECTED]> wrote: > >> >> Hello, >> my pr

Re: CometServlet and WicketFilter

2008-05-08 Thread freak182
he way > very hard to find... they really should have a list just as tomcat has) > > so somehow you have another servlet.jar there > > On Thu, May 8, 2008 at 3:32 AM, freak182 <[EMAIL PROTECTED]> wrote: > >> >> Hello Johan, >> I think im running on servlet 2.5

How to use AjaxFormChoiceComponentUpdatingBehavior in Check/CheckGroup

2008-05-12 Thread freak182
Hello, I having problem integrating AjaxFormChoiceComponentUpdatingBehavior. my code snippet: final WebMarkupContainer container = new WebMarkupContainer("wmc"); final CheckGroup chkGrp = new CheckGroup("chkGrp",new ArrayList()); final ListView list = new ListView("listBcs",listChk){

Re: How to use AjaxFormChoiceComponentUpdatingBehavior in Check/CheckGroup

2008-05-12 Thread freak182
tUpdatingBehavior working } } }); ...Thanks a lot..Cheers Johan Compagner wrote: > > Code seems fine. What is the hrml output? > > On 5/12/08, freak182 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> I having pr

AjaxFormComponentUpdatingBehavior weird accessing textfields

2008-05-29 Thread freak182
Hello, I dont know if im only experiencing this but i gave headache.My problem is i have a AjaxFormComponentUpdatingBehavior on my dropdownchoice and i need to get the value from a textfield/requiredtextfield but i find it hard...one suggestion from colleague is to this: amountTextfield.add(new A

Re: AjaxFormComponentUpdatingBehavior weird accessing textfields

2008-05-30 Thread freak182
bmitbehavior which submits the entire form and thus lets you > access values in other components > > -igor > > On Thu, May 29, 2008 at 11:13 PM, freak182 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> I dont know if im only experiencing th

Multi-ModalWindow

2008-06-04 Thread freak182
Hello, It is possible to have multiple modal window in a page pop-up?what i mean is that, if there is a message from user1, the message pop using modal window, and modal window will pop too if user2 send message. the modal windowS will just flood on user browser if other user send messages...is th

Re: Multi-ModalWindow

2008-06-05 Thread freak182
/modal-window.1 > > freak182 wrote: >> Hello, >> It is possible to have multiple modal window in a page pop-up?what i mean >> is >> that, if there is a message from user1, the message pop using modal >> window, >> and modal window will pop too if user2 send

Re: Multi-ModalWindow

2008-06-05 Thread freak182
g on > a toaster using scriptaculous.. > > If I have the time I could probably do > something the lines of that. > > > > http://www.demay-fr.net:8080/WCD13/app/?wicket:bookmarkablePage=%3Awicket.contrib.dojo.examples.ToasterSample > > freak182 wrote: >> Hello, >

How to update parent component from a panel?

2008-06-09 Thread freak182
Hello, Im having problem of updating parents components.Hereis my problem, there is page and in that page there is a panel. The panel contain a FormUpdatingComponent that attached to a dropdownchoice. Now when the dropdown is triggered, i want to update the parents (the page) textbox/label..is thi

Re: How to update parent component from a panel?

2008-06-10 Thread freak182
Hello, Thats a great patch...it is already been updated in wicket-extensions? so i can download it? Thanks a lot...Cheers. Timo Rantalaiho wrote: > > On Mon, 09 Jun 2008, freak182 wrote: >> Im having problem of updating parents components.Hereis my problem, there >> is &

Re: How to update parent component from a panel?

2008-06-10 Thread freak182
Hello, Thanks...if i have time i will surely play around with it and give you some feedback.. Thanks a lot..cheers Timo Rantalaiho wrote: > > On Tue, 10 Jun 2008, freak182 wrote: >> Thats a great patch...it is already been updated in wicket-extensions? so >> i >> can d

Re: How to update parent component from a panel?

2008-06-11 Thread freak182
Hello Timo, I already rip out your patch and run the testcase it worked but how can i implement/intgerate to my project...do you have a working example project for that? Thanks a lot..Cheers :) Timo Rantalaiho wrote: > > On Tue, 10 Jun 2008, freak182 wrote: >> Thats a great p

Re: How to update parent component from a panel?

2008-06-11 Thread freak182
events_core.zip http://www.nabble.com/file/p17791744/pages_app.zip pages_app.zip Timo Rantalaiho wrote: > > On Wed, 11 Jun 2008, freak182 wrote: >> I already rip out your patch and run the testcase it worked but how can i >> implement/intgerate to my project...do you have a worki

Re: wicket training/consulting in the SF Bay Area

2008-06-17 Thread freak182
You can buy books in wicket :) i learn a lot from there m_salman wrote: > > Hi, > > Is there any one available to provide Wicket training and/or consulting in > the SF Bay area? > I need help urgently. Off hours is fine. Or if you are not in the Bay > Area but willing to do it via email. >

Re: Help for custom textfield component w/ javascript

2007-12-19 Thread freak182
erty of that. > Debug it a bit better or make a quickstar > > On 12/13/07, freak182 <[EMAIL PROTECTED]> wrote: >> >> Yes.i have a webpage and there is a form there the that access it. like >> the >> following code snippet: >> class TestPage extend Webpa

annotated class

2008-02-14 Thread freak182
Hello, Im developing an app using hibernate annotations.My problem is when i configure my appContext.xml the annotated class cannot be found. here is the code snippet of appContext.xml found in WEB-INF/config.

Re: annotated class

2008-02-18 Thread freak182
... Nino.Martinez wrote: > > Do you use maven to build with? > > com.test.server.model.Test > com.test.server.model.Test2 > > > > freak182 wrote: >> Hello, >> Im developing an app using hibernate annotations.My problem is when i >> configure my

remember last visited page

2008-02-28 Thread freak182
Hello, Is there a way to remember the last page i visited after i lose the session. What i mean that for example if im going to checkout but i forgot to login first, When i click checkout button, it will redirect me to the login page first then when authenticated it will go directly to checkout pa

Clearing Form inputs

2008-03-27 Thread freak182
Hello, My Problem is very simple but it gives me headache. I use form.clearInput(); inside the IndicatingAjaxButton onSubmit but it did not clears the inputs from the textfields.Any idea how to do this?im using wicket 1.3.1. Thanks a lot. Cheers -- View this message in context: http://www.nabbl

bypass required field during form processing

2008-03-27 Thread freak182
Hello, I have a problem about bypassing some textfields during form process.I know how bypass form processing through adding a method to button.setDefaultFormProcessing(false);. Now my problem is to bypass only 1 or 3 requiredtextfields during form processing because what im concerned is only the

Re: bypass required field during form processing

2008-03-27 Thread freak182
e configured to run before the required > checks). > > ** > Martin > > 2008/3/28, Martin Makundi <[EMAIL PROTECTED]>: >> You could use onchange events to attach ajax behavior that changes the >> required fields? >> >> ** >> Martin >>

Re: bypass required field during form processing

2008-03-28 Thread freak182
adioGroup(...) { protected > wantOnSelectionChangedNotifications() { return true; }} > > will make it invoke RadioGroup.onSelectionChanged anytime a selection > changes > > -igor > > > On Thu, Mar 27, 2008 at 10:48 PM, freak182 <[EMAIL PROTECTED]> wrote: >> >> Nice idea, but i

Re: Clearing Form inputs

2008-03-28 Thread freak182
Hi Igor, Any code exampleim such a newbie on this...form.detachModels? Thanks a lot...cheers... igor.vaynberg wrote: > > you have to clear the model also > > -igor > > > On Thu, Mar 27, 2008 at 6:06 PM, freak182 <[EMAIL PROTECTED]> wrote: >> >> H

Date should return null

2007-11-26 Thread freak182
When im working with datefield,when i do not put a date to a textfield/datefield input from a datepicker it returns the current date/time.Now my problem is,I want it to return NULL when there is no or blank input from a textfield.Thanks a lot -- View this message in context: http://www.nabble.co

Help for custom textfield component w/ javascript

2007-12-12 Thread freak182
Hello, I have a problem.I'm creating a custom component and it happens to be a textfield.My problem start when i follow the DatePicker component structure.The datepicker structures works well and so the component i made with some tweak of course.But when i bind it or implement to the pages it giv

Re: Help for custom textfield component w/ javascript

2007-12-13 Thread freak182
at is assigend to a parent > of that component? > > On 12/13/07, freak182 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> I have a problem.I'm creating a custom component and it happens to be a >> textfield.My problem start when i follow the DatePicker component

TextField does not update during page erros

2008-07-02 Thread freak182
Hello, My problem here is that when there is a page error the textfield is not updated during target.addcomponet call..here is my code snippet: class MyPage ... MyPanel mypanel add(mypanel) class MyPanel. TextField amt = new TextField("amt",new PropertyModel(this,"amt")); T

Re: wicketstuff-push

2008-07-03 Thread freak182
You can also check out the jetty website for the latest cometd implementation...fyi, it comes with the jetty server...it's great i use it also to my project the wicket-push :) julien Graglia wrote: > > Le jeudi 03 juillet 2008 à 16:28 +0200, Frank Bille a écrit : >> As far as I know it only liv

Re: sneak peek - brix - wicket/jcr cms

2008-07-09 Thread freak182
I checked out brix and run, it's cool :) ...I know a popular CMS built in PHP (Joomla)..i know brix is still in development but if could brix do like joomla it would be great...it is possible? or is just a wish list :) hehehe anyway, goodluck to the team...its cool to have cms like this in java an

Re: Component self updating when Ajax call changed a commun model ?

2008-07-13 Thread freak182
Hello, You can try this one, maybe i can help you... Timo suggested it to me and it work great.. http://www.nabble.com/How-to-update-parent-component-from-a-panel--td17748294.html Cheers... ZedroS wrote: > > Hi > > I've the following issue : in a panel a checkbox needs to be disabled > depen

Re: wicketstuff-push

2008-07-16 Thread freak182
Hello, I successfully implement wicket-push in our wicket application...i just used the example in the wicket-stuff...with the default configuration...i just checked out and run it...then customized for our needs... i think the mininum requirement is jetty 6.1.4 to run it and it even run on tom

Re: wicketstuff-push

2008-07-17 Thread freak182
Hello, to be exact i used wicket 1.3.3 and jetty 6.1.4 i dont know if the wicket-push has already been updated...anyway, my source code is in my another pc which so happended that is in repair shop :( julien Graglia wrote: > > Le mercredi 16 juillet 2008 à 18:47 -0700, freak182 a

Guiedlines in Wicket

2008-07-30 Thread freak182
My superior ask me to submit a "Guidelines in Wicket". He assign it to me because I trained the new employee the wicket framework (we are using wicket as our UI framework along with Hibernate and Spring...actually we already develop two application in wicket and third one is migration from asp to

Crystal Report

2008-08-29 Thread freak182
Hello, Does anyone here had encountered using crystal report with wicket as a reporting tool? Any idea how to integrate crystal report? I already know how to integrate jasper. Thanks a lot. Cheers. -- View this message in context: http://www.nabble.com/Crystal-Report-tp19217374p19217374.html S

Re: Crystal Report

2008-08-31 Thread freak182
hem but I had to do > as it was my use case. > > Crystal Reports API is a big pain in the backside so good luck! > > Best, > James. > > On Fri, Aug 29, 2008 at 11:24 AM, freak182 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> Does anyone here had encou

Pageable JasperReport

2008-09-01 Thread freak182
Hello, I checkout the wicket-jasperreport project i successfully play with it. Now my problem is, i want a pagination functionality in the wicket-jasperreport example. The report data that came from the db and it has 1,000 records retrieved and i dont want to display that in pdf 1000 pages , (alt

JasperReport in IFrame

2008-09-12 Thread freak182
Hello Eelco, It is possible for the jasperreport to be display in iframe in html format? because the example that comes with the wicket-contrib-jasperreports the pdf is embeded in the page through the object tag. If it is possible also for the html export to be view in iframe inside the page? Th

Re: Pageable JasperReport

2008-09-21 Thread freak182
tter option for large report options where the data is not stored in the collection to be paged later. Thanks to the developer of wicket-jasperreport projects Thanks a lot. Cheers. freak182 wrote: > > Hello, > > I checkout the wicket-jasperreport project i successfully play with

how to customize error message of requiredtextfield inside listview

2008-10-09 Thread freak182
Hello, My problem is how to customize error message of requiredtextfield inside listview? here is the scenario: i have a requiredtextfield in the listview, of course the listview is inside the form. actually it is dynamic question & answer that came from DB. now if the user did not answer the que

Re: how to customize error message of requiredtextfield inside listview

2008-10-09 Thread freak182
Thanks igor it works. :) Thanks a lot. Cheers. igor.vaynberg wrote: > > Required=${label} is required > > textfield.setlabel(new model("question "+item.getindex())); > > -igor > > On Thu, Oct 9, 2008 at 2:16 AM, freak182 <[EMAIL PROTECTED]> wrote:

how to redirect wicket pages using javascript

2008-10-20 Thread freak182
Hello, I have a project which uses mostly javascript because it is a client base part. My problem is when i cannot redirect wicket pages in javascript. I already try this in behavior: . init.js function clientReady() { location.href = '${url}'; } in behavior... final Map params

How to get return value from javascript

2008-10-21 Thread freak182
Hello, My problem is how can i get the return value of a javascript function: e.g init.js funtion userExist(id) { return true; } how can i get the returned value "true" from wicket. Thanks a lot...Cheers -- View this message in context: http://www.nabble.com/How-to-get

Re: how to redirect wicket pages using javascript

2008-10-21 Thread freak182
) ... don't think it's anything related to the headercontributor > > > freak182 wrote: >> >> Hello, >> >> I have a project which uses mostly javascript because it is a client base >> part. My problem is when i cannot redi

wicket redirect issue on IE7

2008-10-21 Thread freak182
Hello, I have a problem in IE7 when i redirect wicket pages in javascript using location.href = ?wicket:interface=:3 ..i generate that url using RequestCycle.get().urlFor(new TestPage()). But it is working fine in firefox...Is this a browser problem? How can i solve this problem? Thanks a lo

redirect issue on IE causing HTTP 4040

2008-10-22 Thread freak182
Hello Igor, I have a problem in IE when i redirect wicket pages using javascript using location.href = '?wicket:interface=:3' . here is the scenario: public class InitBehavior extends AbstractBehavior { final IModel params = new AbstractReadOnlyModel() { @Override

Re: redirect issue on IE causing HTTP 404

2008-10-23 Thread freak182
wrote: > > create a quickstart that reproduces this and attach it to a jira issue. > > -igor > > On Wed, Oct 22, 2008 at 9:27 PM, freak182 <[EMAIL PROTECTED]> wrote: >> >> Hello Igor, >> >> I have a problem in IE when i redirect wicket

page expiration of main application when using iframe

2009-03-05 Thread freak182
Hello, I have a main application and in a page i put an iframe. the source of that iframe is another wicket application. now when navigate to the application in the iframe and then click other menus in main application the page expired. what could go wrong? there is no stacktrace displayed. Than

wicket-jasper UI

2009-03-21 Thread freak182
Hello, I just wanna share this simple project called wicket-jasper. It is basically jasperreports embeded in wicket. If you wanna share your idea or added some features,please do so. Anyway, our company is already using it please see the attached files. Thanks. Cheers http://www.nabble.com/fil

Re: wicket-jasper UI

2009-03-21 Thread freak182
t; > > On 21-Mar-09, at 6:38 AM, freak182 wrote: > >> >> Hello, >> >> I just wanna share this simple project called wicket-jasper. It is >> basically >> jasperreports embeded in wicket. If you wanna share your idea or >> added some >

Re: Wicket+JaserReport, how to start?

2009-03-27 Thread freak182
Hello, You can checkout this site: http://code.google.com/p/wicket-jasper-ui/ Cheers. Mellon wrote: > > Hello, > I am new in Wicket+JasperReport, I have the fundamental knowledge about > wicket and JasperReport, but Now I need to integret them. How to do it? > How to start? I need some tutor

Re: Fail to close ModalWindow on top of ModalWindow

2009-04-14 Thread freak182
I mean the modal window is not appearing inside iframe in IE7. freak182 wrote: > > Hello, > > My problem is the ModalWindow is not appearing in IE..any resources?... > Is the issue already resolved? > > Thanks a lot. > Cheers. > > > > Mr Mean wrot

Re: Fail to close ModalWindow on top of ModalWindow

2009-04-14 Thread freak182
Hello, My problem is the ModalWindow is not appearing in IE..any resources?... Is the issue already resolved? Thanks a lot. Cheers. Mr Mean wrote: > > Could you open up an issue for this? > > Maurice > > On Wed, Apr 9, 2008 at 10:16 AM, Nili Adoram wrote: >> Hi all, >> I have a ModalWi

Re: wicket + jbpm

2009-04-29 Thread freak182
yes, that one from JBoss. nino martinez wael wrote: > > this one : http://www.jboss.com/products/jbpm/ ? > > > > 2009/4/29 Eman Nollase : >> Hello, >> >> Is there a wicket + jBPM integration? Thanks a lot. Cheers. >> > > -

Re: wicket-jasper UI

2009-05-04 Thread freak182
you checkout this project: http://code.google.com/p/wicket-jasper-ui/ raviJPYADAV wrote: > > Hi , can you please share some sample code how to integrate this api with > our code? > > --Ravi > > freak182 wrote: >> >> Hello, >> >> I just wanna s

Re: wicket-jBPM integration

2009-05-09 Thread freak182
Hello, Here is my initial commit on google code: http://code.google.com/p/wicket-jbpm/ freak182 wrote: > > Hello, > > im currently developing wicket-jbpm integration. and currently doing the > infrastructure setup and once done i will upload it to googlecode. anyone >

RE: wicket-jBPM integration

2009-05-09 Thread freak182
nking what the scope of this project. but now i want to design a business process and run it using wicket as UI part. Stefan Droog wrote: > > What did you exactly integrate? Did you re-write the jBPM console? > > Regards, > Stefan > > ____

RE: wicket-jBPM integration

2009-05-09 Thread freak182
nge. > maximum requirement 1. be able act a jbpm console. from JSF to Wicket. freak182 wrote: > > > i integrate the core engine and not actually the entire console just the > part of it, just a redirection of page for a particular task. the > jbpm-console is so flexible such that you

Re: ModalWindow not appearing in IE

2009-05-14 Thread freak182
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> i just add that in my basepage to works on IE7...i couldn't have imagine that this line of code saves me a lot. NHSoft.YHW wrote: > > ModalWindow can not appear in IE 6.x, but Firefox 3.x has no problem

Re: Palette problem

2009-05-14 Thread freak182
Hello, I just found the problem. I modified the palette.js. Wicket.Palette.update if( i+1 < selected.lenght) ... changed to: if ( i < selected.lenght) ..this works fine but we are testing it. James Carman-3 wrote: > > What type of values are you using? > > What type of collect

Re: Palette problem

2009-05-14 Thread freak182
i modified the JS that comes with wicket and fixed my problem. James Carman-3 wrote: > > You're saying you modified the JS that comes with Wicket and it caused > the problem or you modified it and it fixed it? > > On Thu, May 14, 2009 at 10:27 AM, freak182 wrote: >&

Re: Palette problem

2009-05-14 Thread freak182
What i do is extends the Palette and override the renderHead to implement the mdified palette.js. James Carman-3 wrote: > > You're saying you modified the JS that comes with Wicket and it caused > the problem or you modified it and it fixed it? > > On Thu, May 14, 2009 a

Re: Spring Security's method security and Wicket

2009-05-14 Thread freak182
Hi James, Can you share your wicket-spring-security project or there is already in wicketstuff? Thanks a lot. Cheers. James Carman-3 wrote: > > On Thu, May 14, 2009 at 1:38 PM, Kent Larsson > wrote: >> Hi James, >> >> Thank you for example! Although I can't find any secured methods in >> t

Re: Grizzly + Wicket integration

2009-06-01 Thread freak182
Actually, we had a requirements like sending a request to a remote pc.Just like wicket-push-examples but my colleague said it would be better if grizzly use. Thanks a lot. Cheers. Scott Swank wrote: > > Not that I'm aware of. What specifically do you want to do with nio? > > Scott > > > O

Re: AW: inserting urls in script variables

2009-06-10 Thread freak182
Martjin already say that: so you should call: urlFor(dlink, ILinkListener.INTERFACE) not dlink.urlFor. Bas Vroling wrote: > > Thanks for the extensive feedback, but urlFor() does not accept that > as input... > I tried being smart and did this (please correct me if this is > nonsense):

Re: [Announce] wicketstuff-push ported to use wicket 1.4 jetty 6.1.14

2009-07-13 Thread freak182
Hello, I checkout the latest wicket-push in wicketstuff but unfortunately this was built in 1.4. How can I build for 1.3.x wicket? Because our application is using 1.3.x and I cannot tell them to migrate to 1.4 since the development has already started. Thanks a lot. Cheers. Rodolfo Hansen wro

Re: [Announce] wicketstuff-push ported to use wicket 1.4 jetty 6.1.14

2009-07-13 Thread freak182
f/branches/wicketstuff-push/ > > > > On Mon, Jul 13, 2009 at 3:10 AM, freak182 wrote: > >> >> Hello, >> >> I checkout the latest wicket-push in wicketstuff but unfortunately this >> was >> built in 1.4. How can I build for 1.3.x wicket? Be

Re: [Announce] wicketstuff-push ported to use wicket 1.4 jetty 6.1.14

2009-07-16 Thread freak182
Hello, Is there a patch/servlet to run cometd in glassfish? because im having trouble to run push-examples on glassfish as it will be used in production. Thanks a lot. Cheers. Rodolfo Hansen wrote: > > On Mon, Apr 20, 2009 at 6:26 AM, pmarrone wrote: > >> >> Hi Rodolfo, >> I'm trying to dep

Re: Update ListView using ajax

2009-09-06 Thread freak182
Hello, i think i already put it in the webmarkupcontainer and target the markupcontainer. michael mosmann wrote: > > Am Sonntag, den 06.09.2009, 01:05 +0800 schrieb Eman Nollase: >> Hello, >> >> For no apparent reason the listview is not updating when i targeted it. >> im >> using wicket 1.4.

Re: Update ListView using ajax

2009-09-06 Thread freak182
hello, here is the codes: final Form form = new Form("search"); add(form); final TextField query = new TextField("query", new PropertyModel(this, "search") ); form.add(query); List results = null; final WebMarkupContainer resultcontainer

Re: Update ListView using ajax

2009-09-07 Thread freak182
Hello, my markup: List of Files Date Uploaded Name

Re: Update ListView using ajax

2009-09-07 Thread freak182
Hello, thank you for your. i already make it work. (need to adjust some markup thing :) ) thanks a lot. cheers. michael mosmann wrote: > > Hmm,.. > > can you post your markup? this code does work with my own markup.. > > did you use or did you use > .. do you see something > in wicket-aja

Re: server push

2009-10-06 Thread freak182
Hello, you check-out push-parent from wicketstuff. or you can check this out: http://code.google.com/p/wicket-comet/ ii is a modified version of push-parent ( for our own req.). and also comet works on jetty and glassfish server (you need grizzly for this to work on glassfish) Jahid wrote: >

Re: Update ListView using ajax

2009-12-03 Thread freak182
iginal container in the page can not be replaced , a same new one > will show in the page. > > That means in the table markup, if WebMarkupContainer of listView is the > , everything will be Ok, > but if the WebMarkupContainer of listView is a , things weird > happened . > &g

Re: How to update parent component from a panel?

2008-12-16 Thread freak182
would be appreciated. > > regards > Lenka > > > Timo Rantalaiho wrote: >> >> On Mon, 09 Jun 2008, freak182 wrote: >>> Im having problem of updating parents components.Hereis my problem, >>> there is >>> page and in that page there is a

Strange exception in mountBookmarkablePage

2008-12-17 Thread freak182
hello, I just mount my urls wuth this strategy mountBookmarkablePage("details", BaseDetailsPage.class), it works fine for my need but there is an exception thrown: 2008-12-18 11:21:39,179 INFO - BaseDetailsPage- selected tab is => 4 2008-12-18 11:21:40,485 WARN - estTargetUrlCoding

Wicket-Jasper report

2009-01-08 Thread freak182
Hello, I made a small utility based on wicket-contrib-jasper. The feature of this tools is that the jasper report is now paging using PageableListView or QueryDataProvider. And display in embeded pdf format. Anyone is free to enhance this and distribute. Thanks. http://www.nabble.com/file/p2134

Help: Graphic link in PagingNavigator

2009-01-14 Thread freak182
Hello, The clients wants the "<< <" and "> >>" should be graphic. Is there a way to do this? Thanks a lot. Cheers. -- View this message in context: http://www.nabble.com/Help%3A-Graphic-link-in-PagingNavigator-tp21453859p21453859.html Sent from the Wicket - User mailing list archive at Nabble.

Re: Wicket-Jasper report

2009-02-02 Thread freak182
Hello, This is the updated version of wicket-jasper-core-1.3.0. download: http://www.nabble.com/file/p21788601/wicket-jasper-core.tgz wicket-jasper-core.tgz freak182 wrote: > > Hello, > > I made a small utility based on wicket-contrib-jasper. The feature of this > tools is

Wicket + iframe Session Question

2009-02-25 Thread freak182
Hello, How can I get the session from my main application to the application in the iframe? here is the scenario: 1. I have a large wicket application then we agree to separate the reporting from main application. 2. The said report application is also a wicket and jasper but embedded into ifram

  1   2   >