Re: Reg next line character in the passed String

2009-07-28 Thread Swapna Rachamalla
s-3 */ > white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ > white-space: -pre-wrap; /* Opera 4-6 */ > white-space: -o-pre-wrap; /* Opera 7 */ > /* width: 99%; */ > word-wrap: break-word; /* Internet Explorer 5.5+ */ > } > > > &g

Re: Reg next line character in the passed String

2009-07-27 Thread Swapna Rachamalla
ring + AMfgNames + BMfgNames + CMfgNames + DMfgNames + EMfgNames + FMfgNames + GMfgNames + HMfgNames ; mfgLink.add(new Label("mfgName", finalString).setRenderBodyOnly(true)); wmc.add(mfgLink); rv.add(wmc); add(rv); } On Fri, Jul 24, 2009 at 8:55 PM, Jeremy Thomerson wrote: > You said in

Re: Reg next line character in the passed String

2009-07-24 Thread Swapna Rachamalla
dia Tech | Avital | Avteq | AXIS | AXIS COMMUNICATION INC. | AXSYS | Axcess Technology | Axion | Axxess | Azden | Thanks Swapna. On Fri, Jul 24, 2009 at 4:00 PM, Igor Vaynberg wrote: > put it into tags > > -igor > > On Fri, Jul 24, 2009 at 3:58 PM, Swapna > Rachamalla wrote: &

Reg next line character in the passed String

2009-07-24 Thread Swapna Rachamalla
Hi All the code in *html*: [Manufacturer Name] the code in *Java *file: RepeatingView rv = new RepeatingView("mfg"); WebMarkupContainer wmc = new WebMarkupContainer(rv.newChildId()); BookmarkablePageLink mfgLink = null; String finalString =""; String AMfgNames = "\n\n"+" A "+"\n\n"; String BMf

Re: Hi

2009-02-15 Thread Swapna Rachamalla
Thank you On Sun, Feb 15, 2009 at 6:48 PM, Willis Blackburn wrote: > Swapna, > > You can set up the radio buttons to submit the form via ajax when the user > clicks on. See AjaxFormSubmitBehavior. > > W > > > > On Feb 15, 2009, at 8:13 PM, Swapna Rachamalla wro

Hi

2009-02-15 Thread Swapna Rachamalla
Hi Using Apache Wicket: I have a form.In that form i have Radio button group like: Country - USA - UK I dont have any submit buttons for the form. I have added Only RadioButton Group. But i want to write some logic based on selection of Radio button selection. do we have any method to

Anyone have idea on ofbiz framework

2009-02-13 Thread Swapna Rachamalla
Hi Anyone have any idea on ofbiz framework Thanks Swapna On Fri, Feb 13, 2009 at 10:04 AM, Igor Vaynberg wrote: > in your form.onsubmit() you can check the value of the model - which > will give you the selected option. > > -igor > > On Fri, Feb 13, 2009 at 9:54 AM,

Reg Radio button

2009-02-13 Thread Swapna Rachamalla
Hi All I have a Radio button group For eg imagine Country: - USA - UK - etc If one of the country is selected i want to write logic( if any one of the option is selected.) which method i have to override for this.( For eg if we have a link then we override the method onClick() and if i

Re: How to execute Wicket project in Eclipse

2009-02-07 Thread Swapna Rachamalla
he exploded application. Will automatically locate > web.xml >applicationContext.setWar( APPLICATION_BASE_DIRECTORY ); > >// set the application context onto the server >server.setHandler( applicationContext ); > >// kill server on shutdown > server.set

Re: How to execute Wicket project in Eclipse

2009-02-06 Thread Swapna Rachamalla
.google.com/p/run-jetty-run/ > > Trent > > On Fri, Feb 6, 2009 at 2:43 PM, Swapna Rachamalla < > swapna.rachama...@gmail.com> wrote: > > > Hi All > > > > I have installed Apache wicket plug-ins in Eclipse. > > > > Now iam able to create Wicket Pr

How to execute Wicket project in Eclipse

2009-02-06 Thread Swapna Rachamalla
Hi All I have installed Apache wicket plug-ins in Eclipse. Now iam able to create Wicket Project from File->New->Other->Wicket->Wicket Project. Then it is asking for Project name. So gave some name.. Then it is creating MyApplication which extends WebApplication and configured in the web.xml fi

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
Hi i have tried with these jars also. Thanks Swapna On Wed, Feb 4, 2009 at 4:01 PM, Marcelo Morales wrote: > you will need 3 jars if want log4j > slf4j-api.jar > slf4j-log4j12 > log4j.jar > > On Wed, Feb 4, 2009 at 5:45 PM, Swapna Rachamalla > wrote: > > Hi >

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
the logging slf4j jars. please use maven to manage > your dependencies if you do not know how to resolve problems like > this. > > -igor > > On Wed, Feb 4, 2009 at 1:45 PM, Swapna Rachamalla > wrote: > > Hi > > > > I have looked into those log files. > > >

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
filter HelloWorldApplication On Wed, Feb 4, 2009 at 1:22 PM, Marcelo Morales wrote: > Hi > Check the other log. Usually there are two logs on vanilla tomcat, > catalina-* and localhost-* > > On Wed, Feb 4, 2009 at 5:18 PM, Swapna Rachamalla > wrote: > > Hi > > &

Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
Hi I Have developed HelloWorld example using Apache Wicket which is given http://wicket.apache.org/examples.html. I have compiled the java files Successfully. But while starting the tomcat 5.5 web server iam getting the following error. org.apache.catalina.core.StandardContext start SEVERE: Err