Make all components ReadOnly

2006-02-01 Thread Ravi Gidwani
Hi Experts:   i was wondering if there was Quick way of making all the components under a view or all the views or all pages readonly/Disabled.Or Is there a way i can do that from code (i mean manipulating the components using the component tree ) ? Thanks~Ravi  

Re: Fileupload size limit Message for user ?

2006-02-01 Thread Ravi Gidwani
Thanks All : I got it working.. the maxlength attribute works , i guess the problem was with the setting in the web.xml. I kept them same as that in the samples...and now it works..Thanks again.~Ravi.

readonly fileupload component

2006-02-01 Thread Ravi Gidwani
Hi all:    I have FileUpload component on a page. What i want to do is to make the text field of this FileUpload component read-Only so that the user cant type in the any garbage values, but should be allowed to select a file only using the browse button.     but when i make this component read

Re: Fileupload size limit Message for user ?

2006-01-31 Thread Ravi Gidwani
Hi All:     I am still facing the problem and have not got any clue :(   Help Please.   ~Ravi   On 1/31/06, Ravi Gidwani <[EMAIL PROTECTED]> wrote: Hi Martin,   The examples use the 'mxlength' attribute. I tried but it wont work for a limit of 5MB with the attribut

Re: Fileupload size limit Message for user ?

2006-01-30 Thread Ravi Gidwani
loadInput" required="true" />   Am i missing something ? or is the 5MB limit the problem.   Also i found ur post here :  http://www.mail-archive.com/users@myfaces.apache.org/msg11499.html     Thanks, ~ Ravi Gidwani     On 1/30/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:

Re: Fileupload size limit Message for user ?

2006-01-30 Thread Ravi Gidwani
rtin Marinschek <[EMAIL PROTECTED]> wrote: That has been implemented in MyFaces a while ago - have you checkedthe latest sources?regards, MartinOn 1/30/06, Ravi Gidwani <[EMAIL PROTECTED]> wrote:> Hi Experts:>>   Any hints would be really helpfull :(>> ~Ravi >>>>

Re: Fileupload size limit Message for user ?

2006-01-30 Thread Ravi Gidwani
Hi Experts:     Any hints would be really helpfull :(   ~Ravi  On 1/28/06, Ravi Gidwani <[EMAIL PROTECTED]> wrote: Hi all: I have set a limit on the size of the file that can be upload using the web.xml file as follows:   extensions

Fileupload size limit Message for user ?

2006-01-28 Thread Ravi Gidwani
Hi all: I have set a limit on the size of the file that can be upload using the web.xml file as follows:   extensionsFilter    org.apache.myfaces.component.html.util.ExtensionsFilter        uploadMaxFileSize    5m    Set the size limit for uploade

Myfaces and PDA/Cell phones

2006-01-11 Thread Ravi Gidwani
require writing new jsf pages or would the current application require any modifications ?   TIA   Ravi Gidwani

Re: ABt Tree2 to become dynamic tree

2006-01-07 Thread Ravi Gidwani
HI Zll: I would also like similar functionality , but doudbt how it will fit in from the browser's context menu's point of view..?    Expert any thoughts on the requirement ?   TIA ~Ravi Gidwani   On 1/7/06, wch zll <[EMAIL PROTECTED]> wrote: Hi All,Is it possible

treeTable/tree/Tree2 within a dataTable.

2006-01-01 Thread Ravi Gidwani
/jira/browse/MYFACES-814   Any thoughts on its fix. Or any work arrounds ?   Thanks ~Ravi Gidwani  

Re: scope of the variable in dataTable

2005-12-22 Thread Ravi Gidwani
ng the iteration of the datatable.2005/12/22, Ravi Gidwani <[EMAIL PROTECTED]>:> HI All:> I am using Myfaces 1.1.1 and I have a data table as shown below: >>> value="#{sessionScope.getNodes.childNodes}">>... >>>I would

scope of the variable in dataTable

2005-12-21 Thread Ravi Gidwani
HI All:     I am using Myfaces 1.1.1 and I have a data table as shown below:         ...        I would like to know: 1) if can access the "var" (node) in JSTL or Scriptlets. 2) what scope is the "var"(node) screated in ?   TIA ~Ravi Gidwani  

Re: tree2 Only multiple pages

2005-12-20 Thread Ravi Gidwani
wrote: You may want to check out the simple examples dist for thisone.  There is a tree2 expand all demonstration in there. Original message >Date: Tue, 20 Dec 2005 12:14:59 +0530>From: Ravi Gidwani <[EMAIL PROTECTED]>>Subject: tree2 Only multiple pages >To: users@myfac

tree2 Only multiple pages

2005-12-19 Thread Ravi Gidwani
Hi All:     I am using Myfaces 1.1.1. I am using tiles and have a tile defined with left side containing a tree2 component.  On Clicking a node in the tree2 i take the user to some other page (say xyz.jsp) (Note this page is again tile based and contains the same tree2 component on the left).