Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread robinbajaj
thanks for the tip. can you please provide more specific example/code-snippet for using the requestURI attribute. i couldnt find enough documentation on this feature. thanks in advance, robin Tim Williams wrote: On 4/8/07, robin bajaj [EMAIL PROTECTED] wrote: Hi All, In my Struts 1.2.x

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-09 Thread robinbajaj
Awesome, worked like a charm. Thanks a ton ! Tim Williams wrote: Just put requestURI=/mypage.do (where mypage.do==the page that displays the table). --tim On 4/8/07, robinbajaj [EMAIL PROTECTED] wrote: thanks for the tip. can you please provide more specific example/code-snippet

Re: [s2] Dreamweaver plugin for Struts 2?

2007-05-03 Thread robinbajaj
Hi Jason, When you say you have Dreamweaver plugin for Struts-1, are you talking about the one available here ?? http://www.fwasi.com/downloads/ I am just curious to know if there are any free Struts-1 plugins available for Dreamweaver 8 ? (or free is just too much to ask for from the outside

[s2] logon-validation.xml does not work in

2007-05-28 Thread robinbajaj
I am a Struts 2 newbie. The validation piece from Struts 2 bootstrap tutorial is not kicking in, and does not show the validation error messages even when I provide invalid data. I started my this struts2 project using the the Maven Starter Archetype (struts2-archetype-starter) and my

struts 2 setup for tomcat 5.5/6

2007-05-30 Thread robinbajaj
Hi there, I am struts2 newbie. Just completed bootstrap tutorial (using Maven Starter archetype) that works with Jetty. I was wondering if I could make it work with my favorite web server - tomcat 5.5/6. Essentially I think I have to change the maven scripts to deploy to tomcat. Has anyone done

Re: struts 2 setup for tomcat 5.5/6

2007-05-30 Thread robinbajaj
Hi Yitzle, thanks for your response. Essentially I am looking for that ant script :-) that will let me do this build etc. And yes, I have already gotten that Struts 2 book and reading through it to catch up. I have a good Struts 1.x background but never had to deal with Ant build scripts

Re: struts 2 setup for tomcat 5.5/6

2007-05-30 Thread robinbajaj
Thanks for your response Dave. I tried the tomcat-maven-plugin basically removed the jetty plugin and introduced tomcat-maven-plugin into my pom.xml as follows plugin groupIdorg.codehaus.mojo/groupId

Re: struts 2 setup for tomcat 5.5/6

2007-05-30 Thread robinbajaj
at http://localhost:8080/tutorial which is cool. thanks everyone, robin robinbajaj wrote: Thanks for your response Dave. I tried the tomcat-maven-plugin basically removed the jetty plugin and introduced tomcat-maven-plugin into my pom.xml as follows plugin

[s2]hot deploy java and struts.xml changes in tomcat

2007-05-30 Thread robinbajaj
Hi there, I just setup tomcat 5.5 as my web-container for struts2 project. But I cann't seem to figure out how to force the hot deploy work with it. I noticed (following struts2 bootstrap tutorial) that jetty can hot-deploy my changes, ie whenever I change my .java / struts.xml , it picks up

Re: struts 2 setup for tomcat 5.5/6

2007-05-30 Thread robinbajaj
the hot deploy. will post my findings once I figure out. thx, robin yitzle wrote: I don't use the Tomcat manager. I'll email you the ANT script I use On 5/30/07, robinbajaj [EMAIL PROTECTED] wrote: ooops I looked at the error message again -- 18K downloaded [INFO

Re: [s2]hot deploy java and struts.xml changes in tomcat

2007-05-30 Thread robinbajaj
thanks , that's a helpful link. I like the idea of using manager app do the reload for you.. for eg: http://localhost:8080/manager/reload?path=/examples Is there a way to make mvn tomcat plugin to use tomcat v6 in this case, instead of tomcat 5.5. Since I would rather like to work in tomcat

[s2] maven-tomcat-plugin with struts2

2007-05-30 Thread robinbajaj
My (last) original post got accidentally attached to another thread , so re-posting my pending issue. apologize for any confusion I just started using the maven 2 tomcat plugin from http://mojo.codehaus.org/tomcat-maven-plugin/introduction.html It works by default using tomcat 5.5 server. Is

how to selectively call struts validation from a form

2006-11-23 Thread robinbajaj
Hi Folks, My previous post's subject was not clear. So here's a re-phrase of the problem. My loyaltyPAge.jsp has two buttons - Exit and continue. I want the validation to occur only when Continue is clicked upon. But the html:form in the jsp points to one actionmapping having

Re: suggestions for login scheme using struts 1.x

2007-06-12 Thread robinbajaj
://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! robinbajaj wrote: Hi All, I am working on a production web application written in Struts 1.2.x . Recently we undertook an effort to redesign our login architecture. Currently our architecture is that 1

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread robinbajaj
, Apress, ISBN 1-59059-816-4) Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Wed, June 13, 2007 1:17 am, robinbajaj wrote: thanks for your input. I will evaluate it tomorrow morning. By the way, what do you think of the idea

Re: [S2] Tutorial with Eclipse

2007-06-13 Thread robinbajaj
you will need to install the WTP plugins on top of your eclipse install. even better, you can download it all as one complete bundle (called eclipse distro) from IBM's site - http://www.ibm.com/developerworks/eclipse/downloads/ There are a number of other vendors providing their own customized

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread robinbajaj
, robinbajaj wrote: thanks for your input Frank. When I mentioned about taking out the webserver, I only meant not to have it do the login. It can still serve the static content. But I suggested merging the login piece and the actual web-app, and running them both on the weblogic app server. what I

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread robinbajaj
(2007, Apress, ISBN 1-59059-816-4) Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Wed, June 13, 2007 12:37 pm, robinbajaj wrote: my issue with having a web-server in front of app-server is, that adds to complexity of the login

[s1] action paths not resolving correctly

2007-08-01 Thread robinbajaj
Hi All, I have done this before with success, don't know where am I missing some bit this time. I have a dispatchAction with the following mapping. URL:http://rafb.net/p/jFxDHr62.html when I call this dispatch action from a link URL: http://rafb.net/p/DeTaSj43.html it works fine, the url

Re: [s1] action paths not resolving correctly

2007-08-04 Thread robinbajaj
out all your Javascript and strip the page down to just a form with a couple of submit buttons dispatching to different methods. Once you get that working, start adding functionality back in one piece at a time until you find out what's broken. Fix, and continue. L. robinbajaj wrote

Re: struts-layout

2007-08-25 Thread robinbajaj
This link talks about your issue http://www.geocities.com/Colosseum/Field/7217/SW/struts/errors.html search for text No getter method for property of bean org.apache.struts.taglib.html.BEAN on this link. See if it helps, robin Venu Madhav-3 wrote: Hi, am trying to use

Re: tabs (struts + tiles) How to do it ??

2007-08-25 Thread robinbajaj
This thread is very relevant to me since I am currently trying to use JSPtabcontrol taglib and evaluating Struts-menu as well. (JSPtabcontrol) = Its working fine for me, except that I cannot change the tab look easily. For eg. If I have 8 tabs, (all of different size) then I have to

struts-menu + tiles 1.x + struts 1.x issue

2007-08-25 Thread robinbajaj
Summary: Background: I have a web-app using Struts1.x + tiles 1.x. I am using Struts-menu which is working fine individually (without tiles). I need advice to insert this Struts-menu based page in my tiles definition. ( I have followed this thread