Element putList requires additional elements.

2004-03-16 Thread Peter Vennel
and there are no new error messages in the log. Why is this happening? Can someone please advise. I am attaching my struts-config.xml, tiles-def.xml and log file contents. Thanks. Peter Vennel strut-config.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE struts-config PUBLIC

RE: [OT] Call remote servlet from struts appl through https

2004-02-18 Thread Peter Abbot
Have a look at commons package HttpClient, I have used it a little for communicating with remote servers and is very handy. From memeory there is the ability to add request attributes/parameters. http://jakarta.apache.org/commons/httpclient/ -Original Message- From: Pani R

[OT] RE: Java / J2EE Developer

2004-02-16 Thread Peter Abbot
Maybe you should have taken your own advice and maybe I should have too, but your comments are too one eyed american not to comment. Improving your self doesn't mean you would have to change jobs, you surely have spare time to learn and read new things and there is plenty of trial software out

[OT] RE: Orkut (read what the original message said)

2004-02-09 Thread Peter Abbot
Cant people read, it said email Vic NOT the email list! -Original Message- From: Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 February 2004 2:27 p.m. To: 'Struts Users Mailing List' Subject: AW: Orkut add me please. thx. -Ursprüngliche Nachricht-

RE: Action mappings

2004-01-27 Thread Peter Abbot
Are you using something like .do for your servlet mapping in the web.xml to map requests to the ActionServlet. The forward continue you have defined for you action /setUpEmployeeForm needs to have the servlet mapping extension, so it should look something like: forward name=continue

Converting data in a ActionForm

2004-01-22 Thread Peter Sloots
Hi I'm using the following code in a ActionForm to convert 3 strings to a Timestamp, problem is that some of the string are null, getBirthdateMonth() is still null because setBirthdateMonth() is called after setBirthdate(). Can someone tell me what is the right approach. I would like to handle

Autofill form page

2004-01-14 Thread Peter Verhoye
direction? I have been unable to find a good solutions for this. Thank you very much for the help!! BB Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [other] error tag PS

2003-12-22 Thread Peter Sloots
Hi withbean:message key=card.title/ you can read messages from your properties file btw, If I get nothing back in JSP it's because I forget the taglibs... %@ taglib uri=/tags/struts-html prefix=html % %@ taglib uri=/tags/struts-bean prefix=bean % *** REPLY SEPARATOR *** On

Global-exceptions

2003-12-19 Thread Peter Sloots
(org.apache.struts.Globals.EXCEPTION_KEY) % but this only gives me java.lang.NullPointerException TIA Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Access ResourceBundle

2003-12-19 Thread Peter Sloots
Here you go? % org.apache.struts.util.MessageResources mr = org.apache.struts.validator.Resources.getMessageResources(request); if (loginForm.getUsername.equalsIgnoreCase( mr.getMessage(key.value) ) { } % *** REPLY SEPARATOR *** On

Re: [Tiles] tiles controller not processing tiles request

2003-12-14 Thread peter
hi all i am using frames in my application.. it has a login page and contents page after success full login i wnt replace the content page with a new page and login page with menus ie forward of the login page should replace the other frame also .. thanks and regards peter

strut tag library

2003-12-11 Thread Peter Rajesh
hi all is there and good refrence for html tag libraries of struts with examples rgds peter

tool bar for struts tag generator

2003-12-10 Thread Peter Rajesh
- Original Message - From: Peter Rajesh To: Struts Users Mailing List Sent: Wednesday, December 10, 2003 2:42 PM hi all is there any work around in net beans to have default struts tag generator some thing like a tool bar regards peter

RE: Setting browser download dialogue box captions and suggesting file names

2003-12-08 Thread Peter Hilton
); response.setHeader(Content-Disposition, attachment; filename=my-document.doc); % Peter Hilton LogicaCMG Kralingseweg 241-249 Postbus 8566 3009AN Rotterdam The Netherlands www.logicacmg.com All opinions expressed are solely those of the author and not of LogicaCMG

Getting Messages in an Action from multiple bundles

2003-11-14 Thread Peter Sloots
Hi I have multiple resources message-resources parameter=resources.application/ message-resources key=config parameter=resources.config/ In jsp I can get the values by doing bean:message key=aValue/ bean:message bundle=config key=anotherValue/ But how do I get the values from

WG: Problem with html:options - tag

2003-11-12 Thread Peter Friesleben
I’m receiving this error using Tomcat 4.1 and Struts 1.0 „javax.servlet.ServletException: No getter method available for property vendors for bean under name null” I’m using the html:options tag this way: html:select name=someForm property=vendorID html:options name=someForm

AW: Problem with html:options - tag

2003-11-12 Thread Peter Friesleben
html:options name=B property=vendorsIndex labelProperty=vendors/ In case of bean write , it wont look up for the form mapped to the action .. Hence that works .. Check this thing .. Nimish -Original Message- From: Peter Friesleben [mailto:[EMAIL PROTECTED] Sent: Wednesday

init form on page

2003-11-11 Thread Peter Klassen
Hi u all, would like to init a ActionForm on the Top of my JSP-Page with an given Data-Bean. How can i retrieve the Form? pageContext? session? thx, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Can't see my ActionForm in Action or any Context

2003-11-11 Thread Peter Klassen
. Any ideas? thx, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts across WARs

2003-11-10 Thread Peter Abbot
Have you tried without the /... template:insert template='/a/site/workitems/lmDisplayTemplate.jsp' I have links to other webapps (although not using tiles) in some of my applications and I can use the following fine: From webapp b: html:link href=/a/index.do Go to web application A /html:link

RE: Debug output

2003-11-04 Thread Norr, Peter
Does anyone have more detail on how to adjust the logging level in struts? Peter -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 2:10 PM To: Struts Users Mailing List Subject: Re: Debug output Look in WEB-INF/classes. At 02:06 PM 11/3/2003

ApplicationResources.properties

2003-11-03 Thread Norr, Peter
Newbie question.. Given the following ApplicationResources.properties file.. my.message=hello world. How do I print out my.message in a jsp page? Peter -- This message is intended only for the personal

Debug output

2003-11-03 Thread Norr, Peter
How do I adjust the logging level of struts? I am getting way too many DEBUG messages.. Peter -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you

RE: Session-scoped form and synchronization...

2003-10-27 Thread Peter Abbot
Generally if you are using a browser based interface to execute a servlet requests (except if using frames) the user can only send one request at a time. So if you are using a action with a session form and another action wants to use that form means that the user doesn't want the result of the

RE: Defining Struts in Terms of PofEAA

2003-10-19 Thread Peter Abbot
I recall a couple of weeks ago somebody responded to a similar question breaking each component from the struts framework into the matching design pattern(s). Try searching the list archives for it. Pete -Original Message- From: Shane Mingins [mailto:[EMAIL PROTECTED] Sent: Monday, 20

Re: IMPORTANT: internationalize large chunks of text/HTML

2003-10-15 Thread Peter
IMPORTANT? Not for me sorry! Mick Knutson wrote: I have posted this before, and I still am trying to understand the best way to approach this. I have 100% of my labels in a Resource bundle currently. But I also have larger pages of text (1-2 pages at a time), that I need to be

Re: error code 404

2003-10-07 Thread Peter Ondruska
I'm sorry I didn't pay attention. The error code Struts returns when action does not exist is not 404 (No Found) but it is 400 Bad Request. Now if I add appropriate error page for error code 400 everything works. - Original Message - From: Peter Ondruska [EMAIL PROTECTED] To: [EMAIL

error code 404

2003-10-06 Thread Peter Ondruska
On Struts 1.1 with Jetty 4.2.9 *.do is mapped to struts action servlet. Everything works fine except if requesting unknown action e.g. /thisActionDoesNotExistInStrutsConfig.do instead of web.xml defined error-page with code 404 I get container supplied code 404 general error page (as if no

Searching info

2003-09-18 Thread Peter Eichenauer
, Peter _ Get your own *FREE* family web site ParentShack - the easiest way to build a web site for your child http://www.parentshack.com/go?2

RE: [Fwd: [XHTML] Default submit button]

2003-09-12 Thread Hanning, Peter
image. The above input element should act like a submit button with the look and feel of the custom image supplied. Whatever you normally do for your Submit button, do also for TransparentSubmit. This way, you should be able to put the cancel button before the submit button. HTH, Peter -Original

Re: image property

2003-09-08 Thread Peter Smith
You might try using an ImageButtonBean. A lot of the work you are doing is done in this bean. Here is the documentation: http://jakarta.apache.org/struts/api/org/apache/struts/util/ImageButtonBean. html HTH, Peter -- Peter Smith Software Engineer InfoNow Corporation From: Das, Amar [EMAIL

Re: debug level of struts...

2003-09-05 Thread Peter Smith
Hi Pady, You might try adding this to your action servlet in web.xml: init-parm param-namedebug/param-name param-value99/param-value /init-param Let me know if this works for you, Peter -- Peter Smith Software Engineer InfoNow Corporation From: Pady Srinivasan [EMAIL PROTECTED] Reply

struts tags displaying in html

2003-09-01 Thread Peter Abbot
Hi I know I have seen this on the list before but all the search phrases I try don't seem to find what I am looking for. I am having the problem that custom tags (such as struts-html and my own custom tags) are not getting converting when the jsp pages goes through the compiler and the html that

Validation failes and returns (almost) empty page.

2003-08-26 Thread Rune Peter Bjørnstad
Hi, I've got a bizarre problem regarding form validation. A simple form is validated, and when failing this validation I get a blank html page with the following source: htmlbody/body/html The last message in the log is: Validation failed, returning to '/upload.jsp' I've read in another

Re: Validation failes and returns (almost) empty page.

2003-08-26 Thread Rune Peter Bjørnstad
On Tue, 26 Aug 2003, Rune Peter Bjørnstad wrote: I've compared the logfiles of my application and the validator example application in the case of a failed validation. - In my case, the situation described in my previous mail occurs. - In the example application, the following messages

Re: Validation failes and returns (almost) empty page.

2003-08-26 Thread Rune Peter Bjørnstad
I found the solution to my problem. Instead of specifying an absolute JSP as my input attribute (struts-config.xml), I specified a forward name. Now it works perfectly. Still don't know why it works in the example application. Rune. On Tue, 26 Aug 2003, Rune Peter Bjørnstad wrote: On Tue

Re: RE : Validation failes and returns (almost) empty page.

2003-08-26 Thread Rune Peter Bjørnstad
Glad to help. The world now has atleast two less frustrated men walking about.. ;) Rune. On Tue, 26 Aug 2003, thomas Sontheimer wrote: I had the same problem and your solution works. thank you thomas -Original Message- From: Rune Peter Bjørnstad [mailto:[EMAIL PROTECTED

RE: RE : Validation failes and returns (almost) empty page.

2003-08-26 Thread Rune Peter Bjørnstad
retains your request arguments(i.e., actionErrors), while an absolute url submits an entirely new request(i.e., without any actionErrors). -Original Message- From: Rune Peter Bjørnstad [mailto:[EMAIL PROTECTED] Sent: August 26, 2003 5:29 AM To: Struts Users Mailing List Subject: Re

Re: Forward to external url

2003-08-26 Thread Rune Peter Bjørnstad
Don't take this for granted, but a forward happens on the server-side. Set the redirect attribute to true, and the external request is routed via the clients browser. forward name=success path=https://etc; redirect=true/ Did that help? Rune. On Tue, 26 Aug 2003, Raj Atchutuni wrote:

RE: RE : Validation failes and returns (almost) empty page.

2003-08-26 Thread Rune Peter Bjørnstad
Peter Bjørnstad [mailto:[EMAIL PROTECTED] Sent: August 26, 2003 12:01 PM To: Struts Users Mailing List Subject: RE: RE : Validation failes and returns (almost) empty page. Thanks for your answer, but isn't that just the oposite of what happens in the example application? There the input

redirect and post form

2003-08-21 Thread Peter Bliznak
question is : is there ANY solution to this? I cannot possible be first person running into this scenario. -- gather info -- post it into hidden fields on next page -- and from there it SHOULD get posted to external(absolute) URL for proccesing Any info would be appreaciated Regards, Peter

RE: Urgent: generating PDF from form data

2003-08-14 Thread Peter Abbot
I have used FOP to generate PDF within struts and it works great. In the beginning to save to with dealing with the formatting of the PDF document I used FOP to translate genereate web pages into PDF. The only thing is that your generated webpage needs to be in xhtml format. If using the struts

RE: Forward to the same page

2003-08-14 Thread Norr, Peter
Try this: You must use a hidden property called page in all your html:forms.. For example. html:hidden property=page value=2/ In action class: return mapping.findForward(page + myForm.getPage()); Peter -Original Message- From: Paul Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, August

RE: Simple html:submit question

2003-08-14 Thread Norr, Peter
. -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 6:26 PM To: 'Struts Users Mailing List' Subject: Simple html:submit question How do I use my own image in a html:submit/ or html:cancel/ tag

Re: Redirect problem/bug?

2003-08-14 Thread Peter Bliznak
've tried that already getting same error unfortunately that is not is ... Paananen, Tero wrote: forward name=Success path=/https://www.company.com/purchase; ^ That's what you're missing. -TPP - This email may

Re: Redirect problem/bug?

2003-08-14 Thread Peter Bliznak
well...if I try in action class response.sendRedirect(response.encodeRedirectURL(https://www.company.com/purchase;)); return null; . that works but then I have to append all parameters to URL and that is what I am trying to avoid Peter Bliznak wrote: 've tried that already getting

Redirect problem/bug?

2003-08-14 Thread Peter Bliznak
submit I am getting error requested resource /https:/www.company.com/purchase is not available and one of double forward slashes after https is gone - so I imagine it cannot find it obviously. Is this bug or am I missing anything? (I am using 1.1 version) Regards Peter

RE: Simple html:submit question

2003-08-12 Thread Norr, Peter
) -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:22 AM To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' Subject: RE: Simple html:submit question Should I use an onclick method handler to the image tag so I can submit the form

Simple html:submit question

2003-08-11 Thread Norr, Peter
How do I use my own image in a html:submit/ or html:cancel/ tag? -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of

Session issue

2003-07-31 Thread Peter Smith
Hi all, I am having problems with a new struts application in a production environment. The stacktrace below seems to indicate a session problem. In development, I am using a filestore, in production, its a jdbc store. Has anyone come across a stack trace like this? Thanks in advance, Peter

Validation and Multi-Page Forms

2003-07-25 Thread Norr, Peter
I have one form bean in session scope, where the values get populated over time through a series of pages, like a wizard. My question is how do I validate on a page by page basis? I am using the Validator Framework. Thanks, Peter

RE: Validation and Multi-Page Forms

2003-07-25 Thread Norr, Peter
Thanks, this helped. One more problem, the errors are being created but html:errors property=myfiled/ is not displaying them.. Any ideas? Peter -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 11:16 AM To: 'Struts Users Mailing List' Subject

Problem with logic:iterate and bean:write

2003-07-24 Thread Peter Eichenauer
says, if property is not specified, the value of the bean itself will be rendered. But my JSP throws an Exception: Cannot find bean date in any scope. Any suggestions? Thanks, Peter _ Get your own *FREE* family web site

Question on how to remove a detail row?

2003-07-21 Thread Norr, Peter
Hi, I have the following code.. It prints out a remove button on each row.. How do I determine on which row the remove button was pressed? c:forEach items=${OptimizerInputFormBean.constraints} var=constraint varStatus=iter tr tdc:out

RE: Question on how to remove a detail row?

2003-07-21 Thread Norr, Peter
, parameterized with the record ID, or some other data. Then when the button is clicked, it can set a parameter (or hidden form field) that identifies the row. -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:07 PM To: 'Struts Users Mailing List

RE: Question on how to remove a detail row?

2003-07-21 Thread Norr, Peter
generate an onclick eventhandler for each button, parameterized with the record ID, or some other data. Then when the button is clicked, it can set a parameter (or hidden form field) that identifies the row. -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Monday, July 21

RE: Question on how to remove a detail row?

2003-07-21 Thread Norr, Peter
? Do you use el tags? -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 4:34 PM To: 'Struts Users Mailing List' Subject: RE: Question on how to remove a detail row? Ok, how do I code the onclick param?? Below does not work

Exceptions from a tile

2003-07-17 Thread Peter Smith
? Thanks, Peter -- Peter Smith Software Engineer InfoNow Corporation - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JSP exception

2003-07-17 Thread Peter Smith
Hi all, Does anyone know how I can get access to the exception put into pageContext on an error jsp page? I am trying to do logging from an action, but haven't been able to get the exception to log it. Thanks, Peter -- Peter Smith Software Engineer InfoNow Corporation

Newbie question about form variables.

2003-07-17 Thread Norr, Peter
I am developing a wizard style form.. How do I obtain the value submitted in the previous page of a form from the jsp page? For example, in step2.jsp I need to know what was selected in step1.jsp. Thanks! Peter

Re: JSP exception

2003-07-17 Thread Peter Smith
Hi all, Looks like I was not specific enough. I have no problem getting the exception object when an action throws an exception. Its when a jsp page does. The status code is correct in request, but the exception just isn't there. Anyone have a recommendation? Thanks, Peter -- Peter Smith

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
Yes I understand. But how do I acces the Form Bean from the jsp page? Peter -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 2:40 PM To: Struts Users Mailing List Subject: RE: Newbie question about form variables. one way is to have

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
Does Struts 1.1 come with JSTL implementation? If so How do I use it? Peter -Original Message- From: Adam Levine [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:05 PM To: [EMAIL PROTECTED] Subject: RE: Newbie question about form variables. scriptlets (bad choice) custom

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
named state, with a getState() accessor: c:out value=${FormBean.state}/ Would write out the value of the state property Is this what you meant? -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:02 PM To: 'Struts Users Mailing List' Subject

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
If my form bean is DynaActionForm.. How do I do something like this... c:if test=${formBean.get('someProperty')=='PETER'} /c:if -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:28 PM To: Struts Users Mailing List Subject: RE: Newbie

why no message resources for value

2003-07-16 Thread Peter Bosmans
I was wondering why the value in a html:submit couldn't be set with a message resource value (like titleKey and altKey). This means that i could never use i18n for the submit button ? greetings Peter - To unsubscribe, e-mail

Re: why no message resources for value

2003-07-16 Thread Peter Bosmans
helpfull hand. Konstadinis Euaggelos wrote: Peter if you want to set alt, title in struts-tag then bean:message key=app.title/ want work you must do: bean:define id=bean:message key='app.title'/bean:define than you can use it as scriptlet ... html:button property=previous styleClass=Button title

logic:redirect tag and tiles

2003-07-16 Thread Motykowski, Peter P.
. Else, SKIP_BODY. doEndTag - if database connection exists, SKIP_PAGE. Else, EVAL_PAGE. Has anyone seen any issues using logic:forward in a tiles configuration? Thanks, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED

Wizard Style Forms Example

2003-07-16 Thread Norr, Peter
Does anyone know a good resource where I can learn about developing Wizard Style input forms in Struts? For example, the form has multiple pages of complex input elements, i.e. multiple value select lists, etc.. --

[ANNOUNCE] Jakarta Struts 1.1 fcs / Struts Expresso 5.1 ea2

2003-07-13 Thread Peter A. Pilgrim
EXPRESSO FRAMEWORK STRUTS 1.1 FCS* INTEGRATION By Peter Pilgrim Monday July 14, 2003 FCS == Full Candidate Release* I would

[ANNOUNCE] Jakarta Struts 1.1 fcs / Expresso Framework 5.1 earlyaccess 2

2003-07-13 Thread Peter A. Pilgrim
(Sorry for getting the subject line wrong ;-) EXPRESSO FRAMEWORK STRUTS 1.1 FCS* INTEGRATION By Peter Pilgrim Monday July 14

Re: question about ActionErrors

2003-07-11 Thread Peter Smith
, the file would be application.properties. For your other questions, there is an ActionMessages class that does what you need. HTH, Peter -- Peter Smith Software Engineer InfoNow Corporation From: Yan Zhu [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Date: Fri, 11 Jul

Re: html:text tag with null bean

2003-07-08 Thread Peter Smith
that associated, the exception should go away. HTH, Peter -- Peter Smith Software Engineer InfoNow Corporation From: Dmitri Ilyin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Date: Tue, 8 Jul 2003 16:06:41 +0200 To: [EMAIL PROTECTED] Subject: html:text tag with null

Re: Struts Tiles definitions

2003-07-07 Thread Peter Smith
Hi José, I wonder if a RelayAction could be of help to you. Here is a link: http://www.husted.com/struts/tips/011.html Peter -- Peter Smith Software Engineer InfoNow Corporation From: José Moreira [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Date: 07 Jul 2003 14

How do struts manage this

2003-07-04 Thread Peter Bosmans
called, but i don't understand who and why these methods are called. I see no link between the EJBmethods and the jsp calls. Can somebody give me e little bit more explanation please or a hint where i can find more explanation about this. Thanks in advance. Peter Here a snip of the struts action-code

Re: How do struts manage this

2003-07-04 Thread Peter Bosmans
all my properties in my result web-page. What do you mean about LocalObject ? I've asked this question to our EJB guru , but he can't help me. So it's still black magic to me. Please help. Peter Konstadinis Euaggelos wrote: I have already reply once... Collection employees = home.findAll

How do struts manage this

2003-07-03 Thread Peter Bosmans
were called, but i don't understand who and why these methods are called. I see no link between the EJBmethods and the jsp calls. Can somebody give me e little bit more explanation please or a hint where i can find more explanation about this. Thanks in advance. Peter Here a snip of the struts

Re: Problem with Tiles definitions in XML File

2003-07-01 Thread Peter Smith
Hi Christian, When inserting in a definition on a jsp page, you want to use the definition attribute. beanName can be used if the page you are inserting is in a java bean. Here is an example: tiles:insert definition=blablub flush=true / Hope this helps, Peter -- Peter Smith Software

RE: [ANNOUNCEMENT] Struts 1.1 Final released

2003-06-30 Thread PILGRIM, Peter, FM
of weeks. So now I need to do it all again. So now we can look opening the discussion on Modules and other enhancements for 1.2? Or is it everyone taking a well deserved holiday? -- Peter Pilgrim, Struts/J2EE Consultant, RBoS FM, Risk IT Tel: +44 (0)207-375-4923

Re: tiles-def.xml

2003-06-30 Thread Peter Smith
I just use the tomcat manager application and reload the webapp. Peter -- Peter Smith Software Engineer InfoNow Corporation From: Lai, Kenny [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Date: Mon, 30 Jun 2003 11:59:46 -0400 To: 'Struts Users Mailing List' [EMAIL

Parameters to an action from a tile

2003-06-27 Thread Peter Smith
=true/ /definition So its the 'header=true' that will kill it. Any thoughts? Thanks, Peter -- Peter Smith Software Engineer InfoNow Corporation - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Simple html:link question

2003-06-26 Thread Peter Smith
Thanks Kris, that worked. I tried that earlier, but I had paramName=${remoteUser} instead of paramName=remoteUser. Sigh. -- Peter Smith Software Engineer InfoNow Corporation From: Kris Schneider [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Date: Thu, 26 Jun 2003

RE: Problems removing (expiring Cookie) in Action

2003-06-25 Thread Peter Abbot
Setting it to 0 means that it will only be deleted once the browser closes. I remember seeing a posting a while ago that suggested that if you want to delete a cookie immediately then set the max age to 1. Pete -Original Message- From: Jeremy Nix [mailto:[EMAIL PROTECTED] Sent:

resources file

2003-06-24 Thread Klimo Peter
Hi all, normally searches Struts for ApplicationProperties file depending on language defined in request header. What should i do, if i want, that Struts should use version defined by system locale ? (Struts 1.0.2) Thanks, Peter

RE: Living in a frame

2003-06-23 Thread Peter Abbot
There is some javascript security issues when calling javascript in a frame that is sourced from one server to another frame that is sourced from a different server even though they might be in the same domain, i.e. server1.adomain.com will think that server2.adomain.com is in a different domain

perform method not executed

2003-06-17 Thread Peter Bosmans
struts-config.xml is correct. any suggestions ? Thanks. Peter Actionform - public class listStudentenForm extends ActionForm { String studenten; String scholen; public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { System.out.println(In actionForm

RE: few questions from new struts user

2003-06-17 Thread Peter Eichenauer
Hallo Philipp, I tried your Strutinizer, such a tool would be of enormous help. Unfortunately I cant process any HTML-files. I am using JDK1.4.1. Peter --- Exception occurred during event dispatching: java.lang.NoSuchMethodError

RE: dynamic paths to images

2003-06-10 Thread Peter . Keller
/ img src='%=request.getContextPath()%bean:write name=imagePath/' where 'imageProvider' is an attribute in session scope with a property 'path'. It works, however it is not very elegant. Who knows a nicer solution? Thanks. Peter

dynamic paths to images

2003-06-06 Thread Peter . Keller
'path'. It works, however it is not very elegant. Who knows a nicer solution? Thanks. Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tiles DTD 1.1RC1

2003-06-04 Thread Peter . Keller
-documentation application by Cedric shipped with my struts distribution. This should be mentioned more conspicuous elsewhere. Or even better, FIX THIS BUG, please!!! By the way, I have no idea, why the tiles-config.xml can not be loaded if the application.properties can not be found...? Peter

Tiles DTD 1.1RC1

2003-06-03 Thread Peter . Keller
change? = what is wrong? = it's not the first time I ask this question to this list, however, no answer yet... Thanks for helping. Peter My tiles-defs.xml starts with following line ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE tiles-definitions

wondering

2003-06-02 Thread peter bosmans
of struts, and holding the flexibility of an WYSIWYG editor. Can anybody tell me how they work to create there view-pages. (fast and fancy) Thanks in advance, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: [OT] JAAS

2003-05-29 Thread Peter Abbot
We were looking at the same thing a while back and all the articles we found stated that JAAS doesn't integrate (very well) with Role based security yet, it is still in the pipelines for the next version of the j2ee standard. What we are looking at doing is creating a some security modules that

RE: Re: Which is the best Struts or Expresso ?

2003-04-04 Thread PILGRIM, Peter, FM
caching API, or enhance the existing in, and dynamically plug-in the module. The service layer will be appearing in Expresso version 5.1 or beyond. HTH - Now I got to go back to work -- Peter Pilgrim, Struts/J2EE Consultant, RBoS FM, Risk IT Tel: +44 (0)207-375-4923

RE: Does a degree matter?

2003-04-02 Thread PILGRIM, Peter, FM
are interested in digital arts, photography, graphic, design and web, you might something computing related. Dont do what a lot of people did/do. Bog standard boring. Mathematics and Computer Science unless, of course, you instead to be Professor at Oxbridge. Mix it up -- Peter Pilgrim, Struts/J2EE

[OT] RE: Struts London Square Mile Java Developers

2003-04-02 Thread PILGRIM, Peter, FM
after a hard working day in the centre of town ( or downtown for US readers). PS: This also applies to Expresso Frameworkers -- Peter Pilgrim, Struts/J2EE Consultant, RBoS FM, Risk IT Tel: +44 (0)207-375-4923 *** Visit our

Struts London Square Mile Java Developers

2003-04-01 Thread PILGRIM, Peter, FM
On 26/03/2003 10:26 Chris May wrote: Maybe, if it was south Manchester (I'm based in the Midlands). Any takers? Chris I'm in the Midlands too - just north of Brum. Anyone in the square mile! -- Peter Pilgrim, Struts/J2EE Consultant, RBoS FM, Risk IT Tel: +44 (0)207-375-4923

RE: [OT] Struts jobs

2003-03-31 Thread PILGRIM, Peter, FM
Java SIG in London. -- Peter Pilgrim, Struts/J2EE Consultant, RBoS FM, Risk IT Tel: +44 (0)207-375-4923 Visit our Internet site at http://www.rbsmarkets.com This e-mail is intended only for the addressee named above

Struts link to map viewer

2003-03-31 Thread Peter Abbot
Last week someone posted a link to a site that used struts and ArcIMS to display maps. There was an example of a version of the application that was targeted to the PDA. I have searched the archives but cant seem to find it. Can whoever sent it, send it again. I would like to show it to my

c:out in tiles insert tag

2003-03-27 Thread Peter Smith
the same behavior if value='blah'). Any ideas? Thanks, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   >