Re: Portlet Environment and Orchestra

2008-02-07 Thread Rashmi
figuring out the exact problem in configuring Orchestra in Portlet environment. Regards, Rashmi Scott O'Bryan wrote: > > Threading is identified in the Portlet Spec when it talks about the > action and render request lifecycles. I believe JSR-286 puts some > additional c

Re: Portlet Environment and Orchestra

2008-02-06 Thread Rashmi
Hallo, can myfaces portlet bridge can be used in someway to overcome the porblem? Regards, Rashmi Scott O'Bryan wrote: > > Ok. I'll need to add a few utilities to the common utilities and add a > common configurator jar to the project. But it should be easy en

MyFaces-Orchestra-ViewController : NullpointerException

2008-02-06 Thread Rashmi
:769) at javax.faces.component.UIData.getRowCount(UIData.java:194) ... Any solution? Thanks and Regards, Rashmi -- View this message in context: http://www.nabble.com/MyFaces-Orchestra-ViewController-%3A-NullpointerException-tp15306497p15306497.html Sent from the MyFaces

Re: Portlet Environment and Orchestra

2008-02-06 Thread Rashmi
start off? Regards, Rashmi Mario Ivankovits wrote: > > Hi! > >> currently we're prototyping a portlet application (liferay 4.33) with >> orchestra , JPA (Hibernate) and myFaces 1.1.5. > Unhappily I have zero experience with portlets. If you could provide a > simple

Re: Portlet Environment and Orchestra

2008-02-05 Thread Rashmi
Hallo Simon, I downloaded the jar from the link you sent. I try working on steps (1) and (2) as suggested by you. Regards, Rashmi Simon Kitching-4 wrote: > > Rashmi, > > I don't know where you are getting this code you show in the example > belo

Re: Portlet Environment and Orchestra

2008-02-05 Thread Rashmi
I tried this as well..no luck regards, Rashmi Simon Kitching-4 wrote: > > BTW, you might try adding these elements to the OrchestraServletFilter > filter-mapping clause: > > REQUEST > FORWARD > INCLUDE > > Regards, > Simon > > -

Re: Portlet Environment and Orchestra

2008-02-05 Thread Rashmi
, Rashmi Simon Kitching-4 wrote: > > Hi Rashmi, > > Again, exact line numbers from the latest snapshot would be useful. > > In an email you sent to me directly you said that with the latest snapshot > the except

Re: Portlet Environment and Orchestra

2008-02-05 Thread Rashmi
end up writing a portlet friendly adapter. Please throw some light on how to get started or any other workaround to overcome the problem. Regards, Rashmi Mario Ivankovits wrote: > > Hi! > >> currently we're prototyping a portlet application (liferay 4.33

Re: Portlet Environment and Orchestra

2008-02-05 Thread Rashmi
Hallo Simon, we are using myfaces-orchestra-core-1.0.jar Regards, Rashmi Simon Kitching-4 wrote: > > Thanks Scott, that two-threads thing might indeed be a problem. > And so might the filters. > > Is there some good documentation on the difference between portlet

Re: duplicated messages useing addMessage and aliasBean

2005-09-13 Thread Rashmi Kumari
Hi, Instead of MessageFactory.getMessage(context,"myMessageID") you can use new FacesMessage("Message to print", "&quo

RE: having problem with inputSecret tag

2005-07-19 Thread Rashmi Kumari
the desired behavior of the password field. -----Original Message- From: Rashmi Kumari [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 9:22 AM To: MyFaces Discussion Subject: having problem with inputSecret tag Hi, I have a user form having password field(using tag) and a list box(

having problem with inputSecret tag

2005-07-19 Thread Rashmi Kumari
xcept password field which is blank. Is this an usual behavior of tag. Thanx for any help . Regards, Rashmi

Re: incorrect display of error message

2005-07-13 Thread Rashmi Kumari
( this.component.getClientId(context), new FacesMessage(bundle.getString("invalid_login"), "") );

Re: Redirect on Session Timeout

2005-07-07 Thread Rashmi Kumari
Thanx for your replies... Its working now... Regards, Rashmi [EMAIL PROTECTED

RE: Redirect on Session Timeout

2005-07-07 Thread Rashmi Kumari
stem.out.println("session is null"); ((HttpServletResponse)response).sendRedirect("/login.jsf"); } else chain.doFilter(request, response); } Please s

RE: File upload problem

2005-06-30 Thread Rashmi Kumari
That means I have to do it this way only. Thanx once again for all the help. Regards, Rashmi "Srikanth Mad

RE: File upload problem

2005-06-30 Thread Rashmi Kumari
n. I don't understand why the url disappears. Regards, Rashmi &qu

RE: File upload problem

2005-06-29 Thread Rashmi Kumari
image url once again... Regards, Rashmi "Sr

RE: File upload problem

2005-06-29 Thread Rashmi Kumari
Here also action is not getting called as the string in saveStyle method is not getting printed on submit. Regards, Rashmi

Re: File upload problem

2005-06-29 Thread Rashmi Kumari
uploadRepositoryPath /temp Set the path where the intermediary files will be stored. extensionsFilter *.jsf extensionsFilter /faces/* Regards, Rashmi

File upload problem

2005-06-29 Thread Rashmi Kumari
, then the action gets invoked. what could be the reason for this behaviour. The jsp is: But it doesn't invoke saveStyle method of the backing bean. Thanx for any suggestions. Regards, Rashmi

Re: SelectItem and Hibernate

2005-06-28 Thread Rashmi Kumari
xception e) { e.printStackTrace(); } } SelectItem takes can this form SelectItem(Object value, String label) Regards, Rashmi Br

Re: Unable to render Server side tree2

2005-06-23 Thread Rashmi Kumari
suggest what I should do. Thanx and Regards Rashmi Sean Schofield

Unable to render Server side tree2

2005-06-23 Thread Rashmi Kumari
Hi, I have build a client side tree using X:tree2 tag which is working fine but when I change it to server side tree using clientSideToggle="false" attribute, it is giving error. The jsp is---

conditional display of checkboxes

2005-06-02 Thread Rashmi Kumari
mcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Regards Rashmi

parent of a child node

2005-04-07 Thread Rashmi Kumari
Hi, I have to find the name of the immediate parent of the selected leaf node. The below code gives me the name of the selected node. public void selectionTreeActionListener(ActionEvent actionEvent) throws AbortProcessingException { UIComponent component = actionEvent.getComponent

colorpicker + MyFaces

2005-03-29 Thread Rashmi Kumari
Hi, I have to attach a colorpicker with a text field. With a struts application this javascript was working fine but with MyFaces the color picker is opening fine but I am unable to select any color. The jsp part where I am attaching the javascript is as below: