RE: page context

2005-11-25 Thread VAN BROECK Jimmy
If its a formbean you are referring to, set the scope parameter inside the action def. to request. -Original Message- From: Bahadir Yagan [mailto:[EMAIL PROTECTED] Sent: vrijdag 25 november 2005 10:22 To: user@struts.apache.org Subject: page context Hi! Is there a way to register a b

RE: Authentication question

2005-04-07 Thread VAN BROECK Jimmy
Hi, I wouldn't do authentication via Aop and interceptors, but authorisation is perfectly feasible, that's what we do in our project using Spring and aop. Greetings Jimmy -Original Message- From: Tom Ziemer [mailto:[EMAIL PROTECTED] Sent: donderdag 7 april 2005 16:58 To: Struts Users

RE: Pls help me - want to show HTML o/p

2005-01-18 Thread VAN BROECK Jimmy
If you use a tag like you should include following attribute . -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 januari 2005 8:09 To: user@struts.apache.org Subject: Pls help me - want to show HTML o/p I want to create one report with lots of different

RE: Recursive iteration

2004-10-27 Thread VAN BROECK Jimmy
Nested tags with tiles inclusion, can get you on the road. -Original Message- From: Chaikin, Yaakov Y. [mailto:[EMAIL PROTECTED] Sent: woensdag 27 oktober 2004 17:55 To: StrutsUser (E-mail) Subject: Recursive iteration Hi, I am hoping there is a simple way to do this, but can't find any

RE: [OT] free javascript htmlEditor

2004-10-07 Thread VAN BROECK Jimmy
I've tried out the htmlarea in a php project and is pretty decent. It works with additional plugins you can install. Only minpoint is that it works on textarea's and it does the conversion after the page is loaded, so you can sometimes see the switch. Also standard way it works on all the textar

RE: BeanUtils Class Cannot Be Found!

2004-09-14 Thread VAN BROECK Jimmy
This means that this library isn't on your classpath when your compiling your application. When you are compiling, the compiler isn't automagically including the WEB-INF/lib dir, because he doesn't know you are developping a webapp. If you are using an ide try setting in your project options, t

RE: [CURIOUS-OT] 44 bytes in notepad txt file

2004-09-14 Thread VAN BROECK Jimmy
Got it on my system also (Windows 2000) I can only think on a bug in Notepad?? -Original Message- From: Henrique VIECILI [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 september 2004 15:04 To: Struts Users Mailing List Subject: [CURIOUS-OT] 44 bytes in notepad txt file Hi guys, today i wa

RE: write bean without propertys with primitve Datatypes

2004-09-14 Thread VAN BROECK Jimmy
very simple. just do this: Greets Jimmy Jimmy Van Broeck Consultant BT CITS DE POST - LA POSTE ICT-Development WTC II - Kantoor 307 email: [EMAIL PROTECTED] -Original Message- From: Claudia Woestheinrich [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 september 2004 10:43 To: [

RE: Tiles in Frameset

2004-09-02 Thread VAN BROECK Jimmy
Use the columnLayout tile which is default included with tiles. Just put in a definition in your tiles-config like this. -> definition of the column Layout and then specific mailto:[EMAIL PROTECTED] Sent: donderdag 2 september 2004 15:43 To: [EMAIL PROTECTED]

RE: Probable bug with nested:root and tiles context

2004-09-02 Thread VAN BROECK Jimmy
riginal Message- From: Maurice Nicholson [mailto:[EMAIL PROTECTED] Sent: donderdag 2 september 2004 17:03 To: VAN BROECK Jimmy; [EMAIL PROTECTED] Subject: RE: Probable bug with nested:root and tiles context Hi Jimmy, It's a bug in my opinion. We use Struts 1.1, but it could be fixed in ne

Probable bug with nested:root and tiles context

2004-09-02 Thread VAN BROECK Jimmy
Hi, I think i discovered a bug in the nested:root tag when used in combination with tiles or even dynamic includes of jsp pages. Let's considere the following scenario : You have a main tile where your nested:form tag is defined and there you include you tiles through tiles:input

RE: Accessing collections in jsp

2004-08-18 Thread VAN BROECK Jimmy
What you store in the request with name "name" doesn't match the attribute name="list" in the logic iterate tag. Make sure both are the same! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: woensdag 18 augustus 2004 9:20 To: [EMAIL PROTECTED]; [EMAIL PROTECTED

RE: Accessing collections in jsp

2004-08-18 Thread VAN BROECK Jimmy
Hmm, i don't think your Passaction code is complete?? With this code, you would already get an nllpointerexception on the v variable! Aren't you missing something? Otherwise: try Vector v=new Vector(); -Original Message- From: vineesh . kumar [mailto:[EMAIL PROTECTED] Sent: woensdag 18

RE: About Tiles

2004-08-17 Thread VAN BROECK Jimmy
Maybe you can look at the following open source product: http://www.opensymphony.com/oscache/ It provides caching on all sorts of layers in your j2ee application. Greetings Jimmy Jimmy Van Broeck Consultant BT CITS DE POST - LA POSTE ICT-Development WTC II - Kantoor 307 email: [EMAIL P