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 -

Re: Struts2.1.6 Tiles 2.1.

2009-02-10 Thread Jaarthy
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 aarthyj...@yahoo.com: 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

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 s:url tag is trying to point to a tile, vs. an action that returns the tile result. Here's an example: !- Struts tag -- s:url id=projectList action=list namespace

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 definitionwarning Message in my logs.Any help on this issue will be appreciated. Thanks, Aarthy -- View this message in context:

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

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

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 http://www.roseindia.net/struts/struts2

Re: s:a tag

2009-01-14 Thread Jaarthy
, Jan 8, 2009 at 7:53 PM, Jaarthy aarthyj...@yahoo.com wrote: But how can I implement Ajax in that? Nils-Helge Garli wrote: You can combine and s:url 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 aarthyj...@yahoo.com

Re: s:a tag

2009-01-14 Thread Jaarthy
, Jan 8, 2009 at 7:53 PM, Jaarthy aarthyj...@yahoo.com wrote: But how can I implement Ajax in that? Nils-Helge Garli wrote: You can combine and s:url 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 aarthyj...@yahoo.com

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 s:a theme=ajax href=someaction.action its creating the URL like http://localhost:8080/mywebapp/#. When I remove the theme

RE: s:a tag

2009-01-14 Thread Jaarthy
. 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 No.I am not saying that.Tag is functioning properly as I wanted it to.But the URL is displayed like http

s:a tag

2009-01-08 Thread Jaarthy
Hi, when i am using s:a theme=ajax href=someaction.action 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

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 s:url 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 aarthyj...@yahoo.com wrote: Hi, when i am using s:a theme=ajax href

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

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 database in my action,but when

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 I

Re: Pagination in Struts2

2008-04-30 Thread Jaarthy
format. Regards,' Bala Jaarthy wrote: 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-tp15619264p16991738.html Sent from the Struts - User mailing

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 have been quicker to just try it. Dave

RE: Looping in Struts2

2008-02-28 Thread Jaarthy
, though, so definitely look into c:foreach 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: Friday, February 22, 2008 4:52 PM To: user

Re: Pagination in Struts2

2008-02-22 Thread Jaarthy
on differences among these two. Jaarthy wrote: Hi, How to implement pagination as in Google in Struts2?Any Help would be appreciated. Thanks, Aarthy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

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.

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.