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 http://www.nabble.com/first-struts-men

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 crea

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: [s1] action paths not resolving correctly

2007-08-04 Thread robinbajaj
rt adding functionality back in one piece > at a time until you find out what's broken. Fix, and continue. > > L. > > robinbajaj wrote: >> Hi All, >> I have done this before with success, don't know where am I missing some >> bit >> this time.

[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 requ

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread robinbajaj
TECTED] > Author of "Practical Ajax Projects With Java Technology" > (2006, Apress, ISBN 1-59059-695-1) > and "JavaScript, DOM Scripting and Ajax Projects" > (2007, Apress, ISBN 1-59059-816-4) > Java Web Parts - http://javawebparts.sourceforge.net > Suppl

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 11:36 am, robinbajaj wrote: >> >> thanks for your input Frank. >> When I mentioned about

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
Java Technology" > (2006, Apress, ISBN 1-59059-695-1) > and "JavaScript, DOM Scripting and Ajax Projects" > (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! >

Re: suggestions for login scheme using struts 1.x

2007-06-12 Thread robinbajaj
f "Practical Ajax Projects With Java Technology" > (2006, Apress, ISBN 1-59059-695-1) > and "JavaScript, DOM Scripting and Ajax Projects" > (2007, Apress, ISBN 1-59059-816-4) > Java Web Parts - http://javawebparts.sourceforge.net > Supplying the wheel, so you

suggestions for login scheme using struts 1.x

2007-06-12 Thread robinbajaj
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) user is presented with a login page served by IIS server (ASP pages) 2) user's provided username/password is va

[s2] maven-tomcat-plugin with struts2

2007-05-30 Thread robinbajaj
<> 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 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

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 6

Re: struts 2 setup for tomcat 5.5/6

2007-05-30 Thread robinbajaj
o 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 m

[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 t

Re: struts 2 setup for tomcat 5.5/6

2007-05-30 Thread robinbajaj
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 po

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 org.codehaus.mojo tomcat-maven-plugin

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 befo

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

[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 Logon-valid

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 E

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

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

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 .xml and validator-rules.xml etc.) in this case, Thank