Re: Cross Tabs with Jasper

2005-11-07 Thread Rokibul Islam Khan
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Rokibul Islam Khan Software Developer

Re: [OT] DAO Pattern in Struts

2005-08-24 Thread Rokibul Islam Khan
tended only for use of the addressee. If this message > was sent to you in error, please notify the sender and delete this > message. MSoft eSolutions Limited cannot accept responsibility for viruses, > so please scan attachments. Views expressed in this message do not > necessarily re

Re: Re: JSF is the beginning of the end of Struts !!!

2005-07-26 Thread Rokibul Islam Khan
to take the place of struts as a better technology. -- -- Rokibul Islam Khan Software Developer On 7/27/05, John Henry Xu <[EMAIL PROTECTED]> wrote: > > Craig said:You can't properly measure a technology's overall success on > a single > > criteria like this. >

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
ridiculous! On 7/22/05, Maya menon <[EMAIL PROTECTED]> wrote: > same for hibernate and spring. > > Rokibul Islam Khan <[EMAIL PROTECTED]> wrote:whats about hibernate and spring > ? > > On 7/22/05, Maya menon wrote: > > For us, struts is the company wide

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
e than adequate for > the requirements posed. I think if you want to know which is best you > need to read and decide for yourself which combination will suit your > needs best and get your application finished on time, within budget. > > Michael > > On 7/21/05, Rokibul Isla

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
th > > Craig > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Rokibul Islam Khan Software Developer --

Re: ActionForm::reset method

2005-06-08 Thread Rokibul Islam Khan
D] > > > > > > > > > > > -- > Pozdrawiam, > Janek Ziniewicz > gg: 902858 > irc.freenode.net: #gore, #dub > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Rokibul Islam Khan Software Developer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FormBean and JavaScript

2005-06-02 Thread Rokibul Islam Khan
hi, use id attribute like : In the java script use the id to refer the field something like : document.forms[0].someId.value or document.formName.someId.value -- rokib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Action vs. Servlet

2005-06-01 Thread Rokibul Islam Khan
CTED] > > > > > > > -- > "You can lead a horse to water but you cannot make it float on its back." > ~Dakota Jack~ > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio

Re: Can't not reference to property of object which is property of Bean

2005-05-31 Thread Rokibul Islam Khan
Message The privateMessage to set. > */ > public void setPrivateMessage(PrivateMessage privateMessage) { > this.privateMessage = privateMessage; > } > > But when I action mapping to test.jsp page, I have errors with message : > > org.apache.jasper.JasperException: