Re: JSF with tiles

2004-07-31 Thread ron1
V. 1.0 ? Vic Cekvenich wrote: Get the old Struts and old tiles versions that are servlet based, and do not use the Struts plugin. .V ron1 wrote: Hi - I would like to port my application to JSF (without using Struts), only I would not like to loose the template capability of tiles. In googling

Re: Display collection size with jstl

2004-07-31 Thread ron1
use the tag bean:size Cheers, Ron Linus Nikander wrote: How do I output the size of a collection whilst NOT in a loop ? I've tried all the variations I can think of but it doesn't seem to work. Do I have to use a loop-structure to get at the size ? or do I have to bind the collection to a page-va

JSF with tiles

2004-07-31 Thread ron1
Hi - I would like to port my application to JSF (without using Struts), only I would not like to loose the template capability of tiles. In googling I found some solutions which enable using the tiles tag lib, but no nice solution of using tiles directly. What I would consider as a nice solutio

Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-28 Thread ron1
e the adress base from the base tag, the taglib tags are rendering every url with a preceeding slash so the base tag would be overriden. is it that simple? i'll give it a try and let you know. regards art ron1 wrote: thought of using the html:base element? you can then make all references to

submitting a file exception

2004-07-27 Thread ron1
Hi - I use the html:file to submit a file and get an exception which I assume is coming from me using Tomcat on the same machine as the client, but I am not sure about that... Did anyone ever had such a problem and has a solution? Here the exception... (note the the "page:3" is a debugging info

Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-27 Thread ron1
thought of using the html:base element? you can then make all references to images and stylesheets static, changing only the base to the current layout base... I don't know if using or will overrides this, so you may have to use pure html for those... Cheers, Ron alu, artifex wrote: hi list,

Re: Display Arabic Data in Database in JSP

2004-07-27 Thread ron1
, Prakasan On Tue, 27 Jul 2004 ron1 wrote : I am not sure if it solves the problem, but you can set an HTML META tag in your HTML header, defining the encoding. Your response also has an encoding, so you can also set that - if you use both, it might solve the problem. I am not sure where is the

Re: Display Arabic Data in Database in JSP

2004-07-27 Thread ron1
I am not sure if it solves the problem, but you can set an HTML META tag in your HTML header, defining the encoding. Your response also has an encoding, so you can also set that - if you use both, it might solve the problem. I am not sure where is the propper place instruts to set the response e

not quite struts: handling Images

2004-07-27 Thread ron1
Hi - after spending much time wondring through the JAI API I thought maybe one of you guys can help me: I need a very simple: 1. upload-image (jpg/gif) 2. getProps (size, width) 3. resize 4. save JPG with custom compression. The upload is done via FormFile, so I have the InputStream - all the res

Re: OT: Formatting issues...

2004-07-22 Thread ron1
I think you woule be better looking in a HTML listing than in a struts one... Cheers, Ron Andrew Close wrote: i know this is a little off-topic, but i was hoping someone could point me in the right direction. my client is currently using frames for layout in their webapp. we're rewriting the c

Re: Using .properties file to set elements in

2004-07-22 Thread ron1
I never used struts EL but I cuess you can do it with it: I am not sure about the String -> int conversion, since bean length is a String, ant the attribute excepts an int, but maybe it works :-) Sam Bilbrey wrote: I hope this is not to much of a newbie question: I would like to do something

apache@apache.org

2004-07-21 Thread ron1
Hi, The Torque users mailing list seems not to function anymore... Greetings, Ron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Control over "File Download" dialog box..

2004-07-16 Thread ron1
you could use a java applet *g* ganesh gadi wrote: Hi Friends, i'm very happy to tell u my problems and get answers. i need a solution how to disable "open" button on "File Download" dialog box.i want control on it. Pls don't say no solution.Bcox i saw that type of dialogue box...Now i require tha

Re: How to use roles with Struts

2004-07-15 Thread ron1
- From: news [mailto:[EMAIL PROTECTED] Behalf Of ron1 Sent: Thursday, July 15, 2004 11:51 AM To: [EMAIL PROTECTED] Subject: How to use roles with Struts Hi all :-) I am wondering how some of the experienced users use roles with struts. I saw there is a query for roles in the API (getRoles

How to use roles with Struts

2004-07-15 Thread ron1
Hi all :-) I am wondering how some of the experienced users use roles with struts. I saw there is a query for roles in the API (getRoles()), but could not figure out how to configure ACLs with struts, or more specific: where to define which action is allowed for which role, and, and I guess that

Re: More fun with forms...

2004-07-14 Thread ron1
Look at this HowTo: http://struts.apache.org/faqs/indexedprops.html Maybe it will bring you further, Cheers, Ron Andrew Close wrote: Hi all, i've looked through a couple articles detailing the use of ActionForm and DynaActionForm, but i haven't found anything that explains how to build a dynamic fo

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
ron1 wrote: Thanx, I Just posted it, but somehow it did not post... In the docu, the "property" attribute is missing :-( No it isn't ;-) But I guess thats what I'm looking for... Thanx, Ron Michael McGrady wrote: Have you checked out LabelValueBeans, another Ted Husted sl

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
Thanx, I Just posted it, but somehow it did not post... In the docu, the "property" attribute is missing :-( But I guess thats what I'm looking for... Thanx, Ron Michael McGrady wrote: Have you checked out LabelValueBeans, another Ted Husted slam dunk. Cf., http://www.jguru.com/faq/view.jsp?EID=1

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
I'm not using EL, should I ? there is no raw HTML because the html:radio tag does not digest the ${bean.prop} expression. Cheers, Ron Robert Taylor wrote: Can you be more descriptive as to what doesn't work? Are you including the Struts-EL taglib? What does the raw HTML look like? Is there a stack

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
I'm not using EL, should I ? there is no raw HTML because the html:radio tag does not digest the ${bean.prop} expression. Cheers, Ron Robert Taylor wrote: Can you be more descriptive as to what doesn't work? Are you including the Struts-EL taglib? What does the raw HTML look like? Is there a stac