Generate from Hashtable

2003-03-24 Thread Kalaiselvan
Hi, I have a hashtable having the (countrcode,countrydesc). Is there any option to use struts taglib to display it in tag. Thanx Kalaiselvan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Object inside another Object

2003-03-24 Thread Kalaiselvan
u're looking for. Nico. That is getAllowed() is return boolean. If it return true i will do something. If it returns false, i will do different . So i have to check values in my jsp page. Also i want to concat 2 or more return strings in my jsp. So it is must that i have to capture the value

Re: Object inside another Object

2003-03-24 Thread Kalaiselvan
varibles. Thanx Kalaiselvan. [EMAIL PROTECTED] wrote: If you wan't the user to edit some datas, you should build a form-bean, put your model datas into it (use common-beanutil copyProperties, or an Adapter class) and use it in your JSP. When user submits, get the form-bean back with all updated

Re: Object inside another Object

2003-03-24 Thread Kalaiselvan
ame. Thanx Kalaiselvan. [EMAIL PROTECTED] wrote: City : State : Country : Nico. Hai Nicolas Thanx for your reply. My problem is that bean propery return a Object. That's public Object getSampe() { } ie public addressgetAddress() { } public class Address {

Re: Object inside another Object

2003-03-24 Thread Kalaiselvan
untry; } public void setCountry(String aCountry) { _country = aCountry; } } I want to write city,state, country. hope you understand my need Thanx Kalaiselvan. [EMAIL PROTECTED] wrote: You can use to get the content of your Vector, and then to get properties from your bean : Nico.

Object inside another Object

2003-03-24 Thread Kalaiselvan
Hi All, I want a help from you guys. I have created a sampleAction.class using extend the Action class. This Action class create a Vector and put it into Session. I have retrieve using . But here i have some problem, because this getSample() method return vector. This vector has another b

About Paging

2002-10-10 Thread Kalaiselvan
Hii Craig, I have 1000 of records in my database. I want to show them in 10 per page. Now i'm using tagfor displaying the whole data in one page. Is there any option to get the paging in my jsp? Kalaiselvan.S - Original Message - From: "Craig R. McClanahan" <[EMAIL

Problem when writing bean value into textbox

2002-10-06 Thread Kalaiselvan
Hii " /> Its not working. How can i write ( set ) the bean value for my textbox "> Its working. May be it will be very simple. But i couldnt get the solution yet. Any suggestion will helpe me better. Thanx Kalaiselvan.

Any Idea about Paging Logic

2002-10-05 Thread Kalaiselvan
plement my requirement. Any idea will be more helpful for me. Thanx in Advance, Kalaiselvan

About Datasource

2002-09-30 Thread Kalaiselvan
Hii All, Any one know how to get multiple Datasource from Struts. Because i think in Struts-config.xml, we are able to specify only one Datasource. Also I got an error when I configure my datasources in tomcat's sever.xml I couldnt able to get that datasource name in my Strtus's

About Datasource

2002-09-29 Thread Kalaiselvan
Hii All, Any one know how to get multiple Datasource from Struts. Because i think in Struts-config.xml, we are able to specify only one Datasource. Also I got an error when I configure my datasources in tomcat's sever.xml I couldnt able to get that datasource name in my Strtus's

Re: Startup Problem

2002-09-26 Thread Kalaiselvan
; <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 10:16 AM Subject: Re: Startup Problem > Hi, > make sure that the action/form class is declared public. > > Amit. > ----- Original Message - > From: "Kalaiselvan" <[EMAIL PROTECTED]> > To: "Struts

Re: Startup Problem

2002-09-26 Thread Kalaiselvan
Sorry, it was a pasting problem the package name is Still i got the same error. Plz help where i made a mistake its very urgent for me to solve. Thanx Kalaiselvan.S - Original Message - From: "Mark Maimone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002

Startup Problem

2002-09-26 Thread Kalaiselvan
Hi All, Here i'm facing serious problem.. I already configured test application in Struts. But when I configure my original Application i face serious problem.. I got an error like "No action instance for path /login could be created" "The server encountered an internal error (No action instan

Re: [Graphs]

2002-09-17 Thread Kalaiselvan
Hi Susmita We are using RChartServlet in XSL for generating graphs in our JSPs. I dont have any experience in developing this graph. One of our old projects my colleagues were using this rchart package for drawing the graph.. Hope this will helpfull for you. Kalaiselvan.S - Original Messa

Difference Model1 and Model2

2002-09-17 Thread Kalaiselvan
Can any one explain me the exact difference between the Model 1 and Model 2 MVC frame work.. Thanx in Advance.. Kalaiselvan.S

Re: Newbie to struts

2002-09-17 Thread Kalaiselvan
Verify that Book.java is in same directory as in BookAction.java Otherwise u must import Book.java in ur BookAction.java Better u put these two java's into the same package. Hope it will work. Kalaiselvan.S - Original Message - From: "angela mcgrenra" <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: Struts Nested Iteration

2002-09-16 Thread Kalaiselvan
on contributed by Arron Bates at http://www.keyboardmonkey.com/next/index.jsp is what you need. Sri > -Original Message- > From: Kalaiselvan [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 16, 2002 5:39 AM > To: Struts Users Mailing List > Subject: Struts Nested Iteratio