tiles tabbed layout

2004-03-09 Thread koen boutsen
tiles:put name=title value=ISIS WEB / tiles:put name=header value=/pages/defaultHeader.jsp/ any help is very appreciated Koen boutsen Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r

tab layout without tiles definitions

2004-03-05 Thread koen boutsen
there is no tiles:item tag. any help is very appreciated Koen Boutsen Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

redirect problem

2004-02-20 Thread koen boutsen
and how I can resolve this. Any help is very appreciated Koen Boutsen Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

Re: redirect problem

2004-02-20 Thread koen boutsen
adding the foll. lines at the top of your (resultant) jsp: % response.setHeader(Cache-Control, no-cache); response.setHeader(Pragma, no-cache); response.setIntHeader(Expires, 0); % This *may* do the trick.. (I *hate* browser cache problems..(:(..) Regards, Geeta koen boutsen wrote: Hi I use

NullPointer when clicking link

2004-02-20 Thread koen boutsen
When I push a html:link on my jsp, I get the following problem : [2/20/04 15:17:07:904 CET] 37edae9b WebGroup E SRVE0026E: [Servlet Error]-[action]: java.lang.NullPointerException at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:784) at

multiple struts-config files

2004-02-12 Thread koen boutsen
Hi I've read some mails about multiple struts-config files, but still have some questions: -what's the advantage of using multiple struts-config files in one application ? Is it better for performance ? -how can I call a forward or action in my second struts-config from within a jsp ? -can I

location of error messages

2003-11-26 Thread koen boutsen
Hi In my validation, I create multiple actionErrors. On the jsp page, I want each error message to be displayed next to the corresponding input field. I have this in my resource file : errors.header=ULfont color=red errors.prefix=LI errors.suffix=/LI errors.footer=/font/UL and this in my .jsp

save form fields

2003-11-25 Thread koen boutsen
hi In my form, a user enters data for an organisation. Via a save button, these data are saved in the database. My problem is : when the user clicks on a link in the main menu of my application before hitting the save button, he looses the not-saved information and goes to another page. Does

struts-menu and internationalization

2003-11-06 Thread koen boutsen
and in listMenu.jsp: menu:useMenuDisplayer name=listMenu bundle=org.apache.struts.action.MESSAGE menu:displayMenu name=organisation/ menu:displayMenu name=salesrep/ menu:displayMenu name=logout/ /menu:useMenuDisplayer but this did not work. any help is very appreciated Koen

RE: struts-menu and internationalization

2003-11-06 Thread koen boutsen
displayer, and everything works fine. Your config looks ok. What exactly isn't working? There is a struts-menu specific mailing list, which would be a more approriate place to ask for help. Paul -Original Message- From: koen boutsen [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 10:44

radiobutton selected

2003-11-06 Thread koen boutsen
tell me exactly what I have to to, because I'm missing something Thanks Koen Boutsen FREE ADHD DVD or CD-Rom (your choice) - click here! http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632/131726/311392/311392

tiles and margins

2003-10-31 Thread koen boutsen
these margins, even if I use marginheight = 0. I tried to give the body tag from the header.jsp and body.jsp a bgcolor, but then my whole page takes the first color that is found. If I don't explained it clearly, don't hesitate to mail me, because I'm really stuck on this one. Thanks Koen Boutsen

Re: struts source (newbie)

2003-10-31 Thread koen boutsen
you can download the source from the jakarta site -- - Original Message - DATE: Fri, 31 Oct 2003 02:15:03 From: J P [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Hello, Pardon me, but Struts by nature is configurable / extendable and therefore editable? One would quite

validation and frames

2003-10-30 Thread koen boutsen
of these works. Thanks in advance Koen Boutsen FREE ADHD DVD or CD-Rom (your choice) - click here! http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632/131726/311392/311392 AOL users go here: http

frames and validation

2003-10-30 Thread koen boutsen
, but none of these works. Thanks in advance Koen Boutsen FREE ADHD DVD or CD-Rom (your choice) - click here! http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632/131726/311392/311392 AOL users go here: http

html:options internationalization

2003-10-27 Thread koen boutsen
Does anyone know how I can use interantionalization in the tag html:options in a html:select. In html:option, a bundle and key attribute exist to use internationalization, but this does not exist in html:options Can anyone help Thanks Koen

select default value

2003-10-23 Thread koen boutsen
Hi I'm using a html:select. When an option is selected, I put the selected value in the session. When come back on the page with this select, I want the previously selected option to be selected. Can anyone tell me how I can do that ? thanks Koen

redirect problem

2003-10-10 Thread koen boutsen
Hi If my httpsession is invalid, I want to send the user to the logon page. I tried it in different ways, but get an error everytime I tried it like this : (sessionIsValid is a attribute in the session. If this attribute is null, it means that my session does no longer exist).

RE: redirect problem

2003-10-10 Thread koen boutsen
response, Action action, ActionForm form, ActionMapping mapping) throws IOException, ServletException, InternalErrorException; } -Mensaje original- De: koen boutsen [mailto

redirect problem

2003-10-09 Thread koen boutsen
Hi If the session is invalid, I want to send the user to the logon page. This works fine when I go through an action. In some cases, I don't go through an action, I want to redirect the user. I tried it like this : (sessionIsValid is a attribute in the session. If this attribute is null, it

onmouseover

2003-10-02 Thread koen boutsen
I'm completely stuck. koen boutsen Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005

html:image and image swap

2003-10-01 Thread koen boutsen
Hi I use html:img bundle=imageBundle pageKey=img.salesrep.delete / and get the image out of a resource file. If the cursor moves over the image, I want to switch the image via the onMouseOver event. Does anyone know how I can do this. The new image has to come out of the resource file. I

html:image swapping

2003-10-01 Thread koen boutsen
Hi I use html:img bundle=imageBundle pageKey=img.salesrep.delete / and get the image out of a resource file. If the cursor moves over the image, I want to switch theimage via the onMouseOver event. Does anyone know how I can do this. The new image has to come out of the resource file. I

invalid data type in struts-config dynavalidatorform

2003-09-17 Thread koen boutsen
I'm using the struts validator. I read in the archive that when I use a html:select in my form, I have to use java.lang.String[] as type form my formproperty in the struts-config. But I get the error : form-property: Invalid data for attribute type Can anybody help, because I'm really stuck.

validator, select and collection problem

2003-09-16 Thread koen boutsen
doing wrong ? Thanks Koen Boutsen Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005

Re: html:errors tag..

2003-09-15 Thread koen boutsen
errors; } In the applicationResources.properties, you have to add the message : adresses.insertUser.noUser=You have to give a userId This should work. Why don't you try the validator framework. You don't have to create an ActionForm for each jsp you create. Koen Boutsen - Original

Struts Menu and tiles definitions

2003-09-12 Thread koen boutsen
I want to use the struts menu, but instead of using the a href I want my user to be sent to a tiles definition. Is this possible with the Struts Menu ? If so, could you please tell me what adaptations I have to make ? Thanks Koen Boutsen

Struts Menu and tiles definitions

2003-09-12 Thread koen boutsen
I want to use the struts menu, but instead of using the a href I want my user to be sent to a tiles definition. Is this possible with the Struts Menu ? If so, could you please tell me what adaptations I have to make ? Thanks Koen Boutsen

menu and tiles definitions

2003-09-12 Thread koen boutsen
appreciated, because if I won't be able to create such a menu, I'll have to use Frames in stead of tiles and definitions. Thank you Koen Boutsen Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http

Re: Struts-example i18n

2003-09-11 Thread koen boutsen
of the resource files : !-- Message Resources Definitions -- message-resources resources.applicationResources/ This works fine I hope this will help regards Koen Boutsen -- - Original Message - DATE: Tue, 9 Sep 2003 13:17:58 From: Kapadia Mitesh-C23457 [EMAIL

logic:forward problem

2003-09-11 Thread koen boutsen
Hi I want to send my user to a .jsp page and immediately send him to the next, without having to click anything on the intermediate page, or even without having to see this page. I tried with : logic:forward name=scrollForwardOrganisation / I know this works when you put a global forward in

logic forward problem

2003-09-11 Thread koen boutsen
Hi I want to send my user to a .jsp page and immediately send him to the next, without having to click anything on the intermediate page, or even without having to see this page. I tried with : logic:forward name=scrollForwardOrganisation / I know this works when you put a global forward in

html:link and tiles definitions

2003-08-20 Thread koen boutsen
hi I'm trying to use tiles definitions with struts. On one page I want to create a html:link so that the user is sent to another page. Does anyone know how I can do this with tiles definitions. I'm really stuck, I'm looking for a few days now without finding the solution. I read that you

RE: html:link and tiles definitions

2003-08-20 Thread koen boutsen
if that does not solve your problem. Hue. -Original Message- From: koen boutsen [mailto:[EMAIL PROTECTED] Sent: 20 August 2003 08:54 To: Struts Users Mailing List Subject: html:link and tiles definitions hi I'm trying to use tiles definitions with struts. On one page I want

RE: html:link ,tiles definitions, DefinitionDispatcherAction

2003-08-20 Thread koen boutsen
I have my previous problem solved. Thanks you. The next problem is to use a tiles definition directly in a html:link. Some of you sent me some source, so I tried that. This is my jsp page with the link : html:link action=/goToDef.do?def=isisLayout.organisation.customerInfoContacts/html:link

tiles - input attribute in action mapping

2003-06-06 Thread koen boutsen
Hi I'm using different tiles to create my page. On my login tile, name and password are required fields, so the validator creates an error if one is not provided. Normally, you are redirected to the 'input' attribute of the action mapping in the struts-config. When I put the login-tile in the

tiles problem

2003-06-06 Thread koen boutsen
Hello I'm using different tiles to create my page. On my login tile, name and password are required fields, so the validator creates an error if one is not provided. Normally, you are redirected to the 'input' attribute of the action mapping in the struts-config. When I put the login-tile

bean message as button label

2003-04-01 Thread koen boutsen
the text: bean:message key on my button, and not the wanted text in my .properties file. Can anyone help me ? Thanks Koen Boutsen _ Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year. http://login.mail.lycos.com