ndow.onunload or windows.unload or sth like that.
-Original Message-----
From: Kranti [mailto:[EMAIL PROTECTED]
Sent: dinsdag 23 januari 2007 9:04
To: user@struts.apache.org
Subject: BROWSER CLOSE
Hi Guys,
I am working on a struts based application. I need to meet a special
requirement that is
for sticking around!");
return false;
}
}
}
http://www.google.com";>google
but no luck able to see the confirm box but the window is getting closed .
Please suggest some idea
Thanks
Kranti
hi,
i have a problem related to message resources
during the login time i am doing this
session.setAttribute(Globals.LOCALE_KEY, locale);
where locale is created by the user specific language settings there in DB.
in jsp:
using this and in struts config file
and inthe same directory i have
Hey niall,
its working!
Thanks
On 12/19/06, Niall Pemberton <[EMAIL PROTECTED]> wrote:
Try changing to use the "name" attribute instead of "property" on the
"messagesPresent" and "messages" tags:
Niall
On 12/19/06, Kranti &
I am trying to get the action messages from action class as follows but not
getting the message but record is inserted properly
*in action class*
if(isInserted==true){
ActionMessages addTaskMessages = new ActionMessages();
addTaskMessages.add("addtasksuccess", new ActionMessage("
message.addtask
Thank you very much Dariusz. I shall try this and update you.
On 12/18/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
Dariusz Wojtas ha scritto:
> On 12/18/06, Kranti <[EMAIL PROTECTED]> wrote:
>> Dear Dariusz ,
>>
>> this is the first time for me to solve t
*
i am using validatorform for validating the fields it is giving
java.lang.NoSuchMethodError:
org.apache.commons.validator.Validator.addResource
(Ljava/lang/String;Ljava/lang/Object
please suggest
*
should define correct headers first (mimeType, Expires, Date).
Map it to some url like
/images/*
and you may pass identifiers by composing URLs like
/images/.jpg
Dariusz Wojtas
On 12/18/06, Kranti <[EMAIL PROTECTED]> wrote:
> Hi,
>
> How should I read/display image from Database...wh
Hi,
How should I read/display image from Database...which is stored interms of
bytes in the Database.
Please suggest me some way to render the image in JSP.
ges);
IN JSP
same for ActionErrors,
On 12/14/06, nagesh.kumar <[EMAIL PROTECTED]> wrote:
This will work u
Thanks
Nagesh
-Original Message-
From: Kranti [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 14, 2006 11:03 AM
To: Struts
hi,
can anyone tell how *
ActionMessages can be used in struts along with html:message tag
*
hi,
i have an ArrayList of beans
each bean contains empid, empname
i need to populate them into drop down
option value as empid and display value as empname
plz suggest something for this
hi
i am using the following code in jsp
ArrayList alEmpList = (ArrayList) request.getAttribute("alemp");
but i am not getting the value from the bean that is there in the List
Please do suggest me
On 12/13/06, Kranti Parisa <[EMAIL PROTECTED]> wrote:
Dear Anil
Dear Anil,
thanks for the information.
but the one you are doing is a traditional way of getting the data.
but as we are using struts there should be some good way to get this done.
if i get any solution i will update the forum
On 12/13/06, Anil Kumar T <[EMAIL PROTECTED]> wrote:
Hi
your "EmplyList" and refer
Each of ur bean by name "EMp".
Then you can get whatever the attribute you want from your
Bean,(Employee).
For this case I think better to use ,,,
Can you explain your requirement specifically?
Regards,
Mano
-----Original Message-
From: Kr
aramaterValues
please suggest something
On 12/14/06, mano dasanayake <[EMAIL PROTECTED]> wrote:
Hi,
As I understood what you have to do is,
Iterate through your list and add checkboxes as folllwing...
")" />
Regards,
Mano
-Original Message-
From: Kranti
hi,
i am facing proble for the following
=
assigning value to check box
say logic:iterate is having arraylist
this arraylist is with beans
means for example employee bean
i want to view all emps in jsp
what we will do is we create a bean for each employee
and add tht bean
e advice
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-----
To unsubscribe, e-mail:
Chris,
I will check around.
Thank you very much for the suggestions & help.
On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kranti,
Kranti Parisa wrote:
> cant we use tag instead of
> is there any way to assign
work.
> but its displaying null and when i do
> then its printing it as ???label.firstname???
>
> which is nothing but null.
>
> Please do suggest/help me for this.
>
> Regards
> Kranti
> ___
>
> Conf
Chris,
cant we use tag instead of dynamically?
On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kranti,
Kranti Parisa wrote:
> now i want to display the arraylist in jsp
> the empid should be assigned to check box
&
ully logs in setting the Globals.LOCALE_KEY into
session with user specific locale
5) in jsp
i suppose the above steps should work.
but its displaying null and when i do
then its printing it as ???label.firstname???
which is nothing but null.
Please do suggest/help me f
on delete it should capture the
empid of that checkbox and delete.
thanks in advance!
===
On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kranti,
Kranti Parisa wrote:
> for this i did the following
>
> 1)
=
i am working on internationalization in struts.
for this i did the following
1) WEB-INF/classes/resources folder defined all the files
example : application.properties, application_fr.properties ..etc
2) in each file defined the labels
example
label.firstname=First Name
3) in struts-
Road
> Lexington, KY 40504-3617
>
> This e-mail message, including any attachments, is for the sole use of
the
> intended recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or distribution
is
> prohibited. If you are n
Hi,
Please suggest me some idea to achive the following
from DB getting empid,empname,salary..etc into a arraylist of beans. that
means each employee record is stored in a bean which is added to arraylist.
now i want to display the arraylist in jsp
the empid should be assigned to check box
so e
null.
Please do suggest/help me for this.
Regards
Kranti
blic enum Status {
ACTIVE, INACTIVE, TESTING, PUBLISHED
}
-Original Message-----
From: Kranti Parisa [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 12, 2006 9:21 AM
To: Struts Users Mailing List
Subject: Re: conversionexception
Dear Deepa,
you should use that enum object as a collect
ail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
------
Best Regards
Kranti Kiran Kumar Parisa
Mobile: +91 - 9849 - 625 - 625 +91 - 9391 - 438 - 738
null.
Please do suggest/help me for this.
Regards
Kranti
thanx alot Andrew
On Fri, 15 Oct 2004 13:22:10 +0800, Andrew Hill
<[EMAIL PROTECTED]> wrote:
> These might help:
>
> http://stxx.sourceforge.net/
>
> http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt.html
>
>
>
>
> Kranti Parisa wrote:
&
ing brackets)
> as first characters in subject line,
> in case the question that you are asking is not relevant to Struts. (like
> this question).
>
>
>
>
> -Original Message-
> From: Kranti Parisa [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 15, 2004 10:15 A
oduct
Acb
Western Europe
Western Europe
Western Europe
Central and Eastern Europe
Central and Eastern Europe
United Kingdom
Belgium
Belgium
Czech Republic
Czech Republic
TIA,
K
string and pass the string to jsp..the
appearance may not be proper na?? so for that what can i do...what are
steps i need to follow..
example with some code may help me in this regard to understand better..
TIA
Kranti
--
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer
Hi Friends,
I have stuck up with a problem..
I am getting the records from the database based on some search
criteria interms of an User Defined DataType (UDT)...I need to
generate a XML file from that..
Can any one help me in this regard..
TIA..
Kranti Parisa
--
--
Kranti Kiran Kumar
hing
> from the second dropdown (i.e he should be able to proceed even if he
> doesn't selects anything from the second dropdown). How can I implement
> this is Struts ?
>
> TIA,
>
> Priya
>
> -----
&g
lecting a particular
> value from first dropdown should not force the user to select something
> from the second dropdown (i.e he should be able to proceed even if he
> doesn't selects anything from the second dropdown). How can I implement
> this is Struts ?
>
> TIA,
evel check boxes and clicking user can get back
the hidden information.
so how to hide the information if the user checks the option
Please help me to solve this...
--
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer Systems Ltd.,
India
Mobile: +91 9
Yep.. first of all we need to put the properties file in
WEB-INF/classes folder..
after adding that to classpath...
just implement that in java class so that it will automatically send
the message to log file...
Kranti
On Tue, 28 Sep 2004 15:06:49 +0300, Tuncay Baskan <[EMAIL PROTECTED]>
application.
>
> Regards,
>
> KP
>
>
--
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer Systems Ltd.,
India
Mobile: +91 98504 45977
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Luis,
Thanx for ur guidance...
Actually in our application its a search criteria screen...
where we are having soo many select boxes.. if the user select
something in any of the select boxes the contents of the rest should
be dynamically generated..
do u have any idea abt this??
Kranti
i/index.html
>
> POI is supposed to have capability to write files in Excel 97 format.
>
> Kailash
>
>
>
> -Original Message-
> From: Kranti Parisa [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 28, 2004 2:55 PM
> To: Struts Users Mailing List
>
rom: Paul McCulloch [mailto:[EMAIL PROTECTED]
> > Sent: 28 September 2004 10:14
> > To: 'Struts Users Mailing List'
> > Subject: RE: Need Help: exporting oracle database records to
> > excel files
> >
> >
> > http://www.displaytag.org/example-expor
Hi Paul,
Thanq very much for ur reply...
Its exporting to excel.. but in our application we need to generate a
seperate excel file for the records...and how to obtain the freezing
properties for the generated excel file
Thanq
Kranti
On Tue, 28 Sep 2004 10:14:18 +0100, Paul McCulloch
<[EM
Hello Friends,
I have just joined into the list...
I am very new to this filed.. hope u all will help me to solve the problems..
Thank you
--
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer Systems Ltd.,
India
Mobile: +91 98504 45977
reezed one.. means the first
column should remains constant irrespective of the no of records
fetched...
so that the user can see the report properly...
can anynody tell me some way to think for the solution .
waiting for the reply
--
--
Kranti Kiran Kumar Parisa
Software Engine
be freezed one.. means the first
column should remains constant irrespective of the no of records
fetched...
so that the user can see the report properly...
can u tell me some way to think for the solution .
waiting for the reply
--
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Bi
> Jitender Kumar C.V.
>
>
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer Systems Ltd.,
India
Mobile: +91 98504 45977
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
how to invalidate the session when user clicks the close(cross) button
which will display at the right side of the browser when we open a
page..
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer Systems Ltd.,
India
Mobile: +91 98504 45977
egistered in Australia: No 082 851 474
> ---
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
I am really sorry abt that...next time i wont repeat that
On Fri, 17 Sep 2004 17:27:58 +0530, Jitender K Chukkavenkata
<[EMAIL PROTECTED]> wrote:
> Let us respect group values...No personals pleasesend a personal mail
> if curious of knowing...
>
> Jitender Kumar C.V.
&
Hi Jitender,
Thanx for ur warm welcome...
Hey r u from A.P.??
'coz ur names look like that..
iam from A.P., VIJAYAWADA
anyways it doesnt matter..nice to meet u ...
--
Kranti
On Fri, 17 Sep 2004 17:23:38 +0530, Jitender K Chukkavenkata
<[EMAIL PROTECTED]> wrote:
> Waaarm
Hello Friends,
This is Kranti Parisa, Software Engineer.
I am working with Patni Computer Systems Ltd.
Our Project is using the Struts Framework.
So I will be in this mailing list from 2day onwards...
Have a nice time..
Bye for now
Kranti Parisa
53 matches
Mail list logo