hi,
i'm facing a problem in action calling.
Enviroment:
1. apache-tomcat-6.0.18
2. Struts2.0
here is the JSP form code:
Problem is that when i'm defining action like in above code, its not called
on clicking submit button.
But when same action is called by defining the action with submit
hi Dave,
Here is the code :
--
View this message in context:
http://struts.1045723.n5.nabble.com/form-action-is-not-calling-while-click-on-submit-button-Struts2-0-tp4292686p4299769.html
Sent from the Struts - User mailing list archive at Nabble.com.
--
"
"
--
View this message in context:
http://struts.1045723.n5.nabble.com/form-action-is-not-calling-while-click-on-submit-button-Struts2-0-tp4292686p4302460.html
Sent from the Struts - User mailing list archive at Nabble.com.
rk
for me. What is the reason.
--
Thanks
Arun George
authentication dialog wil popup asking this. It should authenticate
against the domain name server.
And forward to home page with the login information.
Can anybody help me on this.?
--
Thanks
Arun George
you using?
>
> On Feb 1, 2008 4:48 AM, Antonio Petrelli <[EMAIL PROTECTED]>
> wrote:
>
> > 2008/2/1, Arun <[EMAIL PROTECTED]>:
> > > Hi,
> > >
> > > I have a web application in which I need to implement windows
> > > authentication.
Martin,
I can use ActiveDirectory for authentication directly. I prefer that
because I have less code to worry about. How to do that with tomcat I dont
know.
On 2/2/08, Martin Gainty <[EMAIL PROTECTED]> wrote:
>
> Hi Arun-
>
> following up on Antonio's suggestion-
> d
ndex.jsp
/index.jsp
--
Thanks
Arun George
Sorry My web.xml was in wrong place.
Now I cannot start my app. It says ERROR: ListenerStart.
Why is this hyappening?
On 2/14/08, Arun <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I had been following the example in
> http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.h
populate it .
Is there any way I can do this?
I have searched mailing list and could not find any reply.
--
Thanks
Arun George
int("org.hibernate.timeout", 24 * 60 * 60);// 1 day cache.
query.setParameter("year", year);
if ( !"-1".equals(type) )
query.setParameter("type", type);
return query.getResultList();
}
Is query level caching affecting this or some sort of things like that?
Please help!!!
--
Thanks
Arun George
Sorry I was away. I will surely try this.
On 6/5/08, Martin <[EMAIL PROTECTED]> wrote:
>
> Arun-
>
> did you disable the optimistic_lock code..?
> // OPTIMISTIC LOCK MODE (dont use this as this causes OptimisticLockMode
> Exceptions)
> // Attribute olNode = node.
, please add a profile and have fun.
You can check for updates to the site almost on a weekly basis.
Hope we all together can make it big.
--
Thanks & Regards
Arun George
Guys,
I am not a spammer
sorry I posted to the mailing list. I just clicked add all contacts and send
that.
Just ignore the message please
Thanks
Arun
On Fri, Aug 22, 2008 at 12:41 AM, Al Sutton <[EMAIL PROTECTED]> wrote:
> Wonder if it tracks the "Mobchannel are pants because th
Hi,
I am about to design a form. When we type something is a text box the same
should be added as a list item in the list box that lies below. The same
value sould be inserted into the database so that it is persisted. I used
html:optionCollection for that part along with dbcp connection poolin
Action(holding reference to Person DTO) or PersonDTO
carrying form data.)
Do I need to write custom validator by extending the FieldValidatorSupport,
or alternatively the ValidatorSupport class?
--
with regards...
arun
You will need to do it separately in another function or action. You can
use jexcepapi to generate an excel file from your data at the server side
and download it as normal file downloads are done.
Thanks,
Arun
On Thu, Feb 9, 2012 at 10:51 AM, chaitali mali wrote:
> I have a my web page(.
Hi
I'm using Struts2 jquery Grid plugin. My problem is pagination is not
working in the grid. I have selected all the required attributes.
Can you please tell me what may be the problem?
Thanks in advance
Arun Bansal
This e-mail and/or attachments are confidential and may also be le
lates.
any Response is welcome.
Thanks & Regards
Arun Bansal
From: Martin Gainty
To: Struts Users Mailing List
Sent: Saturday, 2 March 2013 5:10 PM
Subject: RE: Struts2 Jquery Grid pagination is not working
TO gain an thorough understanding of how St
roblem? Can
anyone help me out
Thanks in advance...
regards,
Arun K
We are using struts 2.0.11
We have lots of action class. Say one of them is CustomerRegisterAction
(which extends ActionSupport ) . When a say user X registers himself on
the website; this CustomerRegisterAction is populated (using OGNL) and the
customer data is saved to DB. But after sometime
gt; Piero
>
> Am Samstag, 26. Juli 2008 19:48:47 schrieb Arun M:
>> We are using struts 2.0.11
>>
>> We have lots of action class. Say one of them is CustomerRegisterAction
>> (which extends ActionSupport ) . When a say user X registers himself on
>> th
;t you post your code. It seems that it might have a threading
> issue.
>
> -R
>
> Arun M wrote:
>> We are using struts 2.0.11
>>
>> We have lots of action class. Say one of them is CustomerRegisterAction
>> (which extends ActionSupport ) . When a say
Thanks a lot...
We included singleton="false" in the applicationContext.xml
Now it works perfectly ...
Thanks Once Again
Piero Sartini-3 wrote:
>
> Am Sonntag, 27. Juli 2008 06:04:46 schrieb Arun M:
>> Yes , we are using spring and hibernate also along with struts.
&
Thanks a lot...
We included singleton="false" in the applicationContext.xml
Now it works perfectly ...
Arun M wrote:
>
>
> we use STRUTS2 - SPRING- HIBERNATE in our project
> here is a sample piece of code...
> as metioned earlier... SCRAPTEXT variable once
y use the
>> ParamsPrepareParams stack to do more complicated stuff.
>>
>> Si quieres ser más positivo, pierde un electrón
>> Miguel Ruiz Velasco S.
>>
>>
>>
>> On Sat, Jul 26, 2008 at 23:21, Piero Sartini <[EMAIL PROTECTED]>
>&g
.
plz suggest some way to do this...
Regards
Arun.
Is there anyway we can use /client/{clientId}/business/{businessId} kind of
URLs in Struts 2.0?
-- AB
example and it all seems to work.
>
> Ping me if you can't get the code and I can send it to you (it's
> licensed under the Apache license so it's OK to share),
>
> Kevin Jones
>
> On 26 July 2010 09:00, Arun Kumar Boppudi
> wrote:
> > Is there anyway we
If we send XML content in the POST/PUT request to Struts action controller,
how to read this content in the Action class?
-- AB
Actually, I am not uploading a file. I am creating XML from the data entered
into the form and sending it to the action controller in the POST request
body. In the action controller, I would like to parse the XML. How to do it
in Struts 1.3?
-- Arun Kumar Boppudi
On Thu, Jul 29, 2010 at 10:24
://archives.java.sun.com/cgi-bin/wa?A2=ind0106&L=jsp-interest&F=&S=&P=49196
-- AB
On Thu, Jul 29, 2010 at 11:01 AM, Rahul Mohan wrote:
> Arun,
>
> You can keep a string property on action form and map it to the xml field
> so that the xml content is available here on page submit. In
I think we should use the query string format to use the string in action
form class format. But I am not sending it in the query string format. And I
am not using multipart encoding. Just sending the XML content in POST body.
-- AB
On Thu, Jul 29, 2010 at 2:38 PM, Rahul Mohan wrote:
> A
g for any
> exceptions in setting the action form. Also try inspecting your request
> using firebug to see if it is being posted.
>
>
>
> From:
> Arun Kumar Boppudi
> To:
> Struts Users Mailing List
> Date:
> 29-07-2010 14:58
> Subject:
> Re: Reading input stre
uest data and re-pass it as a request parameter to struts.
>
> I prefer the first approach which is the easiest and does no harm.
>
> - Rahul
>
>
>
> From:
> Arun Kumar Boppudi
> To:
> Struts Users Mailing List
> Date:
> 30-07-2010 09:49
> Subject:
> Re:
ill take care of getting the
> content, and also you don't have to worry about encoding the xml.
>
>
>
> From:
> Arun Kumar Boppudi
> To:
> Struts Users Mailing List
> Date:
> 30-07-2010 13:48
> Subject:
> Re: Reading input stream (xml)
>
>
>
&
xpect multi-part.
> > -- AB
> >
> >
> > On Fri, Jul 30, 2010 at 2:38 PM, Rahul Mohan
> wrote:
> >
> > > A variant of the first: change your encoding to multi-part and send
> > > 'data=your_xml_content'. Then struts will take care of
Hi Peter,
The validation that is basically performed in the approach you have
specified is client side validation.
Please elaborate more why you want to make a server hit before the data
is validated and corrected in Client side itself.
Thanks and Regards,
Arun Sakthi
-Original Message
38 matches
Mail list logo