Re: Problem to use

2004-02-20 Thread Dirk Markert
---- CW> To unsubscribe, e-mail: [EMAIL PROTECTED] CW> For additional commands, e-mail: CW> [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert

Re: FormBean not found in request ...

2004-02-18 Thread Dirk Markert
reelanceEdit", myForm); MM> return mapping.findForward("freelance"); MM> -> myForm ist not null. MM> in my JSP I use this: MM> MM> ... my elements ... MM> MM> Changing request to session makes it work fine. MM> What`s t

Re: No Action is executed

2004-02-17 Thread Dirk Markert
inistrator says, that there are only 5 unused database ML> connections left. Max value is 20. ML> Does anybody have an idea? ML> Greetings, Manuel ML> - ML> To unsubscribe, e-mail: [EMAIL PROTECTED] ML&g

AW: Orkut

2004-02-09 Thread Dirk Manske (Service Respond)
add me please. thx. -Ursprüngliche Nachricht- Von: Oliver Thiel [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 10. Februar 2004 00:41 An: 'Struts Users Mailing List' Betreff: AW: Orkut ... me too ... thanks! -Ursprüngliche Nachricht- Von: Ramadoss Chinnakuzhandai [mailto:[EMAI

AW: Struts + Frames + Requests

2004-02-04 Thread Dirk Manske (Service Respond)
frame (which I declared with the target attribute in the html:form) instead of returning it to the origin input frame. Do I miss something or do I have to use javascript and set validation off in struts? hope someone can help me. I got really stuck with this frame issue... Dirk

Struts + Frames + Requests

2004-02-03 Thread Dirk Manske (Service Respond)
validated. When an error occurs the form will be displayed in the origin frame and in the target frame as well! It seems as when struts cannot figure out which page from which frame has been submitted and returns the input page to the target frame. Can someone help? thx, Dirk

Re: Problem handling error forwards

2004-02-03 Thread Dirk Markert
ing the error but your addtrackForm. Validate is called on forwarding to your action2. LÖ> error, so I have to forward to .specifysounddir to LÖ> display it. LÖ> Can you help me on this? LÖ> Regards, LÖ> Lukas Österreicher LÖ> --

AW: SecurityFilter with Struts

2004-01-31 Thread Dirk Manske (Service Respond)
everything works... it is strange. I guess this has something to do with the second isUserInRole method were the principal is checked against null, and if it is not, the username gets populated. any idea max? thx, Dirk -Ursprüngliche Nachricht- Von: Max Cooper [mailto:[EMAIL PROTECTED

SecurityFilter with Struts

2004-01-30 Thread Dirk Manske (Service Respond)
e SecurityFilter will never be called!? So how should my login.jsp be designed to pass "j_security_check" and after this forward to an struts action class? any idea? thanks, Dirk

collection + javascript

2004-01-28 Thread dirk
Hello, Question: I use logic iterate tag to display a dropdownbox with countries. How can i use javascript to add dropdownboxes ? in other words: I have a button "add country", how can i display a new dropdown when i user clicks on it. The number of dropdowns can be infinite (depending of the n

AW: how to show error messages in a pop up window?

2004-01-22 Thread Dirk Manske (Service Respond)
oh yes but the problem is that it pops up x times if x entries were wrong. however, it should popup only once showing all wrong entries... my actual code cannot handle it: <html:messages id="error"> alert("<c:out value="${error}" />"

how to show error messages in a pop up window?

2004-01-22 Thread Dirk Manske (Service Respond)
Hi, I would like to display error messages in a popup window instead of the actual form page. Something like if is true, pop up a window and show the error messages. Has anyone done something similar to this and could show me an example? Thx, Dirk

editor

2004-01-22 Thread dirk
Does anybody knows a good and free struts editor ? Does anybody knows an editor that is able to make code more readable, user friendlier... eg. formatting the following code: bla into: bla Thanks !

checkbox - simple question

2004-01-20 Thread dirk
Hello, The value of a checkbox is added to the sessionScope. How can i print "checked box 1" and "not checked box1" using the logic taglib ? Thanks

AW: how to disable a html:option tag?

2004-01-17 Thread Dirk Manske (Service Respond)
javascript example comes in... :) Dirk -Ursprüngliche Nachricht- Von: Jason Lea [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 18. Januar 2004 01:27 An: Struts Users Mailing List Betreff: Re: how to disable a html:option tag? It could be that the the tag just renders an sometext html tag. If

AW: how to disable a html:option tag?

2004-01-17 Thread Dirk Manske
give me a hint. Thank you. Dirk -Ursprüngliche Nachricht- Von: Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. Januar 2004 18:04 An: [EMAIL PROTECTED] Betreff: how to disable a html:option tag? Vertraulichkeit: Persönlich Hi, I have in a form a html:sele

how to disable a html:option tag?

2004-01-16 Thread Dirk Manske (Service Respond)
Hi, I have in a form a html:select tag and inside some html:option tags. I want to disable some options and declared it like this optionText But this seems not to work because this option is still selectable. How to solve it? thx, Dirk

Re: simple question

2004-01-05 Thread dirk
No thats not it, It's not working with or without type... org.apache.jasper.JasperException Thx - Original Message - From: "Matthias Wessendorf" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, January 05, 2004 2:42 PM Subject: RE: simple question

Re: simple question

2004-01-05 Thread dirk
I can write but not <%=url%> then i get an org.apache.jasper.JasperException: Unable to compile class for JSP any idea ? Thanks ! - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, January 05, 2004 2:

simple question

2004-01-05 Thread dirk
How can i have a dynamic value in the action ? The following is not working . Thanks !

Re: Oracle DataSource configuration

2004-01-01 Thread Dirk Verbeeck
that just a copy/paster error? Maybe you can post the whole You should also try without a in web.xml. By the way, questions about DBCP are best posted on commons-user mailing list. http://jakarta.apache.org/commons/dbcp/mail-lists.html -- Dirk Ed Dowgiallo wrote: I'm running into the

simple question on displaytag

2003-12-30 Thread dirk
if I put paging.banner.placement=bottom i get the paging as well in bottom and in top. How can i put it only in the bottom ? Thanks

question about form handling

2003-12-29 Thread dirk
Hello, anybody know how to handle one action, but two forms (one base form + one popup ). When the popup gets closed the base form should be updated with the data from the popup. Anybody has a working example ? Thanks

design question

2003-12-24 Thread dirk
I have 3 FormObjects. I have a newuser.jsp page containing the form userForm, in this form i put a javascript button with an onclick event, window.open with a popup (adresuser.jsp), with the form adresUserForm. Finally i have on the userForm another javascript button with a popup to specialinfo

Re: simple question

2003-12-22 Thread dirk
2003 4:45 PM Subject: Re: simple question > hi, > try this, > <%= request.getParameter("users.userId") %> > > > > dirk wrote: > > >I have an action which contains the following: > > > > > > > >String hulp=request.getParameter(&q

simple question

2003-12-22 Thread dirk
I have an action which contains the following: String hulp=request.getParameter("users.userId"); return mapping.findForward(CONTINUE); continue points to user.jsp. How can i use in the file user.jsp the value of hulp ? eg: <%=hulp%> is not working. Thx

simple question

2003-12-19 Thread dirk
I want to create a select box with the values 1 thru 100 how can i do that? What i have is: But that is not working. Any idea ? Thanks ! <% for(int i=0;i<999;i++){ %> <%=i%> <%}%>

Re: validation.xml and validate() method

2003-11-24 Thread Dirk Markert
--- HS> To unsubscribe, e-mail: [EMAIL PROTECTED] HS> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert [EMAIL PROTECTED] | | Dr. Markert Softwaretechnik AG

- Transfering multiple values in >option>

2003-11-18 Thread Dirk Liebscher
s not. And thats my problem, because I'd like to show the name of the choosen product group on a following jsp-page before it will be saved in a database. But I only get the id, cause I can't declare more than one value for an select-box. Any idea or workaround?

Re: org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-11-06 Thread Dirk Markert
.ModifyCategoryAction" validate="true"/> ASnd> scope="request" type="org.tzi.ideal.ui.action.DeleteCategoryAction" validate="true"/>> ASnd> name="commitFeedbackForm" scope="r

Re[2]: validation not working

2003-11-04 Thread Dirk Markert
Hello Rajat, *** RP> Dirk Markert wrote: >> Hello, >> >> >> >> *** >> >> RP> hello all, >> RP> i have a

Re: validation not working

2003-11-04 Thread Dirk Markert
P> HttpServletRequest request) { RP> ActionErrors errors = new ActionErrors(); RP> if ((this.getNoOfStates() < 0) || (this.getNoOfStates() > 100)) RP> System.err.println("---> Error occured!!!"); RP>

Re: Error when using Java Version 1.3.1_09

2003-11-04 Thread Dirk Markert
-- SR> To unsubscribe, e-mail: [EMAIL PROTECTED] SR> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert [

Re: struts include

2003-10-16 Thread Dirk Markert
; MR> but with jsp tsg it doesn't work. MR> How can i do? MR> Thanks MR> - MR> To unsubscribe, e-mail: [EMAIL PROTECTED] MR> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--

Re: AW: display tag and struts

2003-10-15 Thread Dirk Markert
gt; To unsubscribe, e-mail: [EMAIL PROTECTED] OF> For additional commands, e-mail: [EMAIL PROTECTED] OF> - OF> To unsubscribe, e-mail: [EMAIL PROTECTED] OF> For additional commands, e-mail:

Re: intRange Validation works but displays always null

2003-10-15 Thread Dirk Markert
in Grüneberg MG> - MG> To unsubscribe, e-mail: [EMAIL PROTECTED] MG> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert

Tools for Testing

2003-10-07 Thread Dirk Behrendt
Hello! There are tools for automatic testing the Struts application? Dirk

No forward after action processing/restrictions for manipulating "response"?

2003-10-02 Thread Dirk Behrendt
age. But I still remain on my old page. If I avoid the manipulation of the "response" it works fine and the forward to the other page happens. But I have to manipulate the response. There are restrictions for manipulating the "response"??

Change the ".do" extension

2003-09-29 Thread Dirk Behrendt
Hello Matt! That sounds good. But can you give full code examples (web.xml, other necessary codes)? I do not know, how to realize it. Dirk From: Matt Raible <[EMAIL PROTECTED]> Subject: Change the ".do" extension Date: Mon, 29 Sep 2003 09:27:05 -0500 Content-

Change the ".do" extension

2003-09-29 Thread Dirk Behrendt
Project/aName/login action /aName/* From: Martin Gainty <[EMAIL PROTECTED]> Subject: Change the ".do" extension Date: Mon, 29 Sep 2003 10:21:09 -0400 Content-Type: text/plain; charset="iso-8859-1" Dirk- in web.xml change action *.do to whatever extensi

Change the ".do" extension

2003-09-29 Thread Dirk Behrendt
Hello! Is there a possibility to get rid of the .do extension in the actions? For example: http://localhost/login.do should be --> http://localhost/login Ist this possible? Thanks! Dirk - To unsubscribe, e-m

How to fill textfields from FormBean?

2003-09-16 Thread Dirk Behrendt
the stored values. The user can change the values. How can I realize it? Is there a possibility to forward the values to the JSP? Dirk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Automatic forward to an action when entering a JSP

2003-09-09 Thread Dirk Behrendt
Hello! There are a possibilty to forward to an action if a JSP is called? The action should be processed automatically when the user enters the JSP. (user should not press a button or klick a link). That means without declaring a action=".." or T

Re[2]: DynaActionForms and html:text tags

2003-08-18 Thread Dirk Markert
Hello Louise, what's the action and its mapping you are using to forward to your jsp containing ? *** LP> On Monday, August 18, 2003 at 11:59:46 AM, Dirk Markert wrote: DM>> Hello Louise, DM>>

Re: DynaActionForms and html:text tags

2003-08-18 Thread Dirk Markert
reatly appreciated. I am sure there is something LP> basic I haven't done right, but I can't think what. Regards, Dirk +--- Quality leads ---+ | Dirk Markert [EMAIL PROTECTED] | | Dr. Markert

Layout Struts with XSLT

2003-08-14 Thread Dirk Behrendt
Hello! There are two possibilities. (1) stxx http://stxx.sourceforge.net/ (2) StrutsCX http://it.cappuccinonet.com/strutscx/index.php Can anybody give an advice, which one is "the better" one? Dirk

Forward to the same page

2003-08-14 Thread Dirk Behrendt
ard) site1.jsp --> site1.jsp site2.jsp --> site2.jsp site3.jsp --> site3.jsp and so on With one page it is no problem, I can point to this page. But with several pages it is not possible, because, I don't know which page is actually used. There must be a way to point to the

AW: Convert scriptlets into Tags

2003-08-14 Thread Dirk Behrendt
Hello! I found a possibility: The Session Tag library from Jakarta. You need: taglibs-session.tld and taglibs-session.jar <%session.setAttribute("name","value");%> can replaced by value Dirk -Ursprüngliche Nachricht- Von: Dirk Behrendt [mailto:[EMAIL PR

Convert scriptlets into Tags

2003-08-14 Thread Dirk Behrendt
Hello! I have to write a session variable in a JSP <%session.setAttribute("name","value");%> How can I convert this scriptlet into Struts Tags to fulfil the MVC concept? Dirk

AW: How to realize forward to the same page?

2003-08-14 Thread Dirk Behrendt
realize forward to the same page? Try putting forward as the same page. Regards Rohit -Original Message- From: Dirk Behrendt [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 5:13 PM To: [EMAIL PROTECTED] Subject: How to realize forward to the same page? Hello! I want, that the

How to realize forward to the same page?

2003-08-09 Thread Dirk Behrendt
came as a result. But I want the same page. example: The user switches the language before switch after switch /login.jsp --> /login.jsp /someJSP.jsp--> /someJSP.jsp What I have to add to the struts-config.xml? Dirk struts-conf

AW: How to realize forward to the same page?

2003-08-06 Thread Dirk Behrendt
empty page came as a result. But I want the same page. example: The user switches the language before switch after switch /login.jsp --> /login.jsp /someJSP.jsp--> /someJSP.jsp What I have to add to the struts-config.xml? Dirk s

AW: Show validation errors in a dialog

2003-07-31 Thread Dirk Behrendt
<logic:messagesPresent> tag.     <logic:messagesPresent>    <bean:message key="errors.header"/>    <ul>    <html:messages id="error">   <li><bean:write name="error"/>li>    html:messages>   ……some _javascrip

Show validation errors in an dialog

2003-07-31 Thread Dirk Behrendt
Hello! What is necessary to show errors from validation not in a JSP , but in a dialog? Dirk

How to show GLOBAL ERRORS in a JSP

2003-07-31 Thread Dirk Behrendt
Can you give me a code fragment? The same way you display any other struts error in a JSP page: Dirk Behrendt wrote: >Hello! > >I my ActionClass I set a Global Error. How can I display this error in >my JSP? > > >ActionErrors errors = new ActionErrors(); >

How to show GLOBAL ERRORS in a JSP

2003-07-31 Thread Dirk Behrendt
loginError); saveErrors(req,errors); Dirk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Validator Framework: Can not evaluate regular expression

2003-07-31 Thread Dirk Behrendt
Hello! This field is not declared as a password field yet. It is a normal textfield.. Other ideas? Dirk -Ursprüngliche Nachricht- Von: David Graham [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. Juli 2003 23:25 An: Struts Users Mailing List Betreff: Re: Validator Framework: Can

Validator Framework: Can not evaluate regular expression

2003-07-30 Thread Dirk Behrendt
Hi! No, I do not have an extra '<' in my code. The regular expression is not evaluated. Example: When I use ^[a]$ the user only should input "a". But in my case you can input anything you want. There are some ideas? Dirk If your code is a direct cut-n-pas

AW: Problem in using Validator Framework with Struts

2003-07-30 Thread Dirk Behrendt
Hi! No, the code was not cut and paste... Dirk If your code is a direct cut-n-paste, you've got an extra '>' in your first regular expression? >^[a-zA-Z0-9_.-]*$ -jeff On Wednesday, July 30, 2003, at 07:14 AM, Dirk Behrendt wrote: > >^[a-zA-Z0-9

Validator Framework: Can not evaluate regular expression

2003-07-30 Thread Dirk Behrendt
Hello! I want to check login and password fields. If I submit with empty textfields, the errors are shown correct ( required). But my regular expression was ignored. (see code below). What is necessary to check regular expressions? Dirk Struts-config.xml - form-bean

AW: Problem in using Validator Framework with Struts

2003-07-30 Thread Dirk Behrendt
Hello! I found the problem. I poited to a wrong DTD... Thanx! Dirk -Ursprüngliche Nachricht- Von: Stephan Wiesner [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. Juli 2003 06:58 An: Struts Users Mailing List Betreff: Re: Problem in using Validator Framework with Struts Hi Dirk, did

Problem in using Validator Framework with Struts

2003-07-29 Thread Dirk Behrendt
me like in these examples. What is the general problem of such errors? Thanx! Dirk struts-config.xml - validation.xml -- mask ^[

Re[9]: validate = false does not work

2003-07-25 Thread Dirk Markert
Hello Michael, even in version 1.0 there is no line 1955 in ActionServlet!? Has anyone changed the sources? Can you send your complete stack trace? It might help. *** MO> Hi Dirk, MO> I´m using version 1.0. MO> I´m star

Re[7]: validate = false does not work

2003-07-25 Thread Dirk Markert
. *** MO> Hi Dirk, MO> thanks for your help. I don´t think that the validate get´s called MO> elsewhere. See... config. always forward success is called. it crashes MO> from end of proposalAdd to proposalEdit. MO> type="epool.controller.re

Re[5]: validate = false does not work

2003-07-25 Thread Dirk Markert
g your "requestForm" the validate method will be called. Check your action mappings. MO> what does MO> MO> validate MO> true MO> That's for validating your config files. MO> in the web.xml mean? perhaps is there anything wrong? MO> ----- Original Messa

Re[3]: validate = false does not work

2003-07-25 Thread Dirk Markert
ntended recipient, please contact MO>> the sender by email and delete all copies; your cooperation in this regard MO>> is appreciated. MO>> ** MO>>

Re[2]: validate = false does not work

2003-07-25 Thread Dirk Markert
this message is MO> STRICTLY PROHIBITED. If you are not the intended recipient, please contact MO> the sender by email and delete all copies; your cooperation in this regard MO> is appreciated. MO> ** MO> ---

Replace scriptlet in a JSP page

2003-07-24 Thread Dirk Behrendt
nk you! Dirk

AW: AW: Error Using select tag To Create Drop-Down Menu

2003-07-22 Thread Dirk Behrendt
; System.out.println(languageArrayList); } public void setLanguageArrayList(String str) { this.languageArrayList.add(str); } public ArrayList getLanguageArrayList() { return this.languageArrayList; } } I looked at your example, but I dont under

AW: Error Using select tag To Create Drop-Down Menu

2003-07-21 Thread Dirk Behrendt
Hope, that will help! Dirk -Ursprüngliche Nachricht- Von: Caroline Jen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Juli 2003 21:18 An: [EMAIL PROTECTED] Betreff: Error Using select tag To Create Drop-Down Menu I am doing testings step by step. I simply want to add a drop-

Use ApplicationRessources.properties values in tag

2003-07-21 Thread Dirk Behrendt
does not work. Dirk

RE: How to get MessageResources in ValidatorForm

2003-07-21 Thread Sturzebecher Dirk (extern)
ontag, 21. Juli 2003 18:08 > To: 'Struts Users Mailing List' > Subject: RE: How to get MessageResources in ValidatorForm > > > Check out org.apache.struts.util package. > There are bunch of ways there. > > > -Original Message- > > From: Stu

How to get MessageResources in ValidatorForm

2003-07-21 Thread Sturzebecher Dirk (extern)
it from the Action, but I am not in the Action! dirk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems in usage of tag

2003-07-21 Thread Dirk Behrendt
possibility to mapp the action?? There are a tutorial how to use the Stuts Tags??? Thank You! Dirk

Re: Validation on first page impression

2003-07-17 Thread Dirk Markert
thought it's a session cookie - so I removed all JvP> cookies. The problem still occurs. What did I miss? JvP> Jens JvP> - JvP> To unsubscribe, e-mail: [EMAIL PROTECTED] JvP> For additional commands, e-mail: [E

Re[2]: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Dirk Markert
>> > > > public Object getEmployeeMapped(String key) >> > > > public void setEmployeeMapped(String key, >> Object value) >> > > > >> > > > For a mapped property, you'd use a reference >> like >> > > > "employeeMapped()&qu

Re[10]: Question about the form tag

2003-07-16 Thread Dirk Markert
Hello Nadja, *** NS> Hello Dirk, >> something like: >> >> >> >> Senden A >> Senden B >> Senden C >> >> >> >> >> Senden A >> Senden B >> Send

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-07-16 Thread Dirk Markert
n this message AGicb> or any information herein. If you have received this message in error, AGicb> please advise the sender immediately by reply e-mail and delete this AGicb> message. Thank you for your cooperation. Regards, Dirk +--- Quality leads

Re[8]: Question about the form tag

2003-07-16 Thread Dirk Markert
, NS> Nadja NS> - NS> Nadja Senoucci NS> Universitaet Hamburg NS> Zentrum für Molekulare Neurobiologie NS> Service-Gruppe EDV NS> Falkenried 94 NS> 20251 Hamburg NS> Germany NS> Tel.:040 -

Re[6]: Question about the form tag

2003-07-16 Thread Dirk Markert
Germany NS> Tel.:040 - 428 - 03 - 6619 NS> Fax.:040 - 428 - 03 - 6621 NS> - NS> To unsubscribe, e-mail: [EMAIL PROTECTED] NS> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +

Re[4]: Question about the form tag

2003-07-16 Thread Dirk Markert
- NS> To unsubscribe, e-mail: [EMAIL PROTECTED] NS> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert

Re[2]: Question about the form tag

2003-07-16 Thread Dirk Markert
- 6619 NS> Fax.:040 - 428 - 03 - 6621 NS> ----- NS> To unsubscribe, e-mail: [EMAIL PROTECTED] NS> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads -

Re: Please Help: ActionForm Re-Population

2003-07-14 Thread Dirk Markert
AL> Thank you for your help, AL> Aaron Longwell AL> ----- AL> To unsubscribe, e-mail: [EMAIL PROTECTED] AL> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads -

Re[2]: What is the default scope of an ActionForm.

2003-07-10 Thread Dirk Markert
--- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] RG> - RG> To unsubscribe, e-mail: [EMAIL PROTECTED] RG> For additional com

Re[8]: Form bean is not stored in request

2003-07-07 Thread Dirk Markert
Hello Nadja, you are welcome. *** NS> Hello Dirk, >>try to change your getters (Field/Param) to return String, not Object. NS> Thanks, that was it!! Can't believe I have been looking in the wrong place NS> the who

Re[6]: Form bean is not stored in request

2003-07-07 Thread Dirk Markert
Hello Nadja, try to change your getters (Field/Param) to return String, not Object. Regards, Dirk +--- Quality leads ---+ | Dirk Markert [EMAIL PROTECTED] | | Dr. Markert Softwaretechnik AG | | Joseph-von

Re[6]: Form bean is not stored in request

2003-07-07 Thread Dirk Markert
ried 94 NS> 20251 Hamburg NS> Germany NS> Tel.:040 - 428 - 03 - 6619 NS> Fax.:040 - 428 - 03 - 6621 NS> ----- NS> To unsubscribe, e-mail: [EMAIL PROTECTED] NS> For additional commands, e-mail: [EMAIL PROTECTED]

Re[4]: Form bean is not stored in request

2003-07-07 Thread Dirk Markert
Thanks for the help so far. NS> Greetings, NS> Nadja NS> ----- NS> Nadja Senoucci NS> Universitaet Hamburg NS> Zentrum für Molekulare Neurobiologie NS> Service-Gruppe EDV NS> Fa

Re[2]: Form bean is not stored in request

2003-07-07 Thread Dirk Markert
{ NS> return archivAnzeigen; NS> } NS> /** NS> * Sets the archivAnzeigen. NS> * @param archivAnzeigen The archivAnzeigen to set NS> */ NS> public void setArchivAnzeigen(boolean archivAnzeigen) { NS> this.a

Re: Form bean is not stored in request

2003-07-07 Thread Dirk Markert
NS> Nadja Senoucci NS> Universitaet Hamburg NS> Zentrum für Molekulare Neurobiologie NS> Service-Gruppe EDV NS> Falkenried 94 NS> 20251 Hamburg NS> Germany NS> Tel.:040 - 428 - 03 - 6619 NS> Fax.:040 - 428 - 03 - 6621 NS> --

Re: [FRIDAY] YA Ted's Trivia Contest

2003-07-04 Thread Dirk Markert
> "Eliminate duplication, eliminate dependency" TH> Who's [blank]? TH> A signed copy of Struts in Action to the first lucky subscriber to email TH> to [EMAIL PROTECTED] the correct answer [being whichever answer I expect TH> :0)].

Re: AW: logic:iterate length question

2003-07-03 Thread Dirk Markert
make things work? WN> Kind regards WN> Nadja Weber WN> -Ursprungliche Nachricht- WN> Von: Dirk Markert [mailto:[EMAIL PROTECTED] WN> Gesendet: Donnerstag, 3. Juli 2003 17:21 WN> An: Struts Users Mailing List WN> Betreff: Re: logic:iterate length question WN> Hello

Re: logic:iterate length question

2003-07-03 Thread Dirk Markert
-- WN> To unsubscribe, e-mail: [EMAIL PROTECTED] WN> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert [EMAIL PROTECTED] | | Dr. Mark

Re[3]: Using pojo-beans in html:text?!

2003-07-03 Thread Dirk Markert
tionForm to TransferObject and from RT> Transfer Object to Bussiness Object... I'd like to reduce the copy hell... RT> So PLEASE help me! :-) RT> Hope I could explained my problem in a better way. RT> Toby RT> --

Re: Using pojo-beans in html:text?!

2003-07-03 Thread Dirk Markert
ork. Does it only searches the page scope? Why cannot RT> I configure a scope for html:text? What did I wrong? RT> Thx for advise RT> Toby RT> ----- RT> To unsubscribe, e-mail: [EMAIL PROTECTED] RT> For additional commands, e-mail: [EMAIL PROTECTED] Rega

Re: Matching multiple URL's in web.xml and filtering them in struts

2003-07-02 Thread Dirk Markert
Thanks DE> -David DE> - DE> To unsubscribe, e-mail: [EMAIL PROTECTED] DE> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert [EMAIL PROTECTED]

Re: Deprecation of perform()

2003-06-27 Thread Dirk Markert
rmany. SK> Tel: (+49)/7247 82-4042 SK> E-mail : [EMAIL PROTECTED] SK> - SK> To unsubscribe, e-mail: [EMAIL PROTECTED] SK> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ |

Re: - add parameters

2003-06-25 Thread Dirk Markert
scribe, e-mail: [EMAIL PROTECTED] AR> For additional commands, e-mail: [EMAIL PROTECTED] Regards, Dirk +--- Quality leads ---+ | Dirk Markert [EMAIL PROTECTED] | | Dr. Markert Softwaretechnik AG

Re: Page Iterator in Struts

2003-06-25 Thread Dirk Markert
Hallo Samuel, have a look at struts-layout at http://struts.application-servers.com/ Regards, Dirk *** SOBtsc> Does anybody have an example of a page Iterator in Struts SOBtsc> that displays the results of a list page b

Re: Réf. : Re: Réf. : Re: Réf. : Re: Réf. : Re: very strange errors (no collection found series)

2003-06-24 Thread Dirk Markert
ethod? You know, that your action has to be thread safe. And if your TechnicalException is thrown, why don't you forward to an error page? Regards, Dirk *** mSanf> Dirk, mSanf> my paramForm scope is request. mSanf> When t

  1   2   >