Re: [Tobago] Regarding Sheet State

2007-04-12 Thread madan chowdary
se respond to this mail ASAP. Thnx in advance Regards, Madan - Original Message ---- From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion <[EMAIL PROTECTED]> Sent: Tuesday, 10 April, 2007 12:36:30 AM Subject: Re: [Tobago] Regarding Sheet State Hi Volker, Will check

Re: [Tobago] Javascript reload after Ajax Request.

2007-04-09 Thread madan chowdary
tc:out like my alert() example? BTW: if you use prototype in your script functions you should prepared to ship this with your app, because we will remove prototype from tobago in the future. You can replace Event.observe() by Tobago.addEventListener() to be future proof. Regards, Volker 200

Re: [Tobago] Regarding Sheet State

2007-04-09 Thread madan chowdary
Tobago] Regarding Sheet State Hi Madan, i think this was due to a bug, i've just commited a fix. Please try svn head or next nightly. Regards, Volker 2007/4/7, madan chowdary <[EMAIL PROTECTED]>: > > Hi All, > > I have a sheet which has a column with . > > Before whe

Re: [Tobago] Javascript reload after Ajax Request.

2007-04-09 Thread madan chowdary
https://issues.apache.org/jira/browse/TOBAGO-332 You can use tc:out with escape="false" e.g. alert('script on ajax');" /> shuch pieces of javascript inside ajax requests are evaluated after the html is replaced. Regards, Volker 2007/4/9, madan chowdary <[EMAIL PR

[Tobago] Javascript reload after Ajax Request.

2007-04-09 Thread madan chowdary
Hi All, I was just working with JavaScript in Tobago pages. I used onload function to call a javascript function which is used to Event.observe() on some components. These scripts are placed in a panel which gets refreshed via Ajax. The first time the page loads, then the desired task is achie

[Tobago] Regarding Sheet State

2007-04-07 Thread madan chowdary
Hi All, I have a sheet which has a column with . Before when i entered some values and clicked on the pagination at the bottom and come back to the previous page, i was able to see the values i entered before. But don't know what i have messed up in the code, now i was not able to see the v

[ Tobago ] Regarding popup referance

2007-04-07 Thread madan chowdary
Hi All, I have a link which when clicked will display a popup. Next to the link there is a link which is shown by an image , which shud also do the same, open the same popup when clicked. Am i required to repeat the same popup code written under the first link to the image link ? How does p

Re: [Tobago] More popup example

2007-04-06 Thread madan chowdary
Hi Boris, inside the , place the popup related code and u ll be getting the popup when the button is clicked. Hope this code snippet helps you <%-- Your contents goes here --%> Regards, Madan - Original

Re: [Tobago] in Tobago pages

2007-04-03 Thread madan chowdary
t post: document.location.href = '#{facesConfig.externalConfig.request.requestContextPath}/jsp/checkout.faces';"/> Regards, Volker 2007/4/3, madan chowdary <[EMAIL PROTECTED]>: > > Hi Volker, > > Can u send me the code syntax where to place this ' outcome

Re: [Tobago] in Tobago pages

2007-04-03 Thread madan chowdary
org.apache.myfaces.tobago.lifecycle.RenderResponseExecutor.execute(Re nderResponseExecutor.java:45) MyFaces api and impl are 1.1.5 v. And can u plz tell how can i use " outcome != null in the action to invoke standard jsf navigation, also on ajax requests" . Thnx Regards, Madan - Original Message ---- From: madan chowda

Re: [Tobago] in Tobago pages

2007-04-03 Thread madan chowdary
hot you can just do a outcome != null in the action to invoke standard jsf navigation, also on ajax requests. Regards, Volker 2007/4/3, madan chowdary <[EMAIL PROTECTED]>: > > Hi Volker, > > I am doing this request via Ajax. > > I tried to forward to the particu

Re: [Tobago] in Tobago pages

2007-04-02 Thread madan chowdary
egards David 2007/4/3, madan chowdary <[EMAIL PROTECTED]>: Hi Volker, I am doing this request via Ajax. I tried to forward to the particular page based on the condition from the controller, but that doesn't work as this is via Ajax. I am refreshing a sheet which has some products in it

Re: [Tobago] in Tobago pages

2007-04-02 Thread madan chowdary
lker Weber <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, 2 April, 2007 12:46:52 PM Subject: Re: [Tobago] in Tobago pages Hi Madan, you can't, but you can switch the output in your action method based on the condition. Regards, Volker 2007/4/2, madan chowdary <[EMAIL P

Re: [ Tobago ] Hope this would be a Bug in DatePicker

2007-04-02 Thread madan chowdary
o not realy wrong. afaik you will get the same behavior if you do this in java.util.Calendar implementations. How is this handled in other calendar applications? Regards, Volker 2007/4/2, madan chowdary <[EMAIL PROTECTED]>: > > Hi All, > > Anybody tested the datepicker as

Re: [ Tobago ] Hope this would be a Bug in DatePicker

2007-04-02 Thread madan chowdary
Hi All, Anybody tested the datepicker as explained before.. Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Saturday, 31 March, 2007 12:59:31 PM Subject: Re: [ Tobago ] Hope this would be a Bug in DatePicker Hi, probably t

Re: [Tobago] in Tobago pages

2007-04-02 Thread madan chowdary
- Original Message From: David Steinkopff <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, 2 April, 2007 12:11:55 PM Subject: Re: [Tobago] in Tobago pages Hi Madan, my hint for you faces-config.xml -> navigation rules Regards David 2007/3/31, madan chowdary <[EMAIL PROTECTED

Re: [ Tobago ] vanishing when panel refreshs

2007-04-01 Thread madan chowdary
7 AM Subject: Re: [ Tobago ] vanishing when panel refreshs Hi, it's not a bug, it's just the behavior of f:verbatim. the content of f:verbatim is not saved and therefore not availiable on ajax requests. if possible try Regards, Volker 2007/3/31, madan chowdary <[EMAIL PROTECTE

[ Tobago ] vanishing when panel refreshs

2007-03-31 Thread madan chowdary
Hi All, I have a panel which gets refreshed partially when a button is clicked. In that panel, i used to display . When this panel gets refreshed partially , then the contents under are vanished. Not only the , anything inside are not being displayed when panel gets refreshed. Here is a

Re: [ Tobago ] Hope this would be a Bug in DatePicker

2007-03-30 Thread madan chowdary
Hi, probably this is occuring when we select the last Date of the month and that to when the date is ' 31st' . If am i wrong, plz let me know.. Regards, Madan - Original Message ---- From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Saturday, 31 Marc

[ Tobago ] Hope this would be a Bug in DatePicker

2007-03-30 Thread madan chowdary
Hi All, I have a DatePicker and a TextField. I clicked the DatePicker to choose a date from that. The condition set in my case is, the customer has to select the date next to the present date. As today is 31st March, he is to choose the next coming days. So i clicked ' > ' to go for April and

Re: [Tobago] in Tobago pages

2007-03-30 Thread madan chowdary
Hi All, Is there any way to do such kind of thing...? Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Friday, 30 March, 2007 2:57:27 PM Subject: [Tobago] in Tobago pages Hi All, I need to forward to a page based upon a condition

Re: [Tobago] Problem with ActionListener for

2007-03-30 Thread madan chowdary
Hi all, I'm just confronted with the same problem at the moment. Has anybody a solution? my jsf tobago code: thx & reagrds Cyrill On 2/2/07, madan chowdary <[EMAIL PROTECTED]> wrote: Hi all, I have a issue regarding the Tree's ActionListene

[Tobago] in Tobago pages

2007-03-30 Thread madan chowdary
Hi All, I need to forward to a page based upon a condition that i need to check. I was doing some thing like this, But this doesn't work as am using scriplets. But i need to a forward to the URL as specified above. How can i achieve this ? Regards, Madan

Re: [ Tobago ] Regarding Object Ref in Server Side

2007-03-29 Thread madan chowdary
2007/3/29, madan chowdary <[EMAIL PROTECTED]>: > > Hi All, > > Am able to delete the row in the sheet, just updating the whole sheet when > checkbox is clicked for deleting the row. > > But it's taking 5-8 sec to delete the row, update the panel which has the >

Re: [ Tobago ] Regarding Object Ref in Server Side

2007-03-29 Thread madan chowdary
; while(!(o instanceof UIData)) o = o.getParent(); UIData data = (UIData)(o); regards, michael On 26/03/07, madan chowdary <[EMAIL PROTECTED]> wrote: > > Hi Volker, > > I am using Eclipse, and its showing an error that " The method > getUIComponen

Re: [Tobago] how I can speed up popup?

2007-03-29 Thread madan chowdary
p? Hi, typo : name="renderPartially" should be name="renderedPartially" ^^ Regards, Volker 2007/3/29, madan chowdary <[EMAIL PROTECTED]>: > > Hi Volker, > > Here is the

Re: [Tobago] how I can speed up popup?

2007-03-29 Thread madan chowdary
<[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Thursday, 29 March, 2007 5:26:30 PM Subject: Re: [Tobago] how I can speed up popup? Hi Madan, is there a at the link? If so please post the page code. Regards, Volker 2007/3/29, madan chowdary <[EMAIL PROTECTED]>: > > Yeah, i

[ Tobago ] Help Regarding Customer Sort in Sheet

2007-03-29 Thread madan chowdary
Hi All, I have a sheet which has a column to display the price of an item. Used a convertor to display the price which converts the price( BigDecimal ) to a string and append the users currency set for the user. Say ,if User currency set to US Dollar , then the price 245.06 (BigDecimal) would

Re: [Tobago] how I can speed up popup?

2007-03-29 Thread madan chowdary
Yeah, i too have the same problem with the popup. The popup contains a sheet which gets the records from the DB. I placed the popcode under a , so if i click the link i get a popup.. but this is taking a page refresh. I the demo app, the popup shows fine without any page refresh, used the same

Re: [ Tobago ] Regarding Object Ref in Server Side

2007-03-26 Thread madan chowdary
if you use a a actionListener method for deleting you can access the rowObject via event.getUIComponent().getRowData() see also here: http://www.nabble.com/-Tobago--Popup-inside-tc%3Asheet-tf3466547.html Regards, Volker 2007/3/26, madan chowdary <[EMAIL PROTECTED]>: > > Hi All,

[ Tobago ] Regarding Object Ref in Server Side

2007-03-26 Thread madan chowdary
Hi All, I have a sheet, which displays a set of items in a cart. The sheet has 5 columns, in which two are editable. One is the 'Delete' column which has checkboxes and other is 'Qty' which has textfields. I have a command button to recalculate the CartItems if any of these are changed, this

Re: [ Tobago ] maxLength in and

2007-03-22 Thread madan chowdary
Hi Helmut, Thnx for the response..its working.. Regards, Madan - Original Message From: H. Swaczinna <[EMAIL PROTECTED]> To: users@myfaces.apache.org Sent: Thursday, 22 March, 2007 4:55:50 PM Subject: RE: [ Tobago ] maxLength in and Hi Madan, generates a HTML maxlength="4", so the

Re: Tobago, how to do aligment?

2007-03-22 Thread madan chowdary
Hi Boris, There is no top alignment with Instead you can create an empty cell after the box and specify the row size. This is the piece of code that is modified in the middle cell.

[ Tobago ] maxLength in and

2007-03-22 Thread madan chowdary
Hi All, I have a constraint for inputfield to take only 4 numerics thai is to be entered by the user. To do this i need the maxLength attribute thats present in Html tags but not in the Tobago or tags. I dont want to use tag , as if at all this validation fails there would be a a page refr

Re: [ Tobago ] Change the Translation

2007-03-19 Thread madan chowdary
Hi All, Can anyone post comments or help me over the issue i raised https://issues.apache.org/jira/browse/TOBAGO-324 Regards, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Thursday, 15 March, 2007 7:17:51 PM Subject: Re: [

[ Tobago ] help regarding binding attribute.

2007-03-17 Thread madan chowdary
Hi All, I haven't used 'binding' attribute in the tags till now. I need to bind a in the backing bean. Can anyone send me an simple example which binds to a and a simple explanation on how to use binding. I need to set the value in that method and display that on the screen with the help o

Re: [ Tobago ] Disable popup rendering based upon condition

2007-03-17 Thread madan chowdary
: [ Tobago ] Disable popup rendering based upon condition For example: madan chowdary wrote: > Hello Bernd, > > Can u give an example, as i haven't worked on value binding till now.. > > Madan > > - Original Message > From: Bernd Bohmann <[EMAIL PROTECTED]&g

Re: [ Tobago ] Disable popup rendering based upon condition

2007-03-17 Thread madan chowdary
n condition Hello Madan, this works only if the rendered attribute points to a value binding. Regards Bernd madan chowdary wrote: > Hi All, > > I have a popup to be displayed based upon a condition if it returns true. > > I placed

[ Tobago ] Disable popup rendering based upon condition

2007-03-16 Thread madan chowdary
Hi All, I have a popup to be displayed based upon a condition if it returns true. I placed the popup code as such in Just for testing purpose i wrote this code, placed ' rendered="false" ' in . But the popup is being di

Re: [ Tobago ] Change the Translation

2007-03-15 Thread madan chowdary
entry for this. I'm not sure if this is are two problems or only one, but of cause the translation layer should hide the complete app, and the popup should open centered to the visible area and the layer should also hide the full app. Regards, Volker 2007/3/15, madan chowdary <[E

Re: [ Tobago ] Change the Translation

2007-03-15 Thread madan chowdary
e to derive a theme from the one you are using > (if you are using one of the provided ones) and replace the image > > ...\src\main\resources\org\apache\myfaces\tobago\renderkit\html\scarborough\standard\image\tobago-overlay-wait.gif > > For a minimal derived theme see ...\exampl

[ Tobago ] Change the Translation

2007-03-14 Thread madan chowdary
Hi All, Is there anyway to change the moving squares while translation and simply display " Page being loaded...Please wait " How can i do this ? Madan __ Yahoo! India Answers: Share what you know. Learn something new

Re: [Tobago] Sheet gets Refreshed

2007-03-14 Thread madan chowdary
ng and restoring. Regards, Volker 2007/3/14, madan chowdary <[EMAIL PROTECTED]>: > > Hi All, > > I have a sheet which contain details of an order placed by the user. > > The order Qty entered by the user is available in the textfield in the > sheet. > > But if at all

[Tobago] Sheet gets Refreshed

2007-03-14 Thread madan chowdary
Hi All, I have a sheet which contain details of an order placed by the user. The order Qty entered by the user is available in the textfield in the sheet. But if at all the user refreshes the page , the sheet gets refreshed and the values in the Qty are being altered. This would be a blocker i

[ Tobago ] defaultCommand in

2007-03-13 Thread madan chowdary
Hi All, I have a link which is shown with an image. If at all i use a button for the action, i used ' defaultCommand ' attribute to achieve my task if i press enter. But now as i am using link, i was not able to complete the action when i press enter. I need to show an image in the form, but

Re: JSF - New window to confirm delete

2007-03-13 Thread madan chowdary
Hello Wong, Can u tell me how could i do the previously said case for the confirmation.. Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Tuesday, 13 March, 2007 10:22:32 AM Subject: Re: JSF - New window to confirm delete Hi Wong,

Re: [Tobago] opening a new broswer and the original IE broswer lost session

2007-03-13 Thread madan chowdary
broswer and the original IE broswer lost session [Tobago] opening a new broswer and the original IE broswer lost session I tried your suggestion below. It works only first print. If I reprint it again, the session got lost again. Thanks. From: madan

Re: [Tobago] opening a new broswer and the original IE broswer lost session

2007-03-13 Thread madan chowdary
Hi Wong , think i faced the same problem but haven't raised that in the groups. I tried as such and thats working fine. Export to PDF function openPdfPopup(){ window.open('pdf/pdfOrder.jsp', 'PDF', 'menubar=no,status=no,toolbar=no,left=0

Fw: [ Tobago ]Sheet gets Refreshed

2007-03-13 Thread madan chowdary
- Forwarded Message From: madan chowdary <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Monday, 12 March, 2007 4:33:46 PM Subject: [ Tobago ]Sheet gets Refreshed Hi Volker, As i have some images attached with this mail, i am sending this mail directly to you instead to the gro

Re: JSF - New window to confirm delete

2007-03-12 Thread madan chowdary
Hi Wong, I have the same case to do with the confirmation. But the confirmation will have to be displayed only when a particular set of variables are set in my backing bean. Is there anyway to render the facet based upon the boolean condition i get for the backing bean. The case is as such,

Re: [ Tobago ] No Page Refresh while validation

2007-03-12 Thread madan chowdary
var element = document.getElementById(); if (element.value == "" ) { alert("value is required for " + ); // return false for cancel submitting return false; } // return true for continue submitting return true; } Regards, Volker 2007/3/12, madan cho

Re: [ Tobago ] No Page Refresh while validation

2007-03-12 Thread madan chowdary
to add javascript functions for executing on submit https://issues.apache.org/jira/browse/TOBAGO-311 you can use this for your client-side validation. Regards, Volker 2007/3/11, madan chowdary <[EMAIL PROTECTED]>: > > Hi Jorn, > > Can u please explain with a simple exam

Re: [ Tobago ] No Page Refresh while validation

2007-03-11 Thread madan chowdary
Hi Jorn, Can u please explain with a simple example . There are many validations i should be doing in the same form wihout refreshing my page. Some of the validations are as such, 1) All the fields are required. 2) Address Validation, which should be done using an Ajax call to NRGSoft, which i

[ Tobago ] No Page Refresh while validation

2007-03-11 Thread madan chowdary
Hi All, I have a form in which the user has to enter some data and then submit the form. If at all he misses anything , he should be informed that all fields are required. To do this , i used validator attribute in the form elements. But this validation does a page refresh and then shows the

Re: [ Tobago ] Regarding PopUp's

2007-03-09 Thread madan chowdary
Hi Volker, Thnx for the suggestion regarding the invisible link. Now was able to see the popup and navigate to other pages without any issue. Regards, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Friday, 9 March, 2007 5:53

Re: [ Tobago ] Regarding PopUp's

2007-03-09 Thread madan chowdary
;invisible' link as i wrote before, and change your script to submit this actionIs instead of the one where the hover event is observed. It's no problem to submit a links actionId in mouseover script of another one. Regards, Volker 2007/3/9, madan chowdary <[EMAIL PROTECTED]&

Re: [ Tobago ] Regarding PopUp's

2007-03-09 Thread madan chowdary
Hi Volker, Replaced Event.observe() with Tobago.addEventListener() and the popup displayed fine. But regarding the issue what i had, how can i proceed... Is there any means of archiving my task to open a popup and navigate to another page with the same link and no double clicks on other links.

Re: [ Tobago ] Regarding PopUp's

2007-03-08 Thread madan chowdary
r the popup action after this link. 2007/3/8, madan chowdary <[EMAIL PROTECTED]>: > > Hi Volker, > > Am totally confused how to proceed, i need both the action part and the pop > box. > > advice me how to go with this ? > > Thnx > > Madan > > - Orig

Re: [ Tobago ] Regarding PopUp's

2007-03-08 Thread madan chowdary
Tobago ] Regarding PopUp's The problem is the action="viewCartContents". a ajax action MUST return null as outcome. Otherwise the uiComponentTree on server is replaced by a new one and the restore fails. Regards, Volker 2007/3/8, madan chowdary <[EMAIL PROTECTED]>: > > H

Re: [ Tobago ] Regarding PopUp's

2007-03-08 Thread madan chowdary
ith myfaces 1.1.5 and tobago 1.0.10[-SNAPSHOT]. But to be future proof i suggest to use Tobago.addEventListener() or Tobago.bindAsEventListener() instead of prototype.js:Event.observe() because we are going to remove prototype from tobago. Regards, Volker 2007/3/8, madan chowdary <[EMAIL PROTE

Re: [ Tobago ] Regarding PopUp's

2007-03-08 Thread madan chowdary
Hi All, Please help me over this I am in real need of this functionality and my project deadline is ahead. Thnx in adnvace, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Wednesday, 7 March, 2007 1:01:50 PM Subject: Re: [

Re: [ Tobago ] Regarding PopUp's

2007-03-06 Thread madan chowdary
click on the top links, then was able to navigate to page which it refers. Y does this page refresh occures after i close the popup and click on other links. how could i solve this issue ? Regards, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces

Re: [ Tobago ] Regarding PopUp's

2007-03-05 Thread madan chowdary
onMouseOver attribute in to display the popup that i had when clicked the link... Regards, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Saturday, 3 March, 2007 12:33:20 PM Subject: Re: [ Tobago ] Regarding PopUp's Hi All, Is ther

Re: [Tobago] Form submit using JavaScript

2007-03-05 Thread madan chowdary
Hi All, Am bit in a urgency to complete my application as my project deadline is ahead. Am stuck with a few issues like this and the mouseOver functionality for Could anyone plz suggest me how to proceed with this case ? Regards, Madan - Original Message From: madan chowdary

Re: [Tobago] for loop or each

2007-03-05 Thread madan chowdary
Hi Wong, If u need a better view of table alignment then use the following code as such But this i

Re: [ Tobago ] Regarding PopUp's

2007-03-02 Thread madan chowdary
. Thnx in Advance, Regards, Madan - Original Message ---- From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Tuesday, 27 February, 2007 11:57:38 AM Subject: [ Tobago ] Regarding PopUp's Hi All, I need to display a popup which is shown when a user places mouse ove

[Tobago] Form submit using JavaScript

2007-03-02 Thread madan chowdary
Hi All, I have a usecase which does as follows, -> User has to enter an orderID ->If orderId is already present in the database, then he should be asked to confirm with the same orderId or cange the orderId. ->This would be asked with a javascript confirm dialog . -> if 'Ok' is clicked, the for

Re: [Tobago] Problem with PDF download and Ajax

2007-02-27 Thread madan chowdary
Hi Helmut, As per ur code, u give the location of a PDF doc on the server. Which when referred then that would be downloaded. But what if a pdf doc is generated within a javacode, say with Jasper Reports. How can i pass that pdf doc generated in runtime to the jsp page and display that ? Thnx

[ Tobago ] Regarding PopUp's

2007-02-26 Thread madan chowdary
Hi All, I need to display a popup which is shown when a user places mouse over a link. My case is as such... There would be a link, which on clicked will navigate to a page which has the User Details. Now when he places his mouse over the link, i need to show a popup which has the same detail

Re: [ Tobago ] Regarding Alignment Problems with gridLayout

2007-02-23 Thread madan chowdary
browse/TOBAGO-295 hope it helps. Regards, Volker 2007/2/23, madan chowdary <[EMAIL PROTECTED]>: > > Hi All, > > I have a gridLayout in which i display some data in ordered manner. > > Based upon some conditions, i need to show data. > > I use rendered for condi

[ Tobago ] Regarding Alignment Problems with gridLayout

2007-02-23 Thread madan chowdary
Hi All, I have a gridLayout in which i display some data in ordered manner. Based upon some conditions, i need to show data. I use rendered for condition checking, so for a i place the rendered attribute. But when rendering the table is including this also. The rows i specified for this cel

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-23 Thread madan chowdary
e options object. add something like this.options.tokens = [","]; Regards, Volker 2007/2/22, madan chowdary <[EMAIL PROTECTED]>: > > Hi All, > > I have a use case that does the same as yahoo email suggest . > > When ever a user enters some email he gets suggest, and when eve

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-23 Thread madan chowdary
Any one here knowing regarding this ? Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Thursday, 22 February, 2007 3:35:55 PM Subject: Re: [ Tobago ] [ Solved ]Help regarding Input Suggest Hi All, I have a use case that does the s

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-22 Thread madan chowdary
to do the first task. But when ever i select the second text, the first text is being cleared and the secong text is shown. But i have to appened the second text with the first one seperated by a ' , ' . How can i achieve this ? Regards, Madan - Original Message From: ma

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-21 Thread madan chowdary
ing the week (and i don't like it on weekend, but all my requests to remove the IE from the list of supported Browsers are regulary rejected ;-) )). Regards, Volker 2007/2/19, madan chowdary <[EMAIL PROTECTED]>: > > Hi Volker, > > Tried with y'days nightly build, bu

Re: [Tobago] Markup for

2007-02-20 Thread madan chowdary
Bernd madan chowdary wrote: > Hi Bernd, > > would it be possible to have markup for all the standard components that are > available. > > Right now, its available for , . > > It would be better if we have markup for also. > > Regards, > Madan > > -

Re: [Tobago] Markup for

2007-02-20 Thread madan chowdary
Hi Bernd, would it be possible to have markup for all the standard components that are available. Right now, its available for , . It would be better if we have markup for also. Regards, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion

Re: [ Tobago ] Invoke Servlet from jsp page

2007-02-19 Thread madan chowdary
ervlet from jsp page Hi, can you try #{facesContext.externalContext.request.contextPath} never tryed, but according to the spec 5.3.1.2 i think this should do it. Regards, Volker 2007/2/19, madan chowdary <[EMAIL PROTECTED]>: > > Hi David, > > none of them working, > >

Re: [ Tobago ] Invoke Servlet from jsp page

2007-02-19 Thread madan chowdary
n Absolute URL invokation ? Regards, Madan - Original Message From: David Delbecq <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, 19 February, 2007 7:39:00 PM Subject: Re: [ Tobago ] Invoke Servlet from jsp page En l'instant précis du 02/19/07 14:38, madan chowda

Re: [ Tobago ] Invoke Servlet from jsp page

2007-02-19 Thread madan chowdary
this is the entry done in my resource bundle < entry key="downloadServletPath" >http://localhost:8080/Store/downloadServlet< / entry > - Original Message ---- From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, 19 February, 2007 7:08

Re: [ Tobago ] Invoke Servlet from jsp page

2007-02-19 Thread madan chowdary
Re: [ Tobago ] Invoke Servlet from jsp page Hi Madan, you can't use relative url in tc:image. Every string which is not recognized as absolute url is used as resourceName to lookup in resources. Regards, Volker 2007/2/19, madan chowdary <[EMAIL PROTECTED]>: > > Hi David, > &

Re: [ Tobago ] Invoke Servlet from jsp page

2007-02-19 Thread madan chowdary
xprimait en ces termes: > EL expression should do the work: > > alt="image" >url="/DownloadBinaryServlet?id=#{groupBox.getImageId()}"> > > > > En l'instant précis du 02/19/07 11:51, madan chowdary s'exprimait en ces > termes: &

[ Tobago ] Invoke Servlet from jsp page

2007-02-19 Thread madan chowdary
Hi All, I have a situation that i need to invoke a servlet which is used to write a image to the page. The image will be retrieved from the database as blob object and then converted to byte[]. now i need to display this image in my page. This could probably done with help of a servlet. i ne

Re: [Tobago] Markup for

2007-02-18 Thread madan chowdary
Bernd madan chowdary wrote: > Hi Bernd, > > Am downloading the jars now.. > > The code is discribed later works fine, or i have to do any modifications, > > Madan > > - Original Message > From: Bernd Bohmann <[EMAIL PROTECTED]> > To: MyFaces Discussio

Re: [Tobago] Markup for

2007-02-18 Thread madan chowdary
ightly build is available. Regards Bernd madan chowdary wrote: > Hi Bernd, > > Saw the JIRA and found out that u have already fixed the requirement for > "markup" attribute for tc:link > > Got the nightly build and the tld docs says we can override the markup

Re: [Tobago] Markup for

2007-02-18 Thread madan chowdary
up for Hello Madan, just fixed should work now. A new nightly build is available. Regards Bernd madan chowdary wrote: > Hi Bernd, > > Saw the JIRA and found out that u have already fixed the requirement for > "markup" attribute for tc:link > > Got the nightly

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-18 Thread madan chowdary
the inputSuggest. Regards, Volker 2007/2/17, madan chowdary <[EMAIL PROTECTED]>: > > Hi Volker, > > Think u didn't go through my previous post. > > Does the inputSuggest work well with Internet Explorer ? > > And why does error occures( as posted in previous

Re: [Tobago] Markup for

2007-02-18 Thread madan chowdary
anything or did any wrong while configuring markup for link. plz reply ASAP Thnx in advance, Madan - Original Message ---- From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, 19 February, 2007 8:37:25 AM Subject: Re: [Tobago] Markup for Hi All, Just to

Re: [Tobago] Markup for

2007-02-18 Thread madan chowdary
Hi All, Just to inform that this post is not been replied yet, I am in a need of urgency to have a style/markup for Regards, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Saturday, 17 February, 2007 12:47:05 PM Subject: [

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-18 Thread madan chowdary
Solved ]Help regarding Input Suggest Hi Madan, just fixed the IE issue with inputSuggest. The exception is another problem, but this don't break the inputSuggest. Regards, Volker 2007/2/17, madan chowdary <[EMAIL PROTECTED]>: > > Hi Volker, > > Think u didn't go thro

Re: [Tobago] Default Text in

2007-02-17 Thread madan chowdary
c:in as you described Can you add a feature request in jira, please. With a own theme you can change the implementation of InRenderer and the javascript for in. Regards Bernd madan chowdary wrote: > Hi all, > > Can anyone reply to this mail, > > Is it possible to have a default text a

Re: [Tobago] String comparison in JSP

2007-02-17 Thread madan chowdary
be the use case with more details, please? Or send the example page in jsp? Regards Bernd madan chowdary wrote: > Hi All, > > I have a page in which i have to display a piece of text . > > This text will be displayed in different languages based upon the value set > in one of m

[Tobago] String comparison in JSP

2007-02-17 Thread madan chowdary
Hi All, I have a page in which i have to display a piece of text . This text will be displayed in different languages based upon the value set in one of my bean propeties. I placed the whole text in different languages in different panels. Now based upon the language set for the user, i want t

Re: [Tobago] Default Text in

2007-02-16 Thread madan chowdary
ult text in tc:in as you described Can you add a feature request in jira, please. With a own theme you can change the implementation of InRenderer and the javascript for in. Regards Bernd madan chowdary wrote: > Hi all, > > Can anyone reply to this mail, > > Is it possible

[Tobago] Markup for

2007-02-16 Thread madan chowdary
Hi All, It would be helpful if there is markup attribute for there's only two style classes available for links ' tobago-link-default ' and ' tobago-link-disabled ' . But if i made changes to these classes, it reflects in the whole app. In some places i need to display the link in bold and so

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-16 Thread madan chowdary
From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Wednesday, 14 February, 2007 4:40:07 PM Subject: Re: [ Tobago ] [ Solved ]Help regarding Input Suggest Hi Volker, Solved the InputSuggest for used the below code as in JSP and Java public List suggestSearchCriteria(

Re: [Tobago] Default Text in

2007-02-16 Thread madan chowdary
Hi all, Can anyone reply to this mail, Is it possible to have a default text as explained in my previous post.. Thnx in advance, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Tuesday, 13 February, 2007 4:22:25 PM Subject: [

Re: [Tobago] or

2007-02-15 Thread madan chowdary
at the top of your jsp. Regards, Volker [1]: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/foreach/src/main/webapp/foreach.jsp?view=markup 2007/2/15, madan chowdary <[EMAIL PROTECTED]>: > > Hi all, > > I have a List object which should be iterated in my Page. >

[Tobago] or

2007-02-15 Thread madan chowdary
Hi all, I have a List object which should be iterated in my Page. Saw in the Tld docs that is deprecated, and suggested to use Tried with , The code looks fine, but had some issue , The iteration part is written in the first page after a user logs in, it has an external link on the top nav

Re: [ Tobago ] [ Solved ]Help regarding Input Suggest

2007-02-14 Thread madan chowdary
read.java:595) Is this a Bug ? or am i missing something ? Regards, Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, 12 February, 2007 11:00:14 PM Subject: Re: [ Tobago ] Help regarding Input Suggest Hi Volker, Thnx for q

  1   2   >