Re: Cannot download struts 1.2.9 binary

2009-04-23 Thread Steve Bosman
> I just checked them both on Kubuntu Jaunty RC and both the tar and the > zip are intact for me... Maybe you pulled them from a bad mirror or > there is a firewall giving you troubles? I've tried a few times now, with no luck, but I'll try again from home in case it is the work firewall. -- ht

Cannot download struts 1.2.9 binary

2009-04-23 Thread Steve Bosman
Hi, I want to download struts 1.2.9 from the binaries site: http://archive.apache.org/dist/struts/binaries/ , but both the zip and tarball refuse to open for me (I'm on Ubuntu 8.10). Is there somewhere else I can obtain clean binaries from? A colleague has managed a partial extract using WinZip, b

Re: How can I transfer a file to a struts based web application from a java application

2006-06-22 Thread Steve Bosman
Original Message----- From: Steve Bosman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 2:58 PM To: Struts User Mailing List Subject: How can I transfer a file to a struts based web application from a java application Hi, I have a struts 1.1 application with an Action that processes a file o

How can I transfer a file to a struts based web application from a java application

2006-06-14 Thread Steve Bosman
Hi, I have a struts 1.1 application with an Action that processes a file obtained using an ActionForm containing a org.apache.struts.upload.FormFile parameter, I want to use this action from a java application and would be really grateful if someone could give me pointers on how to do this using

Re: TextArea

2005-07-20 Thread Steve Bosman
On 7/20/05, Larry Meadors <[EMAIL PROTECTED]> wrote: > Yep, not an option in HTML, gotta javascript it, or catch it on the server. > > On 7/20/05, Mark Benussi <[EMAIL PROTECTED]> wrote: > > Sadly, JavaScript I am afraid. > > From: Vijay K Anand [mailto:[EMAIL PROTECTED] > > How to control char ma

Re: Generic template

2005-07-14 Thread Steve Bosman
On 7/13/05, Vijay K Anand <[EMAIL PROTECTED]> wrote: > Hi All > > Any blueprint how can we write genric code for manipulating data in a > table , > Can you expand your question please? If you are interested in displaying tabular data in your JSPs have a look at the DisplayTag http://displaytag.s

Re: Struts-config.xml Digester endElement problem

2005-07-08 Thread Steve Bosman
On 7/7/05, Sher, Allen - BLS CTR <[EMAIL PROTECTED]> wrote: > Got this stack trace while deploying my struts 1.2.7 app into WebLogic > 8.1.4. > It seems to relate to Digester complaining something about > struts-config.xml. > Adding Xerces 2.5 into the WAR file does not help. > Can someone point a

Re: Struts-config.xml Digester endElement problem

2005-07-08 Thread Steve Bosman
On 7/7/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello, > Haven't used struts 1.2, just 1.1 & 1.3(in dev), but as far as I > know > You should have a 'type' attribute associated with each > element... > > And I bet that hasn't been changed between different versions of > struts...

Re: How can we send parameter's value to javascript function ??

2005-05-24 Thread Steve Bosman
On 5/21/05, Saul Qunming Yuan <[EMAIL PROTECTED]> wrote: > Try build the whole javascript function part in scriplet as follows: > > onclick="<%='javascript:whichAuctionType(' + rId + ');'%>"> > > in your I think you mean onclick='<%="javascript:whichAuctionType(" + rId + ");"%>'> in my experien

Re: [HELP] How to restrict access to certain mapping action ???

2005-05-19 Thread Steve Bosman
On 5/19/05, Catalin Croitoru <[EMAIL PROTECTED]> wrote: > Steve, > > the solution you provide doesn't solve the problem with typing the > link in the adress bar. user can copy from the html source of the page > the hidden atribute org.apache.struts.taglib.html.TOKEN and provide to > the adres with

Re: Fw: [HELP] How to restrict access to certain mapping action ???

2005-05-19 Thread Steve Bosman
> the second is I mean that, I don't want User do my action by typing my > action path directly on address bar, such as > http://www.myweb/user/useraction.do, but I allow User do my action by > clicking on certain link on webpage, such as page="/user/useraction.do">do > > any solution :( You coul

Re: Problem with URL encoding/decoding of UTF-8 characters

2005-04-05 Thread Steve Bosman
On Apr 5, 2005 9:38 AM, Steve Bosman <[EMAIL PROTECTED]> wrote: > The application I am working on has some frameset stuff (which I > personally hate, but some things you are forced to live with), > occasionally frames within the frameset are set with parameters in the > URL whi

Problem with URL encoding/decoding of UTF-8 characters

2005-04-05 Thread Steve Bosman
is: is this a struts problem, a tomcat problem or (possibly the most likely) my problem and if so what should I be doing to fix it? thanks for any help, Steve Bosman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional