The application context inside ur CustomerAction is /myWebApp/customer, that us
why it is using this. You can add root app as name space parameter in Result.
Sachin
Sent from my Windows Phone
From: Mohit Gupta<mailto:motgu...@gmail.com>
Sent: 11-09-2013
without changing client's browser url.
i have not seen a formal argument of the bad of it (or i forgot)
but what i have observed is that the user may hit Reload on browser and get
unexpected behavior for both the user and developer
On Tue, May 31, 2011 at 5:13 AM, Sachin Lale wrote:
Hi,
hain this time. Its worked as well. Is
ChainInterceptor populating this object?
But is using chain a recommended approach. What is harm in using chain.?
Best regards,
Sachin
as OGNL in setting form action.
Best regards,
Sachin
On 27-05-2011 20:30, Dave Newton wrote:
On Fri, May 27, 2011 at 10:40 AM, Sachin Lale wrote:
1. In Jsp while displaying text box and i want this to populate from
ApplicationResource.properties file. I did this be adding getText() method
like
Hi,
I have two questions:
1. In Jsp while displaying text box and i want this to populate from
ApplicationResource.properties file. I did this be adding getText()
method like below. Is this the only way?
2. I want the 'action' property of s:form tag to be populated
dynamically. For this i
I solve this problem by creatig duplicate tiles.xml (tiles 2
configuration) which will be used by Struts2 and the other tiles-defs by
struts1. The other change i have to made is to duplicate my layout.jsp
for tiles 2. And then every thing is working fine.
On 24-05-2011 23:29, Sachin Lale
below.
org.apache.tiles.impl.InvalidTemplateException: Cannot render a null template
Thanks for help.
Best regards,
Sachin
On 24-05-2011 00:12, Martin Gainty wrote:
it seems you are supplying a null template definition e.g.
<%@ taglib uri="http://struts.apache.org/tags-tiles"; prefix="tiles" %&g
to be compatible with struts1.3.
Any help or pointer would be helpful.
Thanks in advance
Best regards,
Sachin Lale
Your myList instance variable is not initialized with the data you want to
display.
> Date: Sat, 5 Mar 2011 05:59:28 -0800
> From: shekharlaa...@gmail.com
> To: user@struts.apache.org
> Subject: display data of action class on jsp in struts2
>
>
> i m new to struts2,rest plugin and i m tring
Hi
I have an application which maps all .jspa file extensions to struts actions.
How can I map urls without any file extension to go to strut action also? I
can't change the .jspa mapping as this is part of another application and I am
using plugin to add more features.
Example: ur
Here is a clear pic of my doubt.
* header row*
* columns *
group-total row <--- *how to get this?* --->
* grand-total row*
Regards.
Satheesh.C
-- Forwarded message --
From: Sachin <[EMAIL PROTECTED]>
Date: Jul 18, 2007 9:53 AM
Subject: Group Tota
Any help would be greatly appreciated ... pls..
-- Forwarded message --
From: Sachin <[EMAIL PROTECTED]>
Date: Jul 18, 2007 10:03 AM
Subject: Re: Group Total
To: Struts Users Mailing List
sorry for the typo.
I need the group total value in separate row in the table fo
sorry for the typo.
I need the group total value in separate row in the table for each grouped
item.
Please help me on this.
On 7/18/07, Sachin <[EMAIL PROTECTED]> wrote:
Hi ,
Here is an exmaple to get total value in footer. But i need to get this
value inside table for each grouped
Hi ,
Here is an exmaple to get total value in footer. But i need to get this
value inside table for each grouped items as a separate column in the table.
Total Bill:
Please help me on this. Is there any alternat way to do this without
using *total
*
Hi ,
Help me to get the totaled value of grouped items inside the body.
Here is an example
Total Bill:
--
Satheesh.c
<[EMAIL PROTECTED]> wrote:
>>
>> Seems like you don't have oscache jar on your lib folder.
>>
>> musachy
>>
>> On 6/14/07, Sachin <[EMAIL PROTECTED]> wrote:
>> >
>> > Help me on the below error
>> >
>>
.
any idea what could be the problem?
On 6/14/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
Seems like you don't have oscache jar on your lib folder.
musachy
On 6/14/07, Sachin <[EMAIL PROTECTED]> wrote:
>
> Help me on the below error
>
> [6/14/07 9:48:11
Help me on the below error
[6/14/07 9:48:11:304 EDT] 152c2ad5 WebGroup E SRVE0026E: [Servlet
Error]-[com/opensymphony/oscache/base/NeedsRefreshException]:
java.lang.NoClassDefFoundError:
com/opensymphony/oscache/base/NeedsRefreshException at
java.lang.Class.forName1(Native Method) at java.lang.Cl
Sorry dave.
I am not getting you. Could you elabrate little more. or give me some
examples.
On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Sachin <[EMAIL PROTECTED]> wrote:
> yes dave. You are right.
>
> Map is containing all the form data.
>
> how can i re
yes dave. You are right.
Map is containing all the form data.
how can i resolve this ?
On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Sachin <[EMAIL PROTECTED]> wrote:
> But when i try to click the edit link for the
> particular record which is having 2
>
= document.adjustReportingForm.cpDesc;
if(fixChar.value.length > maxchars) {
fixChar.value=fixChar.value.substring(0,maxchars);
}
else
return true; }
*In Jsp:*
*Edit link in View Jsp :*
Edit
Please help me to resolve this .
Thanks in advance,
Satheesh.C
On 3/14/07, Sachin <
lem is when
i click to edit, not able to place the content in to text area back the
form in the edit page is not opening.
Can you suggest me how to resolve this?
On 3/14/07, Sachin <[EMAIL PROTECTED]> wrote:
Currently i am using Tag Library 1.1
Will latest version of *struts-html.tld* he
Currently i am using Tag Library 1.1
Will latest version of *struts-html.tld* help ?
On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Sachin <[EMAIL PROTECTED]> wrote:
> But i need to limit text area content.
> Do i need to use rows ?
You'll probably need to
Thanks guys.
But i need to limit text area content.
Do i need to use rows ?
On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Sachin <[EMAIL PROTECTED]> wrote:
> property="cpDesc" *maxlength=**
> "2"* />
Textare
Hi ,
i am using below snippet and i am getting the following error :
CP Description
Error:
[3/14/07 14:57:52:094 EST] 715b61a9 WebGroup E SRVE0026E: [Servlet
Error]-[/Pages/adjustReporting.jsp(139,8) *Attribute maxlength
invalid according to the specified TLD]:
org.apache.jasper
Struts and its documents.
Thanks and Regards,
Sachin
-
Yahoo! DSL Something to write home about. Just $16.99/mo. or less
please tell me how to Make the ActionMessages work with Multiple Struts
Config file
> Joe
sachin
cheers ,
Sachin Hegde
Paradyne Infotech Limited , Mumbai
919324546711
"Once freedom has exploded in the soul of man, the gods no longer have any
power over him" Sartre- The Flies
If your form bean is being used in multiple page, you can put the form in
session and clear the collection in reset method if required. That will
serve the purpose. In my application we are using the same apporach and our
application has not yet crashed at least bcoz of form bean :)
sachin
hi,
Try out JReports.
Sachin
-Original Message-
From: Rafael Taboada [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 17, 2005 12:50 AM
To: Struts List
Subject: Reports
Hi folks. I'm doing reports for my project and I was asking me if
there are tools in order to he
STILL YOU CAN USE THE STRING ARRAY AND GET THE
WORK DONE. USING COLLECTION
ATTIRBUTES IN EASIER APPROACH.
HERE IS THE LINK WHICH WILL EXPLAIN IN DETAIL HOW IS IT DONE.
http://technology.amis.nl/blog/index.php?p=176
I HOPE IT SOLVES YOUR PROBLEM
Thanks!
Dhanashree.
SACHIN
, which throws
it on up to ActionServlet.doGet or doPost.
Erik
Sachin Bhutada wrote:
>Thanks Erik,
> Yes execute method of ExceptionHandler will be invoked when
>Action's execute method throws an Exception.
>But my question was .. Whether it will be invoked if some
by
Struts Utils classes. So I am not very much sure whether it will execute it
or not .
Sachin
-Original Message-
From: Erik Weber [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 17, 2005 11:55 PM
To: Struts Users Mailing List
Subject: Re: Will the execute method of ExceptionHandler be call
.
Sachin
DTO ?
Thanks in Advance
Sachin
requestprocessors , action classes , etc..) according to our own needs ?
Thanks in Advance ..
cheers ,
Sachin Hegde
Paradyne Infotech Limited , Mumbai
09324546711
-- Original Message ---
From: Sandra Cann <[EMAIL PROTECTED]>
To: Struts Users Mailing List
Sent: Mon, 24 Jan 2005 23
pport this property or method ..
i tried it with document.forms[0].submit() , but not helped ..
Plz tell me any solution to this ..
Thanks in advance
Regards,
Sachin Hegde
Paradyne Infotech Limited , Mumbai
09324546711
-
To unsu
hi uma ,
see if the entries made into struts-config are correct to syntax ..
and if they are correct then restarting the server could solve the problem ..
i , too , got this error number of times and i always found that the error
lies in struts-config ...
Regards,
Sachin Hegde
Paradyne
t those changes and i need to restart JBoss every
time for that purpose ..
i tried to change the config files to find solutions .. but not helped
cheers,
Sachin Hegde
Paradyne Infotech Limited , Mumbai
09324546711
-- Original Message ---
From: Keshav Shetty <[EMAIL PROTECTED]
can anyone tell me how JOBSS can be configured so that it will reflect
changes without restarting...
Thanks in advance
cheers,
Sachin Hegde
Paradyne Infotech Limited , Mumbai
09324546711
-
To unsubscribe, e-mail: [EMAIL
SP
PageContext .
and passing that value to the length property through JSP code
Sachin Hegde
Paradyne Infotech Limited , Mumbai
-- Original Message ---
From: Erik Weber <[EMAIL PROTECTED]>
To: Struts Users Mailing List
Sent: Mon, 17 Jan 2005 09:31:52 -0500
Subject: Re: HELP
name of a JSP bean (in any scope) of type java.lang.Integer that defines
the desired value"
i am not getting the meaning of this line ..
can please anyone explain me ..
Thanks in advance
regards ,
Sachin Hegde
Paradyne Infotech Limite
hi all ,
how to achieve paging in struts views ?
so that all the records can be viewed by prevoius , next links
There are function available in ASP , PHP ..
If something of that type is already available , it will save a lot of time
Thanks in advance
Sachin Hegde
Paradyne Infotech Limited
like ...
but when i try to access the from with html link .. it gives error
link
The error given is : no action found /cityAction
Please could tell me how to access the actions defined in modules
Sachin Hegde
Paradyne Infotech Limited , Mumbai
09324546711
thanks for ur assistance .
i am able to deploy the application on JBoss.
Now i want to know if i want to change the default port of 8080 to something
else where can i do that ?
there are so many xml files that i am confused ..
Regards,
Sachin Hegde
Software Developer
Paradyne Infotech Limited
hi ,
i am using jboss and struts , and no ejb ..
For this please tell me
1. how do i configure the server and start the application ?
2. where do i store my files ?
Regards,
Sachin Hegde
Software Developer
Paradyne Infotech Limited , Mumbai
09324546711
"I can see clearly now, the bra
hi Joe ,
Jakarta commons JEXL works perfectly with expressions ..
and this saved me from creating an 'expression builder' and saved a lot of
time ...
Thanks a lot .
cheers ,
Sachin Hegde
Software Developer
Paradyne Infotech Limited , Mumbai
09324546711
"The believer is happy.
roots , squares , * , / , + , - etc ..and
more .
So i was looking for some library class which can take an arithmetic equation
and deliver its result .. but if this sort of thing is not available .. then
i will have to develope it.
Regards,
Sachin Hegde
Software Developer
Paradyne Infotech L
minds much
Regards,
Sachin Hegde
Software Developer
Paradyne Infotech Limited , Mumbai
09324546711
"There are three kinds of lies: lies, damn lies, and statistics."
-Benjamin Disraeli
-
To unsubscribe, e-mail: [
etter way . .
Regards,
Sachin Hegde
-- Original Message ---
From: "Cliff" <[EMAIL PROTECTED]>
To: struts-user@jakarta.apache.org
Sent: Thu, 23 Dec 2004 02:21:16 -
Subject: Re: prevent reset of bean after submit
> You may consider put all the fields which are popula
it
not doing ..
any help is appreciated
Thanks in advance
Regards,
Sachin Hegde
Software Developer
Paradyne Infotech Limited
Mumbai
022-38546711
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
hi all ,
how to configure the session timeout in Tomcat with struts ?
i tried the following in web.xml ,but it gives error after restarting the
server
800
thanks in advance
Regards,
Sachin Hegde
-
To
Hi,
It will not be updated unless and untill you dont put one getter method for
the Id in the form bean which you have given in the logic iterate tag.
In your case, its ...id="email"
Hope this helps ..
sachin
-Original Message-
From: Kandula, Sunita [mailto:[EMAIL
Regards,
Sachin Hegde
Software Developer
Paradyne Infotech Limited
Mumbai
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
t;sp2" likewise ..
but it prints simply ' styleId="sp<% = itrator %>" ' for all the fields .
can someone provide a solution to create dynamic styleId ... ?
<% int itrator=0; %>
<%itrator++;%>
Regards,
Sachin Hegde
Hi,
You can create a directory on the fly using java code. First you can check
if the directory exists. If it doesn't, then create one.
Thanks
Sachin Zope
Preclinical IT
Sr. Java Developer
610-270-5863 (Work)
610-269-2243 (Home)
412-656-8343 (Cell)
"Ashish Kulkarni" <[EMA
Hi Nishant,
Replace ur controller tag with following one and check it out.
sachin
-Original Message-
From: Nishant [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 09, 2004 11:45 AM
To: Struts Users Mailing List
Subject: Re: class not found
yes i did it but it still
defination ..
please tell me some way by which i can redirect to this page
thanks in advance
Regards,
Sachin Hegde
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hi Brady ,
i did like what u said ..
Still my page goes half-blank ..
please give me some solution .
i have invested more than 3 days on this but in vein ..
Regards,
Sachin Hegde
-- Original Message ---
From: Brady Hegberg <[EMAIL PROTECTED]>
To: Struts Users Mailin
u can put the files anywhere below web-inf , but u will have to mention them
in web.xml's init parameter.
Regards,
Sachin Hegde
-- Original Message ---
From: "Krishna Srinivasan, ISDC Chennai" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL P
ages(request, messages);
and in the JSP page , i have the following code
but it does not show anything . and surprizingly my jsp page goes half-blank.
i tried all that i can. but couldn't get through ..
any
ages(request, messages);
and in the JSP page , i have the following code
but it does not show anything . and surprizingly my jsp page goes half-blank.
i tried all that i can. but couldn't get through ..
any
can be avoided altogether ..
Regards,
Sachin Hegde
Software Developer
Paradyne Infotech Limited
Mumbai
022-38546711
-- Original Message ---
From: Joe Germuska <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Fri, 15 Oct 2004
the solution to this problem is that when u define message-resource tag in
struts-config file mention a key tag like
and when u retrive the message from message-recource mention this key again
like
it will definaletly work
Regards,
Sachin Hegde
-- Original Message
> in first action class, put the bean in request before forwarding.
i got it working .
thanks McCormack Chris and Kailash
regards ,
sachin
-- Original Message ---
From: Kailash Vasani <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMA
hi ,
I want to crete my own ActionForm and let all the bean extend it instead of
default ActionForm .
For this what configuration and changes i will have to make ?
Regards,
Sachin Hegde
-
To unsubscribe, e-mail: [EMAIL
> Have the first action's success forward on to the next action in
> struts config.
but will the same bean be populated ?
Regards ,
sachin
-- Original Message ---
From: "McCormack, Chris" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List&qu
hi all ,
i have a common bean , which i need to use for two Actions classes which will
execute one after another and populate the bean.
Now how can i configure the struts so that both the action will run one after
another ?
Any help is welcome . .
Regards,
Sachin Hegde
hi
I am a newBe to struts.
Will somebody explain how to use ActionErrors and actionMessages in simple
steps.
Regards,
Sachin Hegde
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
try WSAD5.1.2
sachin
-Original Message-
From: babloosony [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 13, 2004 2:52 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Tiles Doubt
Hi All,
Are there any IDE's available for programming with Tiles and JSF.
Basically I am lo
hello all ,
i have a struts form and a button outside the form.
on button click , with javascript i need the submit the form
any help is welcome.
My code is like following. but does not work
function callSubmit() {
document.forms[0].submit();
}
Sachin Hegde
Nadia,
By using struts and validator framework u can show internationalized
java script error messages as well.
sachin
-Original Message-
From: Nadia Kunkov [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 30, 2004 6:35 PM
To: Struts help (E-mail)
Subject: Validate() vs
properly.
At this moment I only see these two advantages of validate method.
sachin
-Original Message-
From: Nadia Kunkov [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 30, 2004 6:35 PM
To: Struts help (E-mail)
Subject: Validate() vs JavaScript where is the advantage?
Hi
hi sebastian,
If you have configured action to use redirect ( which is
normal case ), ur request attributes will be lost.
Try putting that bean seesion scope.
sachin
xoriant, mumbai
PS : also make sure, how does struts take us back to input page ?( using
forward or redirect i
tiles.
sachin
mumbai, xoriant
-Original Message-
From: Ashutosh Satyam [mailto:[EMAIL PROTECTED]
Sent: Monday, September 20, 2004 10:55 AM
To: Struts Users Mailing List
Subject: RE: tiles-definition - role association issue
I have not received any response on this mail yet.
Any pointers on
hi vineesh ,
go to java.sun.com and search for tutorial they hv wonderfully designed
tutorials for the beginners .
sachin
xoriant, mumbai
-Original Message-
From: vineesh . kumar [mailto:[EMAIL PROTECTED]
Sent: Friday, September 17, 2004 1:19 PM
To: Struts Users Mailing List
Subject
hi Honza Spurný ,
Try this out ..
RequestUtils.message(pageContext,"countries","locale", "country.usa.label",
null);
It will return u the appropriate string. It may work.
sachin
xoriant, mumbai
-Original Message-
From: Honza Spurný [mailto:[EMAIL PROTECT
that href in config file or use struts forward action . Use of either of
them would solve your problem.
sachin
xoriant, mumbai
-Original Message-
From: Priya Jotwani [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 16, 2004 8:39 PM
To: Struts Users Mailing List
Subject: RE: Problem going
actually get
all the custom java script for
that page and thus client side validation java script will b put in jsp
file.
sachin
xoriant, mumbai
-Original Message-
From: Divya B Sridhar [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 15, 2004 9:51 AM
To: [EMAIL PROTECTED]
Subject
hi ashwini,
If the problem is in those two tags, remove those struts
tags and put html tags instead.
sachin
xoriant, mumbai
-Original Message-
From: Kalra, Ashwani [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 1:08 PM
To: Struts Users Mailing List
Subject
hi puneet,
Can you send me the invitation of GMAIL ?
sachin
xoriant, mumbai
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 11:38 AM
To: Struts Users Mailing List
Subject: Re: Re: Re: [Gmail] - All gone,
I have three...any
hi bmf5,
yeah its struts1.2.2 feature. You can get the beta version of it n
then add it in ur code instead of putting struts 1.2.2 jar file.
sachin
xoriant mumbai
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 6:07 PM
To
be nothing but workaround to the given probs. Ideally
u shud go for plug-in.
2)In the plugin class,apply some checks if the db
connections are already created dont create it again.
sachin
xorant, mumbai
-Original Message-
From: Uma Yarakaraju [mailto:[EMAIL PROTECTED
with this form.
Solution :-
*Add the property with the name testvar in the bean and try it out .
*Change the name of the property with appropriate one which is in
existing one bean.
I hope this will solve ur problem.
sachin
xoriant, mumbai
hi Manisha,
Just read the
83 matches
Mail list logo