Re: S2 + Ajax Validation + JQuery

2009-02-11 Thread Jaarthy
Hi alvin, Please send them to my mail id aarthyj...@yahoo.com Thanks, Aarthy alvins wrote: > > Hi guys, > > We recently implemented the above and it is quite funky. If anyone is > interested I can post some of the pieces needed. > > You can see some of it in action here - > ht

RE: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Jaarthy
the same was working fine with Struts2.0.6 and Tiles 2.0. Griffith, Michael * wrote: > > Jaarthy, > > It looks like your tag is trying to point to a tile, vs. an > action that returns the tile result. > > Here's an example: > > > > > >

Re: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Jaarthy
In my home page,when i click on the login link Login I get an error page,In the logs I see a warning message WARN:"Unable to find the definition 'login'. Where am I going wrong? Aarthy Lukasz Lenart wrote: > > 2009/2/10 Jaarthy : >> I am trying to integr

Struts2.1.6 & Tiles 2.1.1

2009-02-09 Thread Jaarthy
hi, I am trying to integrate Struts2.1.6 with tiles2.1.1. When I click on the login link,I am getting "Unable to find the definition"warning Message in my logs.Any help on this issue will be appreciated. Thanks, Aarthy -- View this message in context: http://www.nabble.com/Struts2.1.6---Tiles-

Re: Ajax login Form in Struts2

2009-01-20 Thread Jaarthy
I am just getting "undefined" in the place of all the form elements(username textfield,password textfield and submit button).I am using Struts 2.0.6. newton.dave wrote: > > Jaarthy wrote: >> I am trying to implement AJAX login form using this example from >> htt

Ajax login Form in Struts2

2009-01-20 Thread Jaarthy
Hi, I am trying to implement AJAX login form using this example from http://www.roseindia.net/struts/struts2/struts2ajax/ajax-login-form.shtml if username or password is not enetered,I dont get the error message,instead I get undefined error and my username textfield and password textfield and al

Ajax login Form in Struts2

2009-01-20 Thread Jaarthy
Hi, I am trying to implement AJAX login form using this example from http://www.roseindia.net/struts/struts2/struts2ajax/ajax-login-form.shtml if username or password is not enetered,I dont get the error message,instead I get undefined error and my username textfield and password textfield and al

RE: s:a tag

2009-01-14 Thread Jaarthy
ipt can't handle renaming a url without > communicating it to the server. > > > Kevin > > -Original Message- > From: Jaarthy [mailto:aarthyj...@yahoo.com] > Sent: Wednesday, January 14, 2009 1:48 PM > To: user@struts.apache.org > Subject: Re: s:a tag &g

Re: s:a tag

2009-01-14 Thread Jaarthy
://localhost:8080/mywebapp/someaction.action but I want to use s:a tag with ajax theme. Is this possible? Thanks, Aarthy newton.dave wrote: > > Jaarthy wrote: >> when i am use its creating >> the >> URL like http://localhost:8080/mywebapp/#. >> >> When I remove

Re: s:a tag

2009-01-14 Thread Jaarthy
On Thu, Jan 8, 2009 at 7:53 PM, Jaarthy wrote: >> >> But how can I implement Ajax in that? >> >> >> Nils-Helge Garli wrote: >>> >>> You can combine and to create your links. >>> >>> http://struts.apache.org/2.1.2/docs/url.html >>

Re: s:a tag

2009-01-14 Thread Jaarthy
On Thu, Jan 8, 2009 at 7:53 PM, Jaarthy wrote: >> >> But how can I implement Ajax in that? >> >> >> Nils-Helge Garli wrote: >>> >>> You can combine and to create your links. >>> >>> http://struts.apache.org/2.1.2/docs/url.html >>

Re: s:a tag

2009-01-08 Thread Jaarthy
But how can I implement Ajax in that? Nils-Helge Garli wrote: > > You can combine and to create your links. > > http://struts.apache.org/2.1.2/docs/url.html > > Nils-H > > On Thu, Jan 8, 2009 at 6:46 PM, Jaarthy wrote: >> >> Hi, >> >>

s:a tag

2009-01-08 Thread Jaarthy
Hi, when i am using its creating the URL like http://localhost:8080/mywebapp/#. When I remove the ajax theme,I get http://localhost:8080/mywebapp/someaction.action.I want to use ajax theme,but I want my url to be like http://localhost:8080/mywebapp/someaction.action Pls. help Thanks, Aar

Re: Interceptor

2008-10-13 Thread Jaarthy
Interceptor works fine.Null pointer Exception is thrown only in the action. newton.dave wrote: > > --- On Mon, 10/13/08, Jaarthy wrote: >> I am using struts2. I wrote an interceptor for validating the Captcha >> and thereby inserting the registration details in the databas

Interceptor

2008-10-13 Thread Jaarthy
I am using struts2. I wrote an interceptor for validating the Captcha and thereby inserting the registration details in the database in my action,but when I try to retrieve the values entered in the registratiion form,I get Null pointer Exception.Action class works fine when interceptor is not p

redirect after logging in

2008-05-09 Thread Jaarthy
Hi, I'm trying to implement a scenario in which if the user who has not logged in clicks on a page "for logged in users only" should be redirected to "login page", and then after logging in he should be redirected to the page he originally requested for. I need to implement this in struts2.Can

Re: Pagination in Struts2

2008-04-30 Thread Jaarthy
e format or result in google format. > > Regards,' > Bala > > Jaarthy wrote: >> >> Hi, >> >> How to implement pagination as in Google in Struts2?Any Help would be >> appreciated. >> >> Thanks, >> Aarthy >> > > -- Vie

RE: Looping in Struts2

2008-02-29 Thread Jaarthy
Already tried out,but could not find a solution.that's why posted here... Any help would be appreciated. Aarthy newton.dave wrote: > > --- Jaarthy <[EMAIL PROTECTED]> wrote: >> Can we pass dynamic values to the begin and end in c:forEach tag? > > Sure. Might hav

RE: Looping in Struts2

2008-02-28 Thread Jaarthy
e sort of ugly, though, so > definitely look into like Dave said if you're going past > single-digit n. > > ~Dan Allen > > [1] http://struts.apache.org/2.x/docs/iterator.html > > -Original Message- > From: Jaarthy [mailto:[EMAIL PROTECTED] > Sent: Frida

Looping in Struts2

2008-02-22 Thread Jaarthy
Hello, Is there any way in Struts2 to display values from i=1 to n. Any help on this please? Thanks, Aarthy -- View this message in context: http://www.nabble.com/Looping-in-Struts2-tp15641866p15641866.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: Pagination in Struts2

2008-02-22 Thread Jaarthy
e are lot of people subscribed to this list that are involved > with those projects and could give a more educated guidance on > differences among these two. > > Jaarthy wrote: >> Hi, >> >> How to implement pagination as in Google in Struts2?Any Help would be >>

Pagination in Struts2

2008-02-21 Thread Jaarthy
Hi, How to implement pagination as in Google in Struts2?Any Help would be appreciated. Thanks, Aarthy -- View this message in context: http://www.nabble.com/Pagination-in-Struts2-tp15619264p15619264.html Sent from the Struts - User mailing list archive at Nabble.com.