Re: Scriptlets in JSF tag attribute

2004-10-20 Thread Ratnakar Parakala
Tried. Getting compilation error... Hubert Rabago <[EMAIL PROTECTED]> wrote:Try " /> On Wed, 20 Oct 2004 09:33:16 -0700 (PDT), Ratnakar Parakala wrote: > Hi, > > Anyone used scriptlets in JSF tag attributes? For ex: /gifs/login.gif">. When I > tried, I&#

Scriptlets in JSF tag attribute

2004-10-20 Thread Ratnakar Parakala
Hi, Anyone used scriptlets in JSF tag attributes? For ex: . When I tried, I'm getting compilation error stating that "expressions cannot be used in tag attribute". Pl help. Thanx Ratnakar - Do you Yahoo!? Yahoo! Mail – CNET Edit

Struts-Faces - URGENT

2004-10-18 Thread Ratnakar Parakala
pl reply to my queries. I'm finding it very difficult to integrate JSF and Struts. Thanx, Ratnakar Ratnakar Parakala <[EMAIL PROTECTED]> wrote: Hi, I started implementing Struts-Faces integration library. I looked at the examples provided with the library. I have few doubts:

Struts-Faces

2004-10-15 Thread Ratnakar Parakala
Hi, I started implementing Struts-Faces integration library. I looked at the examples provided with the library. I have few doubts: 1. Does the library support using action paths for validations in tag? I was using it for quite long time in a standalone struts application. If I use it the sa

Re: CheckBoxes in tag

2004-10-01 Thread Ratnakar Parakala
Hi, Why don't you use for the same We are using it for similar functionality. Ratnakar Wendy Smoak <[EMAIL PROTECTED]> wrote: From: "Shabada, Gnaneshwer" > You are right. But like I did in my previous snippet, if I setup my > deleteAction mapping to deleteForm in my config file I would

Re: multi box and required validation

2004-09-30 Thread Ratnakar Parakala
Anand, We are using validator framework and validating multibox and multiselect. We are not doing anything special, but like ordinary string validation. Here is the code snippet: HTH, Ratnakar Anand M S <[EMAIL PROTECTED]> wrote: I'm using org.apache.struts.validator.DynaValidatorForm for

Re: Struts Tiles with Frames

2004-09-24 Thread Ratnakar Parakala
Even I put Frameset, the page is not rendering. In view source, I'm seeing the frameset and frame tags, but, I don't see the frames on my screen. I'm getting blank page. Do you have any code to reference? Thanx Ratnakar [EMAIL PROTECTED] wrote: >Before do I need to write Frameset tag? Ratn

Re: Struts Tiles with Frames

2004-09-23 Thread Ratnakar Parakala
hen: Ciao Antonio Petrelli Ratnakar Parakala wrote: >Hi, > >I'm using tiles. I have a situation where I have a JSP Tiled with header, Navigation Bar, body and footer. In the body tile, I need two frames left and right. In the left frame I'll show a Tree and clicking on TreeNode

Struts Tiles with Frames

2004-09-22 Thread Ratnakar Parakala
Hi, I'm using tiles. I have a situation where I have a JSP Tiled with header, Navigation Bar, body and footer. In the body tile, I need two frames left and right. In the left frame I'll show a Tree and clicking on TreeNode in the left frame, I wish to display the Node details in the right fram

RE: Validator - Javascript question

2004-08-12 Thread Ratnakar Parakala
the index of the field. (0 would be the first field to validate, 1 the second, etc.) You can also reference the field arguments and variables if you have those defined. I hope this helps, Andy -Original Message- From: Ratnakar Parakala [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12,

Validator - Javascript question

2004-08-11 Thread Ratnakar Parakala
Hi, I tried to write custom validation rule called "identical". But, if I give oIdentical = new identical(); I didn't get any client side alert messages. Hope this statement doesn't generate necessary javascript code when the rule is configured and executed. I'm using Struts 1.2.1 (Beta). Cou