microsoft .doc struts

2003-02-18 Thread Andy Richards
Hi, I have read with interest from the struts archives where a user posted the following question to do with producing microsoft .doc files for clients. See: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg58536.html Peter S. Hamlen: posted a follow up talking about using office

Re: microsoft .doc struts

2003-02-18 Thread Andy Richards
, Michael Nascimento Santos wrote: Can't you generate .pdf files? There are many frameworks that would help you doing that. []s Michael - Original Message - From: Andy Richards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 11:12 AM Subject: microsoft .doc struts Hi

RE: microsoft .doc struts

2003-02-18 Thread Andy Richards
hi john thanks for the speedy response! i misunderstood, i thought your application was converting the template back to .doc. I take from the research that i have done then that this cannot be done, or is a real pain to do? andy On Tue, 2003-02-18 at 14:34, John Cavacas wrote: then how do

Re: [OT] RE: microsoft .doc struts

2003-02-18 Thread Andy Richards
This is how the current system works, written in delphi sitting on a windows box. I have recently joined the team and want to rewrite the sytem using struts, tomcat and some flavour of linux. The current method starting an instance of microsoft word, is damn slow! to say the least, and crashes

Re: [OT] RE: microsoft .doc struts

2003-02-18 Thread Andy Richards
for you - and if you need any more info but BTW the above was implemented in MS ASP so I can only send you some ASP/VBScript code if that will help. H. -Original Message- From: Andy Richards [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 14:12 To: [EMAIL PROTECTED] Subject

RE: [OT] RE: microsoft .doc struts

2003-02-19 Thread Andy Richards
this on-the-fly to rtf format. Hope the above helps a bit more. H. -Original Message- From: Andy Richards [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 15:53 To: 'Struts Users Mailing List' Cc: [EMAIL PROTECTED] Subject: Re: [OT] RE: microsoft .doc struts Hi hue, sounds great

Re: Struts with M$ Word Docs

2003-02-19 Thread Andy Richards
Thanks david, however poi dosnt from what i can see, or has very little support for manipulating .doc documents. Also i wish to put this into a production enviroment which i am not sure that POI is ready to do. The excel support looks good though for anyone who needs to do so. regards Andy

html links

2003-06-25 Thread Andy Richards
Can anyone shed some light on this for me. Being a newbie i tried to perform a search on the list archive however it just says text searches are not allowed. Anyway my question is this, at present a multimedia designer will hand me a HTML site requiring the addition of functionality. All

Re: html links

2003-06-25 Thread Andy Richards
Thanks filip But do i have to do this for every link in the config file, or can i configure the struts config file so as that any links not mapped go through a particular action. If i have to map all links in the designers menu system, i will be here till next month !! : ) regards Andy Can

Re: html links

2003-06-25 Thread Andy Richards
Anyone else have any opinions on the best method to do this.? cheers Andy But do i have to do this for every link in the config file, or can i configure the struts config file so as that any links not mapped go through a particular action. If i have to map all links in the

Re: Struts and JSF?

2003-07-16 Thread Andy Richards
Being a newbie to struts then, is it still worth implementing the two?. I have had a look at the integration library but not yet figured it out, ie which would i use for validation faces or struts? which tag library to use etc ? Does anyone know of any documentation implenting the two

login request

2003-08-20 Thread Andy Richards
Hi, i have created a form and a action which checks to see if a user exists in my database and if so a value object is placed into the session. What i am unsure of is how to a action called everytime a request is made? Can i configure struts-config.xml to send all requests via an action to see

Re: login request

2003-08-21 Thread Andy Richards
method, etc. Regards, David ---Original Message--- From: Andy Richards [EMAIL PROTECTED] Sent: 08/20/03 09:46 AM To: [EMAIL PROTECTED] Subject: login request Hi, i have created a form and a action which checks to see if a user exists in my database and if so a value object

Re: login request + ActionServlet RequestProcessor Action

2003-08-21 Thread Andy Richards
the execute or DispatchAction, or LookupDispatchAction method, etc. Regards, David ---Original Message--- From: Andy Richards [EMAIL PROTECTED] Sent: 08/20/03 09:46 AM To: [EMAIL PROTECTED] Subject: login request Hi, i have created a form and a action which checks to see if a user

Re: login request + ActionServlet RequestProcessor Action

2003-08-21 Thread Andy Richards
which extends the Struts RequestProcessor. So it all depends on if you're gonna run into problems like this? My 2 cents. Hope this helps. Andy Richards wrote: Hi After deciding which approach to take and reading a few of my struts books about the controller object ; ) I am now confused

Re: login request + ActionServlet RequestProcessor Action

2003-08-21 Thread Andy Richards
to define your custom AuthenticationRequestProcessor class which extends RequestProcessor in controller element of your struts-config.xml. Andy Richards wrote: Hi Kok Good point, never thought about that! One point towards extending the requestProcessor then, as if i am right i configure

Re: login request + ActionServlet RequestProcessor Action

2003-08-22 Thread Andy Richards
weekend is due before i crack on with this one ; ) cheers Andy On Friday 22 Aug 2003 4:21 pm, you wrote: Andy, Did you get processRoles to work for you? How do you redirect to the (error) page of your choice in it? Thanks, David -Original Message- From: Andy Richards [mailto

lists c:forEach struts-el html:link

2003-09-04 Thread Andy Richards
hi I use RowSetDynaClass to get my results from a db then i add these rows to a List via getRows(). The list is then returned to my jsp page which is using jstl and struts-el. I would like to use c:forEach to iterate over the list and print out the variables. Within the loop i would like to

navigable search results

2003-09-09 Thread Andy Richards
Hi everyone, I want to display my search results in a similar fashion to google, with a navigable menu at the bottom. I know this is possible but i am not sure what to re-search for to get some ideas of how to do this with struts? Anyone have any ideas or a key word i can search the struts

Re: navigable search results

2003-09-09 Thread Andy Richards
-archive.com/[EMAIL PROTECTED]/msg43661.html -- Andrew http://www.java201.com - Original Message - From: Andy Richards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 3:13 PM Subject: navigable search results Hi everyone, I want to display my search

tiles resourceBundle

2003-10-30 Thread Andy Richards
Hi, I implemented tiles into my struts application. Previously struts found my application resolurce bundle fine, however after using implementing tile definitions my resource bundle can not be found. How do i tell the tiles framework to use my resolurce bundle? my struts-config contains a

Re: tiles resourceBundle

2003-10-30 Thread Andy Richards
apologise. I had added the following from the struts-tiles war example to my web.xml, obviously it needs to point to my resource file.doh! !-- Added as a trick for a bug in Struts -- init-param param-nameapplication/param-name

jstl error messages

2004-01-29 Thread Andy Richards
Hi, Does any one know how to display individual error messages created via the validator or my actions using jstl? c:out value=${. myProperty} / I guess its along the lines of the above but i am missing something? cant seems to find the answer to this one on the archives? thanks Andy