Michael Horwitz wrote:
> 
> I'm afraid Struts 2 is not my strength, but it should be pretty
> straightfoward (I know it is easy in Spring MVC). You will find a useful
>  tag reference here for Struts 2:
> http://struts.apache.org/2.0.8/docs/tag-reference.html
> 
> The exact tag you choose will largely depend on what kind of html tags you
> want to build. So to create your list of hyperlinks, the iterator tag is
> probably most useful:
> http://struts.apache.org/2.0.8/docs/iterator.html(there are some nice
> examples on the page).
> 
> To build a dropdown, the form select tag will help:
> http://struts.apache.org/2.0.8/docs/select.html
> 
> Hope that helps.
> 

It helps, I got it working. I was in fact hoping for something more high
level, a bit like
    <property onClass="class" onInstance="instance" property="property"
mode="edit" />
(optionally with ranges to limit the values, or using the validation
annotations for that),
but I had to decide on Struts 2 before finding the perfect framework.

Thanks!

-- 
View this message in context: 
http://www.nabble.com/-newbie--How-to-map-a-ManyToOne-relationship-in-jsp-tf3934848s2369.html#a11168015
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to