Re: ValidatorForm

2004-03-19 Thread Jim Theodoridis
Hi Also U can also use ActionForm but u must use the reset() method - Original Message - From: Theodosios Paschalidis [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 19, 2004 6:08 PM Subject: Re: ValidatorForm Hi Sam, reset seems to work fine

Re: [ot]Re: JavaScript Parameter

2004-02-26 Thread Jim Theodoridis
Another solution is to to see the source of the page ie-View-source - Original Message - From: Mark Lowe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 26, 2004 3:22 PM Subject: [ot]Re: JavaScript Parameter IE on PC (when i have to test)

Re: Encode/Encrypt url parameters?

2004-02-25 Thread Jim Theodoridis
Maybe U can use javascript to set the value of parameters to hidden fields?? - Original Message - From: David Erickson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 3:32 AM Subject: Re: Encode/Encrypt url parameters? Aye Encrypt

Re: Popup window

2004-02-16 Thread Jim Theodoridis
Hi This is the chooseAuthor.jsp. When U choose an author then javascript sets the values of id and name which are properties of the common form Common form used from the page addDocumentAuthor.jsp where u want to choose the Author top.opener.document.commonForm.id.value = id;

Re: Struts converts null to 0 ?

2004-02-16 Thread Jim Theodoridis
I think the best way is to use the String property on the form and then convert the value to Long - Original Message - From: Renato Romano [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, February 16, 2004 4:45 PM Subject: Struts converts null to 0 ? I

Re: newlines

2004-02-13 Thread Jim Theodoridis
I think U must write your own jsp tag to display and convert \n to br/ - Original Message - From: Turner Benjamin [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 13, 2004 1:49 PM Subject: RE: newlines that requires me to set filter=false in

Re: Include a .do in a page

2004-02-10 Thread Jim Theodoridis
Hi! With tiles it's very easy - Original Message - From: Edgar Silva [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 12:34 PM Subject: Re: Include a .do in a page It is due to I am using Tabs effects, and then I

Re: Struts and Chinese

2004-02-03 Thread Jim Theodoridis
Struts works fine with UTF More information will have at: www.anassina.com/struts/i18n/i18n.html but i u work on a database check if the driver an the database support UTF I work fine with Greek charakter on UTF - Original Message - From: Greg Reddin [EMAIL PROTECTED] To: Struts Users

Re: Tomcat/Struts Unicode Encoding/Decoding problems

2004-01-23 Thread Jim Theodoridis
Geia U must define a filter in your web.xml so all character encoding in UTF-8 LIKE THIS for more visit www.anassina.com/struts/i18n/i18n.html I work in MySQL 3.23 with out problem filter-nameSet Character Encoding/filter-name

Re: Tomcat/Struts Unicode Encoding/Decoding problems

2004-01-23 Thread Jim Theodoridis
.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; Any ideas? Cheers, Theo - Original Message - From: Jim Theodoridis [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 3:37 PM Subject: Re: Tomcat/Struts

Re: URLs Parameters

2003-12-15 Thread Jim Theodoridis
Hi! The best soluion is to use an ActionForm to get the search criteria from the user an then to usen an action an action to do the search dont use link direct to jsp pages - Original Message - From: Steven Nakhla [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Sent: Monday, December 15,

Re: Working with UTF-8 and problems with German Umlauts

2003-11-04 Thread Jim Theodoridis
I had the same problem in Greeks The first steep is to follow the instructions below http://www.anassina.com/struts/i18n ( If the page dos not displays tell me to send u via email ) The second step, if u use a database, to retrieve data to work on UTF-8 so database driver must support it. for

Re: Help with framesets

2003-11-03 Thread Jim Theodoridis
Hello! Is it possible to work with framesets with tiles? I want to have one action and the data from that action displays in different ways from 2 or more frame sets I ve tried to work with frameLayout of tiles paradigms but only 1 frame works well. - Original Message - From: javen

Re: i18n - Chinese charactor problem

2003-10-19 Thread Jim Theodoridis
Wich jdbc driver for mySQL are U using? It works fine to me mysql-connector-java-3.0.8 for Greeks - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 19, 2003 7:09 PM Subject: Re: i18n - Chinese charactor problem

Re: Tiles and ControllerClass

2003-09-26 Thread Jim Theodoridis
Thank you for your help. Is thera any problem if i use a single Action like this? definition name=.poll path=/tiles/layouts/tileLayout.jsp put name=title value=Poll / put name=tileBody value=/pollTileAction.do / /definition and not the TilesAction?

Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Jim Theodoridis
Hello I think http://www.servletsuite.com/servlets.htm it's a very good library Jim Theodoridis - Original Message - From: Kruse, Matt [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 6:36 PM Subject: RE: Know of any good Calendar Tag

Tiles and ControllerClass

2003-09-25 Thread Jim Theodoridis
Hi. In tiles-def.xml i have the following definition definition name=.poll path=/tiles/layouts/tileLayout.jsp controllerClass=gr.tera.portal.actions.poll.GetPollAction put name=title value=Poll / put name=tileBody value=/pages/poll/poll.jsp / /definition But when i run the

Re: Struts Tiles and UTF-8

2003-03-12 Thread Jim Theodoridis
Hi Carlos. I have save the application.resources as html an the browser shows that the file encoding is UTF-8 and i cannot change it. I thing that the file is in correct encoding. Have you an example with struts without database to display correct the application.resources an the tiles? in UTF-8

Re: Struts-Tiles causes charset problem!!!

2003-03-06 Thread Jim Theodoridis
Hi Eric I have the same problem using Greek characters. - Original Message - From: Eric Chow [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 12:40 PM Subject: Struts-Tiles causes charset problem!!! Hi, I want to display some Chinese in

Re: Struts-Tiles causes charset problem!!!

2003-03-06 Thread Jim Theodoridis
I have the same problem with Greek Characters If i use the encoding tag at the page encoding wich is set in our template.jsp file then the text from tiles-def.xml diplayes correct but the data from database and Application.resources displays like ? If i remove encoding tag then the data and

Re: Struts Tiles and UTF-8

2003-03-06 Thread Jim Theodoridis
ok. -Original Message- From: Jim Theodoridis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 4:21 PM To: Struts Users Mailing List Subject: Struts Tiles and UTF-8 Hi. I use PostgreSQL with UNICODE and Greek characters when i display the data from struts without tiles

Struts Tiles and UTF-8

2003-03-05 Thread Jim Theodoridis
Hi. I use PostgreSQL with UNICODE and Greek characters when i display the data from struts without tiles everything is fine The characters displays in greek from database and from application.properties without %@ page contentType=text/html; charset=UTF-8 % The problem is when i tried to use

Tiles and Charactersets in Greeks

2003-03-03 Thread Jim Theodoridis
Hi. I use Struts 1.2b2 PostgreSQL 7.3 Win2K I use a database at UNICODE I have the file application_el_GR.properties seved as UNICODE I use Tiles to configure the display of the application and a page classicLayout.jsp if i use %@ page contentType=text/html; charset=UTF-8 % on classicLayout.jsp

Re: Action not executed, only the *.do url is shown and the screen is empty

2003-02-17 Thread Jim Theodoridis
Hi. Check the log files of your container to see the errors. Usualy this occurs because of wrong path of the JSP Check the line forward name=success-login path=/index2.jsp / - Original Message - From: Bert Catsburg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 17,

Action for each Tile?

2003-02-13 Thread Jim Theodoridis
Hi! I have a main page and i use tiles. Some tiles are dynamic (take its context from database). Wich is the best solution? 1. Each tile to have its own action and define them at tiles-def.xml 2. To use Tiles only to display context and all data retreved from actions of main pages? At

Re: Action Forwarding within Frames

2003-02-05 Thread Jim Theodoridis
Hi. I think the most cleanest way is using tiles and frames there is an example of this at the tiles-doc/tutorial Jim Theodoridis - Original Message - From: Pat Quinn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 3:13 PM Subject: Action Forwarding within

Struts and OJB

2003-01-25 Thread Jim Theodoridis
Hi all. Has anyone use Struts and OJB? I want to use an OR mapping framework an i am searching for the right tool Theodoridis Jim -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: JSPWriter prints ???

2003-01-09 Thread Jim Theodoridis
Hi. I use the same database and Struts. The data of the database displays well but only if i use %@ page contentType=text/html; charset=iso-8859-7 % I think U must set the corect character encoding for the PageContext PageContext .setCharacterEncoding(.) Jim Theodoridis - Original

Re: JSPWriter prints ???

2003-01-09 Thread Jim Theodoridis
labelProperty=name / /html:select /td /tr /table /html:form Where users is a Collection it comes from an action. What OS are U using? Jim Theodoridis (Geia sou) - Original Message - From: Sakis Chatzinikolaou [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

Tiles and tab like style

2003-01-09 Thread Jim Theodoridis
but I comfused very much. Is there an example with actions? ThAnx Jim Theodoridis

Tiles Menu and Character encoding problem

2003-01-06 Thread Jim Theodoridis
Hi to all. I use the following definition about a menu on tiles-defs.xml ... definition name=.menu.programs path=/tiles/layouts/menu.jsp put name=title value=Êõñßùò Ìåíïý / putList name=items item value=Index link=/index.jsp

Re: Best Practice for Forwarding to a Tile?

2002-12-30 Thread Jim Theodoridis
Yes. I use struts 1.2b2 I have the following entries in struts-config.xml action path=/showContacts type=gr.tera.mailclient.contacts.ShowContactsAction forward name=list path=.contacts/ /action action path=/compose

Re: Best Practice for Forwarding to a Tile?

2002-12-30 Thread Jim Theodoridis
to create extra pages. i want to work with tiles Thanx Does .compose exist in your tiles config file ? Apparently, the TilesRequestProcessor doesn't catch the name .compose, which means that it doesn't exist in the factory. Cedric Jim Theodoridis wrote: Yes

Re: Best Practice for Forwarding to a Tile?

2002-12-30 Thread Jim Theodoridis
name=success path=.compose/ /action It should work (I hope). Cedric Jim Theodoridis wrote: Yes it does. ... definition name=.compose extends=.mainLayout put name=title value=Compose / put name=body value=/pages/mail/compose.jsp