AW: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
Not bad ;-) Works like a charm. > -Ursprüngliche Nachricht- > Von: Antonio Petrelli [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 21. November 2007 16:27 > An: Struts Users Mailing List > Betreff: Re: EL Statements are not evaluated in logic:equal tag > > 2007/11/

AW: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
6:07 > An: Struts Users Mailing List > Betreff: Re: EL Statements are not evaluated in logic:equal tag > > 2007/11/21, Peter Neu <[EMAIL PROTECTED]>: > > I have a problem with the evaluation of EL statement: > >

AW: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
evaluated in logic:equal tag > > Are you using the EL taglib? ARe you running on a JSP > 2.0 container? > > d. > > --- Peter Neu <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I have a problem with the evaluation of EL > > statement:

EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
Hello, I have a problem with the evaluation of EL statement: When I use just jstl like this: I get the value without any trouble. I use struts 1.2.9 Any help is much appreciated. Cheers, Pete - To unsubscribe, e-mail

[OT] Window.location.hash & Struts & Firefox

2007-10-19 Thread Peter Neu
Hello, does somebody know how to get the window.location.hash to work in Firefox. I need to dynamically route the user to the right spot in my app with a session variable and this little Bit of JS. Works in IE but not in Fire Fox window.location.hash = "#

AW: Good JScript lib for disabling browser toolbars and good integration with Struts?

2007-05-03 Thread Peter Neu
Donnerstag, 3. Mai 2007 22:48 > An: user@struts.apache.org > Betreff: Re: Good JScript lib for disabling browser toolbars and good > integration with Struts? > > Peter Neu wrote: > > does somebody know a good Java Script library which disables browser > tool- & > >

Good JScript lib for disabling browser toolbars and good integration with Struts?

2007-05-03 Thread Peter Neu
Hello, does somebody know a good Java Script library which disables browser tool- & navigations bars and right mouse clicks for browser windows? I need a browser window for my app stripped of all basic browser components. Best way would be if Struts could already load the java script before the

AW: AW: AW: AW: HowTo Format Numbers in html:text tag?

2007-04-16 Thread Peter Neu
error > > And setPriceDouble(null) in your forms reset() method > > Peter Neu wrote: > > OK so what I did is: > > > > --jsp--- > >> format="##"/>" /> > > > > -> Value gets displayed with commas. > > >

AW: AW: AW: HowTo Format Numbers in html:text tag?

2007-04-16 Thread Peter Neu
ach does not use tho? > Also, I have a suspicion that struts will either throw an exception or > set nulls for inputted numbers that contain commas, you might need to > use Strings on your form and format / parse to numbers in your action(s). > > Peter Neu wrote: > > But that's

AW: AW: HowTo Format Numbers in html:text tag?

2007-04-16 Thread Peter Neu
Format Numbers in html:text tag? > > You could combine with struts-el > > > var="formattedNumber" /> > > > > > Peter Neu wrote: > > That looks cool but I need to embed the value in the html:text field so > the > > user is able to edit

AW: HowTo Format Numbers in html:text tag?

2007-04-16 Thread Peter Neu
sers Mailing List > Betreff: Re: HowTo Format Numbers in html:text tag? > > You could use in JSTL > http://bellsouthpwp.net/b/i/billsigg/jstl-quick-reference.pdf > <http://bellsouthpwp.net/b/i/billsigg/jstl-quick-reference.pdf> > > Peter Neu wrote: > > Hello, > >

HowTo Format Numbers in html:text tag?

2007-04-16 Thread Peter Neu
Hello, I need to format a number string in a html:text tag because the default value must be written with a comma sperator. e.g. 4,5 while the value of my value bean is in fact like this: 4.5. Normally I would use bean:message and the format attribute. But this does not work in html:text. How c

AW: Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
gt; have you read > http://jscontrolstags.sourceforge.net/controls/treeview/treeview.htmldocum > entation > ? > > Regards Angelo > > > 2007/3/19, Peter Neu <[EMAIL PROTECTED]>: > > > > Hi, > > > > I just deployed the jscontrolstags war. This looks goo

AW: Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
> They have a tree tag that I have found very useful. > > > > Best, > > -Nate > > > > -Original Message- > > From: Peter Neu [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 19, 2007 9:43 AM > > To: user@struts.apache.org > > Subje

AW: Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
> You might want to try > > http://www.jenkov.com/prizetags/introduction.tmpl > > They have a tree tag that I have found very useful. > > Best, > -Nate > > -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2007 9:4

Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
Hello, I have a hierarchically organized data object which I need to display. The user may edit some of its attributes. I figured it must be a tree like structure with editable nodes. Is there an easy way to do this in Struts 1.x? I'm not very good at writing JavaScript code. :o( Has anybody do

AW: Timed Java Script Request & Struts?

2007-01-22 Thread Peter Neu
With Java Technology" > (2006, Apress, ISBN 1-59059-695-1) > Java Web Parts - http://javawebparts.sourceforge.net > Supplying the wheel, so you don't have to reinvent it! > > On Fri, January 19, 2007 9:09 am, Peter Neu wrote: > > Hello, > > > > >

AW: Timed Java Script Request & Struts?

2007-01-22 Thread Peter Neu
when using AJAX he will not notice. Cheers, Pete > -Ursprüngliche Nachricht- > Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 19. Januar 2007 16:18 > An: Struts Users Mailing List > Betreff: RE: Timed Java Script Request & Struts? > > From: Peter Neu

AW: Timed Java Script Request & Struts?

2007-01-19 Thread Peter Neu
> Gesendet: Freitag, 19. Januar 2007 15:42 > An: Struts Users Mailing List > Betreff: Re: Timed Java Script Request & Struts? > > If you are using S2, you can also use Dojo's Timer: > > http://dojotoolkit.org/api/#dojo.lang.timing.Timer > > regards > musachy >

Timed Java Script Request & Struts?

2007-01-19 Thread Peter Neu
Hello, in one of my endless attempts to fight the evil browser backward button mechanism I was thinging about this: Can I make a periodic java script (ajax) request to determine when a user hit the evil button and tries to work a page that is not current anymore? Say the user hit the bac

AW: AW: AW: [OT] Re: How to turn off logging info on struts startup?

2006-09-01 Thread Peter Neu
-Ursprüngliche Nachricht- > Von: Antonio Petrelli [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 1. September 2006 11:26 > An: Struts Users Mailing List > Betreff: Re: AW: AW: [OT] Re: How to turn off logging info on struts > startup? > > Peter Neu ha sc

AW: AW: [OT] Re: How to turn off logging info on struts startup?

2006-09-01 Thread Peter Neu
Hm, file looks now like this: log4j.rootLogger=ERROR, cons log4j.appender.cons=org.apache.log4j.ConsoleAppender log4j.logger.de.ktbl=DEBUG, cons, myAppender log4j.additivity.de.ktbl=false log4j.appender.myAppender=org.apache.log4j.RollingFileAppender log4j.appender.myAppender.File=c:/nbw06-2.log l

AW: [OT] Re: How to turn off logging info on struts startup?

2006-09-01 Thread Peter Neu
n %-5p [%d{dd.MM.yy HH:mm:ss}] - %m > -Ursprüngliche Nachricht- > Von: Antonio Petrelli [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 1. September 2006 09:34 > An: Struts Users Mailing List > Betreff: [OT] Re: How to turn off logging info on struts startup? > >

How to turn off logging info on struts startup?

2006-09-01 Thread Peter Neu
Hello, how can I turn off the logging info struts gives me when it starts up? I mean this stuff: 01.09.2006 09:02:44 org.apache.struts.tiles.TilesRequestProcessor initDefinitionsMapping INFO: Tiles definition factory found for request processor ''. 01.09.2006 09:02:47 org.apache.struts.ut

How to produce valid HTML output with the html:tags

2006-04-27 Thread Peter Neu
Hello, in an effort to clean up my site I try to do everything by the W3C standard. I threw out all design tables and other useless crap but now one problem remains and it's related to Struts. All tags generate a tag which is not closed. Like this: Because the tag is not closed the w3c vali

Problem with defining dynamical structurs with tiles

2006-03-26 Thread Peter Neu
Hello, I got this scenario where I have a basic layout (header, nav-bar, body, info, footer). What I need to do is insert dynamically a tiles compenent in a jsp document a few levels lower than the main document. The main document is siteLayout.jsp the body is entry.jsp. How can I insert in ent

Using HTTP Client in Struts to send xml and show rendered document

2006-02-15 Thread Peter . Neu
Hello, I have this use case that I want to send an xml document from my struts apps to another application for rendering. This (non-strus)application does then just send an response with attachment header. I'm just not so sure how to do this in the request/response model of Struts. Can someone hel

Re: Tooltips in Struts

2005-03-01 Thread Peter . Neu
No what I have is an application which is no means intuitive and I need to make some explanations in order to make the workflow more understandable. I need the explenations to be part of elements like lists and buttons. Regards, Peter > Yes, sort of. If you simply want little yellow popups when

Tooltips in Struts

2005-03-01 Thread Peter . Neu
Hello, is there a simple way to include tooltips in a web-application with Struts? Regards, Peter -- Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail --

Re: not working after Validation errors?

2005-02-21 Thread Peter Neu
ause the step 1 values may be gone for the duration of the session. With request-scoped beans, they can at least hit the "back" button and refresh (depending on other details of the appplication). -- Jeff Peter Neu wrote: Change scope="request" to scope="session" in o

Re: not working after Validation errors?

2005-02-21 Thread Peter Neu
Change scope="request" to scope="session" in order to remember! Jeff Beal schrieb: The tag makes no attempt at "remembering" the original values of the ActionForm itself, it just includes an HTML input element of type 'reset'. All this does is to remove user edits from the current page. IOTW,

Re: Displaying mulitpage results -> Néstor

2005-02-20 Thread Peter Neu
AIL PROTECTED]> To: "'Struts Users Mailing List'" Subject: RE: Displaying mulitpage results Date: Sat, 19 Feb 2005 13:43:16 -0400 Hi Antony You can't use JSP tags inside the columns. You could use HTML buttons and input fields with JSTL expressions. Regards, Néstor B

Re: Displaying mulitpage results

2005-02-19 Thread Peter Neu
application to java.net :-) - Original Message - From: "Peter Neu" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: Displaying mulitpage results Date: Sat, 19 Feb 2005 11:11:27 +0100 Hello everybody, in my struts application I used to display a tabl

Re: Displaying mulitpage results

2005-02-19 Thread Peter Neu
? Regards, Peter Bing Qiao schrieb: As far as I know, you may do the paging using . But then you need to build the traversing and sorting functions youself. Regards bq On Sat, 19 Feb 2005 11:51:13 +0100, Peter Neu <[EMAIL PROTECTED]> wrote: Ok, I will check this out. This a non-struts-project

Re: Displaying mulitpage results

2005-02-19 Thread Peter Neu
Ok, I will check this out. This a non-struts-project right? Is there also an option only using struts? Bing Qiao schrieb: hi Peter, Have you tried displaytag before? On Sat, 19 Feb 2005 11:11:27 +0100, Peter Neu <[EMAIL PROTECTED]> wrote: Hello everybody, in my struts application I used to d

Displaying mulitpage results

2005-02-19 Thread Peter Neu
Hello everybody, in my struts application I used to display a table of query results on one page. Now the results are becoming way too much to display them on one page. What is the best way to implement a mulitpage result view? The problem is I have multi-step workflow and I don't want to confuse

Re: Deployment Problem -

2004-12-29 Thread Peter Neu
ws schrieb: -Original Message----- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 10:05 AM To: Struts Users Mailing List Subject: Re: Deployment Problem - Allright. Now I get it! The only problem is in Struts 1.1 (which I wrote the application in) the parameter "a

Re: Deployment Problem -

2004-12-29 Thread Peter Neu
Allright. Now I get it! The only problem is in Struts 1.1 (which I wrote the application in) the parameter "action" does not exist in the tag. What can I do in this case? Peter Jim Barrows schrieb: -Original Message----- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: Deployment Problem -

2004-12-29 Thread Peter Neu
contextRelative="true"/> When I simply invoke it with "postHv.html" ( html refers to .do ) in the browser I get to the right page. The think with "/hv/postHv.html" was simply just a workaround. I think I don't understand the problem. Regards, Pet

Deployment Problem -

2004-12-29 Thread Peter Neu
Hello , I developed my application in an IDE which simulated that the application was in the top folder. When I deploy my application now it is an subfolder. The problem is: The redirects don't work anymore! If do it in simple HTML : I can get an clean forward. The same with redirect tag: just re

Re: Unable to delete Object form Session scope - help needed

2004-12-29 Thread Peter Neu
an object you retrieve from session are "live" on the session object. I suggest you to try to keep your code simple and check if you are really removing what you think you are removing from your session HashMap (and not from somewhere else). On Mon, 27 Dec 2004 21:50:14 +0100, Peter Neu &

Unable to delete Object form Session scope - help needed

2004-12-27 Thread Peter Neu
Hello all, I have a problem with an object(A hash map with wrapper objects) which I have put in the session scope on Page 1. On page 2 I modify it and delete some of the wrapper objects from the hash map. Aftwards I put the modified hash map back into the sessions scope. Code: -- HashMap us

Problem with

2004-12-27 Thread Peter Neu
Hello all, I got a problem using a HashMap with the . This code works when I use a LinkedList but I can't get it to work with a HashMap. Can somebody tell what I have to do to make it work with a HashMap? Best Regards , Peter -

Problem with and HashMap

2004-12-23 Thread Peter Neu
Hello all, I have a problem with the tag. I need to iterate over a HashMap which stores wrapper objects(which include the actual data). A wrapper class has for example one attribute "velocity". As far as I know the only way to access such a HashMap is this method: Is there any way to

Handling Transcation Errors

2004-12-19 Thread Peter Neu
Hello everybody, I was wondering what is the best way to cope with transaction errors in a Struts application. I use JDBC to connect to the database. When I try to do an insert-transaction it looks like the code below the message (sample form the Sun Tutorial). My question is: what should I do wh

Re: Problem with Tomcat 5.5

2004-11-19 Thread Peter Neu
Hello Bryan, this is what I did in the first place. Any chance that my changes didn't have any effect? Peter. unless you download the compat package it will not run under jre less than 1.5/5 --b On Thu, 18 Nov 2004 09:59:01 -0600, Vic <[EMAIL PROTECTED]> wrote: 5.5 needs JDK1.5 Afaik

Re: URL Customization

2004-11-19 Thread Peter Neu
No, couldn't find it there. But I suppose if I put my application.xml there it will serve the same purpose, right ? it's in conf/Catalina/localhost/ROOT.xml but this is probably OT by now :-) -Original Message----- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: 19 November 200

Re: URL Customization

2004-11-19 Thread Peter Neu
Do you know where to find this entry in Tomcat 5.x ? Could not find it in server.xml. Just looked for it but could no find it... Peter. Richard schrieb: Thanks to all. I think I can go with just transfering my webapp to the ROOT folder. I have asked on the Tomcat User Mailing list just to confi

Re: AW: Problem with Tomcat 5.5

2004-11-18 Thread Peter Neu
claim that Tomcat 5.5 requires the JRE 5.0. We didn't have the problem you found when we tested tomcat 5.5. Which classloader are you using? Andreas -Ursprüngliche Nachricht- Von: Peter Neu [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 18. November 2004 16:52 An: Struts Users Mailing

Problem with Tomcat 5.5

2004-11-18 Thread Peter Neu
Hello everybody, I just switched to Tomcat 5.5 while still using the old JDK 1.4.2_04 . The Struts Version I use is 1.1. When I run my application on the new Tomcat I get this error : Error instantiating servlet class org.apache.struts.action.ActionServlet Can anybody tell what I can change in or

Re: Hiding Url File Parameters

2004-11-10 Thread Peter Neu
accessing/doing? Daniel. -Original Message----- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 14:24 To: Struts Users Mailing List Subject: Re: Hiding Url File Parameters OK. Then I will have rely on the filter mechanism defined in the web.xml. Regards, Peter In short n

Re: Hiding Url File Parameters

2004-11-10 Thread Peter Neu
general - anyone who knows about HTTP (eg hackers) can manually make the requests and get round this, so really there is no advantage to hiding the url in the first place. Daniel. -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: 09 November 2004 19:02 To: Struts Users

Re: Hiding Url File Parameters

2004-11-09 Thread Peter Neu
folder ie jsps and use /WEB-INF/jsps/struts.jsp Hope that helps, Daniel. -Original Message----- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: 09 November 2004 17:55 To: Struts Users Mailing List Subject: Re: Hiding Url File Parameters OK. I tried this : nextPage = new Act

Re: Hiding Url File Parameters

2004-11-09 Thread Peter Neu
ng' jsps is to put them in the WEB-INF directory, and use forwards (not redirects) as this way the client CANNOT access the jsps directly. Daniel. -----Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: 09 November 2004 16:41 To: Struts Users Mailing List Subject: Re: Hiding

Re: Hiding Url File Parameters

2004-11-09 Thread Peter Neu
gards, Peter Joe Germuska schrieb: At 4:03 PM +0100 11/9/04, Peter Neu wrote: Hello, How can I manipulate the URL-Mapping in the web.xml /struts-config.xml in order to hide the filenames when I use the ActionForward in an ActionServlet? Currently the URL displays all the files which I forward to. B

Hiding Url File Parameters

2004-11-09 Thread Peter Neu
Hello, How can I manipulate the URL-Mapping in the web.xml /struts-config.xml in order to hide the filenames when I use the ActionForward in an ActionServlet? Currently the URL displays all the files which I forward to. Before I posted this message I looked through the mail archieve but I only foun