Re: DialogContext and dataTable

2007-06-20 Thread Craig McClanahan
On 6/19/07, samju [EMAIL PROTECTED] wrote: public class Login extends AbstractViewController{ public String editDataTable(){ FacesContext context = FacesContext.getCurrentInstance(); DialogContext dcontext = DialogHelper.getDialogContext(context); Object currentuser = ((appBackingBean)

Re: DialogContext and dataTable

2007-06-20 Thread samju
craigmcc wrote: On 6/19/07, samju [EMAIL PROTECTED] wrote: public class Login extends AbstractViewController{ public String editDataTable(){ FacesContext context = FacesContext.getCurrentInstance(); DialogContext dcontext = DialogHelper.getDialogContext(context); Object currentuser =

Shale application deployment problem in weblogic 9.1/9.2....

2007-06-20 Thread Krupakar
I downloaded example shale-blank-current.zip From site http://apache.mirrors.tds.net/shale/ And deployed in weblogic 9.1 and 9.2.. I got the below error while starting(servicing request/startup) the deployment The library ex_shale(1.0.4) has been excluded. Libraries are always

using Commons validator fro JSF...?

2007-06-20 Thread Krupakar
Hi all, Iam looking for using commons validator for JSF to use to my project.But i have no clue how to use it. Though i tried shale, i was facing deployment problem in weblogic 9.1/9.2 . Any help or sample would be helpful.. Regards Krupakar.T LEGAL NOTICE Unless

Re: Shale application deployment problem in weblogic 9.1/9.2....

2007-06-20 Thread Craig McClanahan
On 6/20/07, Krupakar [EMAIL PROTECTED] wrote: I downloaded example shale-blank-current.zip From site http://apache.mirrors.tds.net/shale/ And deployed in weblogic 9.1 and 9.2.. I got the below error while starting(servicing request/startup) the deployment The library ex_shale(1.0.4)

Re: using Commons validator fro JSF...?

2007-06-20 Thread Rahul Akolkar
On 6/20/07, Krupakar [EMAIL PROTECTED] wrote: Hi all, Iam looking for using commons validator for JSF to use to my project.But i have no clue how to use it. Though i tried shale, i was facing deployment problem in weblogic 9.1/9.2 . Any help or sample would be helpful..

Re: using Commons validator fro JSF...?

2007-06-20 Thread Gary VanMatre
From: Krupakar [EMAIL PROTECTED] Hi all, Iam looking for using commons validator for JSF to use to my project.But i have no clue how to use it. Though i tried shale, i was facing deployment problem in weblogic 9.1/9.2 . Shale needs Servlet 2.4. Does

Re: DialogContext and dataTable

2007-06-20 Thread samju
ok i solve the Problem. i goes like this: 1.get dataClassName instance 2.make instance of another Bean using the getBean(another Bean); 3. get the Row index from UIData something Like(dbserver.setId(getServerdata().getRowIndex());) 4. get the appropriate another Bean Object from a List setted

Re: using Commons validator fro JSF...?

2007-06-20 Thread Rahul Akolkar
On 6/20/07, Gary VanMatre [EMAIL PROTECTED] wrote: From: Krupakar [EMAIL PROTECTED] Hi all, Iam looking for using commons validator for JSF to use to my project.But i have no clue how to use it. Though i tried shale, i was facing deployment problem in weblogic 9.1/9.2 .