Re: What is wrong with this expression?

2003-09-17 Thread Konstadinis Euaggelos
% java.lang.String hrefLink = /CRUDUser.do?method=showUserProfileuserId=+userId;% td class=LTCell valign=top width=10% html:link page=%=hrefLink% bean:write name=currentVector property=USER_NAME/nbsp; /html:link

Re: How to pass urlparameters to findForward?

2003-09-08 Thread Konstadinis Euaggelos
Try this, ActionForward fwd = null; StringBuffer path = new StringBuffer(forward.getPath()); path.append(? + urlQueryString); fwd = new ActionForward( mapping.findForward(success).getPath() + path.toString); return fwd ; Vangos... - Original Message - From: Srinivas Gunturu [EMAIL

MultiRow Save in Struts(Urgent!!!!!)

2003-09-05 Thread Konstadinis Euaggelos
Hi, I have a table with data suppose with 100 rows, I have change some text in 5 rows, I want to save these 5 rows back in database, Does Struts has support for multiple row save , and if yes how it's done? (hidden multibox or s.m.th like that) Thanks in advance

Re: J2EE IDE

2003-08-28 Thread Konstadinis Euaggelos
I also use Netbeans for a lot of time now, The only problem that if find with it is that is a little bit slow, but there has been improvements in release 3.5.1 and JDK 1.4._03 BUT it gives to devolopers a lots of tools in contrary with other IDE. It's integrated with Ant for rapid development.

Re: J2EE IDE

2003-08-28 Thread Konstadinis Euaggelos
NetBeans does it too, Vangos. - Original Message - From: Barry Volpe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 7:44 PM Subject: Re: J2EE IDE For J2ee developing I am investingating MyEclipse ($30.00) per year. It uses

Repost Wrong Date, Design Question (Keeping filters in the jsp)

2003-08-27 Thread Konstadinis Euaggelos
Sorry for the reposting, Hi to all, Suppose we have a tabular jsp, which shows data in the table. Also in this tabular jsp, we implement a searching mechanism applying some filters. Suppose that from that jsp we go with links or action in some others (depth 3-4), and i want to go back

Design Question (Keeping filters in the jsp)

2003-08-26 Thread Konstadinis Euaggelos
Hi to all, Suppose we have a tabular jsp, which shows data in the table. Also in this tabular jsp, we implement a searching mechanism applying some filters. Suppose that from that jsp we go with links or action in some others (depth 3-4), and i want to go back from the starting jsp, but i

Development time using Struts,

2003-07-29 Thread Konstadinis Euaggelos
Hi to all, I want to raise a question here about development time using Struts, I am using Struts about 4-months now, I found it a very good framework for developing web-applications, but the devolpment time in contrary with the classicc way(jsp, serlvet) is much more using Struts. Also i

Re: Development time using Struts,

2003-07-29 Thread Konstadinis Euaggelos
You r right about the EJB part. It really effects the performance and i think for a developer it's a nightmare just adding layers upon layers to make a single function call. thanks -raj Konstadinis Euaggelos [EMAIL PROTECTED

Re: submit a form with html:link

2003-07-29 Thread Konstadinis Euaggelos
If you are using this way to submit the form then , you must not have in your form html:submit but only html:button . so you must submit your form only wiht javasrcript. Hope this help. - Original Message - From: Faisal Shoukat [EMAIL PROTECTED] To: 'Struts Users Mailing List'

Re: JSR-198 : (A little history between IBM and Sun's fight)

2003-07-24 Thread Konstadinis Euaggelos
I am using Netbeans a lot of time now, i find it a little slower than Eclipse, There have been a lot of improvements with release 3.5 and jdk 1.4.1. Netbeans in contrary with Eclipse is more open system, more flexible and give to developer more modules to play. Vangos. I consider NetBeans a

Re: why no message resources for value

2003-07-16 Thread Konstadinis Euaggelos
Peter if you want to set alt, title in struts-tag then bean:message key=app.title/ want work you must do: bean:define id=bean:message key='app.title'/bean:define than you can use it as scriptlet ... html:button property=previous styleClass=Button title=%=[++]% bean:message

Re: How do you access an application.properties value directly from within a class?

2003-07-15 Thread Konstadinis Euaggelos
You can use this, bean:define id=keybean:message key='myKey'//bean:define You can use the key as a scriplet % =key% This solution works also in the following case , if you want to display a title in your button if your write title = bean:message key='myKey'/ it willn 't work , Following the

Re: locale-sensitive tag: how can I show an image-path out of a property-file

2003-07-08 Thread Konstadinis Euaggelos
I had a similiar problem, I want to put an alt property in html button, I solve the problem like this, I use bean define to declare a variable named filter, bean:define id=filterbean:message bundle=BUTTON_RESOURCE_KEY key=button.filter//bean:define and then u can use this variable(filter ) as

Re: How do struts manage this

2003-07-04 Thread Konstadinis Euaggelos
I have already reply once... Collection employees = home.findAll(); This code returns a collection with Employes, LocalObject (you must read about ejbs, there are a lot of books for this.) The collection employees is not filled with emp_id but with EmployeeObject, This object has all the

Re: How do struts manage this

2003-07-04 Thread Konstadinis Euaggelos
to me. Please help. Peter Konstadinis Euaggelos wrote: I have already reply once... Collection employees = home.findAll(); This code returns a collection with Employes, LocalObject (you must read about ejbs, there are a lot of books for this.) The collection employees

Re: How do struts manage this

2003-07-03 Thread Konstadinis Euaggelos
Collection employees = home.findAll(); This code returns a collection with Employes, LocalObject (you must read about ejbs, there are a lot of books for this.) The collection employees is not filled with emp_id but with EmployeeObject, This object has all the properties of the Employee

Re: URGENT GREEK CHARACTER SUPPORT

2003-06-30 Thread Konstadinis Euaggelos
Dimitri to lusate to problhma me ta ellhnika ? Vangos. - Original Message - From: Karapiperis Dimitris [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Cc: Stogiannopoulos Kleandros [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 12:16 PM Subject: URGENT GREEK

Re: URGENT GREEK CHARACTER SUPPORT

2003-06-30 Thread Konstadinis Euaggelos
Sorry, this wasn't for the list. - Original Message - From: Konstadinis Euaggelos [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, June 30, 2003 12:02 PM Subject: Re: URGENT GREEK CHARACTER SUPPORT Dimitri to lusate to problhma me ta ellhnika

Re: Struts/Jboss 3.2.x

2003-06-30 Thread Konstadinis Euaggelos
) at org.jnp.server.NamingServer.lookup(NamingServer.java:256) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) TIA, buics Konstadinis Euaggelos wrote

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Konstadinis Euaggelos
I haven't face any problem, V. - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:27 AM Subject: Struts/Jboss 3.2.x Is there any incompatibility issues between struts 1.1 and jboss 3.2.x? TIA, buics

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Konstadinis Euaggelos
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:37 AM Subject: Re: Struts/Jboss 3.2.x Thank you so much for your reply. what are the necessary run time classes that needs to be included in the application. TIA, buics Konstadinis Euaggelos wrote: I haven't

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Konstadinis Euaggelos
) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) TIA, buics Konstadinis Euaggelos wrote: The jars that are in the lib directory of the Struts, There are two ways for this, 1. to put these jars

Re: Re: cancel button

2003-06-23 Thread Konstadinis Euaggelos
You must have a property in your form, and according from which jsp you come, you must update this property, so in your ActionServlet you know where to go. Vangos - Original Message - From: imran ali [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, June