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
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
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
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.
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
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
(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
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
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!
>
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
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
<>
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
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
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo