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

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: 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

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

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: 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:

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

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

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