Jodd v3.4.7 is out! What are you waiting for?

21 views
Skip to first unread message

Jodders

unread,
Sep 17, 2013, 6:49:04 AM9/17/13
to jod...@googlegroups.com
Hey Jodders,

the new release is out. This time, some new features have been added.

+ Lagarto now knows to parse tag soup in HTML much better, using 'html plus' mode.
+ Jerry#form() methods has been added, for easier collection of form parameters.
+ EMail has been upgraded to support IMAP servers, EML attachments and files, and filters
+ HTTP Browser is added for easier working with sessions
+ Added quick assignment operator to Props.
+ and some tools are fixed/upgraded.

Happy coding!

Epo Jemba

unread,
Sep 17, 2013, 8:53:18 AM9/17/13
to jod...@googlegroups.com
Hi,

a quick question regarding quick assignment operator in Props.

It is written in the docs 

   Use += to append values (separated with comma) of properties with the same name.

Does the += insert  ',' each time ? 

line=a
line+=b
line+=c

will give 

line=a,b,c

Thanks



2013/9/17 Jodders <jod...@googlegroups.com>

--
Jodd - The Unbearable Lightness of Java - http://jodd.org
---
You received this message because you are subscribed to the Google Groups "Jodders" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jodders+u...@googlegroups.com.
To post to this group, send email to jod...@googlegroups.com.
Visit this group at http://groups.google.com/group/jodders.
For more options, visit https://groups.google.com/groups/opt_out.

Jodders

unread,
Sep 17, 2013, 8:58:06 AM9/17/13
to jod...@googlegroups.com
Hello Epo!

That is correct.


Its the same behavior as flag: setAppendDuplicateProps, meaning: values are appended with a comma between them.

I hope this make sense ;)
Reply all
Reply to author
Forward
0 new messages