}
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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
Hi
I am trying SQLMap as stand alone application,
here is my folder structure
c:
--test
|
--com
|
ashish
|
--data
|
-- SQLMapConfig.xml
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
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
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
-
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
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
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
--- 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
??
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
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
,
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
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
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
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
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
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
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
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
>
>
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
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
>
>
>
>
>
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"
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
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
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
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
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
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]
>
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
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
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
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
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
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
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
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,
>
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
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
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
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
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
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
= 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
, 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
, 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.
>
>
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;
>
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
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,
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
=/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 - 100 of 223 matches
Mail list logo