how to create a TabPanel as a separate class.

2009-08-17 Thread Gerald Fernando
Hello Friends, This is my need what i want whenever i need this tabbedPanel i want to place in any page public class choicePanel extends TabbedPanel{ super(); } not like public class choicePanel extends webpage i have created the above one but it shows the error that he constructor

Re: Need Wicket Book

2009-08-18 Thread Gerald Fernando
is an excellent book. - Jeroen 2009/8/18 Haulyn R. Jasonsaharab...@gmail.com you can start from wicket tutorial, live demo http://wicketstuff.org/wicket13/and the quick start is very good: http://wicket.apache.org/quickstart.html On Tue, Aug 18, 2009 at 1:26 PM, Gerald Fernando

Shall we have(embed) a swf in wicket component(Panel or in wicket page).

2009-08-18 Thread Gerald Fernando
Hello Friends, Shall we have(embed) a swf in wicket component(Panel or in wicket page). I have swf that shows chart for dynamic data. i want to show my .swf file into wicket page or wicket panel if possible please give me modal code. I need urgent reply -- Thanksregards, Gerald A

Re: Shall we have(embed) a swf in wicket component(Panel or in wicket page).

2009-08-18 Thread Gerald Fernando
Nino sorry to say that i dont know that please tell me clear. if possible give some modal code ThanksRegards, Gerald A On Tue, Aug 18, 2009 at 6:45 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: stuff the panel in to the modal window 2009/8/18 Gerald Fernando gerald.anto.ferna

swf into wicket page

2009-08-19 Thread Gerald Fernando
Hello Friends, Shall we have(embed) a swf in wicket component(Panel or in wicket page). I have swf that shows chart for dynamic data. i want to show my .swf file into wicket page or wicket panel if possible please give me modal code. I need urgent reply -- Thanksregards, Gerald A

Re: swf into wicket page

2009-08-19 Thread Gerald Fernando
type=text/javascript/script /wicket:panel 2009/8/19 Gerald Fernando gerald.anto.ferna...@gmail.com: Hello Friends, Shall we have(embed) a swf in wicket component(Panel or in wicket page). I have swf that shows chart for dynamic data. i want to show my .swf file into wicket page

Re: Shall we have(embed) a swf in wicket component(Panel or in wicket page).

2009-08-20 Thread Gerald Fernando
onResourceRequested() { } } On Tue, Aug 18, 2009 at 10:41 PM, Gerald Fernando gerald.anto.ferna...@gmail.com wrote: Nino sorry to say that i dont know that please tell me clear. if possible give some modal code ThanksRegards, Gerald A On Tue, Aug 18, 2009 at 6:45 PM

what is modal window

2009-08-20 Thread Gerald Fernando
hi friends, what is modal window what is the difference between this and Panel what are the uses ThanksRegards, Gerald A -- Thanksregards, Gerald A

How to use link

2009-08-26 Thread Gerald Fernando
Hello Friends, this is my code add(new ListView(people, p.writeNews(arts)) { @Override protected void populateItem(ListItem item) { RSSReader person = (RSSReader)item.getModelObject(); item.add(new Label(title,

How to get Dynamic value of TextField

2009-08-26 Thread Gerald Fernando
Hello Friends, i have a TextField and button. when i click a button i need to get value of textField and pass it to the another function. How it is possible -- Thanksregards, Gerald A

Re: How to use link

2009-08-26 Thread Gerald Fernando
want to have a label inside the link add the label to the link instead of the item and use a markup like: a href=# wicket:id=linkspan wicket:id=titlename/span/a On 26.08.2009, at 12:00, Gerald Fernando wrote: Hello Friends, this is my code add(new ListView(people, p.writeNews(arts

Re: How to get Dynamic value of TextField

2009-08-26 Thread Gerald Fernando
I dont know how to attach model to form or textField. my requirement is that when i give input to text field and submit it gives some data then i want to populate the data into DataGrid or table view if possible give me some samples ThanksRegards, Gerald A On Wed, Aug 26, 2009 at 7:20 PM, Dipu

How to use session

2009-08-27 Thread Gerald Fernando
Hello Friends, I have page in which textField and button . when submit a form (onClick ) i need to call same page and pass argument to that page. so that page will take argument from session variable.How to store and how to get that value *for loading same page*,Shall i call the page using

Re: How to use session

2009-08-28 Thread Gerald Fernando
hi Thomerson, Actually my page(RSSPage) this call sectorPanel class extends Panel like public class RSSPage extends WebPage { public RSSPage(){ add(new sectorGrid(sector); } } public class sectorGrid extends Panel { private String param=null; private TextField input;

Re: How to use session

2009-08-29 Thread Gerald Fernando
Thomerson Thank You very much. I have done successfully from your idea. ThanksRegards, Gerald A On Fri, Aug 28, 2009 at 9:13 PM, Jeremy Thomerson jer...@wickettraining.com wrote: So, declare the constructor that you need to pass in the variable. It's okay to have multiple constructors.

Shall we create a menu in wicket?

2009-09-16 Thread Gerald Fernando
Shall we create a menu in wicket?if it possible , please tell me how to create menu -- Thanksregards, Gerald A

xml+wicket component

2009-07-08 Thread Gerald Fernando
Hello Friends, i am Gerald Anto Fernando,since past 7 days i have started to learn Wicket. As I am debut to wicket,please forgive me if i ask any small questions. shall we bind the data from xml file into wicket component. If it possible please give me some models. Thanking You, Gerald Anto

Re: xml+wicket component

2009-07-08 Thread Gerald Fernando
an xml file. 2. You want to display the whole xml as HTML. 3. You use XSLT to transform the XML into HTML. 4. You do not need Wicket. ** Martin 2009/7/8 Gerald Fernando gerald.anto.ferna...@gmail.com: Hello Friends, i am Gerald Anto Fernando,since past 7 days i have started to learn

Re: xml+wicket component

2009-07-08 Thread Gerald Fernando
our database data comes as xml file. How do i display it in client side using wicket On Wed, Jul 8, 2009 at 3:18 PM, Linda van der Pal lvd...@heritageagenturen.nl wrote: So is the XML replacing a database? Or is it meant more like internationalization? Regards, Linda Gerald Fernando

what is wicket

2009-07-14 Thread Gerald Fernando
Hello Friends, Am Gerald, new to wicket. can anyone say about wicket and advantages over other technologies it is very useful to my next step. please help me ThanksRegards, Gerald A

how to Get Context path

2009-07-17 Thread Gerald Fernando
Hello Friends, how to get the context path of current class ThanksRegards, Gerald A

How to get context path of Application

2009-07-17 Thread Gerald Fernando
How to get context path of Application Thanks7Regards, Gerald A

Re: How to get context path of Application

2009-07-17 Thread Gerald Fernando
expecting your reply urgent. Thanksregards, Gerald A On Fri, Jul 17, 2009 at 1:12 PM, Linda van der Pal lvd...@heritageagenturen.nl wrote: What is it exactly you are trying to do? Linda Gerald Fernando wrote: How to get context path of Application Thanks7Regards, Gerald

Re: How to get context path of Application

2009-07-17 Thread Gerald Fernando
().getRequest()).getHttpServletRequest().getContextPath() Alex Objelean Linda Gerald Fernando wrote: Hi Linda, Actually my page need to call a XML file.I have stored that file in my web content .error shows that the system could not find the file.but i give a absolute path it is working so

Re: how to Get Context path

2009-07-17 Thread Gerald Fernando
Yes i mean context path of current class ThanksRegards, Gerald A On Fri, Jul 17, 2009 at 6:32 PM, Linda van der Pal lvd...@heritageagenturen.nl wrote: Per, Look at the reply he gave me to that same question. Linda Per Newgro wrote: Gerald Fernando schrieb: Hello Friends, how

Tab panel child

2009-07-20 Thread Gerald Fernando
Hello Friends, How can i do tab panel with child coponent. when i click first tab it should shows a Grid 2nd tab - panel 3rd tab - another componet 4th tab - Another componet how can i achieve this? if possible give me some model code -- Thanksregards, Gerald A

Re: Tab panel child

2009-07-20 Thread Gerald Fernando
: You mean wicket TabbedPanel component? http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=:org.apache.wicket.examples.compref.TabbedPanelPage ** Martin 2009/7/20 Gerald Fernando gerald.anto.ferna...@gmail.com: Hello Friends, How can i do tab panel with child coponent

Re: Tab panel child

2009-07-21 Thread Gerald Fernando
, Martin Makundi martin.maku...@koodaripalvelut.com wrote: You mean wicket TabbedPanel component? http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=:org.apache.wicket.examples.compref.TabbedPanelPage ** Martin 2009/7/20 Gerald Fernando gerald.anto.ferna

Re: Tab panel child

2009-07-21 Thread Gerald Fernando
are your grid, etc. content panels. Into the content panel you put the grid or whatever you want. ** Martin 2009/7/21 Gerald Fernando gerald.anto.ferna...@gmail.com: Hi martin, this is my code. now i have to insert separate page for each tab. these pages includes one for data grid and one

Re: Tab panel child

2009-07-21 Thread Gerald Fernando
Hi marchin, in your code HashMapString, Panel tabMap = new HashMapString, Panel(); - this is a line which shows error there is is error such as Parameterized types are only avilable if source level is 5. what is this error how can i solve it? ThanksRegards, Gerald A On Tue, Jul 21, 2009 at

how to show a page in a TabPanel

2009-07-21 Thread Gerald Fernando
Hello Friends, i have a TabPanel with 3 tabs. shall we have another page for every tab? shall i use setContentPage? is it possible -- Thanksregards, Gerald A

page content in panel

2009-07-22 Thread Gerald Fernando
i used java 1.6 wicket 1.2.7 jar wicket-extensions 1.2.7 jar with Eclipse is it enough? Please give me quick reply -- Thanksregards, Gerald A

What are the jar files needed.

2009-07-22 Thread Gerald Fernando
What are the jar files needed. now i have got wicket 1.4 . what are jar files those i have to add in webcontent lib folder i have included wicket 1.4rc5.jar wicket-extension 1.4rc5.jar but in my code ,it shows the error such as import org.apache.wicket cannot be resolved WebApplication cannot

Doubt please help me to clear

2009-08-02 Thread Gerald Fernando
Hello Friends, Could you please tell me things of Wicket Flex what are the advantages of both. what are the disadvandages.(Flex) Comapre Flex and Wicket Both are used to easy web development. Flex is also has a good UI Development.(I came to know that) -- Thanksregards, Gerald A

Re: Doubt please help me to clear

2009-08-03 Thread Gerald Fernando
application is littlebit safer because FULL data always remains on server. In Flex sometinmes programmer may compromise and send critical data to CLIENT BROWSER. ** Martin 2009/8/3 Gerald Fernando gerald.anto.ferna...@gmail.com: Hello Friends, Could you please tell me things of Wicket

wicket 1.2.7 to 1.4-rc5 Error

2009-08-07 Thread Gerald Fernando
Hello Friends, previously i used wicket 1.2.7 jar wicket extension 1.2.7 jar and servlet-api-2.5-6.0.1.jar my wicket page is worked well. now i have changed wicket 1.4-rc5. jar wicket extension 1.4-rc5. jar and servlet-api-2.5-6.0.1.jar my web.xml written like this ?xml version=1.0

Re: wicket 1.2.7 to 1.4-rc5 Error

2009-08-07 Thread Gerald Fernando
assume you use log4j for logging, you would also have to include slf4-log4j12.jar. I use the follwing: slf4j-api-1.5.8.jar slf4j-log4j12-1.5.8.jar log4j-1.2.14.jar Hope this helps, Jens -Ursprüngliche Nachricht- Von: Gerald Fernando [mailto:gerald.anto.ferna...@gmail.com

Re: wicket 1.2.7 to 1.4-rc5 Error

2009-08-07 Thread Gerald Fernando
...@koodaripalvelut.com Are you using Maven? That's the easiest solution. Otherwise you can try to google jar finder. ** Maritn 2009/8/7 Gerald Fernando gerald.anto.ferna...@gmail.com: Hi Jens, how to get these jar files and where to include it? please give me urgent solution

Re: wicket 1.2.7 to 1.4-rc5 Error

2009-08-07 Thread Gerald Fernando
. ThanksRegards, Gerald Anto Fernando 2009/8/7 Greven, Jens jgre...@pma.de Hi Gerald, Have a look at http://logging.apache.org/log4j/1.2/download.html and http://www.slf4j.org/download.html. Rgds Jens -Original Message- From: Gerald Fernando [mailto:gerald.anto.ferna

Help in panel design

2009-08-10 Thread Gerald Fernando
Hello Friends, I have created a panel(both java and html page). now i need to view a 3 panels in the home page each should same height and width or diffrent height and width. I mean how to i set height and width of that panel -- Thanksregards, Gerald A

pannels with diffrent width and height

2009-08-10 Thread Gerald Fernando
I have created panel.now i want to show that panel with diffrent width and height in another page(3 panels). is it possible? if so help me how to do it. am eagerly waiting for your reply -- Thanksregards, Gerald A

Re: pannels with diffrent width and height

2009-08-10 Thread Gerald Fernando
it will place one bye one but i need next to next.column wise ThanksRegards, Gerald A On Mon, Aug 10, 2009 at 3:41 PM, Wilhelmsen Tor Iver toriv...@arrive.nowrote: I have created panel.now i want to show that panel with diffrent width and height in another page(3 panels). div

Re: pannels with diffrent width and height

2009-08-10 Thread Gerald Fernando
i used table but it will not be placed in the full page even i put table height and width = 100% if possible please explain little bit about div with CSS float: etc. in the page template. On Mon, Aug 10, 2009 at 5:24 PM, Wilhelmsen Tor Iver toriv...@arrive.nowrote: it will place one bye one