You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by syed abrar <ab...@rediffmail.com> on 2005/07/06 17:27:48 UTC

taglibs help

  
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

Posted by Rahul Akolkar <ra...@gmail.com>.
On 7/6/05, Wendy Smoak <ja...@wendysmoak.com> wrote:
> From: "syed abrar" <ab...@rediffmail.com>
> 
> > 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: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org


Re: taglibs help

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: "syed abrar" <ab...@rediffmail.com>

> 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: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org