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

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! application org.apache.struts.webapp.tiles.dev1-1.ApplicationResources Andy

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 at

Re: navigable search results

2003-09-09 Thread Andy Richards
on/pager/ > >http://www.mail-archive.com/[EMAIL PROTECTED]/msg43661.html > > -- > Andrew > http://www.java201.com > > - Original Message - > From: "Andy Richards" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, Sept

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 arch

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 us

Re: login request + ActionServlet RequestProcessor Action

2003-08-22 Thread Andy Richards
g relaxing 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 > > -Ori

Re: login request + ActionServlet RequestProcessor Action

2003-08-21 Thread Andy Richards
eed 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 > >

Re: login request + ActionServlet RequestProcessor Action

2003-08-21 Thread Andy Richards
e to say > "AuthenticationRequestProcessor" and it extends "TilesRequestProcessor" > 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 Ri

Re: login request + ActionServlet RequestProcessor Action

2003-08-21 Thread Andy Richards
th.LoginCheck; > 2. public class MyAction extends Action implements LoginCheck > 3. checkLogin(request) <--- 1st line from within the execute > or DispatchAction, or LookupDispatchAction method, etc. > > Regards, > David > > ---Original Message--- > From: Andy Richards

Re: login request

2003-08-21 Thread Andy Richards
lements LoginCheck > 3. checkLogin(request) <--- 1st line from within the execute > or DispatchAction, or LookupDispatchAction method, etc. > > Regards, > David > > ---Original Message--- > From: Andy Richards <[EMAIL PROTECTED]> > Sent: 08/20/03 09:46 AM >

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 i

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 technologie

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

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

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 links

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

RE: [OT] RE: microsoft .doc struts

2003-02-19 Thread Andy Richards
> like: > > {\*\shppict{\pict{\ ... }} with loads of hex digits in-between. > > If you have loads of images stored as say gifs or jpgs then you will need to > find some way of doing this on-the-fly to rtf format. > > Hope the above helps a bit more. > > H. >

Re: [OT] RE: microsoft .doc struts

2003-02-18 Thread Andy Richards
outlined, using RTF is not dependent on the browser used and > the above solution is being used to generate around 200-300 (probably more) > "MS Word" .DOC files a week which are emailed directly to the UK government > body. > > Let me know if this is an option for you - and if

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

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 Sub

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 200