Date Validation not validating 01/01/2ee0 date in struts 1.2

2013-02-20 Thread Ashish
} Ashish

Reset Form values from action class - struts 1.2

2013-04-03 Thread Ashish
Hi What is the best way to rest form values from Action class, for example i have an application where users adds data from a webpage and redirected to the same page when data is inserted successfully, i tried form.reset(...) method but it is not working, is there any other way to do so Ashish

Strategy for navigation in struts 1.2

2013-04-15 Thread Ashish
page as reference to this add page, and then using java script forward the action back to calling page. 2. How to maintain this search criteria for each page? Ashish

Re: Strategy for navigation in struts 1.2

2013-04-15 Thread Ashish
Hi I can save it in session, just dont want to add all the search criteria's in session, but will have to do some thing like save only last search criteria or form in session, Ashish > On April 15, 2013 at 12:42 PM Eric Lentz wrote: > > > Requirement 4 seems a litt

Re: Strategy for navigation in struts 1.2

2013-04-15 Thread Ashish
Hi What is the best strategy to redirect or forward to that calling page, i dont like to do that from java script, is there some common method which i can create which can forward to this saved path in session Ashish > On April 15, 2013 at 3:24 PM Paul Benedict wrote: > > > The

problem with element in struts-config.xml

2004-10-14 Thread Ashish Kulkarni
path gets messed up and i dont see any images, but if i declare it as it works fine, but then i dont get error messages set in action class. So how do i work make it work Ashish __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We

struts validation and resource file

2004-10-14 Thread Ashish Kulkarni
resource file approvals, but struts is not able to get the replace the value during validation, on screen i get error message as "approval.006 is required" Ashish ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote

Re: problem with element in struts-config.xml

2004-10-15 Thread Ashish Kulkarni
Hi Thanx for the reply, does solve all my issues with forward Ashish --- Jeff Beal <[EMAIL PROTECTED]> wrote: > When redirect is "true" a message is sent to the > browser to get the new > resource. This means that the browser is aware of > the path of your > err

upgrading from struts1.1 to struts 1.2.4

2004-10-15 Thread Ashish Kulkarni
Hi Is there any place where i can find all the changes between struts 1.2.4 and struts1.1, and any documentation for upgrading to 1.2.4 Ashish = A$HI$H __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http

struts 1.2.4 validation and resource bundle problem

2004-10-19 Thread Ashish Kulkarni
below But the resource is not found i get null on the jsp page What may be the reason Ashish ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

struts validation and resource bundle

2004-10-21 Thread Ashish Kulkarni
dont get the text replaced in my error message, what may be the reason, how do i debug it Ashish ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

Best practises to get message resource in java class,

2004-10-22 Thread Ashish Kulkarni
struts, so can be used in any web application. What will be the best way to do so Ashish __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail

user@struts.apache.org

2004-10-25 Thread Ashish Kulkarni
to following tag No getter method available for property MASTERVENDOR for bean under name VendorCollectionForm I am populating VendorCollectionForm with a class called VenMaster which has getMASTERVENDOR() and getDESCRIPTION() method How do i get it working Ashish

lossing the values when returing to jsp if any error in Action class

2004-10-25 Thread Ashish Kulkarni
Hi I have a jsp which has a dropdown box, in my dispatch Action class i populate a ArrayList and store in request and pass it to my jsp, the user then selects one value from this dropdown and hits enter, In my action class i call the business logic class, which tries to insert this value in datab

using dropdown box

2004-10-26 Thread Ashish Kulkarni
Hi Can some on provide a example of using http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: using dropdown box

2004-10-26 Thread Ashish Kulkarni
quest, and hit submit i loose the arrayList Ashish --- Rosemary Philip <[EMAIL PROTECTED]> wrote: > Ashish, > > not sure if the following is what you are looking > for. I am doing a > simple modifying the lookup table. > > > in my jsp > name="&l

mulitpage form in struts

2004-10-26 Thread Ashish Kulkarni
Hi Is there example for handling multipage form, which handles validation on each page, and handle forward-backward navigation buttons. Ashish __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com

[OT] SQL in XML file

2004-10-27 Thread Ashish Kulkarni
have to write a new one Ashish __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL

data entry screen with more then one jsp page

2004-10-27 Thread Ashish Kulkarni
Hi Has anyone developed a data entry screen which spans more then one jsp page, This framework must do validation on each page, and provide navigation buttons to go one page to other or come back and see the data entered How do i processed with this requirement Ashish

RE: [OT] SQL in XML file

2004-10-27 Thread Ashish Kulkarni
will execute it and return resultset to ClassA Ashish --- "David G. Friedman" <[EMAIL PROTECTED]> wrote: > Ashish, > > Where do you want your resultSet returned? You can > use Hibernate(.org) in a > webapp or stand-alone (even command line) program. > It u

RE: [OT] SQL in XML file

2004-10-27 Thread Ashish Kulkarni
and execute the querry and return resultset, So in future i can change my SQL to be Select myfield,myfield2 from ABC myfied without having to change my code or compile it I think i will look into iBatis to see if i can use it Regards Ashish --- "David G. Friedman" <[EMAIL PROT

[OT]Templates of various documents

2005-06-13 Thread Ashish Kulkarni
Ashish __ Discover Yahoo! Get on-the-go sports scores, stock quotes, news and more. Check it out! http://discover.yahoo.com/mobile.html - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: AW: [OT]Templates of various documents- got the site

2005-06-13 Thread Ashish Kulkarni
Hi found this site http://readyset.tigris.org/ very good site for templates ashish --- Leon Rosenberg <[EMAIL PROTECTED]> wrote: > Try http://www-306.ibm.com/software/rational/ and > search / try for RUP. > > Regards > Leon > > > -Ursprüngliche Nachricht

[OT]question about ibatis, error when loading resource properties file

2005-07-01 Thread Ashish Kulkarni
Hi I am trying SQLMap as stand alone application, here is my folder structure c: --test | --com | ashish | --data | -- SQLMapConfig.xml

[OT]java bean question

2005-07-01 Thread Ashish Kulkarni
can find specification for java bean Ashish __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail

whats new with struts?? no beta for download

2005-07-18 Thread Ashish Kulkarni
JSF Ashish __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[OT]Blocking authority to access JSP

2005-08-02 Thread Ashish Kulkarni
Hi I have been trying to block access to jsp directly, here is my folder structure pages -- | A$HI$H Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs -

[OT]Blocking authority to access JSP - ignore previous mail

2005-08-02 Thread Ashish Kulkarni
Hi I have been trying to block access to jsp directly, here is my folder structure pages -- | --index.jsp --access.jsp --logo.gif In my web-xml file if i add Restrict access to JSP pages /pages/* it blocks logo.gif also, and i cannot add Restrict acces

Re: [OT]Blocking authority to access JSP - ignore previous mail

2005-08-02 Thread Ashish Kulkarni
I know wish i could not, but the design is that we have all the images in a folder images which is under pages, it sort of sucks seems the *.jsp works some times and some times not i guess it works on tomcat and not on websphere --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > From

[OT] Web application for software distribution

2005-08-07 Thread Ashish Kulkarni
of web application 7, allow users to ask for specific funcatinality (JCP sort of thing where user can define specifications to be added in software) Ashish Start your day with Yahoo! - make it your home page http

Re: [OT] Web application for software distribution..any solution

2005-08-08 Thread Ashish Kulkarni
--- Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > We have a developed a inhouse web application for > internal clients, these internal clients are at > various locations in USA. > I need a web application to deliver this developed > web > application war file, and

[OT]Web application for software distribution...any solution

2005-08-08 Thread Ashish Kulkarni
specifications, so can be part of web application 7, allow users to ask for specific funcatinality (JCP sort of thing where user can define specifications to be added in software) Ashish A$HI$H __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

[OT] Find properties file in classpath

2005-08-17 Thread Ashish Kulkarni
Hi how do i find all the properties file available in classpath?? Ashish __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [OT] Find properties file in classpath

2005-08-17 Thread Ashish Kulkarni
Hi is there a problem if i do some thing like below URL url = null; url = this.getClass().getClassLoader().getResource("approvals.properties"); if(url== null) { ClassLoader.getSystemResource("approvals.properties"); } Ashish

[OT]properties file question

2005-08-31 Thread Ashish Kulkarni
Hi i have a properties file where in i define all the connection options like date format=iso time format=hms I am having problem with this file when running in turkey because of space character. is there a way i can convert this properties file to work in all languages Ashish

[OT] Identify web user in intranet

2005-02-09 Thread Ashish Kulkarni
particular screen if the user is using a perticular computer or network node Ashish __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo

Re: [OT] Identify web user in intranet

2005-02-10 Thread Ashish Kulkarni
had static ip address then i would have a cross reference table and make it work, but since there is dynamic IP address, i cannot do this.. how can we handle this situation, Ashish --- [EMAIL PROTECTED] wrote: > There is the MAC address, but only if you are > connected to the same > s

Re: [OT] Identify web user in intranet

2005-02-10 Thread Ashish Kulkarni
manufactoring some thing else... How to tackle this issue Ashish --- Jeff Beal <[EMAIL PROTECTED]> wrote: > If I were to be given this requirement, I'd just > create a bookmark with > the appropriate floor number on each computer. For > computers on the > fourth floor, I&#x

Re: [OT] Identify web user in intranet

2005-02-10 Thread Ashish Kulkarni
Hi Thanx for all the information, i can now try to find a solution using one of the ways Ashish --- PA <[EMAIL PROTECTED]> wrote: > > On Feb 10, 2005, at 16:44, PA wrote: > > > Well... there is no simply solution to this > problem... to make matter > > wors

RE: Validation Strategies?

2005-02-14 Thread Ashish Kulkarni
build a mapping to transfer these messages from ErrorMessage class to Strusts ActionErrors class, for swing we used these ErrorMessage directly to display messages, so we did not had to duplicate any code Ashish --- "Rooney.Dave" <[EMAIL PROTECTED]> wrote: > > -Original

Re: [OT] Auto comment generation

2005-02-17 Thread Ashish Kulkarni
Hi http://jalopy.sourceforge.net/ this is a pretty cool plug-in to format the code as well as add java documentation Ashish --- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: > Anyone know of a tool (Eclipse plug-in perhaps?) > that will take a Java > source file an

[OT] java date and time issue

2005-02-17 Thread Ashish Kulkarni
different parts of world, Regards Ashish __ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: java.util.Date vs java.sql.Timestamp

2005-02-22 Thread Ashish Kulkarni
Hi I would read the property as a String and then use SimpleDateFormat to convert it to time stamp, i am not sure if this conversion is done automatically in bean public setMyDate(String myDateString) { //i dont remmember the date format try { SimpleDateFormat format = new SimpleDateFormat(); java

Re: Placing message beans inside other tages

2005-03-10 Thread Ashish Kulkarni
Hi I dont think you can do that, --- haim <[EMAIL PROTECTED]> wrote: > HI. > > Please forgive me if this is a stupid question , I > failed to find an > answer for this issue. > > How do I place a message into an attribute of a > taglib. > For example lets assume that I want to place the src > of

[OT] tool to compate properties file

2005-04-04 Thread Ashish Kulkarni
Hi is there a tool which will compare properties file and highlight missing keys. I have a situtation where i have properties files in different languages, i want to compare to see if there are any keys missing in any of those files Is there any open source or free tools?? Ashish

[OT] edit HTML code on fly using java

2005-04-06 Thread Ashish Kulkarni
code, and add some tags and modify some text and then send this modified response to the browser, Is there some utility which will help in doing this, i dont want to work with strings manipulation but some kind of class which will allow me to work with the HTML as XML file regards Ashish A$HI$H

RE: [OT] edit HTML code on fly using java

2005-04-06 Thread Ashish Kulkarni
request for that particular jsp Ashish --- "Fogleson, Allen" <[EMAIL PROTECTED]> wrote: > Actually if it is something that occurs on every > request im not even > sure I would go the filter route. Post processing > the html is going to > be expensive in terms of performan

[OT]Tool to find amount of data transfered in web application

2005-04-07 Thread Ashish Kulkarni
site from client browser machine Ashish __ Do you Yahoo!? Yahoo! Personals - Better first dates. More second dates. http://personals.yahoo.com - To unsubscribe, e-mail: [EMAIL

RE: [OT]Tool to find amount of data transfered in web application

2005-04-07 Thread Ashish Kulkarni
Hi I need this tool to find out the bandwidth used when using a green screen (clinet access) application and bandwidht when using web application Ashish --- "Fogleson, Allen" <[EMAIL PROTECTED]> wrote: > You might check out jmeter > (http://jakarta.apache.org/jmeter/index.ht

Re: [OT] Open source paginator

2005-04-08 Thread Ashish Kulkarni
Hi http://kulkarni_ash.tripod.com/howto/jsptaglib-howto.html Ashish --- Rick Reumann <[EMAIL PROTECTED]> wrote: > N G wrote the following on 4/7/2005 3:31 PM: > > Does anyone know of some open source paginator > package out there? > > Something generic enough that you c

[OT]question about open source data base selection

2005-04-11 Thread Ashish Kulkarni
prefer, and also which is a real open source where i dont have to worry about license. I have a list like mysql, postgre sql, Ingres by CA, Derby from apache , Ashish __ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile

[OT] get real path to jar file in jsp folder

2005-04-11 Thread Ashish Kulkarni
my.jar in my servlet, I need to read manifest in this jar file through my servlet. this code should work on all platforms Ashish A$HI$H __ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com

[OT]find available language property files in a web application

2005-04-13 Thread Ashish Kulkarni
user can select the language he wants to see the web site Ashish __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources

ActionMessage and resource bundle

2005-04-21 Thread Ashish Kulkarni
uot; in maps message file, Ashish __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTE

question about jstl tag c:if

2005-04-26 Thread Ashish Kulkarni
ot;singlesignon" in object of class "org.apache.struts.validator.DynaValidatorForm" using operator "." (null) in sturts-config.xml file i have defined So how can i use this in jstl tag library ashish __ Do You Yahoo!? Tired of spam? Yahoo! Mai

RE: question about jstl tag c:if

2005-04-26 Thread Ashish Kulkarni
Thanx It works, Ashish --- "Karr, David" <[EMAIL PROTECTED]> wrote: > From a JavaBeans point of view, the "dyna" > attributes are not attributes > of the DynaValidatorForm, they are entries in a > "map" that is an > attribute of the

Re: OT: html list

2004-11-02 Thread Ashish Kulkarni
Hi Look at http://www.javaranch.com/ --- andy wix <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know of a mailing list similar to this > one for html problems? > > cheers, > Andy > > _ > Want to block unwanted pop-ups? Download

[OT] access Microsoft Access database from remote machine

2004-11-15 Thread Ashish Kulkarni
Ashish __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

struts and applets

2004-11-15 Thread Ashish Kulkarni
applet. If i have to replace this servlet part with struts Action class, how do i define it in my struts-config file and what will be the form and where do i forward it after completion. Ashish __ Do you Yahoo!? Meet the all-new My Yahoo! - Try

[OT] secure jsp in web application

2004-11-17 Thread Ashish Kulkarni
?? Ashish = A$HI$H __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [OT] secure jsp in web application

2004-11-17 Thread Ashish Kulkarni
Hi I dont want anyone to access them, still do i have to add auth-constraint in web.xml file?? if yes how do i add them with no user?? Ashish --- Saravanan Veerappan <[EMAIL PROTECTED]> wrote: > Can you post the entire web descriptor? i don't see > auth-constraint specified in

[OT] Ant question

2004-11-23 Thread Ashish Kulkarni
, How do i say in ant script to copy empty directory also. This is my ant script Ashish __ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com

[OT] different java versions in same project

2004-11-28 Thread Ashish Kulkarni
data in java class and send this class to applet which reads data from these classes and do the plotting Any suggestions Ashish __ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com

caching large data in web application

2004-11-28 Thread Ashish Kulkarni
Ashish __ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: caching large data in web application

2004-11-29 Thread Ashish Kulkarni
Hi The data which i want to cache has about 1 rows and i want to cache it in may be servlet context, what is the best way to cache it, do i just create a java bean and cache it or some kind of mechanism already exist like Hibernation (i am not sure what is does) Ashish --- "Frank W. Zam

data caching in web application

2004-11-29 Thread Ashish Kulkarni
there some better way so i can querry this cached data using keys as if using primary key in SQL statment Ashish __ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com

Hibernate for data caching

2004-12-01 Thread Ashish Kulkarni
Hi Has anyone used Hibernation for data caching, i have a table in DB2 on AS400 which has about 1 records i want to cache this data in my web application so can improve performance Ashish __ Do you Yahoo!? All your favorites on one personal

what is the current production version of struts??

2004-12-08 Thread Ashish Kulkarni
Hi what is the current production version of struts, is it 1.2.4 or 1.2.5 or 1.2.6, I have a current struts project using 1.1, and have apportunity to migrate to new struts version, which one should i jump on My application will be going live in next 2 months Ashish

Re: what is the current production version of struts??

2004-12-08 Thread Ashish Kulkarni
Hi If 1.2.4 is current release then what are 1.2.5 and 1.2.6, why there are 2 builds which are in development version and not only one? Ashish --- Hubert Rabago <[EMAIL PROTECTED]> wrote: > Right now it's still 1.2.4 > http://struts.apache.org/download.cgi#struts124 > >

Re: what is the current production version of struts??

2004-12-09 Thread Ashish Kulkarni
should be an easy task Ashish --- Hubert Rabago <[EMAIL PROTECTED]> wrote: > Also, just because they label something beta, > doesn't mean you should > ignore it. You could try it out, and if it meets > your needs, or has > features you want to use, then use it. Fr

Re: Websphere discussion group

2004-12-16 Thread Ashish Kulkarni
Hi try http://saloon.javaranch.com Ashish --- Vicky <[EMAIL PROTECTED]> wrote: > Does anyone know if there websphere application > server > discussion group/forum exist? > > Thanks, > Vicky > > > > >

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Ashish Kulkarni
Hi Do u care about AS400 system value, if so then Key os.name Value OS/400 Ashish --- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: > I was informed last OT post I made that the subject > should always > include the word "beer". I added the "free"

Re: Struts and DreamWeaver

2004-12-23 Thread Ashish Kulkarni
Hi I use macro media dreamweaver and can add tag library and so can support struts or jstl, i explained my graphical designer to use these tags instead of html tags and it worked out well, try teaching graphical designer to use tags.. Ashish --- Erik Weber <[EMAIL PROTECTED]> wrote: > I

[OT] store web application specific data

2005-01-04 Thread Ashish Kulkarni
good tutorial with example of doing such kind of thing) Ashish __ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com - To unsubscribe, e

[OT] struts jsp tags or jstl tags

2005-01-05 Thread Ashish Kulkarni
Hi I am working on a project, need some suggestion on using tag library which do i use struts or jstl? what is the difference , do jstl be to replace tag of struts Ashish __ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more

Re: [OT] struts jsp tags or jstl tags..equivalent taglibs for

2005-01-05 Thread Ashish Kulkarni
some pretty good Struts-specific > functionality you won't find > in the JSTL. > > -- Jeff > > Ashish Kulkarni wrote: > > > Hi > > I am working on a project, need some suggestion on > > using tag library > > which do i use str

help in defining the flow of action class and jsp in my struts application

2005-01-07 Thread Ashish Kulkarni
class to go and get data from database but some how use the data already loaded. 7 If there is no error then jsp page will display the form data How will struts-config.xml file look for this kind of application?? Regards Ashish __ Do you Yahoo

RE: JSP bean-- commclipse plugin info

2005-01-07 Thread Ashish Kulkarni
Hi sounds like a good plugin, but was not able to google it, can you give the website from where i can download this plugin Ashish --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] >

user@struts.apache.org

2005-01-07 Thread Ashish Kulkarni
Hi is it possible to use in my jsp i have defined Ashish __ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail

RE:

2005-01-07 Thread Ashish Kulkarni
Hi i would like to use option tag from struts, do you have a example, i dont see any in struts-examples Ashish --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Ashish Kulkarni > [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 07

struts and testing

2005-01-10 Thread Ashish Kulkarni
Hi what is the best way of testing struts action classes, i need to do functional testing as well as unit/integration testing. I also need to create a scenario as if 5 or 10 users are logged on to the web site Ashish = A$HI$H __ Do you

user@struts.apache.org

2005-01-10 Thread Ashish Kulkarni
Hi How do i display a drop down box from hashtable data here is my form definiation in my html i define // logic to display html:select with html:option tag Ashish __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http

Re:

2005-01-11 Thread Ashish Kulkarni
her then adding this code Ashish --- Brandon Mercer <[EMAIL PROTECTED]> wrote: > Ashish Kulkarni wrote: > > >Hi > >How do i display a drop down box from hashtable > data > >here is my form definiation > > >type="org.apache.struts.validator.DynaValidat

[OT]Hashtable Vs Hashmap, Vector Vs ArrayList

2005-01-11 Thread Ashish Kulkarni
Hi what is difference between Hashtable and Hashmap , also Vector and ArrayList. What are key points to consider when selecting one over the other Ashish __ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http

Re: help : paging in struts view

2005-01-14 Thread Ashish Kulkarni
Hi Have a look at this http://kulkarni_ash.tripod.com/howto/jsptaglib-howto.html Ashish --- sachin <[EMAIL PROTECTED]> wrote: > hi all , > > how to achieve paging in struts views ? > > so that all the records can be viewed by prevoius , > next links > There are func

Re: Two Data Base Connections in struts-config.xml ?

2005-01-17 Thread Ashish Kulkarni
Yes it is possible, just have 2 data source definition i guess --- Jay Chandran <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to connect to two databases from a > struts application. > ie basically is it possible two add two database > connectivity in > struts-config.xml? > > Regards, >

open new window form struts action

2005-01-19 Thread Ashish Kulkarni
7;, config='height='+height+', width='+width+', toolbar=no, menubar=no,scrollbars=no,resizable=no, location=no,directories=no, status=no ,offscreenBuffering=false'); Ashish __ Do you Yahoo!? Meet the all-new My Yah

Re: open new window form struts action..java script variable

2005-01-19 Thread Ashish Kulkarni
he already open window, how will you handle this situation Ashish --- [EMAIL PROTECTED] wrote: > Geez, I wish I'd have known that before! So are you > saying that if the browser doesn't recognize the > target as one of the predefined types, it will > assume it should open a

RE: open new window form struts action..java script variable

2005-01-20 Thread Ashish Kulkarni
Hi it is not the name, when you exit from that jsp page and revisit it, the variable is defined again, and does not refer to the previously defined, and so have no clue of te open browser window Ashish --- "David G. Friedman" <[EMAIL PROTECTED]> wrote: > Why not set the windo

[OT]Applet question, open in new JVM

2005-01-24 Thread Ashish Kulkarni
Hi I was working on a Applet in which i had some static methods in a class with some applet data, it was working great untill i had to develop another applet which uses these static methods, now the problem is the data is getting mixed when i open both the applets. i want to know if i can open the

Re: [OT]Applet question, open in new JVM

2005-01-25 Thread Ashish Kulkarni
Hi i know the it was a very very OFF TOPIC question yes i have started changing my code and do some thing like DAO in applet :-) where in the display screen will have no knowledge of data and will use a DAO fatory to get data object at the time of painting Ashish --- Duncan Mills <[EM

[OT] a design question

2005-01-25 Thread Ashish Kulkarni
String parm1, parm2; public GetData(String parm1, String parm2) { this.parm1 = parm1; this.parm2 = parm2; } public void doSomeThing(String parm3) { // do some logic here } } ashish __ Do you Yahoo!? All your

Re: [OT] a design question.. have a look at this class

2005-01-26 Thread Ashish Kulkarni
= true; } } public static GetData getInstance() { return instnace; } public String workString(String three) { return parm1 + parm2 + three; } } Ashish --- Eddie Bush <[EMAIL PROTECTED]> wrote: > I tend to follow the JavaBeans co

[OT] a java question

2005-01-26 Thread Ashish Kulkarni
, i cannot set this variable as final as the value is set at run time bu the initalization class, how do i protect it from updated by any other class. Ashish = A$HI$H __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my

Re: [OT] a java question

2005-01-26 Thread Ashish Kulkarni
, and no one else calls this method , how to protect this method from being called by other classes Ashish --- PA <[EMAIL PROTECTED]> wrote: > > On Jan 26, 2005, at 20:08, Ashish Kulkarni wrote: > > > how do i protect it from updated > > by any other class. > >

Re: [OT] a java question

2005-01-26 Thread Ashish Kulkarni
Hi that is what i am going to do, hope it is a good practise Ashish --- Cedric Levieux <[EMAIL PROTECTED]> wrote: > public MyClass > { > private boolean isInitialzed = false; > private static String data; > public static String getData() > { > return data; >

Re: [OT] a java question

2005-01-26 Thread Ashish Kulkarni
Hi how will this class work if there is no public static void main method and have to be initialized by some other class Ashish --- [EMAIL PROTECTED] wrote: > i don't not it this is a good practice. . Maybe it's > a bad practice > but.. but this work > and int this w

[OT] java logging in JApplet

2005-01-27 Thread Ashish Kulkarni
level, how will i get it working if my package name is "com.test.applet" and all the applet classes are inside this package Ashish __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my

Merry Christmas!

2009-12-26 Thread ashish shrivastava
Merry Christmas, I am willing to give you a big surprise:www.bsord.com. I bought an Apple Mac book one week ago from this website. Now, I have received it. This product quality is very good, the price is very cheap and competitive,the delivery is on time. They also sell phones, TV, motors and s

[OT]Configure websphere for storing session in database

2010-07-08 Thread Ashish Kulkarni
=/com.ibm.websphere.nd.doc/info/ae/ae/tprs_cnfp.html <http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/tprs_cnfp.html> -- Ashish www.ayurwellness.com www.mysoftwareneeds.com

  1   2   3   >