I have a jsp page with 3 html:link tags on it. I what all these links to
point to the same action, but each of them need to go to there own jsp
site. So I need to set/pass on a string with each link, so that I can
send the request the right place.
How do I do that??
Have read that 1000 times, don't understand it(I now that it's probely
me how is a bit stupid)
Can you give me a and example on have it works, and have I read the
string in my action class again.
Thanks
Jeff Beal wrote:
marc wrote:
I have a jsp page with 3 html:link tags on it.
along the lines of what you want. I think
text
will display
text
But, I really don't know what you need, so all of these may be off the
mark.
-- Jeff
marc wrote:
Have read that 1000 times, don't understand it(I now that it's probely
me how is a bit stupid)
Can you give me a and
ferent pages? If so, have a look at DispatchAction -- it is one
possible approach to this situation. If the problem is in using the
Struts tags to generate the appropriate HTML code to create a link, then
could you give an example of what code you want to generate and we'll go
from ther
ls to different action's base on
user roles. And other fancy things.
Is there a easy way to do this in struts. A plugin or something?
Or do anybody now some where I can read more abort it?
best regards and you all have a nice weeken
-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of marc
Sent: Friday, 3 June 2005 5:51 PM
To: user@struts.apache.org
Subject: How do I use JAAS(JbossSX) in Struts?
Now I have made a Struts app, that uses a LoginContext (Using
jbossSX/JAAS) to login. And this works fin.
But now I what to use the
quot;
...
However I have settled for declarative security with JBossSX and define the
context relative URLs to protect with specified roles in my web.xml. But I
presume you are doing this anyway if using JBossSX.
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of marc
S
Sorry the late reply, had som problems with me mailserver last night.
*
Why do I need the /DB/home url in web.xml.
Is't this enough /HelpDesk/bruger/* in the
?
Marc
Adam Hardy wrote:
You need to put that /DB/home url pa
Sorry the late reply, had some problems with me mail server.
Yeah I got the .
Why do I need Shouldn't this /HelpDesk/bruger/* in me
web.xml, just restrict me to all under this?
Marc
Vance Karimi wrote:
I'm presuming you
No /HelpDesk/bruger/* in web.xml should not protect /DB/home.
But roles="admin" in
when the user has the admin role,
should protect it. Should't ??
Marc
Adam Hardy wrote:
I don't know! It's not clear what you want.
Let me turn the question round: in your web.
How do I easy and smart make a bean and put it in the client's session,
when the client logs on. So no mather where the client is, I can access
the bean.
Like a bean that holes name, adr, age and so on.
I use jaas, jboss and the servelt sercurity when I logon.
---
Thank you for all your help.
I finnaly solved it. I had misundestod the servlet login method. Once
read 5 times more I got.
But again thank you for all your help.
Best regards
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
in me session.
If I used JSP I could just make the two arrays in the JSP, but now im
using velocity.
Anybody have a good, nice and simply solution to this??
Regards
//Marc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
uot;shared" dir where I got me pic?
Or do I have to do it in a other way?
This is my html:
alt="C:/ProjectGallery/web/testGallery/webthumb/T_billed4.jpeg" >
If this is the wrong forum then pls let me know so that I can post in
the right place.
Thank
t; modul?
This must be a classic way of doing things. But I cant seem to find a
good how-to one mixing the two.
Can anybody point me in the right direction?
Best Regards
/marc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
module. Resulting in
my menu does work anymore.
So my Q is, is there away to include the forwards in the submoduls. So
that I dont need to put them in all of me modules, but only have them
one place.
Thank an regards
/marc
-
To
se
response) throws IOException, ServletException;
}
**
Now me Q is how do I make this change visible in loopupdispatch action?
Or how do I make a BaseLookupDispatchAction with me custom code?
/Best regards Marc
-
I'm trying to get modules to work in struts but with no luck.
First I made a standard struts app. And It works fin, but now I what it
to be a module.
So I made a default module, then the plan is that this module will point
at my first working module.
I get the default module to work, but can n
I can't follow that, can you explain that a bit more. Thank you.
Bill Siggelkow wrote:
You need the path of the global forward to be an action in your /admin
module. Something like:
-Bill Siggelkow
marc wrote:
I'm trying to get modules to work in struts but with no luck.
Firs
ction.
marc wrote:
I can't follow that, can you explain that a bit more. Thank you.
Bill Siggelkow wrote:
You need the path of the global forward to be an action in your
/admin module. Something like:
-Bill Siggelkow
marc wrote:
I'm trying to get modules to work in struts but with
Hi there. Help a struts rookie pls.
I have successfully implemented a two step wizard like interface where I have
A.jsp for the first step and B.jsp for the second step.
But now I need an ability to dynamically change the jsp file at the step 2
based on a field selection during step 1 !
In oth
Paul Summers gmail.com> writes:
Thanks again Paul
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have a form that I pre-populat with some data that I'm passing forward
from the action that point's to the form.
But then when I validat, and the validation fails. I then get returned
to the form, as struts works.
But have do I get the origainal data in the form again. And not just the
data fr
Thank you, that helped :-)
Erik Weber wrote:
I use Session-scoped forms. Not much to think about. But, this might help:
http://www.reumann.net/struts/articles/request_lists.jsp
Erik
marc wrote:
I have a form that I pre-populat with some data that I'm passing
forward from the action that po
First one:
Have do I collect multiple choice's from a options group?
*CODE*
*CODE END*
If I have the above. Then have do I collect the choice into an array,
when I submit??
Second:
I wanna do something fancy with my options box's. I wanna have one
options box with the
That just works, thanks alot.
Jeff Beal wrote:
First one:
1) set multiple="true" on your tag.
2) Create a product_id property on your form bean that is a String array:
public String[] getProduct_id() { }
public void setProduct_id(String[] newValue) { }
(I think so, anyway. I haven't done this
's forward()
method, but it doesn't do anything in struts.
Any help is appreciated..thank you
Marc Dumontier
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
sorry, figured it out..i was looking at the mapping class...but you can
just create a new ActionForward with the path as the constructor arg.
Marc
> Hi,
>
> I have an Action servlet which at development time doesn't know what it's
> forwards will be. They are determined a
I receive:
"Bisher durchgeführte Maßnahmen<br>
Running the same application using struts 1.1 works fine.
Do you have any ideas on this ?
Kind regards,
Marc Tinnemeyer
-
To unsubscribe, e-mail: [E
body knows how to get out of this trouble.
Thanks in advance.
Kind regards,
Marc Tinnemeyer
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thanks a lot for your jit response,
now struts and tiles talk to each other :-)
Nochmals besten Dank ! und natuerlich schoene Feiertage.
Gruss,
Marc
On Sat, 10 Apr 2004 18:58:56 +0200
Christian Bollmeyer <[EMAIL PROTECTED]> wrote:
> On Saturday 10 April 2004 18:36, Marc Tinneme
hi everybody,
I got a collection in session scope which contains a lot of properties
that I want to use to fill comboboxes etc.
the objects stored in this collection look like:
id(int), property(string), value(string)
The propertyfield indicates where the object belongs to (eg. country or
os...
se objects from the collection that all have
the same "property"-field.
Marc
On Thu, 22 Apr 2004 11:52:39 -0300
"Henrique VIECILI" <[EMAIL PROTECTED]> wrote:
> Hi Marc,
>
> if you have a collection, it would be nice to use the
> tag, which iterates over
this quite well.
So I guess I'll split my "super-collection".
Thanks again for your replies !
Marc
On Thu, 22 Apr 2004 13:28:33 -0300
"Henrique VIECILI" <[EMAIL PROTECTED]> wrote:
> Marc,
>
> i think the best way, according to the MVC pattern (J
cketForm" is the
DynaValidatorForm itself.
The friendly message a receive is:
"cannot resolve symbol symbol : variable ticketForm"
Does somebody have an idea on this ?
Kind Regards,
Marc Tinnemeyer
-
To unsubscri
panID) ;
...
}
function processStateChange (spanID) {
...
document.getElementById("spanID").innerHTML = req.responseText;
...
}
But this won't work. What would be the correct way to implement this ?
Th
eturns a function, but if it returns (for
> example) an int, there are problems.
>
> Use an anonymous JavaScript function for your event handler:
>
> function retrieveURL(name, spanID) {
> req.onreadystatechange = function() { processStateChange(spanID); };
> }
>
>
ribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Marc Demlenne
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Just a small mistake while copying my code here ... I've swapped to
things. Sorry
It is :
On 11/07/05, Marc Demlenne <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Maybe another idea if I understand well what you want.
> So you
Thanks very much for any help.
--
Marc Demlenne
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ot;upload"
parameter from the request. The UploadAction is still being processed! Does
someone have an explanation for this? I don't understand this struts
behaviour. Thanks!
Kind regards,
Marc Walter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
name, one of them defined
as validate=true, the other as validate=false.
Is there a client-side equivalent ?
Thanks a lot for any help.
--
Marc Demlenne
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
; --
> Rafael Taboada
> Software Engineer
>
> Cell : +511-97753290
>
> "No creo en el destino pues no me gusta tener la idea de controlar mi vida"
>
>
--
Marc Demlenne
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi!
Try this:
class="odd"<% } else { %>class="even"<% } %>>
It works fine. Define the colours in your local css file for the classes
"odd" and "even".
Kind regards,
Marc Walter
-
Hi All,
I'm using html:iter
le.
>
> var validate = true
>
>
>
> validate
> don't validate
>
>
>
>
> Marc Demlenne <[EMAIL PROTECTED]>
>
>
>
>
>
>
>
> Marc Demlenne <[EMAIL PROTECTED]>
>
> 07/13/2005 11:30
" the problem,
of course, but I don't want to have redundancy in this file while it's
useless.
Shouldn't it be possible to define only general case, and to fallback
on it when specific case isn't define ? Is there a special issue to
resolve this ?
Thanks in advance for
Then either the field has to be
validated by MASK, or it has to be the same as the hidden one.
How can you define validwhen in this case ? validwhen (field ==
hidden) will be ok, but mask validation will be false, so form will be
refused.
any workaround ?
Thanks for any help !
--
Marc Dem
Thanks very much for any answer.
--
Marc Demlenne
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_Guide.pdf can be of help for
> you--I am unsure.
>
> Glen
>
>
> Marc Demlenne wrote:
> > Hi,
> >
> > I need to use a text box that must correspond to a regular expression,
> > so it can be validated by the "mask" validator.
> >
> > H
m
still investigating ...
On 27/07/05, Glen Mazza <[EMAIL PROTECTED]> wrote:
> Marc Demlenne wrote:
>
> > Hi and thanks for the answer,
> >
> > In fact my problem could be explained the following way :
> >
> > Having two fields A and B, I need to validate A if
se that may help you--look at the test example just
> below it:
>
> http://struts.apache.org/userGuide/dev_validator.html#validwhen
>
> Glen
>
>
> Marc Demlenne escribió:
> > Yes, sorry I made a mistake while explaining. I'll try to do it better now.
> >
my "localhost" as a toplevel
domain.
I am hoping i ve done something wrong because i would suspect that a
UrlValidator validates this pretty straightforward URL.
--
regards
Marc Logemann
[blog] http://www.logemann.org
[busn] http://ww
dress "127.0.0.1" but it
would be nice to get this fixed.
-Original Message-
From: Marc Logemann [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 8:33 AM
To: user@struts.apache.org
Subject: UrlValidator
Hi,
can it be that UrlValidator from Commons-Validator doesnt vali
As a workaround I use the localhost IP address "127.0.0.1" but it
would be nice to get this fixed.
-Original Message-
From: Marc Logemann [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 8:33 AM
To: user@struts.apache.org
Subject: UrlValidator
Hi,
can it be that Ur
Hello Tremal,
> 2005/9/16, mlists <[EMAIL PROTECTED]>:
> > Is this an configuration-issue? (It's not very comfortable
> to restart
> > the server everytime after a change).
>
> what version of Jboss?
Jboss Version: 4.0.2
> And what the message you are receiving?
See end of mail :)
> Is your
t; An: Struts Users Mailing List
> Betreff: Re: struts on jboss
>
> From: "Marc Ende" <[EMAIL PROTECTED]>
>
> > In the war are no other classes included than the sources of my
> > application.
> > The jars of struts are directly in the server/default/l
ndeployment the jboss failes to delete
the previous directory (in cause of a locked struts.jar) but this is no real
problem.
marc
> -Ursprüngliche Nachricht-
> Von: Adam Hardy [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 17. September 2005 18:56
> An: Struts Users Mai
for some helper class in
struts for that ;-)
Thanks
--
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
iately when the ActionClass is called, and
hided only when the result page is fully displayed. This is very easy
when it is the displaying of the page which is slow (when the logic is
inside JSP), but doesn't seem so easy with struts, where it's the
action that can take time.
Can anyone hel
.
The only reason i want to avoid using explicite function call is to be
more general and lcear and complete. My page contains more links than
just a submit, and a general solution would be clearer...
Nevertheless, your solution is applicable and helpfull. Thanks !
--
Marc Demlenne
GPG : 768
iew/ftl/hardfacts/bilanzPassiva.ftl
/de/seb/rmr/view/ftl/hardfacts/bilanzKennziffern.ftl
I have no clue. No chained actions nothing. When I trigger the action
the second time, the action is not reached anymore.
I have never seen anything like this before.
Hi,
We have an action which causes an Infinite recursion detection. I
don't have any idea why this is happening. When we call the action the
first time everything is ok. But when we call this the second time we
get this exception:
05.01.2010 13:45:00 org.apache.catalina.core.StandardWrapperValve
;:[{"content":"blabla
balabla","dateline":1270241423080,"link":"#foo"},{"content":"blabla
balabla","dateline":1270241423080,"link":"#foo"}]}
It nearly m
;umlaut" to the JSP and i definitely need that running because
thats the natural way to do.
Thanks for hints.
---
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Yeah. But the issue was that i have not defined the needed:
<%...@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
---
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de
Am 05.04.2010 um 13:58 schrieb Alex Rodriguez
) {
this.myParam = myParam;
}
}
The only problem is to set it at the same time, in same request, so you
have to make a decision with parameter is the winner.
Greets
Marc
Am 30.05.2014 10:38, schrieb Mael Le Guével:
> Hi,
> Given the following action:
>
> public class MyAc
Hello list,
my problem is that i have a message resource key defined like this:
message.privacy=Die Datenschutzerklärung
when i use it in text tag like this:
all is ok an html is not escaped
but when i used it in checkbox tag like this:
html is escaped an my link is not working
is there
the chance to exclude something
Any hints ??
---
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands
t; bevaior. Unfortunately i created a custom
ActionMapper the wont handle /services/* URIs. Hmmm. Lets see what i
do now :)
---
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de
Am 03.04.2009 um 11:54 schrieb Marc Logemann:
Hi,
i have the following web
k there is something wrong in my chain of ideas?!? I thought
that s:text should format it to the encoding charset of the jsp??
Can anyone help me?
Thanks in advance.
Best Regards,
Marc
-
To unsubscribe, e-mail: use
org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.Main.runBuild(Main.java:758)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
---
regards
Marc Logemann
http
Sorry, wrong Maillist.
PLEASE IGNORE.
---
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de
Am 18.05.2009 um 16:20 schrieb Marc Logemann:
really noone who can explain the stack? I double checked that this
is not a SERP version problem but OpenJPA is the only library
k the fragment also the text in the is marked. Very strange.
Does anyone know this phenomenon?
Best Regards,
Marc
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Ja
Nein
The row is display correctly but a text fragment of the content of appears right below this row. This just
happened at the end of the table.
I hate IE6 :-)
Best reg
Hi,
I'm using the only with collections. Now I need
to order the contents. It's possible to assign anything else
(orderable/sortable) than collections
to this tag?
marc
ve got this problem several times
before.
marc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I've got a little question regarding the -Tag.
Is it correct when I have this in a jsp:
and the result looks like this: (?)
asdfasdf ,
I expected something like:
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
thought it should only
be an '&'
yours
marc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I have a common problem :-) I have a collection of Objects and these Objects
also contains Collections. How can I iterate through the child collection?
Something like this:
Is this possible?
Best Regards,
Marc
I tried this with the var in the iterator tag and tomcat e.g. jasper
complained about that var is not defined in the tag. Is it deprecated or new
or something like this. Maybe I have to update my struts jar?
Marc
2007/12/4, Dave Newton <[EMAIL PROTECTED]>:
>
> Sure.
>
> Did you
Ah perfect. I looked at the tag reference on the struts2 page and there was
the var attribute.
I'm actually using 2.0.8. So this can not work :-)
Thank you very much :-)
Marc
2007/12/4, Dave Newton <[EMAIL PROTECTED]>:
>
> S2.0.mumble uses the "id" attribute to name t
tries in one table, because we fold some entries, so a
single entry has to be hidden if necessary.
I tried and but both did not work.
Can I use scriptlet variables in s:if or is there another way to realize
this?
Thanks in advance and best regards,
ed a validation intercepter.
I added a input page and tried to print all actionmessages and actionerrors,
but there was nothing
Any other advice what I can try to resolve this problem?
Best regards,
Marc
Errormessage:
No result defined for action de.seb.bpc.presentation.SessionCtxAction and
result
first it gets. So in my case it
tried to put a String in the setter with a type which causes a type
conversion error which leads to the result input problem. So I added a
setter with different name which does the conversion from String to my type.
Marc
2007/12/12, Dave Newton <[EMAIL P
after open a ajax link in a new
window?
Best regards,
Marc
wrong).
Best regards.
Marc
. But we don't
know how to integrate the different (indepentend) applications transparent
to the users without frames.
Any suggestions?
Thanks in advance :-)
Best Regards,
Marc
y the customer details (I
haven't tested this yet, so I don't know if it's really working :-)
I asked some colleagues, what they think about it and they said iframes are
EVIL :-) So thats why I asked to have another oppinions.
I'm not sure if portlet container can help me with this i
ntire-Industry-is-wrong
> >>>> .a
> >>>> spx
> >>> Hehe :)
> >>>
> >>> It's a good example of the typical "taking an idea too far". The
> world
> >>> seems to be divided into the people that say frames are evil and
>
The most applications are hosted in the intra net. We have another subnet
with some Websphere servers secured by firewalls but they can all be
accessed within out domain. So I think I'm back with frames respectively
iframes :-)
Thank you all for your answers :-)
Best Regards,
Marc
2008
my welcome-file-list tag, which points to a struts action welcome.do is
ignored by tomcat. And if I put a jsp file or a servlet in this welcome
list, it works.
Does anyone have an idea of the problem?
Regards
Marc
Yes but an action is a Servlet. Basically.
With Struts 1.3.9 it works. I've got a project in which this works. Is there
another params I would've forget?
Thanks, regards ;)
Marc
-Message d'origine-
De : Wes Wannemacher [mailto:[EMAIL PROTECTED]
Envoyé : vendredi, 14
Hi,
Maybe an old problem, sorry for the redundance but:
I'd like to define that:
How can we do that without using <% %> or any java handling..?
Thank you
Marc
getText?
Best Regards,
Marc
te in order to display
"lun. 01 déc." ? if the problem is from the dojo nls missing file, how
to add it to the struts2 core jar ?
Cordialy,
Matthieu MARC
--
Matthieu MARC
[EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
handle this.
Does anyone have an idea on how make Apache handling the *.do patterns
in order to interpret them correctly?
Thank you very much.
Marc
uch a config?
Thank you very much
Marc
-Message d'origine-
De : Andras Balogh [mailto:[EMAIL PROTECTED]
Envoyé : mardi, 9. décembre 2008 10:12
À : Struts Users Mailing List
Objet : Re: Handling probel.
Hi Marc,
I might be wrong if I misunderstood your question, as I understoo
wwindow.focus()}
return false;
}
Regards
Marc
Hello,
i have to develop a jsp where i must display several rows which are grouped
in three level
i use hibernate for database persistence
any one has an example how develop this kind of grouped list and display
them in jsp page
Regards
Marc
ken, which is
used to store the application specific params in the session. And this
token has to be given from request to request so that the different
searches don't cross each other.
Does this make sense?
Best regards,
Marc
-
1 - 100 of 137 matches
Mail list logo