Mulitiple html:link but only one action

2004-10-12 Thread marc
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??

Re: Mulitiple html:link but only one action

2004-10-12 Thread marc
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.

Re: Mulitiple html:link but only one action

2004-10-12 Thread marc
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

Re: Mulitiple html:link but only one action

2004-10-12 Thread marc
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

How do I use JAAS(JbossSX) in Struts?

2005-06-03 Thread marc
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

Re: How do I use JAAS(JbossSX) in Struts?

2005-06-03 Thread marc
- 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

Re: How do I use JAAS(JbossSX) in Struts?

2005-06-07 Thread marc
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

Re: How do I use JAAS(JbossSX) in Struts?

2005-06-08 Thread marc
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

Re: How do I use JAAS(JbossSX) in Struts?

2005-06-08 Thread marc
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

Re: How do I use JAAS(JbossSX) in Struts?

2005-06-08 Thread marc
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.

struts and sessions

2005-06-13 Thread marc
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. ---

Re: How do I use JAAS(JbossSX) in Struts?

2005-06-13 Thread marc
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

Using the common validator with velocity and tiles

2005-07-07 Thread marc
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

Reading image outside webapp contextpath??

2005-09-19 Thread marc
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

how do I mix modules and tiles ?

2005-05-02 Thread marc
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

How to have a header tile over many modules?

2005-05-03 Thread marc
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

How do I extend loopupdispatch action?

2005-05-18 Thread marc
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 -

Can't get modules to work in struts

2004-11-15 Thread 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

Re: Can't get modules to work in struts

2004-11-15 Thread marc
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

Re: Can't get modules to work in struts

2004-11-19 Thread marc
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

two step wizard like interface

2004-12-07 Thread Marc
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

Re: two step wizard like interface

2004-12-07 Thread Marc
Paul Summers gmail.com> writes: Thanks again Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How do I pre-populat, with the same data, after validation?

2004-12-08 Thread marc
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

Re: How do I pre-populat, with the same data, after validation?

2004-12-08 Thread marc
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

2 Q abort renderen a options collection

2005-01-06 Thread marc
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

Re: 2 Q abort renderen a options collection

2005-01-07 Thread marc
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

dynamic forwards

2005-09-20 Thread marc
'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]

Re: dynamic forwards

2005-09-20 Thread marc
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

Struts 1.2.2 - html-tags and special chars in validator output

2004-09-15 Thread Marc Tinnemeyer
I receive: "Bisher durchgef&uuml;hrte Ma&szlig;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

struts and tiles seem not to like each other

2004-04-10 Thread Marc Tinnemeyer
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]

Re: struts and tiles seem not to like each other

2004-04-10 Thread Marc Tinnemeyer
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

and co

2004-04-22 Thread Marc Tinnemeyer
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...

Re: and co

2004-04-22 Thread Marc Tinnemeyer
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

Re: and co

2004-04-22 Thread Marc Tinnemeyer
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

DynaValidatorForm Problem

2004-05-02 Thread Marc Tinnemeyer
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

[OT] Ajax - generic "processStateChange"

2005-06-21 Thread Marc Demlenne
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

Re: [OT] Ajax - generic "processStateChange"

2005-06-23 Thread Marc Demlenne
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); }; > } > >

Re: I18N by pages

2005-07-11 Thread Marc Demlenne
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]

Re: I18N by pages

2005-07-11 Thread Marc Demlenne
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

validation - all locales

2005-07-13 Thread Marc Demlenne
Thanks very much for any help. -- Marc Demlenne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

File upload using maxFileSize

2005-07-13 Thread Marc Walter
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]

validation client-side. Problem with 2 submit buttons

2005-07-13 Thread Marc Demlenne
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

Re: validation client-side. Problem with 2 submit buttons

2005-07-13 Thread Marc Demlenne
; -- > 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]

Re: Alternate color in html:iterate

2005-07-13 Thread Marc Walter
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

Re: validation client-side. Problem with 2 submit buttons

2005-07-13 Thread Marc Demlenne
le. > > var validate = true > > > > validate > don't validate > > > > > Marc Demlenne <[EMAIL PROTECTED]> > > > > > > > > Marc Demlenne <[EMAIL PROTECTED]> > > 07/13/2005 11:30

Validation framework - gobal formset

2005-07-14 Thread Marc Demlenne
" 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

validation Framework validwhen

2005-07-15 Thread Marc Demlenne
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

How to have logical 'OR' between two validator rules ?

2005-07-26 Thread Marc Demlenne
Thanks very much for any answer. -- Marc Demlenne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to have logical 'OR' between two validator rules ?

2005-07-27 Thread Marc Demlenne
_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

Re: How to have logical 'OR' between two validator rules ?

2005-07-27 Thread Marc Demlenne
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

Re: How to have logical 'OR' between two validator rules ?

2005-07-28 Thread Marc Demlenne
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. > >

UrlValidator

2005-07-28 Thread Marc Logemann
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

Re: UrlValidator

2005-07-28 Thread Marc Logemann
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

Re: UrlValidator (why not use java.net.URL?)

2005-07-28 Thread Marc Logemann
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

AW: struts on jboss

2005-09-16 Thread Marc Ende
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

AW: struts on jboss

2005-09-16 Thread Marc Ende
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

AW: AW: struts on jboss

2005-09-17 Thread Marc Ende
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

localized ActionMessage ReplacementValue

2005-02-23 Thread Marc Logemann
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]

Waiting window with Struts

2005-05-24 Thread Marc Demlenne
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

Re: Waiting window with Struts

2005-05-24 Thread Marc Demlenne
. 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

S2: Problem Infinite recursion detected

2010-01-05 Thread Marc Eckart
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.

S2: Problem Infinite recursion detected

2010-01-05 Thread Marc Eckart
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

S2: Json Plugin and anonymous array

2010-04-02 Thread Marc Logemann
;:[{"content":"blabla balabla","dateline":1270241423080,"link":"#foo"},{"content":"blabla balabla","dateline":1270241423080,"link":"#foo"}]} It nearly m

i18n problem with Struts2 - getting weird

2010-04-05 Thread Marc Logemann
;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

Re: i18n problem with Struts2 - getting weird

2010-04-07 Thread Marc Logemann
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

Re: Multiple parameter names

2014-05-30 Thread Marc Michele
) { 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

Not escaping HTML in checkbox Tag

2018-11-16 Thread Marc Michele
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

S2: latest Struts 2.1.x and latest CXF dont play nice together

2009-04-03 Thread Marc Logemann
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

Re: S2: latest Struts 2.1.x and latest CXF dont play nice together

2009-04-03 Thread Marc Logemann
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

STRUTS2: Problem package.properties and UTF-8

2009-05-14 Thread Marc Eckart
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

Fwd: strange JPA Enhance stack

2009-05-18 Thread Marc Logemann
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

Re: strange JPA Enhance stack

2009-05-18 Thread Marc Logemann
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

OT: Problem with IE6 and JQuery (?)

2009-06-16 Thread Marc Eckart
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

Re: OT: Problem with IE6 and JQuery (?)

2009-06-17 Thread Marc Eckart
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

html:optioncollection

2005-09-19 Thread Marc Ende
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

AW: AW: AW: struts on jboss

2005-09-19 Thread Marc Ende
ve got this problem several times before. marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Parameters and URL

2005-09-20 Thread Marc Ende
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

Parameters and URL II

2005-09-20 Thread Marc Ende
thought it should only be an '&' yours marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
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

Re: Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
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

Re: Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
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

Question s:if and java variables in jsp scriplets

2007-12-04 Thread Marc Eckart
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,

Struts2: Problem result input

2007-12-12 Thread Marc Eckart
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

Re: Struts2: Problem result input

2007-12-13 Thread Marc Eckart
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

[S2] s:a Problem

2008-01-15 Thread Marc Eckart
after open a ajax link in a new window? Best regards, Marc

Problem s:select in IE and Firefox

2008-02-06 Thread Marc Eckart
wrong). Best regards. Marc

OT: Alternative to html frames

2008-02-11 Thread Marc Eckart
. 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

Re: OT: Alternative to html frames

2008-02-12 Thread Marc Eckart
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

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
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 >

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
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

welcome.do ignored in my web.xml

2008-11-13 Thread Cappelletti Marc
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

RE: welcome.do ignored in my web.xml

2008-11-17 Thread Cappelletti 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

html:link define the href from a bean property

2008-11-17 Thread Cappelletti Marc
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

Question getText and getTexts

2008-11-28 Thread Marc Eckart
getText? Best Regards, Marc

Struts2, taglib, date, dojo and i18n

2008-12-03 Thread Matthieu 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]

Handling probel.

2008-12-08 Thread Cappelletti Marc
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

RE: Handling probel.

2008-12-09 Thread Cappelletti 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

popout in struts

2009-02-02 Thread marc quast
wwindow.focus()} return false; } Regards Marc

struts presentation of several grouped list request

2009-02-10 Thread marc quast
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

How to hand out a param from request to request

2009-03-12 Thread Marc Eckart
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   2   >