taglibs help

2005-07-06 Thread syed abrar
  
Hello,
  Iam new to this Struts framework.I have been assigned a complex GUI 
coding.
   The screen has two frames :In one frame we have the family(family name 
as a link and a checkbox to select) and in the second frame we have the family 
members corresponding to the family.The family members(family member name and a 
checkbox) are to be displayed when the family name link in first frame is 
clicked.In the second frame also we have checkbox for the user to select.  
   The user is allowed to select either the complete family by checking 
the chebox in the first frame or individual family memebers by selecting the 
checkboxes in the second frame.
   If a family name is checked in the first frame,and then the link on it 
is selected ,then all its family members in the second frame should have the 
initial state as checked.(Totally 38 families and correspondingly 8000 family 
members have to be selected..The state of all the checkboxes have to be 
captured when this page is submitted

If any one of you have any sample code which will be useful fo this 
requirement,send it to me.I will be very thankful for the help.


Regards
Abrar 



Re: taglibs help

2005-07-06 Thread Wendy Smoak
From: syed abrar [EMAIL PROTECTED]

 Iam new to this Struts framework.
 I have been assigned a complex GUI coding.

If you are indeed using Struts, you might want to post to the struts-user
list instead.  (This is taglibs-user.)  You can find info here:
http://struts.apache.org/mail.html

-- 
Wendy Smoak


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglibs help

2005-07-06 Thread Rahul Akolkar
On 7/6/05, Wendy Smoak [EMAIL PROTECTED] wrote:
 From: syed abrar [EMAIL PROTECTED]
 
  Iam new to this Struts framework.
  I have been assigned a complex GUI coding.
 
 If you are indeed using Struts, you might want to post to the struts-user
 list instead.  (This is taglibs-user.)  You can find info here:
 http://struts.apache.org/mail.html
snip/

Thanks Wendy, though Abrar, I wonder if this is even a struts question
just yet. It will help if you specify what view technology you are
using, and if its JSPs, whether you're using JSTL or the Struts
taglibs. The same link from a previous thread is probably going to be
helpful with respect to the last bit (submitting the information using
a collection of checkboxes) if you choose JSPs and further, the Struts
Taglibs [ http://struts.apache.org/faqs/indexedprops.html ]. You will
also need some client-side artifacts to update the view as you
describe.

Looking up JSP, JSTL, Struts and JavaScript references should give you
the right ideas.

-Rahul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]