Provided I understand the issue you want to:
Dynamically create a TextField for each entry in the Set<String>. The
current value of the iterator shall be the default? The TextFied don't
have Labels? No validators are required for numbers, phone number,
email address, etc.?
   => use ListView or any of the Repeaters
OnSubmit the new values should be in the Set<String> replacing the old
ones? Empty TextFields should be represented as Null or "" in the Set?
The size of the Set will not change.

Juergen

On 5/8/06, Michiel Trimpe <[EMAIL PROTECTED]> wrote:



Hey everybody,



Thanks for the help on the last problem. I'm implementing it as we speak and
I'm finally starting to dig the core Wicket concepts now!! (and loving it)



The next problem that I need to fix to proudly show off my wicket prototype
is editing a Set of Strings in a form.



I have a Spring/Hibernate managed bean with a Set<String> attribute and I
need to be able to edit this with a form (preferably with PropertyModel) .



Does anybody have an idea on how to implement this? If it could be done
inline in the rest of the form that would be perfect!



Regards,



Michiel Trimpe





Michiel Trimpe | Java Developer | TomTom | [EMAIL PROTECTED] | +31
(0)6 41482341mobile




________________________________
This e-mail message contains information which is confidential and may be
privileged. It is intended for use by the addressee only. If you are not the
intended addressee, we request that you notify the sender immediately and
delete or destroy this e-mail message and any attachment(s), without
copying, saving, forwarding, disclosing or using its contents in any other
way. TomTom N.V., TomTom International BV or any other company belonging to
the TomTom group of companies will not be liable for damage relating to the
communication by e-mail of data, documents or any other information.




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to