This is my first Struts app, so it's quite simplistic. What I'm trying to
achieve is to lock down certain precesses so that only one user can run them
at a time. I intended to do this by having an application variable holding
the User object for the user currently running the process and examinin
This may not be the only issue but I do see a typo in setSession()...
It should be: this.session = session; instead of this.session = map;
-Rod
-Original Message-
From: Mark Rollins [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 25, 2007 05:47
To: user@struts.apache.org
Subject: Re:
Dear all,
I wonder if anyone has ever met the problem like me.
Now I've come to the first step.
I create the view jsp file and the action bean following the guide.
And I configured struts.xml file.
I can see the page come out on my browser.
But I can only see the title.
I can't file the message "S
Hi,
This can be due to many reasons, do you see any error messages in the
console of the app server?, just a guess, have you included the
struts-tag declaration in you jsp?
Thanks,
Nuwan
Kun Niu wrote:
Dear all,
I wonder if anyone has ever met the problem like me.
Now I've come to the fi
Hello list!
Is there anyone using some sort of mda tools with struts2?
I couldn't find any one out there.
Thanks!
*Nico
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
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
Alvaro Sanchez-Mariscal wrote:
Hi,
Is it possible to have actions with the same name but different
packages & namespaces?
/WEB-INF/jsp/dashboard/main.jsp
/WEB-INF/jsp/search/main.jsp
Always, the first JSP declared in the XML file is returned. If we
change actio
Hi all,
I hope someone would be able to provide some help in the problem that I am
describing below:
I had tow kind of programs in my app. one is prescriptive & another is
custom. Till now I only had to view these pages.
The configuration is struts config for the same was as follows:
just a test mail to see if i am reaching everyone or not.
Hi,
I had tried to send a mail to the struts user list, however, it's bouncing
again n again. Please see if u can help me by answering my question & also
please give me the email address to reach the mailing list.
I have two kind of programs in my application. one is a prescriptive program
& anoth
Hi,
I had tried to send a mail to the struts user list, however, it's bouncing
again n again. Please see if u can help me by answering my question & also
please give me the email address to reach the mailing list.
I have two kind of programs in my application. one is a prescriptive program
& anoth
On 8/25/07, Meenakshi Singh <[EMAIL PROTECTED]> wrote:
> just a test mail to see if i am reaching everyone or not.
Yes. If you want to make sure a message made it to the list, check
the archives, for example:
http://www.nabble.com/Struts---User-f206.html .
(And with GMail, your own messages do
Hello,
I have production application written using Struts1.2 and Tiles 1, and I need
to implement the new Struts2/Tiles 2 features within the same web app. I have
not found any good documentation that explains how to do this. I have created a
simple Struts1/Tiles1 app that also has Struts2/Tile
Well there are definitely some tutorials on the net how to start this thing
with Tiles2. You have to include a servlet in web.xml and make sure to put a
result type to struts.xml and when you want to use tiles just use result
type tiles. Also make sure all your necessary jars are in place. I heard
Pavel,
Thanks for the reply and yes I have covered the basics:
tiles jars (api, core, jsp) for
2.0.4org.apache.struts2.tiles.StrutsTilesListener defined in web.xmltiles.xml
(for struts2) under WEB-INFstruts.xml package that extends tiles-defaultMy
Struts2 action returns a string that points to
Ok result name="tilesList" is fine but add type="tiles" make sure that
.view.struts23.welcome is in your tiles.xml as a name of a definition
On 8/25/07, Darryl Thompson <[EMAIL PROTECTED]> wrote:
>
> Pavel,
>
> Thanks for the reply and yes I have covered the basics:
> tiles jars (api, core, jsp)
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
robinbajaj wrote:
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,
Thank you for your reply.
I saw the following error message when my tomcat startup:
WARN com.opensymphony.xwork2.config.providers.InterceptorBuilder
Unable to load config class
org.apache.struts2.jsf.FacesSetupInterceptor at interceptor -
jar:file:/home/niu/workspace3.3/.metadata/.plugins/org.eclip
Hi,
If your not using JSF plugin its safe to delete that jar from your lib
folder, what is the tomcat version you are using? if its supports
servelet spec. 2.4+ you dont need it in the web.xml. what i ment was
that in you .jsp file do you have this line on top?
<%@ taglib prefix="s" uri="/st
21 matches
Mail list logo