Hi,
I want to set the title of my jsp page in the tiles definition file. So I have the
following situation:
and in classicLayout
But I need to have something like this:
"/>
to have a multilingual title.
Any suggestion?
_
or
or in tc5 with el on
On 12 May 2004, at 09:13, Marco Rossi wrote:
Hi,
I want to set the title of my jsp page in the tiles definition file.
So I have the following situation:
and in classicLayout
…
But I need to have something like this:
"/>
to hav
Andre.
javax.servlet.ServletException: Missing message for key welcome.title
Thats the reason. You have to put your message keys into a directory that is containing to the classpath. Look your entry in the struts-config.xml (Message-Resources).
Manfred
Bussie, Andre D wrote:
I recently insta
I use a JavaScript in a form to set an action.
But I am the following problem, I should pass
a parameter to the action. I would like to know
the syntax.
Here is my code:
function updateForm(form)
{
myForm.action='/myLookupDispatchAction.do?method=newSVC_One';
myForm.submit(
Hi!
Hope this helped a little more ;)
-Riyad
Yeah, it did! :-) Still not implemented (I just woke up, here in
Portugal!) but looks like a good way to do it... better than the one I
was using! Thanks a lot for your help!
Yours
Miguel Arroz
Fi
I use frames in a struts chat. I have one frame that is not refreshed
because it is the submission frame for messages. The problem is that I send
the data to another frame, so I am having difficulty resetting the
submission frame to empty or to null. I will have to use JavaScript if I
use HTM
Perfect.
Thanks Mark!
> Da: Mark Lowe <[EMAIL PROTECTED]>
> Data: Wed, 12 May 2004 09:23:07 +0200
> A: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Oggetto: Re: Tiles - Application Resources problem
>
>
>
>
>
> or
>
>
>
> or in tc5 with el on
>
>
>
>
> On 12 May 2004, at 09:13, Mar
Do you have mutiple forms on the page? Your JS function takes an argument
which it ignores and always sets the action of 'myForm'.
Try debugging with a JS alert just before you submit, showing the action
value for your action.
Having said all that, I would set the method via a hidden field on you
Gurus,
I am using Struts1.1.
Is there any custom code(already available) that can reload the
ApplicationResource.properties file without a redeploy/restart of the application ?
Regards,
Janarthan S
-
To unsubscribe, e-mail:
I have only one form in my JSP.
My question was not clear that is why I explain agin my problem.
My problem is the following I have a form:
- with hyperlinks:
- with buttons
In the setupLookupDispatchAction I test the method parameter
public ActionForward execute() throws Exception
{
In fact the parameter QueryString of the HttpRequestServlet
does not contain the method attribute when the combo box change.
For the hyperlink or button the method parameter is automlatically
added to the QueryString.
Can I force the add of the parameter through JavaScript or scriplet
on the onchan
Ae Alessandro,
Na ActionForm que contem este campo, vc deve inicializar o valor da propriedade
'numAgencia' com o valor que vc deseja que esteja selecionado inicialmente na
sua combo (no seu caso: numAgencia = 61 )
Abraços,
Henrique Viecili
- Original Message -
From: "cacau_braga" <[EMA
Hi List,
i need ur help very urgent.
1)
My audio file path in my server is as follows:
"c:\audioFiles\sample.wav"
2)
i wrote javascript code snippet in a jsp file to play that audio file where i'm
sending my server path("c:\audioFiles\sample.wav") to play audio.But client is not
able to pla
Hi List,
i need ur help very urgent.
1)
My audio file path in my server is as follows:
"c:\audioFiles\sample.wav"
2)
i wrote javascript code snippet in a jsp file to play that audio file where i'm
sending my server path("c:\audioFiles\sample.wav") to play audio.But client is not
able to pla
Hi List,
i need ur help very urgent.
1)
My audio file path in my server is as follows:
"c:\audioFiles\sample.wav"
2)
i wrote javascript code snippet in a jsp file to play that audio file where i'm
sending my server path("c:\audioFiles\sample.wav") to play audio.But client is not
able to pla
Please send one mail.
And, please don't flood our mail boxes.
-Original Message-
From: ganesh g [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 5:46 PM
To: user
Cc: user
Subject: convert locamachine serverpath to universal clientpath he can
download it and play very very urgent pl
This is not a struts question, but, put your file in the context of your web-app ->
.../webserver/webapps/your-web/audioFiles/sample.wav and reference it in the jsp as
/audioFiles/sample.wav
> -Ursprüngliche Nachricht-
> Von: ganesh g [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 12.
You are right But i'm placing in another drive
c:\clientsData\client1\client1 huge
PersanalData..
c:\clientsData\client2\.client2 huge
PersanalData..
c:
You are right But i'm placing in another drive
c:\clientsData\client1\client1 huge
PersanalData..
c:\clientsData\client2\.client2 huge
PersanalData..
c:
Hi Friends,
You are right But i'm placing in another drive
c:\clientsData\client1\client1 huge PersanalData..
c:\clientsData\client2\.client2 huge PersanalData..
Hi friends,
You are right But i'm placing in another drive
c:\clientsData\client1\client1 huge PersanalData..
c:\clientsData\client2\.client2 huge PersanalData..
Ganesh:
For some reason we are receiving four copies of each note that you write.. Would you
please see what's up? Thanks!
Geeta
> -Original Message-
> From: ganesh g [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 12, 2004 8:38 AM
> To: Struts Users Mailing List
> Subject: convert loc
Please send one mail - it will suffice to address the group.
Is everyone getting these mails multiple times???
-Original Message-
From: ganesh g [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 6:08 PM
To: Struts Users Mailing List
Subject: convert locamachine serverpath to univer
One way or another the file HAS TO BE in the context of your webserver...
We have similar situations where large data files reside on a seperate
server so we created nsf mount points to the required directories and
created an alias in Apache to point to the mounted directory
say /u01/dev/data/m
Geeta Ramani <[EMAIL PROTECTED]> wrote:Ganesh:
For some reason we are receiving four copies of each note that you write.. Would you
please see what's up? Thanks!
Geeta
> -Original Message-
> From: ganesh g [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 12, 2004 8:38 AM
> To: Struts
please stop spamming...
thx
btw,
old action-clzz of mine, i guess it works still
package net.wessendorf.web.struts.actions;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.Outp
I have an application where a user is adding items for a customer. The
form where the user will be on will have a list of products to choose
from, and can add a product for the customer by clicking on the checkbox.
The issue I am having is that I need to have the application do an
insert into
*Don´t flood our mailboxes*
If I had the answer I would not collaborate because you are flooding... XP
Thanks
Henrique
- Original Message -
From: "ganesh g" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 12, 2004 9:37 AM
Subject: convert loc
Janarthan:
Take a look at this link:
http://www.scioworks.net/devnews/strutsDistilled/updates/update-020811/reload.html
and at:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg22743.html
However:
http://jakarta.apache.org/struts/faqs/newbie.html#reload
Regards,
Geeta
> -Original Message--
Hi,
Those links were informative.
But i want to reload only my ApplicationResource.properties.
Any hints on how to tweak this ?
Regards,
Janarthan S
-Original Message-
From: Geeta Ramani [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 6:19 PM
To: Struts Users Mailing List
Subject
I've done similar things before.
Use javascript to open an action to add it to the database. This can be in
a new window, in another frame, or in a hidden iframe!
Daniel.
-Original Message-
From: Brad Balmer [mailto:[EMAIL PROTECTED]
Sent: 12 May 2004 13:46
To: Struts Users Mailing List
Did you look at the second message in the second link below? I believe the Reload
action was removed from struts 1.1 because it didn't do all that the name suggested it
would do, but reloading the app resources properties file probably does not involve
all the problems that class reloading does.
Hi,
On Wed, 2004-05-12 at 22:37, Daniel Perry wrote:
> I've done similar things before.
> Use javascript to open an action to add it to the database. This can be in
> a new window, in another frame, or in a hidden iframe!
I'm pretty sure you could do it using divs aswell, the dynapi(a cross
plat
So I would create a frame on my page that has a form with the action
that I need to call? Then my javascript (onclick) would just reference
the new frame and call the submit on the frame?
Is this correct? If so, by submitting the frame there would be no
perceived effect on the page that the c
Not sure whether this is a Struts or Resin issue. I'm using Struts 1.1
with Resin 2.1.12, and I've set it so that all URLs get handled by
Struts unless otherwise specified, using the following URL mapping:
action
/
false
The problem is that case-sensitivity remains r
We use this solutions quite a bit... in fact we have the form in a hidden
iframe which the user does not see but appears for developers for debbuging
purposes.. when the action completes javascript in the iframe page updates a
message box on the main page alerting the user to the fact that the
sele
At 6:35 PM +0530 5/12/04, Janarthan Sathiamurthy wrote:
Hi,
Those links were informative.
But i want to reload only my ApplicationResource.properties.
Any hints on how to tweak this ?
For now, the solution is to create your own implementations of
MessageResources and MessageResourcesFactory, and
Is there a init parameter for the ActionServlet to have struts reload
changed Action classes if they have changed
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
IIRC this is your app server's job, not Struts.
Can someone correct me?
Nimmons, Buster wrote:
Is there a init parameter for the ActionServlet to have struts reload
changed Action classes if they have changed
-
To unsubscribe, e
If you are using Tomcat, it should reload this automatically if you have
"reload properties" selected for your context (Atleast mine does while
I'm wokring on the ApplicationResource file), and if all else fails,
just use the Manager to restart the context (takes about 1 second).
-Riyad
Janart
My appserver will reload the ActionServlet if it has changed (which would in
fact reload any Action classes) however it does not reload the ActionClasses
alone. I asked the question because the Framework I wrote a few years back
had an init parameter called devel and if set to true my ActionServlet
If you are remote debugging your container, changes that don't impact the
class signature will be changed (hot replaced). I currently do this with
Eclipse remote debugging Tomcat. Works great until I have to reload my
ApplicationResources ;) (see other thread)
--
James Mitchell
Software Engine
Hello, Riyad,
I would like to select reload for my context. My present server.xml is the
following: How would I do that?
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
pathname
conf/tomcat-users.xml
On Wed, 2004-05-12 at 23:17, John Moore wrote:
> Not sure whether this is a Struts or Resin issue. I'm using Struts 1.1
> with Resin 2.1.12, and I've set it so that all URLs get handled by
> Struts unless otherwise specified, using the following URL mapping:
>
>
> action
> /
The way i've done it, i have an iframe with 0 width/height, and load a url
into it. e.g.
iframe1.location='additem.do?code=item1';
Daniel.
-Original Message-
From: Nimmons, Buster [mailto:[EMAIL PROTECTED]
Sent: 12 May 2004 14:49
To: 'Struts Users Mailing List'
Subject: RE: Design Issue/Q
If the properties class is loaded, which I assume it is, the file would not
have to be loaded, just changed, right?
At 06:58 AM 5/12/2004, Riyad Kalla wrote:
If you are using Tomcat, it should reload this automatically if you have
"reload properties" selected for your context (Atleast mine does
Thanks, you've all been an incredible help.
Daniel Perry wrote:
The way i've done it, i have an iframe with 0 width/height, and load a url
into it. e.g.
iframe1.location='additem.do?code=item1';
Daniel.
-Original Message-
From: Nimmons, Buster [mailto:[EMAIL PROTECTED]
Sent: 12 May 2004
wojingo wrote:
On Wed, 2004-05-12 at 23:17, John Moore wrote:
Not sure whether this is a Struts or Resin issue. I'm using Struts 1.1
with Resin 2.1.12, and I've set it so that all URLs get handled by
Struts unless otherwise specified, using the following URL mapping:
action
Use the administrator, its easier :)
Make sure you have setup an "admin" and "manager" Account in your
tomcat-users.xml file per the tomcat docs. Then go to
http://localhost:8080 while Tomcat is running, and click the
Administrator link. Expand the host link (I believe it is) and drill
down to
The properties file will be reloaded by the servlet. i'm not sure what
you mean by "changed" in this context, it needs to be re-read if it is
modified.
Michael McGrady wrote:
If the properties class is loaded, which I assume it is, the file
would not have to be loaded, just changed, right?
At
Tomcat 5 seems to do this for me implicitly... reloads all my classes
depending on what is changed.. (actions, forms, util classes, dtos,
daos, etc.)
Nimmons, Buster wrote:
My appserver will reload the ActionServlet if it has changed (which would in
fact reload any Action classes) however it
Hi Brad,
I've used the iframe solution on a project, as well. It worked for me.
However, I think there are some drawbacks. You loose visual control over what's going
on in the hidden iframe. I loaded .jsp into the iframe that wouldn't even compile and
didn't notice, because I didn't see the com
I could be a bit off the ball here, but struts actions are case sensitive.
The servlet 'case-sensitive' element mapping only tells it that it should
ignore case for the servlet mapping - ie /myApp/ would also recognise
/myapp/ or /MyApP... etc.
Struts is still case sensitive, so if it's in your st
Hi friends, before subscribng with success to the list, i
tried an adress
found on http://jakarta.apache.org/struts/
Here is the answer i get :
Hi. This is the qmail-send program at apache.org.
I'm afraid I wasn't able to deliver your message to the
following
addresses.
This is a permanent error;
Hi all,
I am currently working on a file upload function with struts.
The original upload function allows multiple file uploads, with JSP's html
form submitted to the action. the
+uploadform uses dynamic properties, and the jsp file refers to them with formFile[0],
formFile[1] ...
N
Hi all,
I am currently working on a file upload function with struts.
The original upload function allows multiple file uploads, with JSP's html
form submitted to the action. the
+uploadform uses dynamic properties, and the jsp file refers to them with formFile[0],
formFile[1] ...
N
Daniel Perry wrote:
Struts is still case sensitive, so if it's in your struts-config.xml as
"Contact", then "/contact" shouldnt work.
I dont know of a way to tell struts to act case-insensitivly.
It may not be that important, ultimately. I wanted to ensure that users
weren't forced to enter t
You know, isn't the RequestProcessor supposed to be used for just this kind of thing?
You know, when you get a request, massage it so it is just as you'd like (in this case
maybe change the case of the mapping to all lower case) and then adding just the
lower-case to the struts-config.xml should
Hi all,
I am currently working on a file upload function with struts.
The original upload function allows multiple file uploads, with JSP's html
form submitted to the action. the
+uploadform uses dynamic properties, and the jsp file refers to them with formFile[0],
formFile[1] ...
N
Hi all,
I am currently working on a file upload function with struts.
The original upload function allows multiple file uploads, with JSP's html
form submitted to the action. the
+uploadform uses dynamic properties, and the jsp file refers to them with formFile[0],
formFile[1] ...
N
Hi,
We have a reporting app (struts+jaspereports) that creates reports and
leaves them in a dir on the server, the problem is that we need that
directory to have the webapp security filters, so we can´t just put them
into an accesible directory
Does anyone here knows of any file browsing modul
Maybe youcan try saving your ActionErrors inside the request. And
eveytime you validate a field, retrieve the ActionErrors from the
request and append the message into the ActionErrors.
Sifuentes, Ben wrote:
Another thing I do get back a list of errors for each failed field value per
validator b
I am new to STRUTS so I am struggling with the use of the "page or href"
attribute in the html:link statement. I don't see a need to specify an
action in the config-struts that points to an ActionClass to make the URL
available to the JSP page. I already have the URL stored in a bean and I
ca
Hi!
I need to integrate struts layout and skins into my product. The idea is
to let the user choose the kind of skin he would like to use , something
akin to customization.
I am also looking into integration xskins as an alternative too. Any
directions for the same will be much appreciated.
I
Any idea how generate dynamic powerpoint using java , using database
sources???
Are there any java framework??
Regards
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
i did something of this sort for microsoft word but not sure about ppts. i did use jni
to achieve that.
http://danadler.com/jacob/
you may also have a look at this
http://www.winnetmag.com/WindowsScripting/Article/ArticleID/26972/26972.html
>-Original Message-
>From: Gabriel Forradellas
There was talk of this in the POI project, but to date nothing has happened.
Maybe ask on their list if anything is in the pipeline.
http://jakarta.apache.org/poi/index.html
Niall
- Original Message -
From: "Gabriel Forradellas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesda
At 9:54 PM +0530 5/12/04, Navjot Singh wrote:
i did something of this sort for microsoft word but not sure about
ppts. i did use jni to achieve that.
http://danadler.com/jacob/
you may also have a look at this
http://www.winnetmag.com/WindowsScripting/Article/ArticleID/26972/26972.html
I haven't
Hello,
I am using an Action which puts some data in the request scope. That's
just fine to display the data in the (exactly one) next jsp page (let's
call it target.jsp).
I am submiting a form in target.jsp which should do some action an show
again the target.jsp page.
How can I tell my page
SVG would be the the thing to use. I have no idea whether power-point
supports svg.
http://xml.apache.org/batik/
Tomcat 5 comes with a working example using batik with JSP.
On 12 May 2004, at 18:34, Joe Germuska wrote:
At 9:54 PM +0530 5/12/04, Navjot Singh wrote:
i did something of this sort
Samuel,
I've had this problem as well and what I ended up doing was to add 'hidden'
tags to the top of my html:form element that encapsulated the parameters that
I wanted to persist to the next page. Something like:
...
User Name:
Join Date:
.
This whole area is fraught with opportunity, Samuel. People have been
trying to find sensible ways of doing this. Have you thought of building a
do/undo/redo application to handle these issues for your user/gui data? If
that interests you, I have a simple, but effective rather generic command
Hi
I'm really stuck on this one.
I get the following error when submitting a form.
E SRVE0026E: [Servlet Error]-[action]: java.lang.NullPointerException
at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:784)
In my actionmapping in the struts-config, I v' put the
Hi Michael,
I am also working on a similar application and would be interested in your
application.
Thanks,
Jeff
-Original Message-
From: Michael McGrady [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 2:22 PM
To: Struts Users Mailing List
Cc: Struts Users Mailing List
Subject:
I have an Action which is usualy accessed from an html form page... It
requires 4 request parameters. I need to forward to this action from another
action but the action I'm forwarding from does not have all 4 of the reuired
request parameters. I know what the value of the parameters should be but
I think you can do this: get the ActionForward object as usual. Then use the
ActionForward's getPath and setPath methods to add the rest of your params as query
string parameters to the original path. This I am pretty sure will work.
But if you want to look at a nicer solution, maybe the Request
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 1:59 PM
To: [EMAIL PROTECTED]
Subject: RE: forwarding to action needing different request parameters
I think you can do this: get the ActionForward object as usual. Then use the
ActionFor
I tried this and got the following exception
java.lang.IllegalStateException: Configuration is frozen
at org.apache.struts.config.ForwardConfig.setPath(ForwardConfig.java:208)
at
com.sbec.folderview.po.actions.UploadPoDocument.perform(UploadPoDocument.jav
a:80)
-Original Message-
Buster, you will have to create a new ActionForward
and populate it with the path you wish.
Check out ParameterActionForward:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg96372.html
robert
> -Original Message-
> From: Nimmons, Buster [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, Ma
I am pretty sure I got this to work. Here's how I remember it:
Create a new Actionforward. Set it equal to the path (got from getPath). Then add the
params you want and then use setPath. Is this what you did?
> -Original Message-
> From: Nimmons, Buster [mailto:[EMAIL PROTECTED]
> Sent: W
I did not create a new ActionForward... I attempted to modify the
ActionForward I retreived from the findForward method I am trying this way
now
-Original Message-
From: Geeta Ramani [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 2:34 PM
To: Struts Users Mailing List
Subject: RE
I'm pretty new to Struts, and it's entirely possible I'm not following what
your saying, but...
If the first Action is getting an ActionForm with the four parameters
populated, you can simply instantiate the second Action, passing it the
ActionForm, and then return from the first Action the Act
I see what you are saying about using the ActionForm.. The forward I'm
mapping to is not a Struts action but a servlet mapping specified in the
web.xml.. It's an older servlet created before we started using struts so it
does have to get the required parameters from the request object
-Origina
Hello all. I have in my app a resouce bundle, and I can use it in my JSP's
no problem... my question though is how can I access those items from an
Action?
Specifically, I have some error messages that I want to return to the view.
At present they are hardcoded in my Action classes and they a
Does the need to be unique?
Can you have two different validators with the same name but with different
class="..." definitions
-Ben
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
I swear I answered this question yesterday yes I did, but it was from
someone else:
--
You could subclass the ActionServlet with your own instance that in its init
method reads the properties file...
I think this should do the trick, please fix the path when necessary:
Prope
Thank you for that answer Riyad. I think I actually found another (better?)
way in my stumbling about trying to solve it on my own...
All I did is in my Action, after all my real processing, is this:
MessageResources mr = getResources(request);
lpcaf.setMessage(mr.getMessage("messages.deleteFai
On Wednesday 12 May 2004 01:04 pm, None None wrote:
> Thank you for that answer Riyad. I think I actually found another
> (better?) way in my stumbling about trying to solve it on my own...
No you didn't, mine is the BEST :*D
>
> All I did is in my Action, after all my real processing, is this:
I see what you mean... But, and again, I am new to Struts, I think the
ActionForm is already in the request object, and since it was passed by
reference to your Action's execute() method, you are altering the ActionForm
itself (pass by reference? For some reason I always get pass by reference
(in my best StrongBad voice)... That's right, bow to my awesome
superiorityness ;)
Seriously though, I've been getting a ton of help from people on this list
the past few days as I go through the exercise of learning Struts, so if I
can give back even a little, that's very cool in my book.
Fro
Please forgive the off topic post, but I'm desperate.
If you are in or near Atlanta GA, and looking for a Struts job. Please send
me a direct email.
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
---
I really don't want to modify the second servlet since it's already in
production. Also the ActionForm associated with my Action does not have the
member variable needed by the second servlet. I really didn't want to add
fields to the ActionForm that weren't needed for this Action
-Original Me
I am trying to forward directly to a tiles definition from the
with
# struts-config.xml
BLAH URL
However when the JSP is generated it actually generates
BLAH URL
Any ideas on why global-forwards to tile definitions do not work?
Thanks in advance,
Keith
---
Hello all,
I have been trying to get a piece of code to work in my JSP. I understand
how to do a comparison using a String attribute on the form bean.
Is it possible to use a Value Object on the form bean, in the "property"
attribute of the tag? Drilling into the VO to get a String value for
co
Using the dot operator to separate method calls should work:
This user is currently Inactive
That should call:
assignUserForm.getAssignUser().getName(), and then compare it to "Bob".
If the above doesn't work, then pretend someone else told you to do it.
Best,
Riyad
On Wednesday 12
Use an empty action.
the action just needs to return this.
return (mapping.findForward("success"));
and you'll be there.
On 12 May 2004, at 22:58, Keith Bottner wrote:
I am trying to forward directly to a tiles definition from the
with
# struts-config.xml
My JSP page uses:
BLA
I sure hope there is a nicer way around it than this... is this really what it
takes to use Tiles in this situation?
On Wednesday 12 May 2004 02:05 pm, Mark Lowe wrote:
> Use an empty action.
>
>
>
>
>
> the action just needs to return this.
> return (mapping.findForward("success"));
>
>
Thanks for the feedback, that is what I am currently doing. My understanding
is that this should work by specifying the tiles definition directly and
therefore bypassing yet another action configuration, if so I wanted to find
out what black magic was necessary for it to actually work. Is there a w
You don't even have to give type="xxx.xxx.xx".
Just use this syntax:
Above works well for me.
---
Reddy
> -Original Message-
> From: Mark Lowe [SMTP:[EMAIL PROTECTED]
> Sent: Wednesday, May 12, 2004 5:05 PM
> To: Struts Users Mailing List
> Subject: Re: global forward to ti
James,
Is that desperate to fill a job vacancy or desperate to get one?
Simon
>-Original Message-
>From: James Mitchell [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, May 12, 2004 3:14 PM
>To: Struts Users Mailing List
>Subject: [OT] Jobs
>
>
>Please forgive the off topic post, but I'm desp
1 - 100 of 119 matches
Mail list logo