Re: error..!

2003-07-21 Thread Buics
put your object in the request attribute ex. % request.setAttribute(listdepartments, listdepartments); % virupaksha hosamath wrote: Dear All, I am new to struts framework, please any body can help me to come out from the following error... Bean Name : Dept.java Action

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Buics
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 face any problem, V. - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Buics
) 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: The jars that are in the lib

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Buics
/jndi.properties InitialContex ctx = new InitialContex(props) Hope this help you . - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 11:31 AM Subject: Re: Struts/Jboss 3.2.x Thank you for that . . Here's my

Struts/Jboss 3.2.x

2003-06-26 Thread Buics
Is there any incompatibility issues between struts 1.1 and jboss 3.2.x? TIA, buics - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts IDE

2003-03-06 Thread Buics
how about scioworks camino 3.0.1 Alok Garg wrote: Jbulider8.0 and Eclipse - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 12:52 PM Subject: struts IDE good day! anyone could suggest an IDE

struts IDE

2003-03-05 Thread Buics
good day! anyone could suggest an IDE for struts rapid development? thank you in advance! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html select problem, help me please

2003-02-23 Thread Buics
to do this. Thanks Ray Madigan -Original Message- From: Buics [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 8:04 PM To: Struts Users Mailing List Subject: Re: html select problem, help me please It gives me no choice Ray, I'll have to do it in the dirty way. Well first

Re: html select problem, help me please

2003-02-23 Thread Buics
(code1data ); Sri Sankaran wrote: What is the error? -Original Message- From: Buics [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 10:08 PM To: Struts Users Mailing List Subject: html select problem, help me please I have a collection named code1data, in logic:iterate

Re: html select problem, help me please

2003-02-23 Thread Buics
thank you ray, it works .. --buics Ray Madigan wrote: This is what i told youthe other day. The collection in the Option tag has to be the name of an attribute in the request or session. In the Action object make a call like: session.setAttribute ( code1data, code1data ); where

Re: (like Rick post) Arguments why make web app and not desktop one

2003-02-23 Thread Buics
-Deployment alexj wrote: Like the Rick post I need arguments for the project I developp for my school : Why I choose to developp a web application and not a desktop app. (my school sucks so much when you purpose something they don't know I need to perform the best arguments). Rigth now

Re: html select problem, help me please

2003-02-22 Thread Buics
= (String) data.get(cd); String descrip =(String) data.get(descrip); out.println(option value=\ + cd + \ + descrip ); } out.println(/option); % /html:select Thank you for your time Ray. --buics Ray Madigan wrote: This has confused me too - I think that html:options use

Help in html option tag

2003-02-21 Thread Buics
labelProperty=label/ /html:select org.apache.jasper.JasperException: Cannot find bean under name org.apache.struts.taglib.html.BEAN Thank you in advance .. --buics -- It's good to be slow and steady; but it's better to be fast and reliable

html select problem, help me please

2003-02-21 Thread Buics
I have a collection named code1data, in logic:iterate it works fine, but when I apply this to html:select it goes wrong. Anybody could help me in html:select tag. here's my script .. TABLEtbody logic:iterate id=mydata collection=%=code1data % tr td nbsp;/td td

Re: need help for struts - EJB

2003-01-29 Thread Buics
thank you so much for time. --buics [EMAIL PROTECTED] wrote: In my book Struts Kick Start, I included a chapter on accessing EJB's including design notes, sample code and build scripts. The CD-Rom that comes with the book included copies of xdoclet, jboss and ant as well as all the example

Re: need help for struts - EJB

2003-01-29 Thread Buics
thank you so much for your time. --buics Mark Galbreath wrote: You need a design patterns book. Do a search at Amazon - there are several very good ones. Also check out http://java.sun.com/blueprints/. Mark -Original Message- From: Buics [mailto:[EMAIL PROTECTED]] Sent: Monday

bean error (newbie)

2003-01-29 Thread Buics
good day all, It took me almost 2 days to figure this out. I have a bean MyString, resides at myapps/WEB-INF/classes/mystring but it turns to exception ClassNotFoundException. --buics org.apache.jasper.JasperException: MyString at org.apache.jasper.compiler.BeanRepository.getBeanType

Re: bean error (newbie)

2003-01-29 Thread Buics
thank you for your time david.. it solves my problem David M. Karr wrote: Buics == Buics [EMAIL PROTECTED] writes: Buics good day all, Buics It took me almost 2 days to figure this out. Buics I have a bean MyString, resides at myapps/WEB-INF/classes/mystring

need help for struts - EJB

2003-01-27 Thread Buics
good day! i'm new to struts. does anybody had a documents of struts accessing EJB? or any usefull materials, instructions, etc.. will do. --buics -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: need help for struts - EJB

2003-01-27 Thread Buics
L--- E--- W+++ N+++ o K w+ O M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X R* tv b DI--- D G++ e* h++ r% y* --END GEEK CODE BLOCK-- - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 28

Re: need help for struts - EJB

2003-01-27 Thread Buics
. regards Jai - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 1:52 PM Subject: need help for struts - EJB good day! i'm new to struts. does anybody had a documents of struts accessing EJB